/** Shopify CDN: Minification failed

Line 2585:53 Expected "]" to go with "["
Line 2585:57 Unterminated string token
Line 2589:57 Unterminated string token
Line 2597:0 Expected "]" to go with "["

**/
/* Prevent horizontal scroll caused by full-width sections / swipers */
body {
  overflow-x: clip;
}

/* =============================================
   MERGED FROM kopstorm.css (legacy styles)
   ============================================= */

.collection-nav ul {
  margin: 0px!important;
}

/* Kopstorm updates 23/01/2025 */

.card-updated .color-swatch--sm {
--swatch-offset: 4px;
--swatch-size: var(--spacing-5)!important;
}

.card-updated .color-swatch:before {
box-shadow: 0 0 0 2px #ffffff!important;
border: 1px solid #ffffff!important;
}

.card-updated .product-card__swatch-list {
display: flex;
gap: 8px;
margin: 4px 12px 16px 4px;
}

.card-updated .product-card__title {
line-height: 1.5;
}

.card-updated .color-trigger {
margin-top: -2px;
margin-bottom: 8px;
}

.card-updated .color-swatch {
border: 1px solid #ffffff !important;
margin: 0;
}

.color-swatch__view-more {
border: none !important;
color: black;
padding: 0;
font-weight: 500;
margin-left: 3px!important;
}

.card-updated .product-card__badge-list {
gap: var(--spacing-2);
pointer-events: none;
z-index: 5;
display: grid!important;
position: relative!important;
top: auto!important;
left: auto !important;
bottom: 0!important;
}

.card-updated .badge {
margin-top: 5px !important;
margin-bottom: 5px !important;
border-radius: 5px !important;

}


@media screen and (max-width: 700px) {
.card-updated .color-trigger {
    margin-top: 1px;
    margin-bottom: 10px;
}
}

/* Kopstorm updates 23/01/2025 */

@media screen and (min-width: 700px) {
.quick-buy-drawer {
left: 0!important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
margin: auto !important;
height: max-content !important;
max-height: 85vh !important;
}
}

.quick-buy-drawer::part(body) {
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
}


.kopstorm_quickbuy {
opacity: 1!important;
visibility: visible!important;
}

#quickbuy {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
background: white;
color: black;
border: solid 2px #f4f4f4;
box-shadow: rgb(0 0 0 / 5%) 0px 7px 29px 0px;transition: border-color .3s ease;
border-radius: 500px;
}

#quickbuy .button__loader>* {
width: 3px;
height: 3px;
}

#quickbuy:hover {
color: #b99099;
border: 2px solid #b99099;transition: border-color .3s ease;
}


@media screen and (max-width: 767px) {
:is(.drawer,.popover)::part(close-button) {
display: block!important;
position: absolute!important;
right: 0!important;
top: 0!important;
margin: 15px !important;
}
.drawer>[is=close-button] {
position: absolute !important;
top: 1.5rem!important;
display: flex!important;
justify-content: center!important;
z-index: 9999999!important;
}
:is(.drawer,.popover)::part(outside-close-button) {
display: none!important;
}

#quickbuy {
width: 35px;
height: 35px;
}
}

/* ---- MOBILE MENU CLEANUP ---- */
/* Remove gap between li items so borders don't look doubled */
.navigation-drawer .panel__scroller > ul.v-stack {
  gap: 0 !important;
}

/* Single border-bottom on each li, with padding for spacing */
.navigation-drawer .panel__scroller > ul > li {
  border-bottom: 1px solid #eee !important;
  padding: 14px 0 !important;
}

/* Remove border from last item */
.navigation-drawer .panel__scroller > ul:last-of-type > li:last-child {
  border-bottom: none !important;
}

/* Remove padding from inner a/button so it doesn't double up */
.navigation-drawer .panel__scroller > ul > li > a,
.navigation-drawer .panel__scroller > ul > li > button {
  padding: 0 !important;
}

/* Hide empty panel-footer in mobile menu drawer */
.navigation-drawer .panel-footer {
  display: none !important;
}

#shopify-section-template--23052068258087__collection_image_with_text_overlay_68AUKQ .section {
      padding: 0!important;
}
.overlay-content .h5 {
      max-width: 330px;
}

#error-message {
  color: #ce0000;
    font-weight: 400;
}

#overlay {
    display: none;
  }
        .overlay-content input {
          color: black!important;
          text-transform: uppercase;
            transition: all 0.3s!important;
              background: white!important;border-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;border-width: 2px;

        }
        .overlay-content::placeholder {
  color: #ffffff!important; /* Change to your desired color */
}
    .overlay-content .input:focus, .textarea:focus, .select:focus-visible {
    border-color: currentColor;
    outline: none;
    box-shadow: inset 0 0 0 1px;
    border-color: #b99099!important;
    border-width: 2px!important;
    transition: all 0.3s!important;
}


        .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
     z-index: 9999999;
}


.overlay-content {
    background-color: #fcecff;
    padding: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
    z-index: 99;
}

