/** Shopify CDN: Minification failed

Line 2018:0 Unexpected "}"

**/

@media screen and (max-width: 699px) {
    .product-list:not(.product-list--carousel) {
        margin-inline: 0 !important;
    }
  .collection {
    margin: 0 !important;
}
  .product-card__info {
    margin-inline: 5px;
  }
  collection-layout-switch.collection-toolbar__layout-switch-list.sm\:hidden {
    min-width: 90px !important;
    justify-content: left;
    padding-inline: 10px;
    
    gap: 8px !important;
}
}
.collection-toolbar__button-container{
  display: flex;
}

.color-component {
    display: flex
;
    gap: 5px;
}

.header-sidebar__collapsible-panel a.custom_child_child.header-sidebar__linklist-button.h6 {
    padding-block: 5px;
}


button.collection-toolbar__button.is-active {
    text-decoration: underline;
    text-underline-offset: 3px;
      letter-spacing: 2px;
   
}
a.custom_child_child.header-sidebar__linklist-button.h6 {
    display: flex
;
    justify-content: flex-start;
    gap: 18px;
}
button.button.w-full.apply-filters-button {
    color: white;
    background: #333;
}
button.collection-toolbar__button{
   padding-inline: 10px;
}



.shopify-section--related-products{
 @media (max-width: 700px){
  .container {
    margin: 0;
}
   .product-list {
    gap: 7px !important;
}
}
}

.line-item__media-wrapper {
  position: relative;
}

.line-item__overlay {
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 40%);
  display: flex;
  align-items: center;

  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  z-index: 99;
}

.line-item--sold-out .line-item-info {
  opacity: 0.6;
}

.line-item--sold-out .line-item__media {
  opacity: 0.5;
}

cart-drawer{
   .button-group{
  gap: 5px;
}
.button-group__options{
  gap: 10px
}
}
height-observer.collection-toolbar.full-bleed {
    max-width: 100%;
}
quantity-selector.quantity-selector.quantity-selector--sm {
    border: 0;
    border-bottom: 1px solid #d9d7d4;
}
.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
    padding-block-start: 20px !important;
}
/* -- Hide grow wishlist -- */

a.ssw-link-fave-menu.ssw-link-fave-menu-hide-count {
    display: none !important;
}

/* -- New Navigation -- */
.reviews-block-container {
    width: 100%;
}
.shopify-section--main-collection .product-list {
    grid-auto-flow: dense;
}

div#product-details {
    display: none;
}
.shopify-product-form .shopify-section {
    display: none;
}

.what_wrapper {
    display: flex
;
    gap: 10px;
    align-items: center;
    font-size: 1.2em;
}

@media (max-width: 980px){

  #cart-drawer{
      .collection__list-item.auto.collection__list-item.span-3.sm-span-6.auto {
        min-width: 300px;
        scroll-snap-align: start;
    }
    .collection__list-loop.row.grid__wrapper.collections-grid {
    overflow-x: scroll;
    scrollbar-width: none;
     scroll-snap-type: x mandatory;
}
  }
}


#cart-drawer {
  .bottom-search-start{
    margin-top: 50px !important;
    text-align: center;
  }
  .box-ratio {
    padding-bottom: 0 !important;
    position: relative;
}
  .collection__item-image::after {
    content: '';
    background: linear-gradient(357deg, #00000038, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .collection__list-loop.row.grid__wrapper.collections-grid {
            grid-template-columns: repeat(4, 1fr);
}
  @media (max-width: 767px){
    .collection__list-loop.row.grid__wrapper.collections-grid {
        grid-template-columns: repeat(8, 1fr);
    }
  }
  .collection__list-item.auto.collection__list-item.span-3.sm-span-6.auto{
    grid-column: auto / span 2 !important;
    position: relative;
  }
  h2 {
   font-size: 1.6em;
        font-weight: 600;
        display: flex;
        width: 100%;
        justify-content: center;
}
p.collection--title {
        line-height: 150%;
        font-weight: 900;
        font-size: 1.4em;
    }
  .popular-searches {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
  
}


/* --- END NEW CART DRAWER --- */







img.product-card__image.product-card__image--secondary-double.product-card__image--secondary {
    mix-blend-mode: normal;
    left: 0 !important;
    width: 50%;
}
img.product-card__image.product-card__image--secondary-double.product-card__image--secondary.second {
  right: 0;
  margin-right: 0;
}

.right-here{
  border: 5px dashed red;
}

.cart-drawer__items ul.text-subdued{
    margin: 0;
 li{
  list-style: none;
}
  }


.meta-cart-back {
    display: flex;
    gap: 9px;
    align-items: center;

  svg{
    width: 19px !important;
    height: auto;
  }
}


.backorder {
    display: flex
;
    gap: 10px;
    align-items: center;
}

.badge-list.badge-list--vertical.product-page-only {
    position: absolute;
    top: 5px;
    left: 5px;
  z-index: 1;
}
@media (max-width: 999px){
  .badge-list.badge-list--vertical.product-page-only {
    top: 10px;
    left: -10px;
  }
}


/* -- Klaviyo -- */





a.button.klaviyo-bis-trigger,
div#klaviyo-bis-modal button.btn{
    width: 100% !important;
    margin-top: 15px !important;
    background: #333;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.3em;
    line-height: 186%;
}



/* -- New Collection -- */

.image-first-row-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
@media (min-width: 999px){
.product-list-new {
    padding-inline: 6px;
  max-width: 1800px;
  margin-inline: auto;
}
}

