/*
================================================
NEW BRAND - Modern Stylesheet
================================================

/* Universal Box Sizing */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* --- General & Body Styles --- */
body {
    font-family: 'Noto Sans Georgian', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #eef2f6; /* უფრო ნათელი ფონი */
    color: #1e293b;
}

.site-container {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 24px; /* უფრო მომრგვალებული კუთხეები */
}

/* --- Header & Footer --- */
header, .site-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); /* მუქი ლურჯი-ნაცრისფერი გრადიენტი */
    padding: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.1);
}

.site-footer {
    border-top: none;
    margin-top: 40px;
}

header h2 {
    color: #f9d841 !important; /* ღია ცისფერი აქცენტი */
    margin-bottom: 5px;
}

header p, .site-footer p {
    font-size: 15px;
    color: #cbd5e1;
    margin: 5px 0;
}

.footer-link {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}

.footer-link:hover {
    text-decoration: underline;
}

.site-footer .copyright {
    font-size: 12px;
    margin-top: 20px;
    opacity: 0.7;
}

/* --- Main Product Layout --- */
.product-main-container {
    margin-top: 30px;
}

.product-photo-section img, .feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.product-photo-section img:hover {
    transform: scale(1.02);
}

.product-overview {
    padding: 0;
    background-color: #fff;
    text-align: left;
}

/* --- Product Sections --- */
.product-overview h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    margin: 15px 0;
    color: #0f172a;
}

.alert {
    font-size: 14px;
    color: #ef4444; /* თანამედროვე წითელი */
    font-weight: 600;
    background: #fef2f2;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}

.subheadline {
    font-size: 15px;
    color: #64748b;
    margin-top: 15px;
    line-height: 1.6;
}

.rating {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 15px 0;
    background: #f8fafc;
    padding: 10px;
    border-radius: 10px;
    display: inline-flex;
}

.stars {
    color: #f59e0b;
    font-size: 18px;
    margin-right: 8px;
}

.rating-value, .review-count {
    color: #3b82f6;
    font-weight: 800;
    margin-left: 5px;
}

.benefits-list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    font-size: 15px;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    color: #334155;
    line-height: 1.5;
}

.benefits-list li::before {
    content: "✓";
    margin-right: 12px;
    color: #fff;
    background: #10b981;
    font-weight: bold;
    font-size: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}
.benefits-list .highlight {
    color: #10b981;
    font-weight: 800;
}

/* --- Purchase Options --- */
.options-section, .size-section {
    text-align: left;
    padding: 20px 0;
    border-top: 1px solid #f1f5f9;
}

.options-section h2, .size-section h2 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 20px;
    text-align: center;
}

