/** Shopify CDN: Minification failed

Line 66:75 Expected ":"
Line 66:82 Expected ":"

**/
.pdp-product-as-var.variant-picker__option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

 .pdp-product-as-var.variant-picker__option-values .color-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    font-weight: bold !important;
    padding: 15px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    background: #fff;
    color: rgb(28 28 28 / 65%);
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.pdp-product-as-var.variant-picker__option-values .color-swatch.is-selected {
  border: 1px solid rgb(28, 28, 28);
    font-weight: bold;
    background: #fff;
    color:rgb(28, 28, 28);
}

.pdp-product-as-var.variant-picker__option-values .color-swatch .sr-only {
  all: unset;
  display: inline;
}

.pdp-product-as-var.variant-picker__option-values .color-swatch:hover {
  border-color: #999;
  background: #f9f9f9;
}


.collection-list--text-outside p, .collection-list--text-outside a{ color:#000}

.social-media--list {
    justify-content: center;
    border-top: 1px solid #bdb7b7;
    border-bottom: 1px solid #bdb7b7;
    padding: 15px 0;
}

.collection-top-banner-content{ padding:20px 0}


.top-short-desc{ height:20px; overflow:hidden; position:relative; max-width:700px; margin:0 auto; text-align:center; margin-top:10px}
.top-short-desc p{ margin:0; padding: 0 20px; font-size:14px}
.top-short-desc strong{ position:absolute; top:-10px; right:0;  padding:5px; z-index:1}
.top-short-desc strong::before{ content:'+'; font-size:20px; color:#000; cursor:pointer}
.top-short-desc.active{ height:auto; overflow:inherit; max-width:1600px}
.top-short-desc.active strong{ position:inherit; display:block; font-weight;normal}
.top-short-desc.active strong::before{ content:'-'}

.whatsapp-footer img{ max-width:45px; height:auto; position:fixed; bottom:80px; left:40px; z-index:999}


/* 12/3/2025 css start */
.header__secondary-nav .header__nav-icon{
      color: #337ab7 !important;
   }
.jdgm-carousel-item__product {
    height: 21% !important;
}
.jdgm-carousel-item__product-title {
    margin-top: 10px !important;
}
/* 12/3/2025 css end*/


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

  .mobile-banner{ display:none}
}

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

  .desktop-banner{ display:none}
}
p.prose.heading.is-selected {
    font-size: 11px;
}
p.prose.heading.is-selected > a {
    color: white;
}
.buy-buttons > button{

    height: 42px;
}
@media screen and (max-width: 699px) {
    .header__nav-icon {
        width: auto !important;
    }
  .header {
    padding: 10px 12.5px !important;
    gap: 11px !important;
}
  .header__secondary-nav {
    gap: 10px !important;
    display: flex !important;
}
  .custom-mobile-view.logo-list {
    grid-template-columns: 1fr 1fr 1fr;
}
.custom-mobile-view.logo-list .logo-list__item {
    padding: 1.25rem 0.25rem;
}
.custom-mobile-view.logo-list .logo-list__item .v-stack p {
    font-size: 13px;
    letter-spacing: 1px;
}
}
