div#block-template--24388524900716__media_with_text_6imf9X-image_RpNWNV {
  background-color: #168fba;
}

.section.custom-css.section-blends.section-full {
    padding-top: 0px;
    padding-bottom: 0px;
}

section#shopify-section-template--24388524900716__text_with_icons_dnrJ8x .text-with-icons__item {
  display: flex;
  flex-direction: row;
}


.text-with-icons__list {
  align-items: center;
}
.text-with-icons__item:nth-child(2) {
  border-left: 1px solid #9acfe1;
  border-right: 1px solid #9acfe1;
}
.text-with-icons__item:nth-child(3) {
  border-right: 1px solid #9acfe1;
}

.multi-column__item.justify-center.snap-start {
    background: #FFF;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0px 3px 10px #ccc;
}

.button {
  border-radius: 0px !important;
  font-weight: bold;
  font-size: 20px;
}

  .features-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .features-section-container__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* Space between items */
    max-width: 800px; /* Adjust as needed */
    width: 100%;
  }

  .features-feature {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between image and text */
    background: #fff; /* Light background */
    border-radius: 8px;
  }

  .features-feature-image img {
    max-width: 70px;
    height: 70px;
   
  }

  .features-feature-text {
    font-size: 16px;
  }



  /* Responsive: Change to single column on small screens */
  @media (max-width: 768px) {
    .features-section-container__inner {
      grid-template-columns: 1fr;
      gap: 0px !important;
    }
     .features-feature {
       gap: 15px;
     }
    .features-feature-image {
    width: 45px !important;
    height: auto;
    }
    .features-feature-text {
      margin: 0px !important;
    }
  }

@media screen and (max-width: 768px) {
  .text-with-icons__list {
    display: grid !important; /* Force grid instead of carousel */
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 20px; /* Spacing between items */
    justify-content: center;
    align-items: flex-start;
  }

  .text-with-icons__item {
    display: flex;
    flex-direction: column !important; /* Stack image on top, text below */
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .features-feature-image {
    order: -1; /* Moves the image to the top */
    margin-bottom: 10px; /* Adds spacing below the image */
  }

  .scroll-carousel {
    overflow: visible !important; /* Disable scroll snapping */
  }

  page-dots {
    display: none !important; /* Hide carousel pagination dots */
  }
}

@media screen and (min-width: 769px) and (max-width:1212px) {
    .text-with-icons {
    display: flex !important; /* Force grid instead of carousel */
    gap: 20px; /* Spacing between items */
    justify-content: center;
    align-items: flex-start;
  }

  .text-with-icons__item {
    display: flex;
    flex-direction: column !important; /* Stack image on top, text below */
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .features-feature-image {
    order: -1; /* Moves the image to the top */
    margin-bottom: 10px; /* Adds spacing below the image */
  }

  .scroll-carousel {
    overflow: visible !important; /* Disable scroll snapping */
  }

  page-dots {
    display: none !important; /* Hide carousel pagination dots */
  }
}

 .text-with-icons__item p {
   color: #777777;
 }
.text-with-icons__item p.h5 {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
    #shopify-section-template--24388524900716__media_with_text_Nfa34d media-with-text.media-with-text.full-bleed {
        display: flex
;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }
}
.product-column-card.multi-column__item li {
    list-style: none;
    border-bottom: 1px solid #707070;
    padding: 8px 0;
}

.product-column-card img {
    max-height: 460px;
    object-fit: contain;
    margin: 20px 0;
}

.product-column-card.multi-column__item {
    
    justify-content: initial!important;
}


@media screen and (min-width: 768px) {

}

.product-column-card > img {
    max-height: 315px;
    height: 250px;
}

.product-column-card > img.promo_image {
    max-height: 100%;
    height: auto;
    margin-top: 0;
}



.shopify-section--product-multi-column:not(.bg):not(.show) {
    display: none!important;
}

.shopify-section-group-footer-group.shopify-section--text-with-icons {
    display: none!important;
}

.footer__aside-top {
    display: none;
}

ul.country-switch {
    display: none;
}

form#footer-newsletter {
    display: none;
}

.footer__block.footer__block--newsletter {}

.footer__block.footer__block--newsletter .prose.text-subdued {
    display: none;
}

