/** Shopify CDN: Minification failed

Line 18:8 Unexpected "<"
Line 1834:64 Unexpected "@media"

**/



.collection-sidebar__group--6 {display: none;}
.page-width {
    margin: 0 auto;
    max-width: 1300px;
}

/* CUSTOM FONTS - START */

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@media only screen and (min-width: 769px) {
    .toolbar+.header-sticky-wrapper .site-header {
        border-top: 2px solid;
        border-top-color: rgb(0 0 0 / 10%);
    }
}

@font-face {
  font-family: "bebas-neue-pro", sans-serif;
  src: url('https://use.typekit.net/wal7kja.css') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

  @font-face { 
font-family: '705069313';
src: url(/cdn/shop/files/705069313.woff?v=1712077365) format('woff2');
font-weight: 600;
font-style: italic;
font-display: swap;
} 

  @font-face { 
font-family: 'Lato-5';
src: url(/cdn/shop/files/Lato-Black.woff?v=1712077571) format('woff2');
font-display: swap;
} 

  @font-face { 
font-family: 'Lato-4';
src: url(/cdn/shop/files/Lato-Bold.woff?v=1712077606) format('woff2');
font-display: swap;
} 

  @font-face { 
font-family: 'Lato-1';
src: url(/cdn/shop/files/Lato-Thin.woff?v=1712077665) format('woff2');
font-display: swap;
} 

  @font-face { 
font-family: 'Lato-2';
src: url(/cdn/shop/files/Lato-Light.woff?v=1712077808) format('woff2');
font-display: swap;
} 

  @font-face { 
font-family: 'Lato-3';
src: url(/cdn/shop/files/Lato-Regular.woff?v=1712077851) format('woff2');
font-display: swap;
} 

/* CUSTOM FONTS - END */

/* DEVICE CUSTOM PARAMETERS - START */

@media only screen and (max-width: 769px) {
.mobile--device {
display: block !important;
}
}

@media only screen and (max-width: 769px) { .desktop--device {
display: none !important;
}
}

@media only screen and (min-width: 769px) {
.mobile--device {
display: none !important;
}
}

@media only screen and (min-width: 769px) { .desktop--device {
display: block !important;
}
}

/* DEVICE CUSTOM PARAMETERS - END */

/* ANIMATIONS - START */

@keyframes glow {
50% {box-shadow: 0px 0px 50px yellow}
}

@keyframes jiggle {
    0% {
        animation-timing-function: ease-in;
        transform: rotate(-2deg);
    }
    
    50% {
        animation-timing-function: ease-out;
        transform: rotate(2.5deg);
    }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #6d6c4c57;
  }
  100% {
    box-shadow: 0 0 0 8px #6D6C4C00;
  }
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

@keyframes bg-animation-1 {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
} 

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  } 

  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}

  @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-10px);
    }
  }

/* ANIMATIONS - END */

/* CUSTOM HEADER TEMPLATE V3 - START */


@media only screen and (min-width: 769px) {
    .site-header__logo a {
      transition: transform .2s;
    }
    .site-header__logo a:hover {
      transform: scale(1.05);
      transition: transform .4s;
    }
    .site-nav__link {
      transition: transform .1s;
      padding: 0.45em !important;
      font-size: 0.8em !important;
    }
    .site-nav__link:hover {
      transform: scale(1.10);
      transition: transform .3s;
    }
    .site-nav__dropdown {
      padding: 15px 0 0px;
    }
    .site-nav__link--underline:after {
      border-bottom-color: #ffffff;
      margin-left: 8px;
      margin-right: 12px;
    }
    .site-nav--has-dropdown .site-nav__link--underline:after {
      border-bottom-color: #ffffff;
    }
}

.text-center .megamenu .grid {
    text-align: justify;
}

.svg-mask img, .svg-mask svg:not(.icon), .svg-mask video {
    object-position: top;
    transition: 0.3s
}

.svg-mask--landscape {
    padding-bottom: 60%!important;
}

.megamenu .site-nav__dropdown-link {
    padding: 4px 0;
    white-space: normal;
    text-align: center;
    letter-spacing: 0em;
    font-size: 1.2em;
}

.text-center .megamenu .grid .grid__item a {
    color: #121212;
    margin-bottom: 10px;
    font-family: sans-serif;
    padding-top: 5px;
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: none;
    padding-bottom: 0px;
    font-size: 1.05em;
}

.text-center .megamenu .grid .grid__item a:hover {
  text-decoration: underline;
}


/*
.megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    display: none;
}*/
/*
details[open]>.site-nav__dropdown {
    max-height: 600px;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 20px;
}*/
.site-nav__dropdown>li>a {
    position: relative;
    z-index: 6;
    text-transform: uppercase;
}

.site-nav__dropdown>li>a:hover {
  background-color: #ffd814;
  color: white;
  text-shadow: 0 0rem 0.3rem #020202ed;
}

.brandbar-container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
    max-width: 100%;
    width: 100%;
}
.brand-navigation {
  padding-top: 10px;
  display: block;
  background-color: #2f3333;
  width: 100%;
}