.main-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .overlay-content {
      padding: 20px;
      background-position: center;
      background-size: cover;
      border-radius: 5px;
      text-align: center;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    z-index: 99;
  }
}


height-observer[variable="header"] {
      top: -1px;
    position: relative;
}

.close_mp2_button {
      cursor: pointer;
}

cart-drawer {
  z-index: 9999999!important;
}

product-quick-add {
    z-index: 999999!important;
}

quick-buy-drawer {
    z-index: 99999999!important;
}

#hidemobiletext {
      display: flex;
    align-items: center;
    gap: 6px;
}

#hidedesktopsvg {
  display: none;
}

.disclosure {
      display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
}

.uppercase {
  text-transform: uppercase!important;
}

.griditem {
margin: 0px!important;
}

#grid_media-usps p {
margin-top: 10px;
}

#grid_media-usps .grid {
gap: 25px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
display: grid;
}

#grid_media-usps img {
width: 40px;
}

.text-on-sale {
color: #bf0505!important
}

.product-card__info jdgm-preview-badge span {
  font-size: calc(.8rem * 0.9) !important;
}

#afterpay {
  display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 3px;
}

#afterpay img {
    width: 60px;
}

#afterpay strong {
    font-weight: 600 !important;
}

#afterpay span {
    display: inline-flex
;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

#matt-bogo {
    flex-shrink: 0;
    padding: 3px 9px;
    margin: 0 0 8px;
    border-radius: 3px;
    background-color: #b99099;
    color: white;
    --text-size: calc(.75rem * 1);
    font-size: calc(.75rem * 1.0);
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: 600;
}

.price-list {
  font-size: calc(.9rem * 1);
}



.cart_header-banner {
line-height: 1.5;
background-color: #ebf2ed;
text-align: center;
padding: 1rem 0;
margin-left: -40px;
color: #03a341;
margin-right: -40px;
}

.cart-drawer .horizontal-product-list-carousel {
padding-bottom: 15px!important;
}


#timer-bar {
background-color: #2c991317!important;
color: #2c9913!important;
padding: 10px!important;
border-radius: 8px!important;
text-align: center!important;
border: 1px solid transparent!important;
}


.horizontal-product {
border: 1px solid #f4f4f4 !important;
background: #f3f3f3;
}


/* .footer__payment-icons {
display: none!important;
} */
.product page-dots {
gap: 10px!important;
}

#kopstorm_stock .green-text {
text-transform: uppercase!important;
}


.cart-drawer__recommendations {
--horizontal-product-width: 60%!important;
}

cart-drawer     .horizontal-product__info {
flex-direction: column!important;
gap: 8px!important;
align-items: baseline!important;
}


cart-drawer .horizontal-product__cta button {
text-transform: uppercase !important;
font-size: 9px;
}

.flex-div {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;    font-weight: 700;
margin-top: -13px;
}

.product .offer {

}

cart-drawer .horizontal-product__info compare-at-price {
font-size: 12px;
}

cart-drawer .horizontal-product__info sale-price {
font-size: 12px;
font-weight: bold!important;
}

.horizontal-product__info sale-price {
font-weight: bold!important;
}



.accordion__content p:first-of-type {
margin-top: 0!important;
}

.product .horizontal-product-list {
gap: 10px;

}

.product    .horizontal-product__info {
display: flex;
align-items: center;
text-align: center;
justify-content: center;    
flex-direction: column;
}

.quick-buy-drawer__variant .v-stack {
gap: 7px!important;
}

/* Quick-buy drawer: match product-card styling for title, rating, price */
.quick-buy__title {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 600 !important;
}

.quick-buy-drawer__variant .jdgm-widget {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.quick-buy-drawer__variant .jdgm-prev-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quick-buy-drawer__variant .jdgm-prev-badge span,
.quick-buy-drawer__variant .jdgm-prev-badge__text {
  font-size: calc(.8rem * 0.9) !important;
}

.quick-buy-drawer__variant .price-list {
  font-size: calc(.9rem * 1);
}

.quick-buy-drawer__variant sale-price {
  font-weight: 600 !important;
  color: #000 !important;
}

.quick-buy-drawer__variant compare-at-price {
  color: #999 !important;
  font-weight: 400 !important;
}

/* Hide duplicate app-rendered Judge.me badge inside quick-buy body (including its @app wrapper) */
.quick-buy-drawer__info > .jdgm-widget,
.quick-buy-drawer__info .jdgm-widget,
.quick-buy-drawer__info jdgm-preview-badge,
.quick-buy-drawer__info > .shopify-block:has(.jdgm-widget),
.quick-buy-drawer__info > [id^="shopify-block-"]:has(.jdgm-widget) {
  display: none !important;
}

.product   .horizontal-product {
align-items: center;
display: flex;
flex-direction: column;
}

quick-buy-drawer .variant-picker__option-values {
justify-content: left!important;
}

.product .horizontal-product .price-list {
justify-content: center;   
font-size: 13px!important;
row-gap: 2px!important;
}

.product .horizontal-product__cta {
margin: 0px!important;
}

@media screen and (min-width: 1000px) {
product-gallery {
position: sticky!important;
}
}

#metafield_size {
font-size: 12px;
}