.footer__block.footer__block--menu.accordion__item:last-child {
    display: none;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) ul {
    display: none;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2):after {
    content: "About This Site Purchasing here is buying directly from Snap. In doing so you have access to a special offer that you won’t find anywhere else. To support our business, please consider buying your PowerPack Universal on this site, rather than 3rd-Party retailers.";
    text-align: center;
    max-width: 370px;
    margin: auto;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) p {
    text-align: center;
}

.footer__block-list {
    justify-content: space-between;
    gap: 20px;
}

.footer__block-list > div {
    min-width: 25%;
    flex-basis: auto;
    max-width: 25%;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) {
    min-width: 50%;
    max-width: 50%;
}

footer ul.v-stack.gap-3.accordion__item-body {
    gap: 5px;
    color: #fff;
}

footer ul.v-stack.gap-3.accordion__item-body li a {
    opacity: 1;
    color: #fff;
}

div#epb_container {
    display: none!important;
}

nav.header__link-list.wrap {
    display: none;
}

.header__secondary-nav {
    display: none;
}

.header__icon-list {
    display: none;
}

.header__main-nav {
    display: none;
}

.header__wrapper.has-icon-title {
    justify-content: center;
    display: flex;
}

.header__logo {
    grid-area: auto;
}

.bg .product-column-card.multi-column__item{
  cursor: pointer;
}

header{
  border-bottom: 1px solid #eee;
}

.product-column-card.multi-column__item.justify-center.snap-start.selected {
   box-shadow: 2px 2px 10px 4px rgba(255,255,255,0.3);
  opacity: 1;
                                                                        
                            }
.product-column-card.multi-column__item.not-selected:not(.selected){
  filter: brightness(.7);
}
.shopify-section--product-multi-column .scroll-area {
   padding: 10px;
}



.shopify-section--product-multi-column ul {
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.product-column-card.multi-column__item li {
    height: auto;
}

a.button {}

a.button {
    display: flex;
}

span.atc-text {
    display: flex;
    align-items: cjus;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.product-column-card em {
    color: #FC6A03;
    font-style: normal;
}

.product-column-card.multi-column__item li {
    font-size: 18px;
}

.product-column-card p {
    font-size: 20px;
    line-height: 1.2em;
}

span.atc-text {
    line-height: 1.1em;
}

span.atc-text {
    line-height: 1.1em;
}

.reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 20px 0 -20px!important;
}

.reviews svg {
    margin-top: -2px;
}

.product-column-card.multi-column__item.justify-center.snap-start {
    box-shadow: none;
    border-radius: 15px!important;
    margin-bottom: 30px;
}

.product-column-card p.h4 {
    font-size: 30px;
    font-weight: 600!important;
}

.footer {}

section#shopify-section-template--24388524900716__product_multi_column_67nAL4 {
    padding-bottom: 30px;
}

.shopify-section--testimonials .testimonial {
    min-width: calc(50% - 20px);
}

.shopify-section--testimonials .scroll-area {
    display: flex;
    flex-wrap: nowrap;
}

.testimonial {
    min-width: calc(50% - 20px);
}

.shopify-section--testimonials .scroll-area {
    display: flex;
    flex-wrap: nowrap;
}

.testimonial {
    display: flex;
    flex-direction: column;
}

.testimonial > div:first-child {
    order: 2;
}

.testimonial > div:last-child {
    order: 1;
}

.testimonial .rating:after {
    content: "5.0 star rating";
    font-size: 14px;
    display: block!important;
}

.testimonial > div:first-child > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    
}

.testimonial .rating {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: auto;
    gap: 0;
    align-items: initial;
}

.rating__stars {
    display: flex;
    gap: 2px;
}

.testimonial > div:first-child > div p {
    color: #000;
    font-weight: 700;
}