@media only screen and (min-width: 769px){
  .brand-navigation {
    padding-top: 5px;
    padding-left: 250px;
    padding-right: 250px;
}
.tacomabeast-brand-tab, .yotaforce-brand-tab {
  max-width: 180px !important;
}
}

.brand-tab-index {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    justify-content: center;
  }

.tacomabeast-brand-tab {
    height: 40px;
    position: relative;
    width: calc(50%);
    display: block;
  max-width: 50%
}

.tacomabeast-brand-sub-1 {
    height: 100%;
    width: 100%;
}

.tacomabeast-yotaforce-tab-link {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px auto;
    padding: 0px 2rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tacomabeast-brand-sub-2{

}

.tacomabeast-brand-sub-2 svg {
    height: 100%;
    width: 100%;
}

.yotaforce-brand-tab {
    border-bottom: 4px solid #f79801;
    height: 40px;
    position: relative;
    width: calc(50%);
    display: block;
  max-width: 50%
}

.yotaforce-brand-sub-1 {
    height: 100%;
    width: 100%;
}

.yotaforce-brand-sub-2{

}

.yotaforce-brand-sub-2 svg {
    height: 100%;
    width: 100%;
}

/* CUSTOM HEADER TEMPLATE V3 - END */

/*  HOME PAGE INFORMATION BOX TEMPLATE MOBILE - START */

@media only screen and (max-width: 768px) { .text-with-icons__blocks {
  flex-direction: row !important;
  margin: 0 !important;
}
}

@media only screen and (max-width: 768px) {
.text-with-icons__blocks .text-with-icons__block {
    width: min-content;
    padding: 0 5px;
}
}

.text-with-icons {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .text-with-icons {
    display: inline !important;
    font-size: 12px !important;
    --typeHeaderSize: 22px !important;
  }
}

/*  HOME PAGE INFORMATION BOX TEMPLATE MOBILE - END */

/*  HOME PAGE INFORMATION BOX TEMPLATE PC - START */

.text-with-icons-pc__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  flex: none;
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 768px) {
  .text-with-icons-pc__blocks {
    flex-direction: row;
    margin: 0;
  }
}

.has-1-per-row .text-with-icons-pc__block {
  width: 100%;
}

.has-2-per-row .text-with-icons-pc__block {
  width: 50%;
}

.has-3-per-row .text-with-icons-pc__block {
  width: 33.333%;
}

.has-4-per-row .text-with-icons-pc__block {
  width: 25%;
}

.has-5-per-row .text-with-icons-pc__block {
  width: 20%;
}

.text-with-icons-pc__blocks .text-with-icons-pc__block {
  display: flex;
  flex-direction: column;
  flex: none;
}

@media only screen and (max-width: 768px) {
  .text-with-icons-pc__blocks .text-with-icons-pc__block {
    width: 50%;
    padding: 0 0 5px;
  }
}

.text-with-icons-pc__block-icon {
  display: block;
  margin-bottom: 10px;
}

.text-with-icons-pc__block-icon .icon {
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 768px) {
  .text-with-icons-pc__block-icon .icon {
    width: 60px;
    height: 60px;
  }
}

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

@media only screen and (max-width: 768px) {
  .text-with-icons-pc {
    display: none;
  }
}

/*  HOME PAGE INFORMATION BOX TEMPLATE PC - END */
                                          
/*  FEATURED BRANDS TEMPLATE - START */

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(11){
  animation-delay:2.0s;
}

[data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(12){
  animation-delay:2.2s;
}

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

  .flex-grid__item--33 {
    flex-basis: 50%;
  }

  .logo-bar__item {
    flex: 0 1 110px;
    vertical-align: middle;
    margin: 2px 2px 2px;
    max-width: 33.3%;
  }
}

@media only screen and (min-width: 769px) {
  .logo-bar__item {
    flex: 0 1 185px;
    margin: 9px !important;
    max-width: 15.7%;
    transition: all 500ms;
  }

  .logo-bar__item:hover {
    transform: translateY(-0.75rem);
    transition: all 250ms;
    box-shadow: 0 0.2rem 0.5rem #5c5757ad;
  }

  .flex-grid__item--33 {
    flex-basis: 20%;
    padding-left: 20px;
  }
}

/* FEATURED BRANDS TEMPLATE - END */

/* PRODUCT GRID ITEMS - START */