/* --- For Poll Start --- */


  
  .feedback-container {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
  }

  .side-sticky-button {
    background-color: #e6dece;
    color: black;
    font-family: sans-serif;
    padding: 7px 1px;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }


  .feedback-side-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: fit-content;
    width: 500px;
    transform: translateX(-100%);
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
  }

  .feedback-side-panel.active {
    transform: translateX(0);
  }

  .feedback-panel-content {
    padding: 20px;
  }

  .feedback-panel-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .feedback-question {
    display: none;
  }

  .feedback-question.active {
    display: block;
  }

  .rating-buttons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }

  .rating-button {
    background-color: #e0e0e0;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .rating-button:hover {
    background-color: #d5d5d5;
  }

  .rating-button.selected {
    background-color: #000;
    color: white;
  }

  textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    font-size: 1rem;
    resize: none;
  }
 
  .form-actions {
    margin-top: 15px;
}

  .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form-actions button {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .loading-spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .previous-btn{
    padding-inline: 0 !important;
    background: transparent !important;
    color: black !important;
    text-decoration: underline;
  }


@media(max-width: 767px){
  .rating-button{
  padding: 3px 8px;
  }
.feedback-side-panel {
    width: 100vw;
}
}


/* -- Survey On site Automatic -- */

 /* Feedback Popup Styles */
  .feedback-popup-container {
    position: fixed;
    bottom: 20px; /* Position the popup at the bottom */
    right: 20px;  /* Position the popup at the right */
    width: 300px; /* Adjust width as needed */
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    display: none; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .feedback-popup-container.visible {
    opacity: 1;
  }

  .feedback-popup-content {
    position: relative;
  }

  .feedback-popup-content .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .feedback-popup-content h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
  }

  .rating-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .rating-button.selected, .rating-button:hover {
    background-color: #d6d4cb;
    color: black;
  }

  .form-actions {
    margin-top: 15px;
    text-align: center;
  }

  .form-actions button {
    padding: 10px 20px;
    border: none;
    
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

 

  .loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

/* -- End Survey Automatic -- */

/* ---- Poll End --- */



/* -- Custom New Side Icons Description -- */

.accordion tbody * {
    border: 0;
}

.care-instruction {
    display: flex
;
    gap: 10px;
    align-items: center;
  p{
    margin: 0 !important;
  }
  img {
    width: 24px;
}
}


/* -- End section --*/






/* -- Wishlist Page -- */
.new-bizon-icon{
  outline: 0.5px solid #f2f2f2;
    border-radius: 2px;
}
.pickup-wrapper {
    width: 100%;
}
h1.ssw-fave-page-left-header__name {
    opacity: 0;
}
.cr-delivery-method svg {
    width: 30px !important;
    height: auto;
  margin-inline: auto;
}
.cr-delivery-methods {
    flex-direction: row-reverse;
    gap: 10px;
}
.cr-delivery-method{
  margin: 0 !important;
}
/* -- Wishlist Page End -- */


.instruction_container {
    display: flex
;
    width: 100%;
    max-width: 84vw;
    gap: 20px;
    align-items: center;
}
.size-chart .instructions {
    margin-bottom: 20px;
}

.size-chart {
  line-height: 1.6;
}
.size-chart .instructions {
  margin-bottom: 20px;
}
.size-chart .image-guide {
  text-align: center;
  width: 50%;
}
.size-chart .size-table {
  margin-bottom: 20px;
}
.size-chart table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.size-chart th, .size-chart td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.size-chart th {
  background-color: #f4f4f4;
  font-weight: bold;
}

product-card .ssw-faveiticon {
    right: 0 !important;
}

.badge.badge--on-sale {
    padding: 0 !important;
}

.with-icon {
    min-width: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
svg.icon.icon--small {
    width: 19px;
}

/* -- Labels -- */
svg.icon-custom {
    width: 16px;
    height: auto;
    margin-left: -4px;
    margin-right: 4px;
}
.badge_cro {
  background: white;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
}

/* -- Size Chart Start -- */

img.mb-4.new-image-chart.second-image {
    margin: 0;
}
img.mb-4.new-image-chart {
    width: auto;
}
h2.text-lg.font-bold.mb-4 {
    font-size: 1.8em;
    font-weight: 800;
}

.mega-menu {
    z-index: 999;
}
  
.modal::part(body){
  padding-top: 0;
}
.modal::part(content) {
    width: 1120px;
    max-width: 96vw;
}
.modal::part(header) {
    border: 0;
}
.modal::part(close-button) {
    right: 15px;
    top: 15px;
}
.items-center.new-chart-wrapp {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.flex-1.p-6.title-side-chart {
    padding: 15px;
}

@media (max-width: 980px) {
  .instruction_container{
    flex-direction: column;
  }
  .new-chart-wrapp-outer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-inline: 5px;
}
  .page-content-size{
    min-width: 450px;
  
  }
   .page-content-size-outside{
       overflow-x: scroll;
    scrollbar-width: none;
       padding-inline: 5px;
   }
  .modal__content {
    padding: 10px 0;
}
}
@media (max-width: 600px) {
  .second-image {
    display: none;
}
}

/* -- Size Chart End -- */

/* -- New Navigation -- */

@media (min-width: 1000px){
.predictive-search__products {
    grid-template-columns: 1fr 1fr 1fr !important;
}
}
@media (min-width: 1200px) {
    .predictive-search__products {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

 .custom-focus-class{
   .header-search::part(content) {
    background: #faf8f4;
    color: black;
}
   img.header__logo-image {
    opacity: 1;
}
   img.header__logo-image.header__logo-image--transparent {
    opacity: 0;
}
   .ssw-icon-heart-o:before{
     color: black;
   }
 x-header.header, .header-search{
background: #faf8f4;
    color: black;
  
 }
}



.scrolled div#predictive-search-focus-results {
   top: 130px;
}

div#predictive-search-focus-results {
    visibility: hidden;
    opacity: 0;
  transition: all 0.2s ease-in-out;
    padding: 20px;
    z-index: 99;
    position: fixed;
    top: 165px;
   background: #faf8f4;
    left: 0;
    width: 100%;
    
}
.popular-searches {
    width: 45%;
}

ul.popular-searches-ul{
  margin: 0;
}
.popular-searches li {
    list-style: none;
}
@media (max-width: 1000px){
  div#predictive-search-focus-results {
  top: 90px;
  }

.popular-searches {
    width: 100%;
}  
}
@media (max-width: 980px){
.upper-search-start {
    flex-direction: column;
    gap: 20px;
}
  .divider-search {
    width: 100%;
    height: 1px;
}
  ul.popular-searches-ul{
    margin: 0;
  }
  #predictive-search-focus-results{
      .collection__list-item.auto.collection__list-item.span-3.sm-span-6.auto {
        min-width: 300px;
        scroll-snap-align: start;
    }
    .collection__list-loop.row.grid__wrapper.collections-grid {
    overflow-x: scroll;
    scrollbar-width: none;
      scroll-snap-type: x mandatory;
}
  }
}
div#predictive-search-focus-results.active-search{
  opacity: 1;
  visibility: visible;

}
.divider-search-horizontal {
    width: 100%;
    height: 1px;
    background: #ededed;
    margin-bottom: 30px;
}
.bottom-search-start {
    display: flex
;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.divider-search {
    width: 1px;
    background: #EDEDED;
}
.upper-search-start {
  margin-top: 20px;
    margin-bottom: 30px;
    display: flex
;
    justify-content: space-between;
}
.collection__list-loop.row.grid__wrapper {
    grid-gap: 5px !important;
    display: grid;
    margin: 5px 0;
    width: 100%;
    padding: 0 5px;
    max-width: unset;
}
.collection__list-item .collection__item-details {
  position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    justify-content: center;
    display: flex;
    width: 95%;
    margin: 0 auto 5px;
    padding: 5px;
    text-align: center;
    background: #fff3;
    color: #fff;
}
div#predictive-search-focus-results {
  .box-ratio {
    padding-bottom: 0 !important;
    position: relative;
}
  .collection__item-image::after {
    content: '';
    background: linear-gradient(357deg, #00000038, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .collection__list-loop.row.grid__wrapper.collections-grid {
    grid-template-columns: repeat(10, 1fr);
}
  .collection__list-item.auto.collection__list-item.span-3.sm-span-6.auto{
    grid-column: auto / span 2 !important;
    position: relative;
  }
  h2 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}
p.collection--title {
        line-height: 150%;
        font-weight: 900;
        font-size: 1.4em;
    }
  .popular-searches {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
  
}
ul.popular-searches-ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
div#predictive-search-focus-results {
    padding: 20px;
}
/* -- End New Nav -- */