#variant_wrap1 {
display: flex;
align-items: center;
gap: 7px;
flex-wrap: wrap;
row-gap: 5px;
}

@keyframes orangedot {
0% {
transform: scale(.95);
box-shadow: 0 0 #f4af2980;
}
70% {
transform: scale(1);
box-shadow: 0 0 0 10px #f4af2900;
}
100% {
transform: scale(.95);
box-shadow: 0 0 #f4af2900;
}
}
@keyframes greendot {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(84, 198, 58, 0.5);
}

70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(84, 198, 58, 0);
}

100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(84, 198, 58, 0);
}
}
#kopstorm_stock .stock_wrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;    line-height: 1;
}
#kopstorm_stock .green-dot {
background: #54c63a;
height:10px;
width:10px;
border-radius:20px;
animation: greendot 2s linear infinite;
transform: scale(1);
margin-right: 12px;
margin-left: 3px;
}

#kopstorm_stock .orange-dot {
background: #f4af29;
height: 10px;
width: 10px;
border-radius: 20px;
animation: orangedot 2s linear infinite;
transform: scale(1);
margin-right: 12px;
margin-left: 3px;
}
#kopstorm_stock {
display: flex;
flex-direction: column;
gap: 5px;
flex-wrap: wrap;
margin-top: 30px;
}
#kopstorm_stock .green-text {
font-weight: 700;
color:#2c9814;
}
#kopstorm_stock .orange-text {
color:#fa8c18;  text-transform: uppercase;
font-weight: 700;
}

span.ks-chart-modal-link span, .variant-picker__option-info .size-chart-btn {
font-size: 10px!important;
background: #000!important;
padding: 4px 8px!important;
color: #fff !important;
border-radius: 500px!important;
line-height: 1!important;
}

.size-chart-btn .link {
color: #fff !important;
}

.size-chart-btn .link:hover {
color: #fff !important;
}

.size-chart-btn:hover {
font-size: 10px!important;
background: #000!important;
padding: 4px 8px!important;
color: #fff !important;
border-radius: 500px!important;
line-height: 1!important;
}

.variant-picker__option-info {
display: flex !important;
gap: 4px !important;
align-items: start !important;
justify-content: flex-start !important;
flex-direction: column;
}

.variant-picker__option-info .size-chart-btn span {
background: none!important;
font-size: 10px!important;
line-height: 1!important;
}


product-quick-add sale-price {
font-weight: bold!important;
color: #000000!important;
}

product-quick-add #kopstorm_savings {
display: none!important;
}

buy-buttons button {
height: auto!important;
text-transform: uppercase!important;
}

button, .button {
text-transform: uppercase!important;
}

.atc-qty-main quantity-selector {
height: 100%!important;
}

variant-picker legend {
padding: 0!important;
font-weight: bold!important;
color: black!important;
}

#kopstorm_savings {
padding: 4px 8px;
background: #2c9913;
color: #fff;
font-weight: 600;
font-size: 10px;
border-radius: 500px;
display: flex;
align-items: center;
gap: 3px;
}

.price-list.price-list--lg > sale-price {
color:#000000 !important;
}

product-quick-add .v-stack {
gap: 5px!important;
}

.price-list {
line-height: 1!important;
align-items: center!important;    
row-gap: 7px;
}

product-gallery {
gap: 20px!important;
}

.media-swatch {
width: 45px!important;
}

.media-swatch>img {
object-fit: contain!important;
background: #ecebea!important;
}

/* kopstorm_1 */

.swiper-scrollbarz {
  max-width: 90%!important;
    margin: 0 auto!important;
    left: auto!important;
    right: auto!important;
    margin-bottom: 20px!important;
}

.swiper-slide {
  margin-right: 9px;
}

.video-slide video {
  width: 135px;
  height: 240px;
}

videotitle {
  display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
height: 7px!important;
}

.swiper-scrollbar {
margin-top: 30px;
position: relative!important;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(203 147 154);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px){
#id2 .swiper-button-next {
  display: none!important;
}

#id2 .swiper-button-prev {
  display: none!important;
}

.block-swatch {
    padding: 17px !important;
    height: 40px !important;
}

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

product-card .button {
      font-size: 12px;
    padding: 13px;
}


.loox-rating .loox-rating-content {
 
}  
.variant-picker__option-values {
  gap: 6px!important;
}
.block-swatch {
        padding: 13px !important;
        height: 37px !important;
}
  
.cart_header-banner {
    line-height: 1.5;
    background-color: #ebf2ed;
    text-align: center;
    padding: 1rem 0;
    margin-left: 0;
    color: #03a341;
    margin-right: 0;
    border-radius: 5px;
}
  
#hidemobiletext {
  display: none!important;
}
  #hidedesktopsvg {
  display: block!important;
}
#grid_media-usps img {
width: 40px;
margin: 0 auto;
}

#section_usps-kopstorm .griditem {
text-align: center;
}