.testimonial > div:first-child > div p:after {
    content: "Verified Buyer";
    color: #37A54C;
    font-weight: 400;
    padding-left: 20px;
    font-size: 14px;
    background: url(https://cdn.shopify.com/s/files/1/2181/1813/files/check_circle_2x_cd7679dc-b800-4a73-a86e-3598f5b68f5c.png?v=1741692454);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: center;
    
}

.testimonial > div:first-child > div p {
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 768px) {
.shopify-section--testimonials .testimonial {
    min-width: 100%;
}

.shopify-section--testimonials {
    display: none!important;
}
}




@media screen and (max-width: 768px) {
.shopify-section--testimonials .testimonial {
    min-width: 100%;
}

.shopify-section--testimonials {
    display: none!important;
}
}


.section.custom-css.section-blends.section-full {}

body.template-page {
    max-width: 1500px;
    margin: auto;
}

.shopify-section--header {
    position: relative!important;
}

html {
    background: #333;
}



@media screen and (max-width: 768px) {
.footer__block-list>div {
    max-width: 100%;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) {
    max-width: 100%;
}
    .footer__block-list {
    gap: 40px;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2):after {
    text-align: left;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) p {
    text-align: left;
}

ul.country-switch {
    display: none!important;
}
}



@media screen and (max-width: 768px) {
.footer__block-list>div {
    max-width: 100%;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) {
    max-width: 100%;
}
    .footer__block-list {
    gap: 40px;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2):after {
    text-align: left;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) p {
    text-align: left;
}

ul.country-switch {
    display: none!important;
}
    
.shopify-section--product-multi-column.bg .scroll-area {
    display: flex;
    flex-direction: column;
    gap: 10px!Important;
}

h2.h2 {
    font-size: 30px;
}

.shopify-section--product-multi-column.bg section-header p {max-width: 250px;margin: 10px auto 0;font-weight: 300;margin-bottom: -30px !important;line-height: 1.3em;}

.bg .product-column-card.multi-column__item.justify-center.snap-start {
    filter: brightness(1)!important;
    padding-left: calc(40% + 20px)!important;
    margin-bottom: 0!important;
    border-radius: 0!important;
}

.bg .product-column-card>img.promo_image {
    display: none;
}

.shopify-section--product-multi-column.bg .scroll-area a.button {
    display: none!important;
}

.bg .product-column-card>img {
    position: absolute;
    width: 40%;
    top: 10px;
    height: calc(100% - 40px);
    left: 20px;
    margin: 0;
}

.bg .product-column-card p.h4 {
    font-size: 16px;
    display: none;
}

p.promo-text {font-size: 18px;font-weight: 600;}

.shopify-section--product-multi-column .scroll-area span.price {
    font-size: 18px!important;
}

.bg .price-container.v-stack.gap-1 > span{
    min-height: 0!important;
}


.bg .product-column-card p.promo-text:after {
    content: "+FREE Travel Pouch";
}

.free-shipping {}

.free-shipping {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #EBEBEB;
}

.banner {
    max-width: 170px;
    max-height: 24px;
    top: 0!important;
    font-size: 14px!important;
}

.bg .product-column-card:nth-child(2)>img,.bg .product-column-card:nth-child(3)>img {
    height: calc(100% - 60px);
    top: 30px;
}
  

.bg .product-column-card.multi-column__item:before {
        content: "";
    border: 2px solid #ADADAD;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
    background: #fff;
    
}

.bg .product-column-card.multi-column__item.selected:before{
    border-color: #fff;
    background-image: url(https://cdn.shopify.com/s/files/1/2181/1813/files/Screenshot_2025-03-11_at_8.55.23_PM.png?v=1741697745);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}


}



@media screen and (min-width: 768px) {
.button.mobile-only {
    display: none!important;
}
}
.button.mobile-only:not(.show){
  display: none!important;
}
.button.mobile-only {
    max-width: 350px;
    margin: auto;
    border-radius: 8px!important;
}





.shopify-section--product-multi-column.two-col {}
@media screen and (max-width: 768px) {
.shopify-section--product-multi-column.two-column .multi-column {
    display: flex!important;
    gap: 8px!Important;
    padding-top: 0!important;
}

.shopify-section--product-multi-column.two-column  .h4{
    font-size: 20px!Important;
    line-height: 1.3em!important;
}



:not(#s) .shopify-section--product-multi-column.two-column .product-column-card.product-column-card.multi-column__item{
    border-radius: 0!important;
    background: transparent!important;
    padding: 5px;
    width: calc(50% - 4px);
}


.product-column-card img {
    height: 100%;
    max-height: 100%;!;
    min-height: 0;
    margin: 0!important;
}

.product-column-card li {
    font-size: 13px!important;
    line-height: 1.3em!important;
}

.shopify-section--product-multi-column.two-column  a.button {
    font-size: 13px!important;
    padding: 7px 5px 10px!important;
    border-radius: 7px!important;
}

.shopify-section--product-multi-column.two-column  p {
    font-size: 13px!Important;
    line-height: 1.4em;
    /* margin-top: 10px!Important; */
}

.reviews {
    margin-bottom: -10px!important;
    font-size: 13px!important;
    margin-top: 0!important;
}

.reviews svg {
    width: 66px;
}

.image-text-title {
    background: #fff;
    border: 1px solid;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}
}

a.button.button--xl {
    display: inline-flex;
}



@media screen and (max-width: 768px) {
main#main > * {
    overflow: hidden;
}

.media-with-text__item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

media-with-text.media-with-text.full-bleed {
    margin: 0;
}

.section.custom-css.section-blends.section-full {
    padding-bottom: 0!important;
    padding: 0!important;
}

.shopify-section--product-multi-column.two-column {
    padding: 0 20px;
}
}




@media screen and (max-width: 1220px) {
.text-with-icons__item {
    display: flex;
    flex-direction: row;
    width: calc(50% - 20px);
    border: 0!important;
    justify-content: flex-start!important;
    flex-direction: column!important;
    align-items: center!important;
    padding: 0!important;
}.text-with-icons__list p{
    text-align: center;
}

.text-with-icons__list {
    display: flex!important;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto!important;
}
.text-with-icons__list img{
    width: auto;
    height: 70px;
    object-fit: contain;
    max-height: 70px;
}


.text-with-icons {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 768px) {
.text-with-icons__item p {
    font-size: 14px!Important;
}

.shopify-section--multi-column .multi-column.scroll-area.bleed.md\:unbleed {
    gap: 10px;
}
p.h5 {}

.text-with-icons__item p {
    font-size: 14px!Important;
}
}


.features-feature-image img {
    margin-top: 0!important;
}

.features-feature-text {
    line-height: 1.5em;
}

.features-feature {
    gap: 20px;
}
@media screen and (min-width: 768px) {
.features-feature p {
    max-width: 230px;
   
}
}
.features-feature p {
  
    font-size: 18px!important;
}

.features-feature-image strong {
    font-size: 18px;
}
.features-feature strong {
    font-size: 18px;
    min-width: 240px;
    display: block;
}

.features-feature-text br {
    display: none;
}

.features-feature {
    margin-top: 0!important;
}
@media screen and (max-width: 768px) {
.features-section-container__inner {
    gap: 20px!important;
    display: flex;
    flex-direction: column;
}
    :not(#s) .section.custom-css.section-blends.section-full {
    padding-bottom: 0!important;
}
}


.footer {
    background: #333333;
}
@media screen and (max-width: 768px) {
.header__main-nav {
    display: block!important;
}

}






a.button.button--xl {
    border-radius: 6px!important;
}

:not(#s) a.button.button--xl:hover {
    background: #f3d075!important;
    color: #000!important;
      box-shadow: none !important;
}


.bg .product-column-card p.h4 {
    font-weight: 400!important;
    font-size: 26px;
}

.bg p.promo-text {
    font-size: 28px!important;
    font-weight: 700;
}

.bg .product-column-card.multi-column__item {
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 28px;
}

.bg .product-column-card>img {
    margin: 0;
}

p.promo-text {}

.bg .product-column-card> .promo-text + img {
    max-height: 90px;
        margin-top: -10px;
    margin-bottom: 5px;
}

span.compare-price {
    font-size: 21px!Important;
    color: #EE4333!important;
}

.bg span.price {
    font-size: 40px!important;
}

.bg span.savings {
    font-size: 20px!important;
}

.bg .price-container.v-stack.gap-1 {
    animation: 0;
}

.bg .v-stack.gap-4.text-center {
    gap: 10px;
}

.bg .free-shipping {
    font-size: 20px!important;
    margin-top: 5px!important;
}

.free-shipping svg {
    height: 30px!important;
    width: 67px;
}

.product-columnn-card a.button {}

.product-column-card a.button {
    border-radius: 6px!important;
    font-size: 34px!important;
}

:not(#s) .product-column-card a.button:hover{
        background: #f3d075!important;
    color: #000!important;
      box-shadow: none !important;
}
span.savings {
    color: #2BAF53!important;
}


.bg .price-container.v-stack.gap-1 {
    min-height: 100px;
}

ul.country-switch {
    display: none!important;
}

:not(#s) .step-two .product-column-card img {
    max-height: 280px;
    margin-bottom: 0!important;
}

.shopify-section--product-multi-column ul {
    min-height: 220px;
}

.step-two .product-column-card a.button {
    font-size: 20px!important;
    /* height: 70px; */
}

span.atc-text {
    font-size: 16px;
}.bg.shopify-section--product-multi-column .scroll-area {
    gap: 20px!important;
}

@media screen and (max-width: 767px) {
.media-with-text__media_ video-media {
    max-width: 100vw;
    max-height: 200px!important;
    width: 100%!important;
}

.media-with-text__media_ {}

div#block-template--24388524900716__media_with_text_Nfa34d-video_xFhLpm .media-with-text__media_ {
    padding: 0 10px!important;
    max-width: 100%;
}

video {}

video-media video {
    max-width: 100vw;
}
}
@media screen and (max-width: 768px) {
p.mt-10 {}
#shopify-section-template--24388524900716__media_with_text_Nfa34d .media-with-text__media_ {
    padding-right: 0!important;
}
.prose.break-all.place-self-center-start.text-start.sm\:place-self-center-start.sm\:text-start {
    width: 100%;
}
#shopify-section-template--24388524900716__media_with_text_Nfa34d video-media {
    width: 100%;
    max-width: 100%;
}
.prose p.mt-10 {
    font-size: 17px!important;
    line-height: 1.3em;
    margin-top: 5px!important;
}

.media-with-text__content.bg-custom.text-custom {
    padding: 15px!important;
}

.media-with-text__content.bg-custom.text-custom h5 {}

.media-with-text__content.bg-custom.text-custom h5 {
    font-size: 16px!important;
}

.media-with-text__content.bg-custom.text-custom h6 {
    font-size: 14px!important;
    margin-top: -3px!important;
    margin-bottom: -12px!important;
}

.media-with-text__media_ {}

.section.custom-css.section-blends.section-full {}



a.button.button--xl {
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 340px;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex;
    margin-bottom: 30px!Important;
}

p {}

.media-with-text__media_ p {
    line-height: 1.3em!important;
}

.media-with-text__content.bg-custom.text-custom p {
    line-height: 1.3em;
}

p.h2 {}

.media-with-text__content.bg-custom.text-custom {}

.media-with-text__content.bg-custom.text-custom p.h2 {
    line-height: 1.1em;
}


#shopify-section-template--24388524900716__media_with_text_multi_ythRcJ p.h2 {
    text-align: left;
    font-size: 30px!important;
    line-height: 1.2em;
    max-width: 350px;
}


  
:not(#s) .features-section-container {
    margin-bottom: 30px!important;
}

