
   :root {
    --carousel-btn-hover-color: #FF90BB;
    --section-title-color: #FF90BB;
    --sub-title-color:#878787;
    --border-color: #7a7979;
    --font-family-1:"Montserrat", sans-serif;
    --font-family-2: Quicksand;
    --badge-bg-color:#d0157d;
    --quick-card-btn-bg-color:#FF90BB;
    --product-title-color:#3d3c3c;
}

    a {
      text-decoration: none;
    }

    section {
      position: relative;
      margin-top: 5%;
      overflow: hidden;
      height: auto;
    }

    /* main */
    .main {
      position: relative;
      top: 0px;
      background-color: white;
      height: auto;
      overflow: hidden;
    }

    b {
      display: block;
      -ms-flex: 1;
      flex: 1;
      height: 2px;
      opacity: .1;
      background-color: white;
      width: 30%;
      margin-top: 20px;
    }

    body {
      font-family: Arial, sans-serif;
      padding: 20px;
    }

    .main-image {
      width: 400px;
      height: 400px;
      border: 1px solid #ccc;
      margin-bottom: 10px;
      object-fit: contain;
    }

    .thumbnail-container {
      display: flex;
      gap: 10px;
    }

    .thumbnail-container img {
      width: 80px;
      height: 80px;
      border: 1px solid #ccc;
      cursor: pointer;
      object-fit: contain;
      transition: border-color 0.3s;
    }

    .thumbnail-container img.selected,
    .thumbnail-container img:hover {
      border-color: #007BFF;
    }

    .accordion {
      background-color: #f7f7f7;
      color: #333;
      cursor: pointer;
      padding: 14px 20px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: background-color 0.3s ease;
      font-size: 16px;
      margin-top: 20px;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      font-family: "Montserrat", sans-serif;
    }

    .accordion:hover {
      background-color: #e2e2e2;
    }

    .panel {
      padding: 0 20px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 5px 5px;
      margin-bottom: 20px;
    }

    .review-box {
      border-bottom: 1px solid #ccc;
      padding: 12px 0;
    }

    .review-box:last-child {
      border-bottom: none;
    }

    .star {
      color: #FFA500;
    }

    /* BREADCRUMB */
    .breadcrumbs {
      font-size: 14px;
      margin-bottom: 9px;
      font-weight: bold;
    }

    .breadcrumbs a {
      text-decoration: none;
      color: #555;
    }

    .breadcrumbs a:hover {
      text-decoration: none;
      color: #333;
      font-weight: 700;
    }

    .breadcrumb-current {
      color: #000000;
    }

    /* product detail css */
    .productItem_title {
      color: #555;
      font-family: "Montserrat", sans-serif;
     
    }

    .productItem_title h1 {
      margin-top: 10px;
      font-size: 25px;
      font-weight: 700;
    }

    .product_price {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 0;
    }

    .product_price del {
      text-decoration: line-through;
      margin-right: 12px;
      color: #5c5c5c;
    }

    .product_price strong {
      vertical-align: super;
      font-family: 'emoji';
      font-size: 16px;
    }

    .barcode {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 0;
    }

    .barcode strong {
      font-size: 25px;
      font-family: "Montserrat", sans-serif;
    }

    .barcode span {
      font-size: 20px;
      color: #5c5c5c;
    }

    .product_quantity {
      margin-bottom: 7;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .product_quantity strong {
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
    }

    .product_quantity span {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      color: #5c5c5c;
    }

    .color_title {
      font-size: 13px;
      font-weight: 800;
      color: #222121;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 0;
    }

    .product_size {
      font-size: 13px;
      font-weight: 800;
      color: #222121;
      font-family: "Montserrat", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
    }

    .productItem_quantity {
      font-size: 13px;
      font-weight: 800;
      color: #222121;
      font-family: "Montserrat", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
    }

    .addBtn {
      background-color: var(--badge-bg-color);
      margin-top: 5px;
      border: 1px solid var(--badge-bg-color);
      padding: 10px 15px;
      color: white;
      font-weight: 700;
      font-size: 15px;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    .addBtn:hover {
      background-color: var(--carousel-btn-hover-color);
      border: 1px solid var(--carousel-btn-hover-color);
    }


    @media (max-width: 768px) {
  .container .row {
    display: flex;
    flex-direction: column; /* Stack items */
  }

  .container .row > .col-6 {
    width: 100% !important; /* Full width on mobile */
  }

  .main-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
  }

  .thumbnail-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .thumbnail-container img {
    width: 60px;
    height: 60px;
  }

  .product_details {
    margin-top: 20px;
  }

  .zoom-nav {
    margin-top: 60%; /* Adjust for mobile */
  }
}


    .description {
      font-size: 18px;
      color: #333;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      margin-top: 5px;
    }

    .no_review {
      font-size: 18px;
      color: #333;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      margin-top: 5px;
    }

    .review_user {
      font-weight: 900;
      font-family: "Montserrat", sans-serif;
      margin-top: 5px;
    }

    .user_comment {
      font-size: 15px;
      color: #333;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      margin-top: 5px;
    }

    .userInput {
      font-size: 13px;
      font-weight: 800;
      color: #222121;
      font-family: "Montserrat", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
    }

    .userInput_rating {
      font-size: 13px;
      font-weight: 800;
      color: #222121;
      font-family: "Montserrat", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
    }

    .userInput_comment {
      font-size: 13px;
      font-weight: 800;
      color: #222121;
      font-family: "Montserrat", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
    }

    /* utility item */
    .is-divider {
      height: 3px;
      display: block;
      background-color: rgba(0, 0, 0, 0.1);
      margin: 1em 0 1em;
      width: 100%;
      max-width: 30px;
    }

    .zoom-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 1000;
      overflow: auto;
    }
    
    .zoom-modal-content {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
    }
    
    .zoomed-image {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
      cursor: zoom-in;
      transition: transform 0.3s;
    }
    
    .zoomed-image.zoomed {
      cursor: zoom-out;
      transform: scale(1.5);
    }
    
    .close-zoom {
      position: absolute;
      top: 20px;
      right: 30px;
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }
    
    .zoom-nav {
      position: absolute;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      box-sizing: border-box;
      margin-top: 40%;
    }
    
    .zoom-nav-btn {
      color: white;
      font-size: 40px;
      cursor: pointer;
      background: var(--badge-bg-color);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      user-select: none;
    }
    
    /* Color and Size Selector Styles */
    .variant-selector {
        margin: 15px 0;
    }

    .variant-title {
        font-size: 13px;
        font-weight: 800;
        color: #222121;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 8px;
        display: block;
    }

    .variant-options {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .variant-option {
        border: 1px solid #ddd;
        padding: 8px 12px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
    }

    .variant-option:hover {
        border-color: #999;
    }

    .variant-option.selected {
        border-color: var(--badge-bg-color);
        background-color: rgba(214, 21, 125, 0.05);
    }

    .variant-option input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .color-swatch {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .size-option {
        min-width: 40px;
        text-align: center;
    }

    /* For color options specifically */
    .color-option {
        display: flex;
        align-items: center;
        padding: 6px 10px;
    }

    .description {
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        margin-top: 5px;
        padding-left: 20px;
    }

    .description ul {
        list-style-type: disc;
        margin: 0;
        padding-left: 20px;
    }

    .description li {
        margin-bottom: 8px;
        line-height: 1.5;
    }

    /* About Section */
.about_content {
    padding: 40px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap; /* Wrap on small screens */
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--badge-bg-color);
    color: white;
    border-radius: 12px;
}

.About_us {
    text-align: center;
    flex: 1 1 300px;
}

.contact_us {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.contact_us-content {
    text-align: center;
}

.contact_us-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #ffffff;
}

.contact_us-content a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.contact_us-content a:hover {
    color: #ffffff;
}

/* Social Icons */
.social_icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social_icons a {
    text-decoration: none;
    color: #f5f5f5;
}

.social_icons i {
    font-size: 20px;
    border: 2px solid white;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.social_icons i:hover {
    transform: scale(1.1);
}

.fa-facebook-f:hover {
    background-color: #0693e3;
    border-color: #0693e3;
}

.fa-instagram:hover {
    background-color: #e25494;
    border-color: #e25494;
}

.fa-tiktok:hover {
    background-color: #000000;
    border-color: #000000;
    color: white;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .about_content {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .contact_us {
        flex-direction: column;
        gap: 15px;
    }

    .social_icons i {
        font-size: 18px;
        padding: 6px;
    }
}


    /* footer */
    .payment-icon {
        display: inline-block;
        transition: opacity .3s;
        border-radius: 5px;
        background-color: var(--badge-bg-color);
        padding: 3px 5px 5px;
        position: relative;
        margin: 0 auto;
    }

    .payment-icon svg {
        fill: #fff;
        vertical-align: middle;
        height: 20px;
        width: auto !important;
    }

    .footer {
        color: rgba(26, 25, 25, 0.637);
        font-size: .9em;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .footer_content {
        text-transform: uppercase;
        margin-top: 10px;
    }

    .footer_content ul {
        margin: 0 auto 5px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 11px;
        max-width: 600px;
        padding: 0;
    }

    .footer_content ul li  {
        text-decoration: none;
        color: rgba(54, 53, 53, 0.5);
        transition: all 0.3s ease;
        font-size: 0.85em;
        white-space: nowrap;
    }
    
    .copyright_footer {
        margin-top: 15px;
        font-size: 0.85em;
    }
    
    /* WhatsApp button */
    .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        padding: 10px 15px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        z-index: 1000;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .whatsapp-float:hover{
        color: white;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .footer_content ul {
            gap: 8px;
        }
        
        .footer_content ul li {
            font-size: 0.75em;
        }
        
        .payment-icon svg {
            height: 16px;
        }
        
        .copyright_footer {
            font-size: 0.75em;
        }
        
        .whatsapp-float {
            width: 45px;
            height: 45px;
            font-size: 20px;
            bottom: 15px;
            right: 15px;
        }
    }
    
    @media (max-width: 480px) {
        .footer_content ul {
            gap: 6px;
        }
        
        .footer_content ul li  {
            font-size: 0.65em;
        }
        
        .payment-icon {
            padding: 2px 4px 4px;
        }
        
        .payment-icon svg {
            height: 14px;
        }
    }

  /* Size Selector Styles */
.size-selector {
    margin: 15px 0;
}

.size-selector .title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
    font-family: "Montserrat", sans-serif;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.size-option {
    position: relative;
}

.size-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.size-option label {
    display: inline-block;
    min-width: 40px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.size-option label:hover {
    border-color: #999;
    background-color: #f5f5f5;
}

.size-option input[type="radio"]:checked + label {
    border-color: var(--badge-bg-color);
    background-color: rgba(214, 21, 125, 0.05);
    color: var(--badge-bg-color);
    font-weight: 600;
}

/* Disabled size styles */
.size-option input[type="radio"]:disabled + label {
    color: #ccc;
    background-color: #f9f9f9;
    border-color: #eee;
    cursor: not-allowed;
    text-decoration: line-through;
    position: relative;
}

.size-option input[type="radio"]:disabled + label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ff0000;
    transform: rotate(-15deg);
}

/* Size Guide Link */
.size-guide {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s;
}

.size-guide:hover {
    color: var(--badge-bg-color);
}

.badge {
    font-size: 0.7em;
    margin-left: 5px;
    vertical-align: middle;
}


