/** Shopify CDN: Minification failed

Line 553:9 Expected ":"

**/
.image-element[loading=eager], [data-sort-products=true] .image-element, .template-giftcard .image-element {
    width: 100%;
    height: 100%;
}

#PageContainer #fsb_container {
    display: none !important;
}

/* Collections All Page Style Start */

.show-collections__menu {
    margin-bottom: 20px;
}

/* .show-collections__menu ul {
    margin: 0;
}

.show-collections__menu ul li {
    list-style-type: none;
    margin: 0;
    cursor: pointer;
    padding: 10px;
} */

.show-col__mega__menu {
    /* position: absolute;
    top: calc(100% + 1px);
    z-index: 5;
    background-color: white;
    display: none; */
}

.show-col__list__menu {
    /* position: relative;
    display: flex;
    flex-direction: column;
    width: max-content;
    border: 1px solid; */
    text-transform: capitalize;
}

/* Collections All Page Style End */

@media (max-width: 768px) {
    .show-col__list__menu {
        display: none;
    }
}


/* Article page style start */

.grid.article-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
}

.article-group .grid__item.article-span-6 {
    width: 100% !important;
    padding: 0 !important;
}

.article-group .grid__item.article-span-6 .grid {
    display: grid !important;
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

.article-group .grid__item.article-span-6 .grid .grid__item  {
    padding-left: 0;
}

.article-group .grid__item.article-span-6 .article__grid-image {
    margin-bottom: 0;
}

.article-group .grid__item.article-span-6 .article__grid-meta {
    text-align: left;
    padding-left: 22px;
}

.article-group .grid__item.article-span-6 .article__grid-meta .article__excerpt {
    font-size: 16px;
    letter-spacing: 0;
}

.article-read__more {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.article_category_menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 50px;
    gap: 5px;
    margin-top: 40px;
}

@media (max-width: 768px) {
  .article_category_menu {
        grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .article_category_menu .category-menu__item {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
}

.article_category_menu .category-menu__item {
    background-color: #000;
    padding: 8px 35px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.article_category_menu .category-menu__item:hover {
    background-color: #31ae58;
}

@media (max-width: 990px) {
    .article-group .grid__item.article-span-6 .grid {
        grid-template-columns: 1fr;
    }

    .article-group .grid__item.article-span-6 .grid .grid__item  {
        width: 100%;
    }

    .article-group .grid__item.article-span-6 .grid .image-wrap {
        padding-bottom: 0 !important;
        aspect-ratio: 2.2;
        width: 100%;
        height: 100% !important;
    }

    .article-group .grid__item.article-span-6 .grid .image-wrap img{
        height: 100%;
    }

    .article-group .grid__item.article-span-6 .article__grid-meta {
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }
}

/* Article page style end */

.gm-target .gm-icon {
    width: 15px;
}

.hide-variant {
    display: none !important;
}

/* For Product badge */
@media (max-width: 767px) {
    .grid__image-ratio .aco-box {
        display: flex;
        justify-content: end;
        width: 80px!important;
        height: 33px!important;
    }
    .grid__image-ratio .aco-box svg {
        width: fit-content;
    }
}
/* End Product badge */

.template-blog .section--divider {
    padding-top: 30px;
}

.template-blog .index-section {
    margin: 10px 0;
}

.payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-icons svg {
    height: 30px;
    transform: translateX(-20px);
}

.tbi-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 12px;
    background: #FF6600;
    color: black;
    text-transform: capitalize;    
    padding-left: 30px;
    font-size: max(calc(var(--typeBaseSize) - 4px), 13px);
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    font-weight: 700;
    letter-spacing: .3em;
}

.tbi-buy-btn svg {
    height: 28px;
    width: auto;
    transform: translateX(16px);
}

/* BSS */

.bss-b2b-cart-item-qty-table {
    max-width: none !important;
    margin-bottom: 15px;
}
/* BSS */

/* === Header Free Shipping Progress Bar === */
.header-free-shippingbar {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 16px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--typeBasePrimary, Arial, sans-serif);
  background-color: rgb(49, 49, 53);
  z-index: 100;
  position: sticky;
  top: 0;
}
.header-free-shippingbar__progress-container {
  width: 100%;
  margin-bottom: 6px;
  max-width: 900px;
  margin: auto;
}
.header-free-shippingbar__progress-bar {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.header-free-shippingbar__progress {
  height: 100%;
  background: rgb(255, 14, 10);
  border-radius: 2px;
  width: 0;
  transition: width 0.7s cubic-bezier(0.4,0,0.2,1);
}
.header-free-shippingbar__text {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}

.header-free-shippingbar__text .shipping-progress__price,
.header-free-shippingbar__text .shipping-goal__percent {
  color: rgb(255, 14, 10);
  font-weight: 600;
}

.header-free-shippingbar__text .shipping-success__message {
  display: none;
}

.header-free-shippingbar__text.reached .shipping-success__message {
  display: block;
}

.header-free-shippingbar__text.reached .shipping-failed__message {
    display: none;
}

/* Cart checkout button disabled state */
.cart__checkout.btn--disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #ccc !important;
    color: #666 !important;
}

.cart__checkout.btn--disabled:hover {
    background-color: #ccc !important;
    color: #666 !important;
}

#fsb_container {
    display: none;
}

.category-breadcrumbs {
    margin-top: 0 !important;
}

.hero__image-wrapper {
    position: relative;
}

.countdown-timer-wrapper {
    position: absolute;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0;
    max-width: 1400px;
}

@media (max-width: 768px) {
    .countdown-timer-wrapper {
        width: fit-content;
        justify-content: flex-start;
    }
}

/* === Enhanced Button Hover Effects with Transitions === */

/* Base button hover effects with transitions */
.btn,
.rte .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-container .spr-button,
.spr-container .spr-summary-actions a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Primary button hover effect */
.btn:hover,
.rte .btn:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.spr-container .spr-button:hover,
.spr-container .spr-summary-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
}