.options-container {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.option {
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 10px;
    flex: 1;
    max-width: 140px;
    text-align: center;
    background-color: #f8fafc;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    font-size: 15px;
}

.option:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.option.active {
    border-color: #3b82f6;
    background-color: #eff6ff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    font-size: 11px;
    color: #fff;
    border-radius: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge.red { background-color: #ef4444; }
.badge.blue { background-color: #3b82f6; }

.small-text {
    font-size: 0.8em;
    color: #64748b;
    display: block;
    margin-top: 5px;
}

.color-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.color-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex: 1;
  max-width: 160px;
}

.color-image {
  width: 100%;
  height: auto;
  border: 3px solid transparent;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.color-btn.active .color-image {
    border-color: #3b82f6;
    transform: scale(1.05);
}

.size-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.size-chart-link {
    font-size: 14px;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

.size-options {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.size-option {
    flex: 1;
    max-width: 70px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s;
    color: #475569;
}

.size-option:hover { background-color: #f8fafc; }
.size-option.active {
    border-color: #3b82f6;
    background-color: #3b82f6;
    color: #fff;
}

/* --- Pricing, Timer & Order Form --- */
.pricing-section {
    padding: 30px;
    background-color: #f8fafc;
    border-radius: 20px;
    margin-top: 30px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.regular-price {
    color: #94a3b8;
    font-size: 16px;
    margin-bottom: 5px;
}
.regular-price span { text-decoration: line-through; }

.discounted-price {
    font-size: 36px;
    color: #0f172a;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.discount-badge {
    background-color: #10b981;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: 15px;
    font-weight: 800;
}

.stock-info {
    font-size: 14px;
    margin: 15px 0;
    color: #475569;
}
.in-stock { color: #10b981; font-weight: 800; }
#countdown { font-weight: 800; color: #ef4444; background: #fee2e2; padding: 2px 6px; border-radius: 4px;}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
    text-align: left;
}
.order-form label {
    font-size: 14px;
    color: #475569;
    font-weight: 600;
    margin-bottom: -10px;
}
.order-form input[type="text"],
.order-form input[type="tel"] {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background-color: #fff;
    transition: border-color 0.3s;
}
.order-form input:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* --- Buttons --- */
.order-button, .my-custom-scroll-button {
    width: 100%;
    padding: 18px;
    font-size: 18px;
    color: #000000;
    background: linear-gradient(135deg, #f9d841 0%, #f5d64c 100%); /* ელეგანტური ლურჯი გრადიენტი */
    border: none;
    border-radius: 50px; /* აბის ფორმის ღილაკი */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
}

.order-button:hover, .my-custom-scroll-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.4);
}

.cart-icon {
    margin-right: 10px;
    font-size: 22px;
}

/* --- Other Sections --- */
.money-back-section {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f8fafc, #eff6ff);
    padding: 20px;
    border-radius: 16px;
    margin-top: 30px;
    border: 1px solid #e2e8f0;
}

.badge-icon {
    width: 60px;
    height: auto;
    margin-right: 20px;
}

.money-back-content p { margin: 0; }
.money-back-content p:first-child { font-weight: 800; font-size: 16px; color: #0f172a; margin-bottom: 5px; }
.money-back-content p:last-child { font-size: 14px; color: #64748b; line-height: 1.5; }

.feature-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0;
}

.shipping-timer {
    text-align: center;
    background-color: #fff1f2;
    border: 1px solid #fecdd3;
    padding: 25px;
    border-radius: 16px;
    font-size: 16px;
    color: #881337;
    margin: 30px 0;
    line-height: 1.6;
}

#shippingCountdown {
    font-size: 24px;
    color: #e11d48;
    font-weight: 800;
    display: block;
    margin-top: 10px;
}

/* Responsive Logic */
.desktop-features { display: none; }

@media (min-width: 800px) {
    .site-container { padding: 40px; border-radius: 30px; }
    .desktop-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .mobile-features { display: none; }
    .product-main-container {
        display: flex;
        gap: 50px;
        align-items: flex-start;
    }
    .product-image-column {
        flex: 1; 
        position: sticky;
        top: 30px;
    }
    .product-details-column { flex: 1; }
}

@media (max-width: 799px) {
    .site-container { padding: 15px; border-radius: 0; margin: 0; box-shadow: none; }
    header, .site-footer { border-radius: 12px; }
}

/* Info Sections */
.info-section {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.info-section h1 {
    text-align: center;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #e2e8f0;
    font-size: 20px;
    color: #0f172a;
}

#how-to-buy .benefits-list {
    counter-reset: steps-counter;
}

#how-to-buy .benefits-list li::before {
    counter-increment: steps-counter;
    content: counter(steps-counter);
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    font-weight: bold;
    border-radius: 8px; /* კვადრატული მომრგვალებული ფორმა ნაბიჯებისთვის */
    width: 30px;
    height: 30px;
    font-size: 16px;
}

/* Hide unused sections */
.size-section { display: none; }
.form-group { display: none; }

/* აქრობს მწვანე პტიჩკებს შეკვეთის ფორმის ქვედა სიაში, რადგან იქ უკვე ემოჯიები გვაქვს */
.pricing-section .benefits-list li::before {
    display: none;
}
/* ვაწესრიგებთ ქვედა სიის ვიზუალს მობილურისთვის */
.pricing-section .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* ასწორებს მარცხენა მხარეს */
    text-align: left; /* ტექსტსაც მარცხნივ ასწორებს */
    max-width: fit-content; /* ბლოკს ანიჭებს ტექსტის ზომას */
    margin: 20px auto; /* ბლოკი გადმოაქვს ცენტრში */
}

.pricing-section .benefits-list li {
    align-items: center; /* ემოჯი და ტექსტი ვერტიკალურად ერთ სიმაღლეზე რომ იყოს */
    margin-bottom: 12px;
}

.pricing-section .benefits-list .icon {
    font-size: 20px;
    margin-right: 12px;
}