#shopify-section-template--24388524900716__product_multi_column_bg_Kwm67L section-header .prose p {
    font-size: 18px;
}

.bg.shopify-section--product-multi-column .scroll-area {
    padding-top: 20px!Important;
}

.bg .product-column-card>img {
    max-height: 125px;
    height: 100%;
    left: 10px;
    top: 5px;
}

.bg p.promo-text {
    font-size: 16px!important;
}

span.compare-price {
    font-size: 14px!important;
}

.shopify-section--product-multi-column .scroll-area span.price {
    font-size: 20px!important;
}

.bg .price-container.v-stack.gap-1 {
    min-height: 0;
}

[data-qty="1"] p.promo-text {
    margin-top: 15px;
}

.bg .free-shipping svg {
    max-width: 45px!important;
    
}

.free-shipping:before {
    content: "+";
}

.bg span.savings {
    font-size: 14px!important;
    text-transform: uppercase;
}

.free-shipping + div {
    display: none;
}
.button.mobile-only.show {
    margin-top: -16px;
    margin-bottom: 20px;
}
.button.mobile-only {}
}


.footer__block.footer__block--menu.accordion__item:nth-child(2) .accordion__item-header:after {
    content: " This Site";
    display: block!important;
    position: static;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    margin-left: 5px;
}