#section_usps-kopstorm .prose {
text-align: center;
}
#section_usps-kopstorm .media-with-text__content {
padding-top: 20px!important;
padding-bottom: 20px!important;
}
#grid_media-usps .grid {
gap: 20px;
grid-template-rows: auto;
grid-template-columns: 1fr;
display: grid;
}

/* Cart drawer recommendation styles moved to cart-drawer-modern.css */

.horizontal-product {
display: flex;
flex-direction: column!important;
justify-content: center!important;
align-items: center!important;
}

.horizontal-product__cta {
display: flex;
align-items: center;
justify-content: center;
}
}
} /* closing outer @media (max-width: 767px) from line 798 - was missing in original kopstorm.css */

/* ============================================
   CART GOAL PROGRESS STYLES
   ============================================
   IMPORTANT: Add this CSS to your theme.css or kopstorm.css file
   Then remove the <style> block from snippets/cart-goal-progress.liquid

   This prevents ~400 lines of CSS from being repeated every time
   the cart drawer is opened or the cart page is loaded
   ============================================ */

/* Main Container */
.cart-goal-progress-compact {
  padding: 12px 0;
  margin-bottom: -20px;
}

.cart-goal-compact-headline {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a1a;
}

.cart-goal-compact-bar-wrapper {
  position: relative;
}

/* Progress Bar */
.cart-goal-compact-progress-bar {
  width: 100%;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 12px;
  overflow: hidden;
}

.cart-goal-compact-progress-fill {
  height: 100%;
  background-color: #b99099;
  border-radius: 3px;
  transition: width 0.3s ease;
}