.grid-product__meta .ruk_rating_snippet {
    margin-top: 5px;
    padding-left: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;  
    padding-right: 5px;
    min-height: 1lh;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-product__meta .ruk_rating_snippet i {
   font-size: 13px!important;
  }

    .grid-product__price--savings {
        font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
        font-weight: var(--typeHeaderWeight);
        letter-spacing: var(--typeHeaderSpacing);
        text-transform: uppercase;
        color: #000;
        margin-left: 0;
        display: flex;
        flex-wrap: nowrap;
        font-size: 13px;
        height: -webkit-fill-available;
        position: absolute;
        right: auto;
        width: auto;
        z-index: 1;
        margin-bottom: 10px;
        align-items: center;
    }

.grid-product__image-mask:before {
      bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0; 
    background: #0000000f;
    top: 0;
    z-index: 1;
}


.grid-product__meta {
   margin-bottom: 0px;
   background-image: linear-gradient(var(--item-gradient-direction, 135deg), #e8e8e1, var(--item-background-end-color, transparent));
   padding: 10px 0 10px
}

.grid-product__tag {
  background-color: #1a98ff;
  color: #ffffff;
  text-shadow: 0 0rem 0.3rem #020202ed;
  font-family: 'Lato-3';
  box-shadow: 0 0.1rem 0.3rem #0f1111f0;
  letter-spacing: 0.1em;
}

.grid-product__tag--sale {
  text-transform: uppercase;
  background-color: #6D6C4C;
  font-weight: 600;
  animation: pulse-animation 2s infinite, pulse 1.2s infinite;
  box-shadow: 0px 0px 1px 1px #6D6C4C;
}

.grid-product__tag--sold-out {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
    text-transform: uppercase;
    color: #efefef !important;
    font-size: 1em;
    padding: 20px 20px 20px 20px;
    text-shadow: 0 0.1rem 1rem #000000f0;
    box-shadow: none;
    background: #00000078 !important;
    position: absolute;
    right: 10%;
    text-align: center;
    left: 10%;
    top: 20%;
}

.grid-product__title {
    color: #0F1111;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    padding-left: 5px;
    padding-right: 5px;
    min-height: 2lh;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0!important;
    font-weight: 300;
    font-size: 1.1em!important;
    line-height: 1.5em;
    font-family: Lato-3,sans-serif;
}

.grid-product__content {
    position: relative;
    text-align: left;
    transition: .4s;
    box-shadow: 0 0.2rem 0.5rem #e5e4e3;
    transition: all 500ms;
}

.grid-product {
    margin-bottom: 22px;
}

.grid-product__vendor {
    color: #494848;
    letter-spacing: .1em;
    font-size: .7em;
    font-family: 'Lato-2';
    font-weight: bolder;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;  
    padding-left: 7px;
    padding-right: 5px;
    min-height: 1lh;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-product__price--original {
    margin-right: 5px;
    color: #afafaf;
    font-size: .8em;
}

.grid-product__price {
    margin-top: 0;
    color: #000;
    font-family: Lato-5;
    font-size: .95em;
    text-transform: capitalize;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 3px;
}

.section-header__title {
    margin-bottom: 0;
    font-size: 1.6em;
    text-transform: uppercase;
}


@media only screen and (max-width: 768px) {
    .grid--no-gutters .grid__item {
        padding-left: 10px;
        padding-bottom: 10px;
        max-width: 50%;
    }
    .grid-product {
        margin-bottom: 17px !important;
        padding-left: 12px;
    }
    .section-header__title {
        max-width: 200px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
      .grid-product__price--savings {
      display: flex;
      white-space: nowrap;
      font-size: 14px;
     }
}



@media only screen and (min-width: 769px) {
    .grid-product__content:hover {
      box-shadow: 0 0.5rem 0.6rem #5c5757ad;
      transform: translateY(-0.75rem);
      transition: all 250ms;
    }
    .grid--no-gutters .grid__item {
      padding-left: 10px;
      padding-bottom: 10px;
      max-width: 20%;
      transition: 0.3s
    }
    .grid-product__meta .ruk_rating_snippet i {
        font-size: 16px!important;
    }
    .medium-up--four-fifths {
      width: 75%;
    }
    .medium-up--one-fifth {
      width: 25%;
    }
    .grid__item--sidebar {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 12px;
    box-shadow: 0 0.2rem 0.5rem #0f111126;
    border: 1px solid #d5d9d95e !important;
    border-radius: 10px;
    padding-bottom: 30px;
    max-height: 80vh;
    }
}


/* PRODUCT GRID ITEMS - END */

/* PRODUCT PAGE TEMPLATE ITEMS - START */

.ppcse-list-lt-label-cont {
    letter-spacing: 0.03em;
    font-weight: 700;
}


.js-qty__num {
    border-color: #d5d9d9;
}

.product-single__vendor {
    letter-spacing: .2em;
    font-family: 'Lato-3';
    font-weight: 300;
}

.product-single__vendor:hover {
    font-weight: 800;
    font-family: 'Lato-3';
}

.btn.disabled, .btn[disabled], .rte .btn.disabled, .rte .btn[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded.disabled, .shopify-payment-button .shopify-payment-button__button--unbranded[disabled] {
    background-color: #dbdbdb;
    color: #424242;
    cursor: default;
    text-shadow: none;
}

[data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover, [data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover, [data-button_style=square] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover, [data-button_style^=round] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover, [data-button_style^=round] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover, [data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover {
    background: #595959;
    color: white;
}

.btn, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
    letter-spacing: 0.1em;
}

.product-block hr {
    margin: 0px;
}

.product-block--price {
  margin-bottom: 10px !important;
}

.product-block--tab+.product-block--tab {
    margin-top: 0px;
}

.affirm-modal-trigger {
    background: transparent;
    color: #1255c9;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    transition: transform 500ms !important;
    font-family: 'Lato-3';
    font-weight: 400;
    font-size: 0.9em;
}

.affirm-modal-trigger:hover {
    color: #1255c9;
    font-family: 'Lato-3';
    font-weight: 600;
}

.shopify-installments {
    display: none !important;
}

.shopify-installments__content {
    display: none !important;
}

.variant__label[for] {
    margin-bottom: 0px;
}

.product-single__meta .social-sharing {
    margin-bottom: 35px !important;
}

.product__price--compare {
    color: #565959;
    font-family: lato-1 !important;
    text-decoration-thickness: 1px;
}

.product__price {
    font-family: lato-3;
    font-weight: 600;
}

.product__price-savings {
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
}

.product-block {
    margin-bottom: 0px;
}

.product-block--header {
  margin-bottom: 2px;
}

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
    border-top: 1px solid;
    border-top-color: #e8e8e1;
    border-color: #e8e8e1;
    padding-top: 8px;
}

.collapsibles-wrapper--border-bottom {
    border-bottom-color:#e8e8e1;
}

.variant-wrapper--dropdown {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 24px;
    width: 100%;
    margin-right: 15px;
    max-width: 100%;
}

.hide-reviews-duplicate-glitch {
    display: none !important;
}

.product__quantity label {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #37475A;
    font-weight: bold;
    letter-spacing: 0.1em !important;
    font-family: lato-3;
}

.variant__label {
    color: #37475A;
    font-weight: bold;
    letter-spacing: 0.1em !important;
    font-family: lato-3;
}

.btn--full {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
    box-shadow: 0 0.2rem 0.5rem rgba(15,17,17,.15);
    border-style: initial;
    border-width: 0.1rem;
    transition: transform 1000s !important;
    font-size: 1.01em;
    font-weight: 900;
    color: white;
    letter-spacing: 0em !important;
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
}

@media only screen and (max-width: 768px) {
  
    .btn--full {
    animation: jiggle .25s linear 5s 3, borderIn .75s ease 1s !important;
    }
  
    .product-single__meta {
        text-align: left !important;
    }
    .flickity-enabled.is-draggable .flickity-viewport {
        box-shadow: 0 0.2rem 0.5rem #d4d4d4;
    }
    
    .flickity-page-dots {
        bottom: auto;
    }
  
   .product__main-photos .flickity-page-dots {
    display: flex;
    flex-direction: row;
    line-height: 20px;
    padding-left: 11px;
    padding-top: 16px;
    padding-right: 11px;
    flex-wrap: wrap;
    justify-content: center;
   }

   .flickity-page-dots .dot {
    margin-bottom: 9px !important;
   }

   .template-product .breadcrumb {
    margin-top: 20px;
    padding-top: 7px;
    display: none;
   }
  
}

@media only screen and (min-width: 769px) {  
    .product-single__sticky {
        top: 150px !important;
    }  
}


/* PRODUCT PAGE TEMPLATE ITEMS - END */

/* MENU DRAWER - START */


/* CSS for making collection items without grandchildren display in a grid */
.mobile-nav__sublist .mobile-nav__item:has(.svg-mask) {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 5px;
}

/* Make sure the collection image links are centered and properly sized */
.mobile-nav__sublist .mobile-nav__item:has(.svg-mask) a {
  display: block;
  text-align: center;
}

/* Keep the image container a consistent size */
.mobile-nav__sublist .mobile-nav__item:has(.svg-mask) .svg-mask {
  margin: 0;
  width: 100%;
  max-width: 120px;
  height: auto;
}

/* Make the text under the images smaller and neater */
.mobile-nav__sublist .mobile-nav__item:has(.svg-mask) .mobile-nav__link {
  font-size: 0.95em;
  padding: 5px 0;
  white-space: normal;
  word-break: break-word;
}

/* Clear the sublist to ensure proper alignment */
.mobile-nav__sublist:after {
  content: "";
  display: table;
  clear: both;
}


@media only screen and (max-width: 768px) {
    .svg-mask {
      width: 100%;
    }
}

.mobile-master-collection-item {
    padding-left: 20px !important;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: left;
    color: #1c1d1d !important;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
}

.mobile-nav__toggle .faux-button, .mobile-nav__toggle button {
    height: auto;
    margin: auto;
    padding: 15px 20px;
}
.mobile-nav__toggle button {
    background-image: none;
    border-left: none;
    font-weight: bolder;
    width: -webkit-fill-available;
}

.mobile-nav__toggle {
    width: -webkit-fill-available;
}

.mobile-nav__has-sublist, .mobile-nav__link--button {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}

.mobile-nav__has-sublist>*, .mobile-nav__link--button>* {
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 1.06em;
}

.mobile-nav__grandchildlist {
    font-size: 1.1em;
}

.mobile-nav__has-sublist:after {
    border-bottom: 1px solid;
    border-bottom-color: #00000029;
    bottom: 0;
    content: "";
    left: var(--drawer-gutter);
    position: absolute;
    right: var(--drawer-gutter);
}


.mobile-nav__grandchildlist:before {
    background: #000;
    bottom: 10px;
    content: "";
    display: block;
    left: 25px;
    position: absolute;
    top: 10px;
    width: 1px;
}

/* MENU DRAWER - END */

/* FILTER DRAWER - START */

.tag--remove .icon {
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 1));
}

.js-drawer-open-collection-filters .btn .btn--tertiary .btn--tertiary-active {
    background: #4d4d49 !important;
    border-color: var(--colorBtnPrimary);
    color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
    .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after, input:checked~.tag__checkbox:after {
        background-color: #ffd814;
        border: 1px solid;
        color: #63550b;
    }
    .tag__checkbox:before {
        border: 1.2px solid;
        border-color: #0F1111;
    }
    .collection-sidebar__group .collapsible-trigger-btn {
        font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
        font-weight: var(--typeHeaderWeight);
        letter-spacing: var(--typeHeaderSpacing);
        text-align: left;
        font-size: 1em;
        padding: 5px 10px 5px 15px;
        color: #1a98ff !important;
        letter-spacing: 0.02em;
    }
    .tag-list label {
        cursor: pointer;
        display: block;
        font-family: lato-2;
        padding: 7px 9px;
        font-size: 12.5px;
        border-radius: 5px;
        color: #0F1111;
        border: 1px solid #f4f4f4;
        background-color: #f4f4f4;
        margin-left: 8px;
        font-weight: bolder;
        line-height: 1.4;
    }
}


@media only screen and (min-width: 769px) {
  
        .collection-sidebar__group .collapsible-trigger-btn {
          text-align: left;
          font-size: 1em;
          padding: 5px 10px 5px 10px;
          color: #0e0e0e !important;
          letter-spacing: 0em;
          margin-bottom: 0px;
      }
}  

.collection-filter .btn:not(.btn--tertiary-active), .collection-filter__sort-container {
    background: #414141;
    color: #fff;
    letter-spacing: 0.04em;
    background-image: linear-gradient(45deg, #000, #565656, #1d1d1d, #454545);
    animation: bg-animation-1 1.2s cubic-bezier(.36,.07,.19,.97) alternate infinite;
    background-size: 400%;
    background-position: left;
    transition: background-position 1s !important;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.collection-filter__item--drawer {
    animation: jiggle .25s linear 1s 3, borderIn .75s ease 1s;
}

.tag-list label {
    cursor: pointer;
    display: block;
    margin-left: 9px;
    font-family: lato-2;
    font-weight: bolder;
    line-height: 1.4;
    margin-bottom: 0px;
    padding-bottom: 10px;
    transition-duration: .45s;
}

.tag-list label:hover {
    font-family: 'Lato-3';
    transition: all 1s; 
    transition-duration: .45s;
}



@media only screen and (max-width: 768px) { 
  .noUi-connect {
    background: #3c3c3c;
}
}

@media only screen and (max-width: 768px) { 
.noUi-target {
    background: #e8e8e8;
}
}

/* FILTER DRAWER - END */

/* CART DRAWER - START */

.drawer__fixed-header {
    background-image: linear-gradient(var(--item-gradient-direction, 135deg), #d4d4d4, var(--item-background-end-color, transparent));
    font-size: 1.01em;
    color: white;
    text-shadow: 0 0.1rem 0.5rem #000000;
}

.drawer .js-qty__adjust {
    fill: #ffffff;
    color: #ffffff;
}

.drawer .js-qty__num {
    color: #ffffff;
    padding-bottom: 2px;
    padding-top: 2px;
    background: #3c3c3c;
}

.drawer .btn {
    background-color: var(--colorDrawerButton);
    font-size: 1.01em;
    color: white;
    letter-spacing: 0em !important;
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
}

.drawer .btn:hover {
opacity: 1;
}

.drawer__close {
    color: black;
}

.agree-to-terms-wrapper label.label-wrapper {
    margin-left: 10px;
    letter-spacing: 0em;
    text-transform: none;
    padding-left: 0px;
    font-size: 1em;
    padding-right: 0px;
}

.agree-to-terms-wrapper a.td-link {
    font-size: .9em;
    padding-left: 8px;
}

.agree-to-terms-wrapper p.text-wrapper {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.agree-to-terms-wrapper {
    width: 80% !important;
    display: block;
}

.cart__item-row {
    text-align: left !important;
    padding-bottom: 5px;
}

.cart__checkout-wrapper {
    margin-top: 0px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.cart__checkout {
    /*width: 80%;*/
}

.cart__terms label {
    letter-spacing: 0em !important;
}

.cart__terms a {
    text-decoration: underline;
}

.cart__terms {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.drawer__footer {
  padding-bottom: 20px;
  background-image: linear-gradient(var(--item-gradient-direction, 135deg), #d4d4d4, var(--item-background-end-color, transparent)); 
}

.ajaxcart__subtotal {
    font-size: 1em;
    letter-spacing: 0em;
    color: white;
    text-shadow: 0 0.1rem 0.3rem #000000;
    text-transform: uppercase;
}

.cart__item-sub {
    font-family: Lato-5;
    font-size: 1em;
    color: #000;
    text-transform: capitalize;
}

/* CART DRAWER - END */

/* DRAWERS - START */

.mobile-nav__item--secondary a {
    padding-top: 15px;
}

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

    .no-bullets {
        list-style: none outside;
        margin-left: 0;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start;
    }
    
    .tag--remove {
        position: relative;
        display: block !important;
    }
    
    .drawer {
        box-shadow: none;
        max-width: 100%;
    }
    
    .drawer--left {
        left: -400px;
        width: 100%;
    }
    
    .drawer--left .btn {
        margin-left: 8px;
        padding-right: 28px;
    }
    
    .drawer--right {
        right: -400px;
        width: 100%;
    }
    
    .drawer--right.drawer--is-open {
        display: block;
        transform: translate(-400px);
        transition-duration: .45s;
    }
    
    .drawer--left.drawer--is-open {
        display: block;
        transform: translate(400px);
        transition-duration: .45s;
    }
  }
/* DRAWERS - END */

/* COLLECTION PAGE TEMPLATE & FEATURED COLLECTIONS - START */

.section-header--with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .collection-content {
        padding-top: 12px;
    }
      .pagination .next {
       background: #3c3c3c;
    }
    
    .pagination .next:hover {
       background: #161616;
    }
    
    .pagination a:hover {
        font-weight: 700;
    }
}

.btn--small {
    font-size: 1.01em;
    color: white;
    letter-spacing: 0em !important;
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
}

@media only screen and (max-width: 768px) {
    .return-link {
        padding: 13px 20px;
        width: 100%;
    }
    .pagination {
        padding: 18px 0;
    }
}
  
.page-content--bottom {
    padding-top: 0;
    margin-left: 18px;
    margin-right: 18px;
    font-family: lato-5;
}

.return-link {
    box-shadow: 0 0.2rem 0.5rem rgba(15,17,17,.15);
    border-style: solid;
    border-width: 0.1rem;
    text-shadow: 0 0rem 0.3rem #020202ed;
}

.return-link .icon {
    margin-right: 8px;
    width: 20px;
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 1));
}


.page-content--bottom a {
    font-size: 11px;
    letter-spacing: .1em !important;
}

.tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after, input:checked~.tag__checkbox:after {
    background-color: #1a98ff;
}

.grid-product__see-all {
    background-image: linear-gradient(var(--item-gradient-direction, 135deg), #d4d4d4, var(--item-background-end-color, transparent));
    box-shadow: 0 0.2rem 0.5rem #0f111173;
    border: 0px;
}

@media only screen and (max-width: 768px) {
    .grid-overflow-wrapper .grid__item {
        flex: 0 0 42vw !important;
    }
    .btn--secondary.btn--small {
        margin-right: 0px !important;
        width: 150px !important;
    }
}

  .btn--secondary.btn--small {
      font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
      font-weight: var(--typeHeaderWeight);
      letter-spacing: var(--typeHeaderSpacing);
      width: 200px;
      cursor: pointer;
      color: white;
      margin: 20px;
      text-shadow: 0 0rem 0.3rem #020202ed;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background-image: linear-gradient(to right, #242a2d, #545856, #404040, #111111);
      box-shadow: 0 0.2rem 0.5rem #0f111173;
   }

.btn--secondary.btn--small:hover {
    background-position: 100% 0;
    moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* COLLECTION PAGE TEMPLATE & FEATURED COLLECTIONS - END */

/* HOME PAGE TEMPLATE - START */

.collection-item {
    border: 1px solid #d2d2d2;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner:hover {
      box-shadow: 0 0.5rem 0.6rem #5c5757ad !important;
      transform: translateY(-0.75rem);
      transition: all 250ms;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
    transition: .4s;
    box-shadow: 0 0.2rem 0.5rem #e5e4e3 !important;
    transition: all 500ms;
}

@media only screen and (min-width: 769px) {
  .article__grid-image {
    transition: .4s;
    box-shadow: 0 0.2rem 0.6rem #5a5a5a;
    transition: all 500ms;
  }

 .article__grid-image:hover {
    transform: translateY(-0.75rem);
    transition: all 250ms;
    box-shadow: 0 0.5rem 0.6rem #5a5a5a;
  }
}

.template-product .breadcrumb {
    font-family: 'Lato-3';
    font-weight: 300;
}

.custom-bread:hover {
    font-family: 'Lato-3' !important;
    font-weight: 800 !important;
}

.hero__top-subtitle {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
    text-transform: uppercase;
}

.hero__subtitle {
    letter-spacing: 0.05em;
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
    font-size: 1.2em;
    margin-top: 8px;
}

.slideshow__slide .btn {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
    background-position: left;
    transition: background-position 1s;
    border: 2px solid #4a4a4a;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.slideshow__slide .animation-cropper, [data-aos=hero__animation] .animation-cropper {
    overflow: visible !important;
}

/* HOME PAGE TEMPLATE - END */

/* BLOG POST TEMPLATE - START */

@media only screen and (min-width: 769px) {
  
  .article-post {
    max-width: 72%;
    padding: 0 30px 30px;
  }

  .page-width-blog-post {
      max-width: 1250px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-evenly;
  }

  .side-bar-blog {
    padding-left: 20px;
    min-height: 750px;
    width: 1000px;
  }
  
}

.section-header .article__date {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.article__author {
    padding-left: 5px;
    display: none;
}

.blog-ad-01, .blog-ad-02, .blog-ad-03, .blog-ad-04, .blog-ad-05, .blog-ad-06, .blog-ad-07, .blog-ad-08 {
    margin-bottom: 7%;
    box-shadow: 0 0.2rem 0.5rem #7e7e7e;
}

.blog-post-navigation-header, .blog-post-navigation-footer {
    width: 100%;
    background-color: #0083ee;
    color: #ffffff; 
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
    text-align: center;
}

.blog-post-navigation-footer {
  margin-bottom: 7%;
}

.blog-post-navigation {
    font-family: "Open Sans";
    display: block;
    line-height: normal;
    width: 100%;
    padding-bottom: 0px;
    background-color: #444444;
}

.blog-post-navigation li {
    margin: 0px;
}

.blog-post-navigation li a {
    color: #ffffff;
    text-decoration: none !important;
    display: block;
    line-height: normal;
    font-family: 'Lato-3';
    width: 100%;
    letter-spacing: 0.01em;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 8px 8px 8px ! Important;
    border-bottom: .5px solid #4a4a4a;
    transition: all 50ms;
}

.blog-post-navigation li a:hover {
    width: 100%;
    line-height: normal;
    color: #fefefe !important;
    background-color: #0083ee;
}

.blog-return-button {
    padding-bottom: 30px;
}

.blog-return {
    width: 100%;
}

/* BLOG POST TEMPLATE - END */

/* FOOTER TEMPLATE - START */

.site-footer a:hover {
    color: #1a98ff;
}

.site-footer__linklist a:hover {
    font-family: system-ui;
    font-weight: 700;
}

/* FOOTER TEMPLATE - END */

html {scroll-behavior: smooth;
}

.agree-to-terms-wrapper label.label-wrapper {
    letter-spacing: 0px !important;
    font-family: lato-2;
}

.agree-to-terms-wrapper a.td-link {
    color: #1a98ff !important;
}

span.td-warning {
    color: #ff3a3a !important;
}

.wishlist-link-floating {
    --button-offset-right: 100px !important;
}

.vehicle-builder-mobile {
    background: #343434;
    text-shadow: 0 0.2rem 0.5rem #0f1111f0;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff !important;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.vehicle-builder-desk {
    background: #ffffff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #212b36 !important;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.vehicle-builder:hover {
      transform: translateY(-0.15rem);
      transition: transform 250ms;
    }

.vehicle-builder {
    transition: .4s;
    transition: transform 500ms;
}

@media only screen and (min-width: 769px) {
    .grid-product__tag--custom {
        right: auto;
        letter-spacing: 0.05em;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 768px) {
    .grid-product__tag--custom {
       right: auto;
    }
}

.form-vertical .btn:not(:last-child) {
    background: #1a98ff;
    color: white;
    border: transparent;
    box-shadow: 0 0.2rem 0.5rem rgba(15,17,17,.15);
}

.product__policies {
  display: none !important;
}

.collection-filter [value="best-selling"] {
  display: none;
}

.article__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9em;
}

@media only screen and (min-width: 769px) { 
  .grid--custom-scroll {
    margin-left: 0;
    display: flex;
    /* gap: 1rem; */
    grid-auto-flow: column;
    grid-auto-columns: 37%;
    /* padding-left: 17px; */
    /* overflow-x: auto; */
    /* overscroll-behavior-inline: contain; */
    padding-bottom: 10px;
    justify-content: center;
 }
    .page-width-collection-list {
    max-width: 1500px;
    margin: 0 auto;
  }
}                                          

@media only screen and (max-width: 768px) {
  .grid--custom-scroll {
    margin-left: 0;
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: 37%;
    padding-left: 17px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
 }
  .page-width-collection-list {
    padding: 0;
  }
}                                        

/* ID BASED CSS (COULD CHANGE APON THEME UPDATES) - START */


#shopify-section-template--22103730323774__featured-collections @media only screen and (min-width: 769px) {
      .medium-up--one-fifth {
      width: 20%;
    }
}

/* ID BASED CSS (COULD CHANGE APON THEME UPDATES) - END */


/* 

.collection-filter [value="best-selling"] {
  display: none;
}

*/




/* Base tag list styles */
.tag-list {
  position: relative;
  margin-bottom: 5px;
}

.tag {
  transition: opacity 0.3s ease;
}

.tag.is-hidden,
.sten-hidden {
  display: none !important;
}

/* Show more trigger styles */
.sten-show-more {
  display: block;
  width: auto;
  margin: 10px 0;
  padding: 0;
  background: none !important;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
  font-family: lato-2, sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Text styles */
.sten-show-more__text {
  position: relative;
  color: #1668e3;
  text-decoration: underline;
  font-family: lato-2, sans-serif;
  font-size: 15px;
  text-shadow: none;
  padding-right: 15px;
  padding-left: 10px;
}

/* Arrow indicator */
.sten-show-more__text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Expanded state */
[data-expanded="true"] .sten-show-more__text:after {
  transform: rotate(-135deg);
  margin-top: 0;
}

/* Hover states */
.sten-show-more:hover {
  opacity: 0.8;
}

/* RTL Support */
html[dir="rtl"] .sten-show-more {
  text-align: right;
}

html[dir="rtl"] .sten-show-more__text {
  padding-right: 0;
  padding-left: 15px;
}

html[dir="rtl"] .sten-show-more__text:after {
  right: auto;
  left: 0;
}

/* Specific overrides for collection sidebar and drawer */
[id^="CollectionSidebar-"] .collapsible-content__inner .btn.btn--small.btn--link.show-more-tags,
.drawer .btn.btn--small.btn--link.show-more-tags {
  background: none !important;
  background-color: transparent !important;
}

/* Base styles for drawer scrollable during tags */
.drawer_scrollable .tag-list--active-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Clear filters button base styling */
.btn--clear-filters {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1em;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  margin-bottom: 10px;
}

/* Override any transition states */
.drawer--updating .btn--clear-filters,
.drawer--is-open .btn--clear-filters,
.drawer--no-transitions .btn--clear-filters,
.is-transitioning .btn--clear-filters {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.tag-list--active-tags {
    display: none;
}

.drawer__header {
    border-bottom: none;
}

/* Ensure container stays centered during all states */
.drawer--updating .tag-list--active-tags,
.drawer--is-open .tag-list--active-tags,
.drawer--no-transitions .tag-list--active-tags {
    display: none !important;
    align-items: flex-start;
    width: 100% !important;
    flex-direction: row;
}

/* Filter Drawer Base Styles */
#FilterDrawer {
  transition: none !important;
}

#FilterDrawer, 
.collection-grid__wrapper {
  transition: none !important;
  opacity: 1 !important;
}

.collection-grid__wrapper.unload {
  opacity: 1;
}

/* Button and Text Styles */
.apply-button-text {
  color: white;
  font-size: 1.3em;
}

.drawer__close-button {
  right: auto;
  text-shadow: 0 0.1rem 0.5rem #000000;
  color: #000000;
}

/* Animation Overrides */
.appear-animation {
  opacity: 1;
  transform: translateY(0px);
}



/* Transition Control Classes */
.drawer--no-transitions,
.drawer--no-transitions * {
  transition: none !important;
}

/* Drawer State Classes */
.drawer--updating {
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.drawer--updating .drawer__scrollable {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  height: auto !important;
  overflow-y: auto !important;
}

/* Smooth Scrolling Behavior */
.drawer__scrollable {
  scroll-behavior: smooth;
}

/* Mobile-Specific Styles */
@media only screen and (max-width: 768px) {
  .drawer--left {
    left: -420px !important;
  }

  .drawer--left.drawer--is-open {
    display: block !important;
    transform: translateX(420px) !important;
  }

  .drawer--left.drawer--updating {
    display: block !important;
    transform: translateX(420px) !important;
  }

  .drawer--left.drawer--is-transitioning {
    display: block !important;
    transform: translateX(420px) !important;
  }

  /* Ensure drawer content stays visible during updates */
  .drawer--updating {
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important;
    transform: translateX(420px) !important;
  }

  /* Maintain drawer state during transitions */
  .drawer--updating .drawer__scrollable {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    height: auto !important;
    overflow-y: auto !important;
    pointer-events: auto !important;
  }
}

/* Override for larger screens */
@media only screen and (min-width: 769px) {
  .drawer--left.drawer--is-open {
    display: none;
  }
}

/* Target just the bottom spacing of the Reviews.io widget */
#reviews-io-polaris-modal-ReviewsWidgetAdERJM1pmVGt1VGNOdreviewsioreviewsiopolar,
div[id^="reviews-io-polaris-modal"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Ensure the widget's functionality remains intact while removing bottom space */
.ElementsWidget {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Preserve widget functionality while removing only bottom spacing */
[class*="ElementsWidget-prefix"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Target html and body to ensure no additional spacing */
html.js.hydrated,
body.js.hydrated {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#shopify-section-template--16513594458221__collection-header .page-width{
 padding-top: 0px !important;
}