p.bold.accordion__item-header {}

.footer__block.footer__block--menu.accordion__item:nth-child(2) .accordion__item-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2):after {
    line-height: 1.4em;
    content: "Purchasing here is buying directly from Snap. In doing so you have access to a special offer that you won\2019t find anywhere else. To support our business, please consider buying your PowerPack Universal on this site, rather than 3rd-Party retailers.";
}

@media screen and (max-width: 768px) {
.footer__block.footer__block--menu.accordion__item:nth-child(2) .accordion__item-header{
justify-content: flex-start;
}

:not(#s) .features-section-container {
    margin-bottom: 30px!important;
}

#shopify-section-template--24388524900716__product_multi_column_bg_Kwm67L section-header .prose p {
    font-size: 18px;
}

.bg.shopify-section--product-multi-column .scroll-area {
    padding-top: 20px!Important;
}

.bg .product-column-card>img {
    max-height: 125px;
    height: 100%;
    left: 10px;
    top: 5px;
}

.bg p.promo-text {
    font-size: 16px!important;
}

span.compare-price {
    font-size: 14px!important;
}

.shopify-section--product-multi-column .scroll-area span.price {
    font-size: 20px!important;
}

.bg .price-container.v-stack.gap-1 {
    min-height: 0;
}

[data-qty="1"] p.promo-text {
    margin-top: 15px;
}