/* Milestones Grid */
.cart-goal-compact-milestones {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.cart-goal-compact-milestone {
  text-align: center;
}

/* Milestone Markers */
.cart-goal-compact-marker {
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.cart-goal-compact-marker .marker-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.cart-goal-compact-marker .marker-checkmark {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  z-index: 2;
}

/* Icon Styles */
.cart-goal-compact-marker .gift-icon {
  stroke: #b99099;
  transition: stroke 0.3s ease;
}

.cart-goal-compact-marker .marker-text {
  font-size: 11px;
  font-weight: 700;
  color: #666;
}

.cart-goal-compact-marker .shipping-icon {
  stroke: #b99099;
}

/* Unlocked State */
.cart-goal-compact-marker.unlocked {
  border-color: #b99099;
}

.cart-goal-compact-marker.unlocked .marker-product-img {
  opacity: 1;
}

.cart-goal-compact-marker.unlocked .marker-checkmark {
  display: block;
}

.cart-goal-compact-marker.unlocked .marker-text {
  display: none;
}

.cart-goal-compact-marker.unlocked::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(185, 144, 153, 0.5);
  border-radius: 50%;
  z-index: 1;
}

/* Labels */
.cart-goal-compact-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-goal-compact-label-text {
  font-size: 11px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
}

.cart-goal-compact-label-title {
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.cart-goal-compact-label-sub {
  font-size: 9px;
  color: #666666;
  line-height: 1.2;
}

/* Product Links */
.cart-goal-product-link {
  text-decoration: none;
  color: #666666;
  pointer-events: none;
  cursor: default;
}

.cart-goal-compact-milestone.available .cart-goal-product-link {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: underline;
  color: #b99099;
}

.cart-goal-compact-milestone.available .cart-goal-product-link:hover {
  color: #a17a82;
}

/* Active State */
.cart-goal-compact-milestone.active .cart-goal-compact-label-title {
  color: #b99099;
  font-weight: 700;
}

.cart-goal-compact-milestone.active .cart-goal-compact-label-text {
  color: #b99099;
  font-weight: 700;
}

/* ============================================
   NOTIFICATION BANNERS
   ============================================ */

.tier-notification {
  position: fixed;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: slideIn 0.3s ease;
  display: none;
  border: 1px solid #e0e0e0;
}

.tier-notification.active {
  display: block;
}

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

.tier-notification-content {
  padding: 8px 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.tier-notification-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.tier-notification-text {
  flex: 1;
  min-width: 0;
}

.tier-notification-headline {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  white-space: nowrap;
}

.tier-notification-description {
  display: none;
}

.tier-notification-btn {
  padding: 5px 12px;
  background-color: #b99099;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

.tier-notification-btn:hover {
  background-color: #a17a82;
}

.tier-notification-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.tier-notification-close:hover {
  color: #b99099;
}

.tier-notification-close svg {
  width: 14px;
  height: 14px;
}

/* ============================================
   FREE GIFT DRAWER STYLES
   ============================================ */

.free-gift-drawer {
  --drawer-content-max-height: 85vh !important;
}

.free-gift-drawer::part(body) {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  max-height: calc(85vh - 80px) !important;
}

.free-gift-drawer::part(content) {
  max-height: 85vh !important;
}

/* Hide bundle options in free gift drawers */
.free-gift-drawer .kps-section,
.free-gift-drawer [data-kps],
.free-gift-drawer .kopstorm-bundles,
.free-gift-drawer .product-bundles,
.free-gift-drawer .bundle-selector {
  display: none !important;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 740px) {
  .free-gift-drawer {
    --drawer-content-max-height: 80vh !important;
  }

  .free-gift-drawer::part(body) {
    max-height: calc(80vh - 70px) !important;
  }

  .free-gift-drawer::part(content) {
    max-height: 80vh !important;
  }
}

@media (max-width: 480px) {
  .free-gift-drawer {
    --drawer-content-max-height: 75vh !important;
  }

  .free-gift-drawer::part(body) {
    max-height: calc(75vh - 60px) !important;
  }

  .free-gift-drawer::part(content) {
    max-height: 75vh !important;
  }

  .cart-goal-progress-compact {
    padding: 8px 0;
    margin-bottom: 4px;
  }

  .cart-goal-compact-headline {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .cart-goal-compact-marker {
    width: 28px;
    height: 28px;
    margin: 0 auto 4px;
    font-size: 12px;
  }

  .cart-goal-compact-marker .marker-text {
    font-size: 9px;
  }

  .cart-goal-compact-marker .shipping-icon {
    width: 14px;
    height: 14px;
  }

  .cart-goal-compact-progress-bar {
    margin-bottom: 8px;
  }

  .cart-goal-compact-label-text,
  .cart-goal-compact-label-title {
    font-size: 10px;
  }

  .cart-goal-compact-label-sub {
    font-size: 8px;
  }

  .cart-goal-compact-milestones {
    gap: 4px;
  }

  .tier-notification-content {
    padding: 6px 8px;
    gap: 6px;
  }

  .tier-notification-icon {
    font-size: 16px;
  }

  .tier-notification-headline {
    font-size: 11px;
  }

  .tier-notification-btn {
    padding: 4px 10px;
    font-size: 10px;
  }
}
/* =============================================
   ORIGINAL kopstormV2.css STYLES
   ============================================= */

/* =============================================
   OFFER IMAGE BADGE
   ============================================= */

.offer_image {
  position: absolute;
  z-index: 9;
  background: #8b6c73;
  color: white;
  padding: 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 165px;
  top: 10px;
}

.product-gallery__media:first-child .offer_image {
  display: block;
}

.offer_image p {
  font-size: 12px;
  line-height: 1.35;
}

.offer_image h4 {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .offer_image {
    background: #e5dfe6;
    color: #B99099;
    max-width: 130px;
  }

  .offer_image p {
    font-size: 11px;
  }
}

/* =============================================
   RATING & STARS
   ============================================= */

#rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.stars img {
  width: 16px;
  height: auto;
}

.jdgm-prev-badge__text {
  visibility: inherit !important;
}

/* =============================================
   DRAWER & HORIZONTAL PRODUCT
   ============================================= */

.drawer .horizontal-product__info a,
.drawer .horizontal-product__info .reversed-link {
  text-decoration: none !important;
  border-bottom: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.horizontal-product .jdgm-widget {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  margin-top: -5px;
}

.horizontal-product .jdgm-prev-badge {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  gap: 2px;
}

.quick-buy-drawer__info .buy-buttons--compact {
  display: flex;
  gap: 10px;
  width: 100%;
}

.quick-buy-drawer__info .buy-buttons--compact .button {
  flex: 1 1 50%;
  min-width: 0;
  white-space: nowrap;
}

/* =============================================
   PRODUCT BADGES
   ============================================= */

.product-badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
}

.product-badge {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.product-badge--black-friday {
  background: #1a1a1a;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.product-badge--best-seller {
  position: absolute;
  bottom: 20px;
  left: 10px;
  top: auto;
  background: #fff;
  color: #1a1a1a;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  font-size: 11px;
}

.product-badges .offer_image {
  position: relative;
  top: auto;
  margin-top: 0;
}

.product-gallery__media:not(:first-child) .product-badges {
  display: none;
}

@media screen and (max-width: 767px) {
  .product-badge {
    padding: 6px 10px;
    font-size: 10px;
  }
  
  .product-badge--best-seller {
    bottom: 15px;
    left: 8px;
    padding: 6px 10px;
    font-size: 10px;
  }
}

/* =============================================
   PRICE STYLING
   ============================================= */

.price-list.price-list--lg sale-price {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.price-list.price-list--lg compare-at-price,
.price-list.price-list--lg .price-compare-normal,
.price-list.price-list--lg .price-compare-wrapper compare-at-price {
  font-size: 18px !important;
  font-weight: 400 !important;
}

/* =============================================
   VARIANT PICKER LAYOUT
   ============================================= */

.variant-picker {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}

.variant-picker fieldset,
.variant-picker__option {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  margin-bottom: 16px !important;
}

.variant-picker__option:last-child {
  margin-bottom: 0 !important;
}

.variant-picker__option-info {
  margin-bottom: 10px;
}

.variant-picker__option-info legend,
.variant-picker__option-info .text-subdued {
  font-size: 14px;
  color: #333;
  font-weight: 400 !important;
}

.variant-picker__option-info variant-option-value {
  font-weight: 700 !important;
  color: #000;
  white-space: nowrap;
}

.variant-picker__option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px !important;
}

/* =============================================
   HIDE THEME'S SIZE CHART BUTTON
   ============================================= */

.size-chart-btn,
button.size-chart-btn {
  display: inline-flex !important;
  align-items: center;
}


/* =============================================
   KIWISIZING LINK
   ============================================= */

#KiwiSizingChart {
  margin-bottom: 8px;
  margin-top: 0;
}

#KiwiSizingChart a {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

#KiwiSizingChart a:hover {
  color: #000;
}

/* =============================================
   COLOR SWATCHES - heyshape STYLE
   ============================================= */

.variant-picker__option-values label.color-swatch,
label.color-swatch {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  border-radius: 50% !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  display: inline-block !important;
  position: relative;
  box-sizing: content-box !important;
  background: var(--swatch-background) !important;
  background-size: cover !important;
  background-position: center !important;
  outline: none !important;
  box-shadow: none !important;
}

.variant-picker__option-values label.color-swatch::before,
.variant-picker__option-values label.color-swatch::after,
label.color-swatch::before,
label.color-swatch::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.variant-picker__option-values label.color-swatch:hover,
label.color-swatch:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc !important;
  outline: none !important;
}

.variant-picker__option-values input[type="radio"]:checked + label.color-swatch,
input[type="radio"]:checked + label.color-swatch {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000 !important;
  outline: none !important;
  border: none !important;
}

label.color-swatch.ring-inset {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

input[type="radio"]:checked + label.color-swatch.ring-inset {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #000 !important;
}

label.color-swatch.ring-inset:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #ccc !important;
}

label.color-swatch > span.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =============================================
   SMALL COLOR SWATCHES - COLLECTION PAGE
   ============================================= */

label.color-swatch--sm {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

@media screen and (max-width: 767px) {
  label.color-swatch--sm {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
  }
}

/* =============================================
   SIZE/BLOCK SWATCHES - heyshape STYLE
   ============================================= */

label.block-swatch {
  min-width: 70px !important;
  height: 48px !important;
  padding: 0 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #333 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

label.block-swatch:hover {
  border-color: #999 !important;
}

input[type="radio"]:checked + label.block-swatch {
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #fff !important;
}

input[type="radio"]:focus + label.block-swatch,
label.block-swatch:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type="radio"]:disabled + label.block-swatch {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through !important;
}

label.block-swatch .block-swatch__color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
  background: var(--swatch-background);
  background-size: cover;
}

/* =============================================
   METAFIELD SIZE INDICATION
   ============================================= */

#metafield_size {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  margin-bottom: 10px;
}

/* =============================================
   MOBILE ADJUSTMENTS
   ============================================= */

@media screen and (max-width: 767px) {
  .variant-picker__option-values label.color-swatch,
  label.color-swatch {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }
  
  label.block-swatch {
    min-width: 60px !important;
    height: 44px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }
  
  .variant-picker__option-values {
    gap: 8px !important;
  }
  
  .variant-picker__option {
    margin-bottom: 12px !important;
  }
}

/* =============================================
   heyshape GALLERY STYLING - MINIMAL
   ============================================= */

/* Navigation Arrows - Left and Right */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 4px;
}

.gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-arrow svg {
  width: 24px;
  height: 24px;
  stroke: white;
  stroke-width: 2.5;
}

.gallery-arrow--left {
  left: 16px;
}

.gallery-arrow--right {
  right: 16px;
}

@media screen and (max-width: 767px) {
  .gallery-arrow {
    width: 40px;
    height: 40px;
  }
  
  .gallery-arrow svg {
    width: 20px;
    height: 20px;
  }
  
  .gallery-arrow--left {
    left: 12px;
  }
  
  .gallery-arrow--right {
    right: 12px;
  }
}

/* Numbered Dots - heyshape Style */
.page-dots--heyshape {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.page-dots--heyshape .tap-area--dot {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}

.page-dots--heyshape .tap-area--dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

.page-dots--heyshape .tap-area--dot[aria-current="true"] {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}

/* Alternative active state selector in case aria-current isn't used */
.page-dots--heyshape .tap-area--dot.is-active,
.page-dots--heyshape .tap-area--dot:active {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

@media screen and (max-width: 767px) {
  .page-dots--heyshape {
    bottom: 12px;
    gap: 3px;
  }
  
  .page-dots--heyshape .tap-area--dot {
    width: 8px;
    height: 8px;
  }

  .product-gallery__zoom--heyshape-overlay {
    bottom: 20px !important;
    right: 12px !important;
  }
}

/* Zoom Button - heyshape Style */
.product-gallery__media-list-wrapper .product-gallery__zoom--heyshape-overlay {
  position: absolute !important;
  bottom: 24px !important;
  right: 16px !important;
  z-index: 5 !important;
  top: auto !important;
  pointer-events: auto !important;
}

@media screen and (max-width: 767px) {
  .product-gallery__media-list-wrapper .product-gallery__zoom--heyshape-overlay {
    bottom: 20px !important;
    right: 12px !important;
    z-index: 5 !important;
    top: auto !important;
  }
}

.product-gallery__zoom--heyshape-overlay {
  position: absolute !important;
  bottom: 24px !important;
  right: 16px !important;
  z-index: 40 !important;
  pointer-events: auto !important;
}

.zoom-button-heyshape {
  width: auto !important;
  height: auto !important;
  padding: 8px 12px !important;
  background: hsla(0,0%,100%,.95) !important;
  color: #000 !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  cursor: pointer !important;
}

.zoom-button-heyshape:hover {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.zoom-button-heyshape svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.zoom-text {
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .zoom-button-heyshape {
    padding: 6px 10px;
    font-size: 12px;
  }
  
  .zoom-button-heyshape svg {
    width: 16px;
    height: 16px;
  }
}

/* Best Seller Badge - heyshape Style (Bottom Left - Fixed) */
.product-badge--best-seller-heyshape {
  position: fixed !important;
  bottom: 16px !important;
  left: 16px !important;
  right: auto !important;
  top: auto !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #1a1a1a !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  z-index: 50 !important;
  margin: 0 !important;
  border: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media screen and (max-width: 767px) {
  .product-badge--best-seller-heyshape {
    bottom: 12px;
    left: 12px;
    padding: 6px 10px;
    font-size: 10px;
  }
}

/* Hide original best-seller badge */
.product-badge--best-seller {
  display: none !important;
}

/* Compare at price with tooltip */
.price-compare-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.price-compare-normal {
  font-weight: 400;
}

.price-info-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}

.price-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #aaa;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
  color: #aaa;
  line-height: 1;
}

.price-info-trigger:hover {
  color: #666;
}

.price-info-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 9px 12px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  line-height: 1.3;
  color: #292929;
  width: 200px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 999;
  pointer-events: none;
}

.price-info-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}