.predictive-search__results .md\:hidden {
    display: none;
}

.predictive-search__products {
    display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 5px;
  row-gap: 10px;
}
.horizontal-product-card{
  width: 100% !important;
}
a.horizontal-product-card__figure {
    width: 100%;
    max-width: unset !important;
}




.header svg,
.announcement-bar svg
{
    fill: transparent !important;
}


.gift-card-wrapp {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}


.custom-price-heart-wrapper {
   gap: 5px;
}

    .fave-heart-icon {
        min-width: 20px;
    }

.shopify-section--header x-header.header{
  padding-left: 0 !important;
}
@media (min-width: 1000px) {
.shopify-section--header x-header.header{
  padding-left: var(--container-gutter) !important;
}
  .header__primary-nav {
    padding-left: 0 !important;
}
}

.shipping-bar-container {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid black;
    height: 10px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.ssw-icon-heart {
font-size: 18px !important;
color: black !important;
}
a.ssw-link-fave-menu .ssw-counter-fave-menu, a.ssw-link-fave-menu .ssw-icon-heart, a.ssw-link-fave-menu .ssw-icon-heart-o{
  color: black !important;
}

.shipping-bar-progress {
    background: linear-gradient(45deg, #d6d4cb, #bab6a7);
  height: 100%;
  width: 0%;
  transition: width 0.3s ease-in-out;
}

.shipping-bar-message {
  display: block;
  text-align: center;
  margin-top: 5px;
}
  span.text-subdued {
    color: #3f6542;
  }


.shopify-section--main-cart{
  .section-header {
    width: 100%;
  }
 @media (min-width: 500px){
  free-shipping-bar.free-shipping-bar {
    width: 400px;
    margin-inline: auto;
} 
   
 }
 .section-spacing {
    padding-top: 15px;
}
}

.loader-custom-gs {
      margin-inline: auto;
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid #000000;
    animation: l20-1 1s infinite linear alternate, l20-2 2s infinite linear;
}
                @keyframes l20-1{
                   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
                   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
                   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
                   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
                   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
                   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
                   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
                }
                @keyframes l20-2{ 
                  0%    {transform:scaleY(1)  rotate(0deg)}
                  49.99%{transform:scaleY(1)  rotate(135deg)}
                  50%   {transform:scaleY(-1) rotate(0deg)}
                  100%  {transform:scaleY(-1) rotate(-135deg)}
                }




span.faves-count {
    display: none !important;
}

.custom-infinite {
  width: 50px;
  height: 50px;
}
img.loading-image {
    width: 100px;
    height: auto;
}

/* -- Cart -- */

.custom-cart-wrapper {
    display: flex;
  flex-direction: row;
}
.cart-footer {
    flex-direction: column;
}
.cart-footer {
    width: 40%;
    flex-direction: column;
}
.cart-recap button {
    width: 100%;
}

table.order-summary.table--reduce-border {
    width: 60%;
}

.shopify-section--main-cart{
h1.h2 {
    text-transform: uppercase;
    font-weight: 500;
}
  .line-item-card-wrapper {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

  
.v-stack.justify-items-start.gap-2 {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
 .line-item-info {
        height: auto;
    }
  .line-item {
    align-items: stretch;
  }
  span.text-subdued {
    color: #000000;
}
  .button {
    color: white;
    background: #333 !important;
    font-size: 1.1em;
    letter-spacing: 0;
    font-weight: 600;
    padding: 20px;
}
  .line-item__media {
    width: 42%;
    flex-shrink: 0;
}
 p.h4 {
    font-weight: 600;
    text-transform: uppercase;
}
}


@media (max-width: 1000px) {
.custom-cart-wrapper {
    display: flex;
  flex-direction: column;
}
  table.order-summary.table--reduce-border, .cart-footer {
    width: 100%;
}
}

/* -- nav -- */

a.custom_child_child.header-sidebar__linklist-button.h6,
.header-sidebar__promo .h6{
    font-size: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
}
.header-sidebar__promo {
    margin-left: 0px;
    scroll-margin-inline-start: 20px;
}

/* -- Cart Drawer -- */

cart-drawer#cart-drawer 
{
  .v-stack.justify-items-start.gap-2 {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
  .line-item-info {
    height: 100%;
}
  span.text-subdued {
    color: #000000;
}
  .button {
    color: white;
    background: #333 !important;
    font-size: 1.1em;
    letter-spacing: 0;
    font-weight: 600;
    padding: 20px;
}
  .line-item__media {
    width: 42%;
    flex-shrink: 0;
}
}
cart-drawer#cart-drawer p.h4 {
    font-weight: 600;
    text-transform: uppercase;
}

/* -- For Promo Block on PLP -- */

  .product-grid__item {
    position: relative;
}
 
  a.new.class {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 33;
    top: 0;
    left: 0;
}
  
.arrow-div svg {
    width: 60% !important;
}
  
.product-grid__item--span-1 {
  grid-column: span 1;
  display: flex;
  align-items: center;
}

.product-grid__item--span-2 {
 
  
  grid-column: span 2;

  .promo-block-image-wrapper {
        position: relative;
        display: flex;
        width: 100%;
        /* width: -webkit-fill-available; */
        flex-direction: column;
        padding-top: 48%;
    }

  img {
        /* max-height: 50% !important; */
        width: -webkit-fill-available;
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

}

  .product-grid__item--span-4 {
    
    position: relative;

    .promo-block{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .promo-block__content {
    position: absolute;
      text-align: center;
      margin-top: 0 !important;
    }


  .promo-block-image-wrapper {
        position: relative;
        display: flex;
        width: 100%;
        /* width: -webkit-fill-available; */
        flex-direction: column;
        padding-top: 25%;
    }
    @media (max-width: 767px){
                            .promo-block-image-wrapper {
                            padding-top: 48%;
                          }
      
}
 
  img {
        /* max-height: 50% !important; */
        width: -webkit-fill-available;
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
  }

.promo-block {
    width: 100%;
}
.product-grid__item--span-3 {
  grid-column: span 3;
}

.product-grid__item--span-4 {
  grid-column: span 4;
}

  @media (max-width: 767px) {
  .product-grid {
    --product-columns-desktop: 2;
  }
    .product-grid__item--span-3 {
  grid-column: span 2;
}

.product-grid__item--span-4 {
  grid-column: span 2;
}
    
  }

   @media (min-width: 767px) {
    
   .for-mobile {
     display: none !important;
   }
  }

  @media (max-width: 767px) {
    
  .for-desktop {
    display: none !important;
  }
  }


/* -- PDP -- */
.product-info__block-item{
product-recommendations.block{
    .sm\:hidden {
        display: block;
    }
  .sm-max\:hidden{
    display: none;
  }
  product-card.product-card {
   width: 50%;
   min-width: 160px;
}
  carousel-navigation.page-dots{
    display: none;
  }
}

  .complementary-products__product-list {
    gap: 5px;
    
}
}



h1.product-title.h2 {
    font-weight: 600;
}
.horizontal-product-card img {
    width: 100% !important;
    height: auto;
}
.accordion span.text-with-icon.gap-4,
.complementary-products__header .h5{
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.2em;
}
.complementary-products{
scroll-carousel {
    display: flex !important;
}
  a.horizontal-product-card__figure {
    width: 100%;
    flex-shrink: unset !important;
}
}

.horizontal-product-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 50%;
}

.tablet-gs{
  display: none;
}
@media (min-width: 700px) and (max-width: 1000px){

  .tablet-gs{
  display: flex;
}
  .desktop-gs{
    display: none;
  }
}
collection-layout-switch.collection-toolbar__layout-switch-list.sm\:hidden {
    min-width: 150px;
    justify-content: left;
}


@media screen and (min-width: 1000px) {
safe-sticky.product-gallery__thumbnail-list{
display: none;  
}
  .product-gallery__carousel {
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
}
@media screen and (min-width: 1150px) {
    .product {
        --product-gap: 2rem;
    }
}
.buy-buttons button {
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 500;
}
  product-form .v-stack.gap-4 {
  display: flex;
  justify-content: space-between;
}

  div#ssw-widget-review-bar,
  div#ssw-fave-list-widget {
   display: none !important;
}

  
/* ---- Announcement ----- */

.announcement-bar.color-scheme {
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
  background-color: rgb(var(--background)) !important;
}



/* ---- End Announce ----- */


a.product-title.h6 {
    font-weight: 400;
    letter-spacing: 0;
}
.gs-footer-form-wrapper {
  
display: flex;
  align-items: stretch;
max-height: 50px;

  
.form-control {
    width: -webkit-fill-available;
}
  
button.button {
  height: -webkit-fill-available;
          border: 0;
    background: black;
    color: white;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px 15px;
}
}
  @media (max-width: 1200px){
    .footer__block.footer__block--newsletter {
    flex: 1 1 100%;
      max-width: 100%;
}
    .gs-footer-newsletter-inner {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
    
  }

.variant-picker__option-values{

    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;


}
.ssw-faveiticon>i {
    color: black !important;
}
.product-info__block-item hr {
  display: none;
}

button.recommendation-modal__button {
    border-radius: 0 !important;
}
.product-info__block-list.only-clicked .variant-picker {
    transform: translateY(-50px) !important;
}
.product-info__block-list.remove .variant-picker{
transform: translateY(0px) !important;
}
.header-mega-title-li{
  font-weight: bold;
  margin-bottom: 15px;
}
.mega-menu__linklist {
    gap: 15px;
    flex-wrap: wrap;
    flex: 0 auto;
    display: flex;
    flex-direction: column;
}
.circle-wrapper-gs {
    display: flex;
    border: 1px solid #dadada;
  max-height: 22px;
}
.circle-wrapper-gs.circle-wrapper-current {
    border: 1px solid black;
}
p#colorLabel {
    margin-bottom: 7px;
}

/* -------- PLPs ----------- */
.locale-selectors__container {
    display: none !important;
}

.social-media-wrapper-gs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.only-default-theme{
  display: none;
}

@media (max-width: 699px){
 
  .custom-clic-size-gs {
    position: absolute;
    bottom: 0px;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.8);
}
  .product-list:not(.product-list--carousel) {
        row-gap: 1.5rem;
  }





    .complementary-products__product-list--carousel .product-card__figure {
         max-width: unset;
    }

  
}

  .shopify-section--related-products{
    
    .custom-clic-size-gs{
    display: none !important;
    }
    .custom-gs{
      display: none !important;
    }
   .only-default-theme{
    display: block;
     opacity: 1;
  }

}



.quick-buy-modal__info-wrapper
{
  buy-buttons.buy-buttons {
    width: 100%;
}
  span.faves-count{
    display: none;
  }
  .ssw-icon-heart-o:before {
    font-size: 20px;
}
  .fave-heart-icon {
    width: 20px;
    height: 20px;
    align-self: center;
}
  p.h5.here-gs {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
  .quantity-selector {
    border: 0;
    border-bottom: 1px solid gainsboro;
}
}

button.button {
    /* border: 1px solid black; */
    letter-spacing: 0;
    font-weight: 500;
}


@media (min-width: 700px){
  .product-card__quick-add-button.custom-gs{
    display: none;
  }
      .collection-toolbar {
        min-height: 0;
        max-width: -webkit-fill-available;
        width: -webkit-fill-available;
        margin-inline: auto;
    }
  
  button.product-card__quick-add-button{
    display: none;
  }
.custom-clic-size-gs {
  opacity: 0;
  transform: translateY(40px);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
  transition: all 0.2s ease-in-out;
}

  .custom-clic-sizes {
    display: block !important;
    .sizes li:hover {
     background-color: none;
}
  }

product-card.product-card:hover .custom-clic-size-gs { 
    display: block;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
  }



}
.custom-price-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.custom-price-heart-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.ssw-faveiticon {
    font-size: 20px;
    z-index: 1 !important;
}
.fave-heart-icon {
    position: relative;
    width: 30px;
    height: 30px;
}
.color-here{
    display: flex;
    gap: 5px;
      flex-wrap: wrap;
}
.color-here button{
  
    border-radius: 0 !important;
    width: 39px !important;
    height: 10px !important;
    border: none !important;
}
.color-here a {
    padding: 1px;
    display: flex;
  border: 1px solid #000000b8;
}
.shopify-section--featured-collections,
  .shopify-section--main-collection,
  .shopify-section--related-products{
 span.faves-count {
      display: none;
    }
    i.ssw-icon-heart-o {
    color: black;
}
  }


@media screen and (min-width: 1000px) {
    .product-list {
        --product-list-default-row-gap: 10px;
        --product-list-default-column-gap: 0px !important;
      column-gap: 7px;
      justify-content: center
    }
  .shopify-section--featured-collections,
  .shopify-section--main-collection,
  .shopify-section--related-products{
        .container {
        margin: 0 !important;
    }
  
  }
}
.product-card__info {
    text-align: left;
    justify-items: start;
    gap: 0.5rem;
    display: flex;
    justify-content: start;
    width: -webkit-fill-available !important;
    flex-direction: column;
    align-items: flex-start;

    .v-stack.justify-items-center.gap-2,
  .v-stack.justify-items-center.gap-1{
    width: 100%
  }
  
  .v-stack.justify-items-center.gap-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

}
.product-card {
  gap: 6px;
  }

.complementary-products{

  .only-default-theme {
    display: block !important;
    opacity: 1;
}

    .product-card__quick-add-button.custom-gs{
    display: none !important;
  }

    
    .custom-clic-size-gs{
    display: none !important;
    }
    
    margin-inline: 0;
    
}

.product-sticky-bar button {
    background: #333;
    border: #333;
    color: white;
    padding: 15px;
}



/* ----- Mobile Navigation --------- */

 @media (max-width: 1000px){

    .header__logo {
    order: 2;
}
.header__secondary-nav {
    order: 3;
}
 }

@media(max-width: 381px){
x-header.header.color-scheme.color-scheme--scheme-2 {
    gap: 0;
}
  .header__logo-image {
    width: 140px;
  }
  .header__secondary-nav,
  .header__primary-nav{
    gap: 10px !important;
  }
}
.header-sidebar__sub-panel {
    overflow: hidden;
}
.header-sidebar__back-button {
    border-block-end-width: 0px;
  }

button.header-sidebar__back-button.item-found {
    color: black;
}



a.with-custom-video.product-card__media img {
    mix-blend-mode: normal !important;
}


   
.gs-collection-list {
  padding: 10px 0 !important;
  
.container {
  margin: 0;
  max-width: 2200px;
}
.collection-list.wrap {
  gap: 10px;
  justify-content: center;
 
}
p.h3 {
  font-size: 2em;
  text-transform: none;
  letter-spacing: 0;
}
  @media (max-width: 1000px){


    
    .collection-list .collection-card {
    min-width: 300px;
      scroll-snap-align: center;
    }
    .collection-list.wrap {
  justify-content: left;
       overflow: scroll;
      padding: 0 10px;
      scroll-snap-type: x;
      scrollbar-width: none;
    }
  .collection-list{
    flex-wrap: nowrap;
    flex-direction: row !important;
}
  } 
}

@media (min-width: 1000px){
.four-custom-gs.collection-card.group {
    flex-basis: calc((100% - 50px) / 4);
}
}
body{
    max-width: 100%;
}

button.ssw-reviews-caption__element {
    display: none !important;
}
#ssw-fave-side-button-wrapper{
  top: 0 !important;
  opacity: 0 !important;
  z-index: -1 !important;
  transform: translateX(50px);
}
li.header__search-link {
    list-style: none;
}


.drawer::part(menu-header) {
    
    text-transform: uppercase;
    font-size: 2em;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
}
button.header-sidebar__back-button{
  position: absolute;
  top: 0;
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
}
:where(.modal,.drawer,.popover,.header-search)::part(close-button){
background: #ffffff;
    padding: 8px;
    border-radius: 100px;
}

 .drawer-button-wrapper {
    display: flex;
    position: relative;
    justify-content: center;
}
.drawer::part(content){
  scrollbar-width: none;
}

.drawer-button-wrapper {
  margin: 15px auto 0;
  text-align: center;
    border: none;
    display: flex;
    width: 80%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
      padding: 10px;
}
div#header-panel-2 {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.drawer-image-wrapper img {
    height: 240px;
  max-width: -webkit-fill-available;
    object-fit: cover;
    object-position: center;
  
}
.drawer-image-wrapper {
    margin-bottom: -40px;
}

ul.header-sidebar__linklist {
    margin-top: 40px;
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
}
.header-sidebar__scroller {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.header-sidebar::part(header) {
    background: var(--header-menu-color);
    padding-block: 0;
    min-height: 40px !important;
      position: absolute;
    z-index: 10;
    right: 0;
    background: transparent;
    top: 5px;
}
}


.with-icon {
    width: 16px;
    height: 16px
}
.shipping_returns .icon--small {
    min-width: 18px;
    --icon-size: 20px;
}
.returns_container {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0 0 15px;
}

.shipping_returns svg.icon.icon--small {
  margin: 0;
}

.shipping_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shipping_container > div {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

h2.ship_ret_h2,
.flag_cro_text {
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  margin: 0;
  color: currentColor;
  text-transform: none;
}

section.shipping_returns {
  margin: 10px 0;
}

.shipping_returns .icon {
  fill: none !important;
}

.shipping_returns .icon--small {
  --icon-size: 20px;
}

summary.disclosure__title > .with-icon {
  display: flex;
  align-items: center;
}

.with-icon {
  display: flex;
  align-items: center;
}

.bold_gustavs {
  font-weight: 600;
}


/* --------- Mobile Slider -------------- */
@media (min-width: 1000px){
  .only_mobile-gs{
    display: none;
  }
  nav .ssw-icon-heart-o{
    /* display: none; */
  }
}
@media (max-width: 1000px){
  .only_desktop-gs{
    display: none;
  }
}

nav { .ssw-icon-heart-o:before {
    content: "\e819";
    width: 20px;
    height: 20px;
    color: black;
    font-size: 20px;
}
     a.ssw-link-fave-menu.ssw-link-fave-menu-hide-count {
    display: flex;
}
    }
.header__primary-nav {
    gap: 1.3rem;
}

product-form {.fave-heart-icon{
  position: relative;
  display: flex;
        align-items: center;
}
              .faves-count{
                border: 0 !important;
                padding: 0 !important;
                height: unset;
                border-radius: 0;
              }
              .faves-count:after, .faves-count:before {
                display: none !important;
             }
              .ssw-faveiticon {
    display: flex;
    align-items: center;
    gap: 5px;
}
             }
ul.header-sidebar__linklist.divide-y li {
    display: flex;
    gap: 15px;
    padding: 7px 0;

}

img.drawer-third-tier-image {
    height: 50px !important;
    min-width: 50px;
    border-radius: 100px;
  width: 50px;
}

.header-sidebar__main-panel {
  height: -webkit-fill-available;
  min-height: fit-content;
}
.header-sidebar__main-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
span.icon-arrow-wrap {
    display: flex;
    background: white;
    border-radius: 100px;
    padding: 5px;
    position: absolute;
    right: 15px;
}
span.custom-user.vib-center {
    letter-spacing: 2px;
    line-height: 140%;
    text-transform: uppercase;
    font-weight: 500;
}
svg.mobile-menu__item--icon.icon.icon-account path {
    stroke: #333;
}
.suggested_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
a.vib-center {
    align-items: center;
    display: flex;
    gap: 15px;
}
.rewards-msg-wrap{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
a.vib-center {
    display: flex;
  gap: 15px;
}
span.icon-wrapper-user {
    display: flex;
    padding: 8px;
    background: #fff;
    height: fit-content;
  border-radius: 100px;
}
.rewards-msg {
      text-align: left;
    margin-block-start: 3px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 140%;
    text-transform: none;
    color: #333;
    font-size: 12px;
}

li.mobile-menu__item {
    width: 100%;
    padding: 10px 15px;
    background: var(--header-menu-color);
}
li.mobile-menu__item {
    list-style: none;
}

.suggested_wrapper li {
    list-style-type: none;
}
ul.inline.large-only.sugg_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

/* ----- End Mobile Slider -------------- */


div#product-size-options .selected{
  border: 0;
}
.custom-hide-for-g {
    display: none;
}
 .sizes li:hover .size-button.available {
    text-decoration: underline;
   font-weight: 500;
  }

.size-button.available {
  transition: background-color 0.3s, color 0.3s;
}

.size-button-input:checked + .available {
  background-color: #98b79d;
  color: white;
}

fieldset.variant-picker__option.v-stack.gap-2.no-js\:hidden.hide_1 {
    display: none;
}
.product-info__block-group.text-with-rating {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1000px){
.back-elements.show-element {
    height: 120px;
    margin-bottom: revert-layer;
}
product-sticky-bar.product-sticky-bar.is-visible {
    padding-top: 0;
}
}

.product-gallery__media img {
    transition: transform .3s ease;
}

.product-info__block-group.text-with-rating {
    justify-content: flex-start;
    gap: 0;
}

.content-over-media.content-over-media--auto .h1 {
    color: #000;
}
.header {
    padding-block: 10px;
    padding-inline: 0;
}
nav.header__secondary-nav {
    padding-right: var(--container-gutter);
}
.header__primary-nav {
    padding-left: var(--container-gutter);
}
@media (min-width: 1000px){
  .header__primary-nav {
    border-top: 0;
    padding-top: 0;
}
}

/* RKN ESTILOS */

.not-available {
  color: red;
  font-weight: 600;
}

/* VIDEO DE PRODUCTO */

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto para un video de 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PRECIO Y PORCENTAJE */
.price-percentage {
  display: flex;
}

/* SPINNER INFINITE SCROLL */
.loading-image {
  display: block;
  margin: auto;
}

.size-button.sold-out {
    color: #000;
    position: relative;
    overflow: hidden;
}
.size-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
}
.size-button.sold-out:before {
    content: "";
    position: absolute;
    width: 70%;
    height: .4px;
    background: #000;
    transform: rotate(-25deg);
    top: 50%;
    left: 4px;
}

.price-percentage {
    display: flex;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}
.percentage-style {
    margin-left: 0px;
}

  price-list.price-list.price-list--product {
    margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
    .badge {
        font-size: .6875rem;
    }
}
@media screen and (min-width: 1150px) {
    .header__primary-nav {
        column-gap: 2.5rem !important;
    }
}
@media screen and (max-width: 650px) {
  /* Elemento de fondo */
 

 

  .select ~ svg,
  .select > svg {
    display: none;
  }

  .first-title {
    display: none;
    position: fixed;
    bottom: 110px;
    left: 10px;
    height: 20px;
    z-index: 71;
    font-size: 12px;
    word-wrap: break-word;
    width: 220px;
    line-height: 1.2;
    font-weight: 800;
  }

  .big-price {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 10px;
    height: 20px;
    z-index: 99;
  }

  .text-on-sale {
    font-size: 13px;
  }


  .block-swatch {
        min-width: 1rem;
        padding: 10px;
        background-color: white;
    }

  .input,
  .textarea,
  .select {
    padding: 2px 10px 2px 10px;
    background-color: white;
  }

  .quantity-box {
    display: none;
  }

  .button--outline {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    height: 43px;
    background-color: #97b79c;
    color: white;
    display:none;
  }

  .select {
    box-shadow: 0 1px 3px rgb(var(--text-color) / 0);
  }


  .show-element {
    display: flex;
    align-content: space-around;
  }

  /* FIN */


  /* SECCIÓN BOTONES DE COMPRA QUICK BUY EN MOVIL   */

  .shopify-payment-button__button--branded{
    display:none !important; 
  }

  /* BADGES */
  .badge {
    font-size: 0.595rem;
    font-weight: bold;
  }
}

/* ESTILOS TALLAS */

.sizes ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.sizes li {

  text-align: center;
  min-width: 40px;
  flex-grow: 1;
  
}

.sizes ul li {
    flex: 1 1 auto; /* Let the flex items grow and shrink based on the available space */
    max-width: 50%; /* This will limit each item to 50% of the width, allowing 2 items per row on smaller screens */
    max-width: 80px !important;
}

.sizes ul li button {
    width: 100%; /* Make sure the button takes up the full width of the list item */
}

@media (min-width: 500px) { /* You can adjust this media query based on your design */
    .sizes ul li {
        flex: 1 1 auto; /* On wider screens, allow the items to grow based on available space */
        max-width: none; /* Remove the width restriction so they can all fit in one line if possible */
    }
}
product-form {
    width: -webkit-fill-available;
}

.sizes li:not(:last-child) {
  border-right: 0;
}

.sold-out2 {
  color: #aaa;
  position: relative;
}

.sold-out2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom right,
    transparent 50%,
    #d3d3d3 50%,
    #d3d3d3 52%,
    transparent 52%
  ); /* Cambiar el color de la línea diagonal a un gris claro */
  opacity: 0.6;
}

/* Buffer Stock Styles */
input[data-buffer-stock="true"] + label .color-swatch.is-disabled,
input[data-buffer-stock="true"] + label .block-swatch.is-disabled,
input[data-buffer-stock="true"] + label .thumbnail-swatch.is-disabled {
  position: relative;
  opacity: 0.6;
}

input[data-buffer-stock="true"] + label .color-swatch.is-disabled::before,
input[data-buffer-stock="true"] + label .block-swatch.is-disabled::before,
input[data-buffer-stock="true"] + label .thumbnail-swatch.is-disabled::before {
  content: '⚠️';
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff6b35;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  z-index: 1;
  line-height: 1;
}

/* Buffer stock hover effect - make them selectable */
input[data-buffer-stock="true"] + label:hover .color-swatch.is-disabled,
input[data-buffer-stock="true"] + label:hover .block-swatch.is-disabled,
input[data-buffer-stock="true"] + label:hover .thumbnail-swatch.is-disabled {
  opacity: 0.8;
  cursor: pointer; /* Changed from not-allowed to pointer to indicate selectability */
}

/* Remove dashed border for buffer stock items - we'll use strikethrough instead */
input[data-buffer-stock="true"] + label .color-swatch.is-disabled,
input[data-buffer-stock="true"] + label .block-swatch.is-disabled {
  border: 1px solid #ccc !important; /* Use normal border instead of dashed */
}

/* Buffer stock variants - show strikethrough like sold-out but keep selectable */
input[data-buffer-stock="true"] + label .block-swatch,
input[data-buffer-stock="true"] + label .size-button {
  color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer; /* Keep selectable */
}

input[data-buffer-stock="true"] + label .block-swatch:before,
input[data-buffer-stock="true"] + label .size-button:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 0.4px;
  background: #000;
  transform: rotate(-25deg);
  top: 50%;
  left: 4px;
  z-index: 1;
}

/* Remove the warning emoji for buffer stock - use strikethrough instead */
input[data-buffer-stock="true"] + label .color-swatch.is-disabled::before,
input[data-buffer-stock="true"] + label .block-swatch.is-disabled::before,
input[data-buffer-stock="true"] + label .thumbnail-swatch.is-disabled::before {
  display: none;
}

/* Make buffer stock color swatches also have strikethrough */
input[data-buffer-stock="true"] + label .color-swatch.is-disabled:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 0.4px;
  background: #000;
  transform: rotate(-25deg);
  top: 50%;
  left: 15%;
  z-index: 2;
}