.bg .free-shipping svg {
    max-width: 45px!important;
    
}

.free-shipping:before {
    content: "+";
}

.bg span.savings {
    font-size: 14px!important;
    text-transform: uppercase;
}

.free-shipping + div {
    display: none;
}

.button.mobile-only {}

.button.mobile-only.show {
    margin-top: -16px;
    margin-bottom: 20px;
}

.footer__block.footer__block--newsletter {
    gap: 15px;
}

.accordion__item-header:after {
    display: none;
}

.footer__block.footer__block--menu.accordion__item {
    border: 0;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) .accordion__item-header:after {
    content: " This Site";
    display: block!important;
    position: static;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    margin-left: 5px;
}

p.bold.accordion__item-header {}

.footer__block.footer__block--menu.accordion__item:nth-child(2) .accordion__item-header {
    display: flex;
    align-items: center;
}

.footer__block.footer__block--menu.accordion__item:nth-child(2):after {
    line-height: 1.4em;
    content: "Purchasing here is buying directly from Snap. In doing so you have access to a special offer that you won\2019t find anywhere else. To support our business, please consider buying your PowerPack Universal on this site, rather than 3rd-Party retailers.";
}

.accordion__item-body {
    height: 100%;
    transform: none;
    opacity: 1;
}



}
@media screen and (max-width: 400px) {
.footer__payment-icons.h-stack.wrap.gap-2 svg {
    max-width: 34px;
}
}


p.footer__copyright.text-sm.text-subdued:after {
    content: " All Rights Reserved.";
}

.footer__block.footer__block--menu.accordion__item:nth-child(2) {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.footer__aside-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    /* display: block; */
    gap: 10px;
}
}

@media screen and (max-width: 767px) {



.product-column-card.multi-column__item li {
    font-size: 12px!important;
}

.step-two .product-column-card a.button {
    font-size: 13px!important;
}

span.atc-text {
    font-size: 12px!important;
}

span.atc-text svg {
    width: 13px;
}

span.atc-text {
    gap: 7px;
}

.shopify-section--product-multi-column.two-column p > strong:first-child {
    display: block;
}

.shopify-section--product-multi-column.two-column p {
    line-height: 1.3em;
}
}




.mobile-only-image {
    display: none;
}
@media screen and (max-width: 767px) {
.mobile-only-image {
    display: block;
}.mobile-only-image + img{
    display: none;
}
    .image-text-title {}

.mobile-only-image:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/2181/1813/files/thumbs-ub.svg?v=1741971769);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    top: 15px;
    position: absolute;
    right: 9px;
}

.shopify-section--product-multi-column.two-column .h4 {
    font-size: 16px!important;
    line-height: 1.3em!important;
    max-width: 150px;
    margin: auto;
}
  .shopify-section--product-multi-column.two-column p>strong:first-child {
    font-size: 14px;
}
}

@media screen and (max-width: 1024px) {
:not(#s) .step-two .product-column-card img {
    max-height: 250px;
}
}


.new-product__description_mobile {
    display: none;
}
@media screen and (max-width: 768px) {
.new-product__title, .new-product__description {
    padding-left: 190px;
}
    
.new-product__image {
    width: 175px;
}

.new-product__title {
    padding-left: 190px;
}

.new-product__option-list {}

.new-product__options {
    margin-top: 55px;
}
  

.new-product__image {}

.new-product__original-price {
    font-size: 16px;
}

.new-product__final-price {
    font-size: 20px;
    margin-top: 0;
}

h2.new-product__heading {
    line-height: 1.3em;
    margin-bottom: 10px;
}

.new-product.show {padding-top: 0;}

.new-product__container {
    margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.new-product__description_mobile {
    display: block;
    padding-left: 190px;
    line-height: 1.3em;
    margin-top: 7px;
}

.new-product__description_mobile + div{
    display: none;
}
    
.new-product__image {
    width: 175px;
}

.new-product__title {
    padding-left: 190px;
}

.new-product__option-list {}

.new-product__options {
    margin-top: 45px;
}

  
.new-product__image {}

.new-product__original-price {
    font-size: 16px;
}

.new-product__final-price {
    font-size: 24px;
    margin-top: 0;
}
}



@media screen and (max-width: 767px) {
#shopify-section-template--24388524900716__media_with_text_Nfa34d p.h2 {
    display: none;
}

.prose p.mt-10 {
    display: none;
}
  div[data-oke-reviews-product-listing-rating] {
    margin-top: -5px;
}
  .footer__block.footer__block--menu.accordion__item:nth-child(2):after{
    max-width: 100%;
  }
}