.price-info-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #eaeaea;
}

.price-info-trigger:hover .price-info-tooltip {
  opacity: 1;
  visibility: visible;
}

/* Savings badge */
.price-savings-badge {
  background: #c62828;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 8px;
}

.price-list--lg .price-savings-badge {
  font-size: 13px;
  padding: 6px 12px;
}


.product-card .price-compare-wrapper {
  display: flex;
  vertical-align: baseline;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.horizontal-product .price-info-trigger,
.horizontal-product .price-info-tooltip,
.cart-drawer .price-info-trigger,
.cart-drawer .price-info-tooltip,
drawer-content .price-info-trigger,
drawer-content .price-info-tooltip {
  display: none !important;
}

.product-card .price-list sale-price {
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
}

.product-card .price-list compare-at-price {
  white-space: nowrap;
}

/* MOBILE PRICE ADJUSTMENTS - 2 LINE LAYOUT LIKE heyshape */
@media screen and (max-width: 767px) {
  .price-list {
    align-items: baseline !important;
  }

  .price-list sale-price,
  .price-compare-wrapper compare-at-price {
    vertical-align: baseline !important;
    line-height: 1 !important;
  }

  .price-compare-wrapper {
    display: inline-flex !important;
    align-items: baseline !important;
    margin-bottom: 6px;
    gap: 3px;
  }
  
  .price-list.price-list--lg sale-price {
    font-size: 18px !important;
  }

  .price-list.price-list--lg compare-at-price,
  .price-list.price-list--lg .price-compare-normal {
    font-size: 15px !important;
  }

  .price-compare-wrapper {
    display: inline-flex !important;
    margin-bottom: 6px;
    gap: 3px;
  }

  .price-savings-badge {
    font-size: 11px !important;
    padding: 5px 10px !important;
    margin-left: 6px !important;
  }

  .price-info-tooltip {
    width: 180px;
    font-size: 11px;
    padding: 10px 12px;
  }
}

/* SIZE/BLOCK SWATCHES - FLEXIBLE WIDTH FOR LONGER TEXT */
label.block-swatch {
  min-width: 56px !important;
  max-width: none !important; /* remove constraint */
  height: 46px !important;
  padding: 0 16px !important; /* more padding for breathing room */
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  white-space: nowrap !important;
}

.variant-picker__option-values {
  gap: 6px !important;
}

/* MOBILE - STILL COMPACT */
@media screen and (max-width: 767px) {
  label.block-swatch {
    min-width: 42px !important;
    max-width: none !important;
    height: 40px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }
  
  .variant-picker__option-values {
    gap: 4px !important;
  }
}

/* Gallery arrow visibility transitions */
.gallery-arrow {
  transition: opacity 0.2s ease, display 0.2s ease allow-discrete;
}

.gallery-arrow[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
}

/* COLLECTION PAGE - TOOLTIP ABOVE ICON */
.product-card .price-info-tooltip {
  position: absolute !important;
  bottom: calc(100% + 8px) !important;
  top: auto !important;
  left: 0;
  z-index: 9999 !important;
  width: 220px;
}

/* Arrow points DOWN on collection cards */
.product-card .price-info-tooltip::before {
  top: auto;
  bottom: -6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: none;
  transform: rotate(0deg);
}

.product-card .price-info-tooltip::after {
  top: auto;
  bottom: -7px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e5e5e5;
  border-bottom: none;
  transform: rotate(0deg);
}

/* Keep normal position for product page */
.product-info .price-info-tooltip {
  top: calc(100% + 8px) !important;
  bottom: auto !important;
}

.product-info .price-info-tooltip::before {
  top: -6px;
  bottom: auto;
  border-bottom: 8px solid #fff;
  border-top: none;
  transform: rotate(45deg);
}

.product-info .price-info-tooltip::after {
  top: -7px;
  bottom: auto;
  border-bottom: 9px solid #e5e5e5;
  border-top: none;
  transform: rotate(45deg);
}

/* COLOR SWATCHES - MORE SPACING */
.variant-picker__option-values {
  gap: 8px !important;
}

/* More space specifically for color swatches */
.variant-picker__option-values:has(label.color-swatch) {
  gap: 10px !important;
  padding: 5px;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .variant-picker__option-values {
    gap: 8px !important;
  }
  
  .variant-picker__option-values:has(label.color-swatch) {
    gap: 8px !important;
  }
}

.product-card-badges {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
}

.product-card-badges .product-badge {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
}

.product-card-badges .product-badge--best-seller-heyshape {
  background-color: #000;
  color: #fff;
  position: static !important;
  top: auto !important;
  left: auto !important;
}

.product-card-badges .product-badge--new {
  background-color: #c94444;
  color: #fff;
}

.product-card-badges .product-badge--sale {
  background-color: #c94444;
  color: #fff;
}

.product-gallery__thumbnail-list {
  scrollbar-width: auto;
  scrollbar-color: #ccc #f0f0f0;
}

.product-gallery__thumbnail-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.product-gallery__thumbnail-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.product-gallery__thumbnail-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.product-gallery__thumbnail-list::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* ============================================
   SWATCH STYLES (OPTIMIZED)
   ============================================
   IMPORTANT: Add this CSS to your theme.css or kopstorm.css file
   Then remove the <style> block from snippets/swatch.liquid

   This prevents the CSS from being repeated 80+ times on collection pages
   (20 products × 4 swatches = 80 repetitions of 75 lines of CSS)
   ============================================ */

/* Sold out swatch styling */
.block-swatch.is-sold-out,
.media-swatch.is-sold-out,
.color-swatch.is-sold-out {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}

.block-swatch.is-sold-out {
  color: #999;
  border-color: #ddd;
}

/* Diagonal line for color swatches */
.swatch-sold-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.swatch-sold-out-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
}