/* Keep buffer stock variants visually distinct but clearly selectable */
input[data-buffer-stock="true"] + label .color-swatch,
input[data-buffer-stock="true"] + label .block-swatch,
input[data-buffer-stock="true"] + label .thumbnail-swatch {
  opacity: 0.7;
  cursor: pointer;
}

/* Buffer stock variant styling (end of file) */

/* CRITICAL FIX: Keep all stock variants visible - only hide draft/archived products */
/* Override the theme.css rules that might hide swatches */
input[data-buffer-stock="true"] + .color-swatch,
input[data-buffer-stock="true"] + .thumbnail-swatch,
input[data-buffer-stock="true"] + .block-swatch,
input:disabled + .color-swatch,
input:disabled + .thumbnail-swatch,
input:disabled + .block-swatch {
  display: block !important; /* Keep all variants visible */
  opacity: 0.7;
  cursor: pointer; /* Allow selection for notify-me functionality */
}

/* Ensure buffer stock and sold-out variants have a strikethrough */
input[data-buffer-stock="true"] + .color-swatch::before,
input[data-buffer-stock="true"] + .thumbnail-swatch::before,
input[data-buffer-stock="true"] + .block-swatch::before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), rgb(var(--border-color)) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Make sure the strikethrough shows on top for block swatches with text */
input[data-buffer-stock="true"] + .block-swatch::before {
  z-index: 1;
}

/* Ensure buffer stock and sold-out variants remain clickable */
input[data-buffer-stock="true"] + .color-swatch,
input[data-buffer-stock="true"] + .thumbnail-swatch,
input[data-buffer-stock="true"] + .block-swatch {
  pointer-events: auto;
}

.badge.badge--on-sale {
    background: none !important;
    color: gray !important;
    display: flex !important;
    letter-spacing: 0 !important;
}


@media (max-width: 700px) { 
.shopify-section--main-collection{
.container{
  margin-inline: 0 !important;
}
  .collection {
      margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
      margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  }
}
}

@media (max-width: 699px) {
  featured-collections-carousel .featured-collections-carousel__item {
    margin-inline: 20px;
}
}
.cart-drawer__items{
.line-item__media-wrapper {
    width: 50%;
}
img.line-item__media {
    width: 100% !important;
}
}