.testimonial.rounded-sm.bg-secondary {
    background: #fff;
    border-radius: 0;
    border: 1px solid #707070;
}

.testimonial.rounded-sm.bg-secondary p.bold {
    font-size: 18px;
}

.testimonial.rounded-sm.bg-secondary {
    padding: 25px;
    height: 100%;
}

scroll-progress.scrollbar__progress {}

.testimonial>div:first-child {
    margin-top: auto;
}
@media screen and (max-width: 999px) and (min-width: 769px) {
:not(#s) #shopify-section-template--24388524900716__media_with_text_HjAd7T .media-with-text__content {
    padding: 4rem!Important;
}
}
@media screen and (max-width: 999px) {
  .prose.break-all.place-self-center.text-center.sm\:place-self-center-start.sm\:text-start {
    width: 100%;
}
body #shopify-section-template--24388524900716__media_with_text_HjAd7T .custom-css,
 body  #shopify-section-template--24388524900716__media_with_text_Nfa34d .custom-css,
 body  #shopify-section-template--24388524900716__media_with_text_HjAd7T .custom-css{
    padding-bottom: 0!important;
}
}


@media screen and (min-width: 769px) {
.footer__block.footer__block--menu.accordion__item:nth-child(2):after {
    font-weight: 300;
    max-width: 430px;
}

.footer__block.footer__block--newsletter {
    gap: 10px;
    /* margin-bottom: -130px; */
}

.footer__aside-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
    margin-top: -60px;
  max-width: 600px;
}

.footer__block-list.empty\:hidden {
    margin-bottom: -40px;
}

.footer__block.footer__block--menu.accordion__item {
    gap: 20px;
}

}



a.button.button--xl {
    line-height: 20px;
    height: 64px;
    align-items: center;
}

.product-column-card a.button {
    line-height: 34px;
    height: 80px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
html .shopify-section--product-multi-column.two-column a.button {
         line-height: 13px;
         height: 54px;
         padding: 7px!important;
}
  #shopify-section-template--24388524900716__text_with_icons_dnrJ8x img.image-icon{
    width: 90px!important;;
  }
}
button.new-product__add {line-height: 30px;align-items: center;}


.step-two .product-column-card .prose p {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
.shopify-section--testimonials {
    display: block!important;
}

.shopify-section--testimonials h2 {
    font-size: 30px!important;
}

.scrollbar__buttons {
    display: flex;
    gap: 5px;
}
}

.needsclick.kl-private-reset-css-Xuajs1 {
    display: none!important;
}

.announcement-bar.bg-custom.text-custom {
    display: none;
}

@media screen and (min-width: 768px) {
.features-feature-image img {
    max-width: 70px;
    height: 70px;
    width: 70px;
    object-fit: contain;
}
}

#shopify-section-template--24388524900716__product_multi_column_67nAL4 h2.h2 {
    padding-top: 30px;
}

#shopify-section-template--24388524900716__product_multi_column_67nAL4 .multi-column.scroll-area {
    padding-top: 0!Important;
}
@media screen and (min-width: 768px) {
.step-two .multi-column__item.justify-center.snap-start .h4 {
    margin: -15px 0 -10px;
}
    .shopify-section--product-multi-column ul {
    min-height: 190px;
}
}


:not(#s) .step-two .product-column-card img {
    max-height: 240px;
}

.product-column-card.multi-column__item li {
    font-size: 14px;
}



#shopify-section-template--24388524900716__product_multi_column_67nAL4 {
    & .section-stack {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
.new-product__description_mobile {
    min-height: 120px;
}

h2.new-product__heading {
    margin-bottom: 20px;
}
}

a.new-product__checkout {
    cursor: pointer;
}