/* Secondary button hover effect */
.btn--secondary:hover,
.rte .btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-color: var(--colorTextBody);
  color: var(--colorTextBody);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Tertiary button hover effect */
.btn--tertiary:hover,
.rte .btn--tertiary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: var(--colorTextBody);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Body button hover effect */
.btn--body:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: var(--colorBody);
  border: 1px solid var(--colorBorder);
  color: var(--colorTextBody);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Circle button hover effect */
.btn--circle:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Small button hover effect */
.btn--small:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Large button hover effect */
.btn--large:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Full width button hover effect */
.btn--full:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Disabled button states - no hover effects */
.btn.disabled:hover,
.btn[disabled]:hover,
.rte .btn.disabled:hover,
.rte .btn[disabled]:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded.disabled:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled]:hover,
.spr-container .spr-button.disabled:hover,
.spr-container .spr-button[disabled]:hover,
.spr-container .spr-summary-actions a.disabled:hover,
.spr-container .spr-summary-actions a[disabled]:hover {
  transform: none;
  box-shadow: none;
  transition: none;
}

/* Focus states for accessibility */
.btn:focus,
.rte .btn:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.spr-container .spr-button:focus,
.spr-container .spr-summary-actions a:focus {
  outline: 2px solid var(--colorBtnPrimary);
  outline-offset: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active state effects */
.btn:active,
.rte .btn:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:active,
.spr-container .spr-button:active,
.spr-container .spr-summary-actions a:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}

/* Mobile optimization - reduce transform on smaller screens */
@media only screen and (max-width: 768px) {
  .btn:hover,
  .rte .btn:hover,
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .spr-container .spr-button:hover,
  .spr-container .spr-summary-actions a:hover,
  .btn--secondary:hover,
  .rte .btn--secondary:hover,
  .btn--tertiary:hover,
  .rte .btn--tertiary:hover,
  .btn--body:hover,
  .btn--small:hover,
  .btn--large:hover,
  .btn--full:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .btn--circle:hover {
    transform: scale(1.05);
  }
}

.shopify-payment-button__button {
  background: #FD2A19 !important;
  color: white !important;
}

.btn.btn--full.add-to-cart {
  background: #30af58 !important;
  border-color: #30af58 !important;
  overflow: visible !important;
}

.btn.btn--full.add-to-cart span {
    position: relative;
    z-index: 1;
}

.btn.btn--full.add-to-cart::after {
    height: calc(100% + 6px) !important;
    top: -3px !important;
}

.btn.btn--full.add-to-cart::before {
    /* box-shadow: 0 0 0 2px rgba(255, 255, 255, 0),0 0 0 1px rgba(15, 128, 67,1) !important; */
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
    z-index: 0 !important;
    border-radius: 0 !important;
    content: '' !important;
    position: absolute !important;
    background-image: none !important;
    transform: none !important;
    width: unset !important;
    height: unset !important;
    transition: all 0.1s ease !important;
    background: #30af58 !important;
}

.btn.btn--full.add-to-cart:hover {
    transform: none;
}

.btn.btn--full.add-to-cart:hover:before {
    box-shadow: 0 0 0 2px #30af58,0 0 0 2px #30af58 !important;
}

.header-item--icons .site-nav {
  display: flex;
  align-items: center;
}

.header-item--icons .site-nav {
  display
}

.mobile-social-icons .footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-social-icons {
  display: none;
}

@media (max-width: 768px) {
  .mobile-social-icons {
    padding-top: 16px;
  }    

  .header-item--icons .site-nav .social-icons {
    display: none !important;
  }
}

.mobile-nav__social-item {
  flex: 0 1 25% !important; 
}

.mobile-nav__social-item a {
  padding: 10px 15px !important;
}

.drawer .drawer__contents {
  padding-bottom: 50px;
}