/* Overlay for media swatches */
.swatch-sold-out-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

/* Ensure color swatch has relative positioning */
.color-swatch {
  position: relative;
}

/* Diagonal cross line for color swatches */
.color-swatch .swatch-sold-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: visible;
}

.color-swatch .swatch-sold-out-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  background: rgba(0, 0, 0, 0.7);
  transform: rotate(-45deg);
  transform-origin: center;
}

/* ============================================
   SWATCH STYLES (OPTIMIZED)
   ============================================
   IMPORTANT: Add this CSS to your theme.css or kopstorm.css file
   Then remove the <style> block from snippets/swatch.liquid

   This prevents the CSS from being repeated 80+ times on collection pages
   (20 products × 4 swatches = 80 repetitions of 75 lines of CSS)
   ============================================ */

/* Sold out swatch styling */
.block-swatch.is-sold-out,
.media-swatch.is-sold-out,
.color-swatch.is-sold-out {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}

.block-swatch.is-sold-out {
  color: #999;
  border-color: #ddd;
}

/* Diagonal line for color swatches */
.swatch-sold-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.swatch-sold-out-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
}

/* Overlay for media swatches */
.swatch-sold-out-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

/* Ensure color swatch has relative positioning */
.color-swatch {
  position: relative;
}

/* Diagonal cross line for color swatches */
.color-swatch .swatch-sold-out-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: visible;
}

.color-swatch .swatch-sold-out-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  background: rgba(0, 0, 0, 0.7);
  transform: rotate(-45deg);
  transform-origin: center;
}

/* White / light swatches: subtle border so they're visible against white backgrounds */
label.color-swatch[style*="--swatch-background: #FFFFFF"],
label.color-swatch[style*="--swatch-background: #ffffff"],
label.color-swatch[style*="--swatch-background: #fff";"],
label.color-swatch[style*="--swatch-background: #FFF;"],
label.color-swatch[style*="--swatch-background: white"],
label.color-swatch[style*="--swatch-background: wit"],
label.color-swatch[style*="--swatch-background: #ffff""],
label.color-swatch[style*="--swatch-background: #F9F8F6"],
label.color-swatch[style*="--swatch-background: #f9f8f6"],
label.color-swatch[style*="--swatch-background: #F5E6D3"],
label.color-swatch[style*="--swatch-background: #f5e6d3"] {
  border: 1px solid #d4d4d4 !important;
}

