/** Shopify CDN: Minification failed

Line 1110:0 Unexpected "}"

**/
/* ==========================================
   PRODUCT PAGE - AIMÉ LEON DORE STYLE
   ========================================== */

.product-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
    max-width: 1600px;
    margin: 0 auto;
    padding: 7rem 3rem 0;
    height: 82vh;
    min-height: 650px;
    overflow: hidden;
}

/* =========================================================
   BACK TO SHOP — pill discreto, allineato al top della foto
   (desktop: absolute, stessa Y del contenuto della product-container)
   ========================================================= */
.pdp-back-to-shop {
    position: absolute;
    top: 5.75rem;
    left: 3rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1.1rem 0.55rem 0.85rem;
    background: #fff;
    border: 1px solid #181818;
    color: #181818;
    font-family: 'Aether Mono', monospace;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    text-decoration: none;
    line-height: 1;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.pdp-back-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pdp-back-label {
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pdp-back-to-shop:hover {
    background: #181818;
    color: #fff;
}

.pdp-back-to-shop:hover .pdp-back-arrow {
    transform: translateX(-3px);
}

.pdp-back-to-shop:hover .pdp-back-label {
    transform: translateX(2px);
}

.pdp-back-to-shop:focus {
    outline: none;
    box-shadow: 0 0 0 1px #181818;
}

@media (max-width: 768px) {
    .pdp-back-to-shop {
        position: static;
        top: auto;
        left: auto;
        margin: calc(61px + 1rem) 0 0 1rem;
        padding: 0.45rem 0.95rem 0.45rem 0.75rem;
        font-size: 0.5rem;
        letter-spacing: 0.18em;
    }
}

/* ==========================================
   LEFT COLUMN - Product Info + Accordion
   ========================================== */
.product-left {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: start;
    height: 100%;
    min-height: 1px;
    overflow-y: auto;
    scrollbar-width: none;
    justify-content: center;
}

.product-left::-webkit-scrollbar { display: none; }

.product-title {
    font-family: 'Aether', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
    color: #000;
}

.product-price {
    font-family: 'Aether', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    color: #000;
}

/* Accordion */
.product-accordion {
    display: flex;
    flex-direction: column;
}

.accordion-item {
    border-top: 1px solid #000;
}

.accordion-item:last-child {
    border-bottom: 1px solid #000;
}

.accordion-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-family: 'Aether', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    transition: opacity 0.2s ease;
}

.accordion-btn:hover {
    opacity: 0.6;
}

.accordion-arrow {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
                padding-bottom 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 0;
    will-change: max-height;
}

.accordion-item.active .accordion-content {
    padding-bottom: 1.5rem;
}

.accordion-content p {
    font-family: 'Aether', sans-serif;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 0.35rem;
    color: #000;
}

/* Size Table */
.size-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
}

.size-tab {
    padding: 0.75rem 2rem;
    font-family: 'Aether', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #999;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.2s ease;
}

.size-tab.active {
    color: #000;
    border-color: #000;
}

.size-tab:hover {
    opacity: 0.7;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-family: 'Aether', sans-serif;
}

.size-table thead th {
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.75rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.size-table tbody td {
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.size-table tbody tr:last-child td {
    border-bottom: none;
}

/* Hide columns based on active unit */
.size-table[data-unit="cm"] .in-unit,
.size-table[data-unit="cm"] .intl-unit {
    display: none;
}

.size-table[data-unit="in"] .cm-unit,
.size-table[data-unit="in"] .intl-unit {
    display: none;
}

.size-table[data-unit="intl"] .cm-unit,
.size-table[data-unit="intl"] .in-unit {
    display: none;
}

.how-to-measure {
    margin-top: 1.5rem;
}

.how-to-measure-link {
    font-family: 'Aether', sans-serif;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.how-to-measure-link:hover {
    opacity: 0.6;
}

/* Measure Modal */
.measure-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.measure-modal-content {
    background-color: #fff;
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 3rem;
    animation: modalFadeIn 0.3s ease;
}

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

.close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.close-modal:hover {
    opacity: 0.6;
}

.measure-modal-body {
    margin-top: 2rem;
    font-family: 'Aether', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #000;
}

/* ==========================================
   CENTER COLUMN - Product Image
   ========================================== */
.product-center {
    height: 100%;
    min-height: 1px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-center::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Vertical image stack — internal scroll only, ALD-style */
.product-gallery-stack {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    padding-bottom: 1vh;
}

/* ==========================================
   RECENTLY VIEWED SECTION
   ========================================== */
.recently-viewed {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0;
    background: #fff;
}

/* ==========================================
   FULLSCREEN GALLERY (click on a product photo)
   ========================================== */
.gallery-fullscreen {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-fullscreen.is-open {
    opacity: 1;
    visibility: visible;
}

.gallery-fullscreen-close {
    position: fixed;
    top: 1.25rem;
    right: 1.75rem;
    background: transparent;
    border: none;
    color: #181818;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10000;
    padding: 0.5rem 0.75rem;
}

.gallery-fullscreen-close:focus {
    outline: none;
}

.gallery-fullscreen-scroll {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4rem 0 4rem;
}

.gallery-fullscreen-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-fullscreen-item {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 1.5rem;
    padding: 0 4rem;
    box-sizing: border-box;
}

.gallery-fullscreen-item:last-child {
    margin-bottom: 0;
}

.gallery-fullscreen-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 768px) {
    .gallery-fullscreen-item {
        padding: 0 0.5rem;
    }
    .gallery-fullscreen-close {
        top: 0.75rem;
        right: 1rem;
        font-size: 1.75rem;
    }
}

.recently-viewed-title {
    font-family: 'Aether Mono', monospace;
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #181818;
    margin: 0 0 2rem;
    padding: 0 2rem;
    line-height: 1;
}

.recently-viewed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: transparent;
    padding: 0;
}

.recently-viewed-card {
    display: block;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: none;
    opacity: 1;
}

.recently-viewed-card:hover,
.recently-viewed-card:focus,
.recently-viewed-card:active {
    opacity: 1;
    text-decoration: none;
    outline: none;
}

.recently-viewed-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.recently-viewed-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recently-viewed-card-info {
    padding: 0.95rem 1.25rem 1.25rem;
    background: #ededed;
}

.recently-viewed-card-name {
    font-family: 'Aether', sans-serif;
    font-weight: 400;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #181818;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.recently-viewed-card-price {
    font-family: 'Aether Mono', monospace;
    font-size: 0.6875rem;
    color: #181818;
    margin: 0;
    letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
    .recently-viewed-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .recently-viewed-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .recently-viewed-title {
        padding: 0 1rem;
    }
}

.product-gallery-stack-item {
    width: 100%;
    background: transparent;
    overflow: hidden;
    cursor: zoom-in;
}

.product-gallery-stack-item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 77vh;
    min-height: 77vh;
}

.product-image-container {
    width: 100%;
    max-width: 500px;
}

.product-image-main {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
    cursor: zoom-in;
}

.product-image-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Navigation Arrows */
.image-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #000;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    color: #000;
    transition: all 0.2s ease;
    z-index: 10;
}

.image-nav-arrow:hover {
    background: #000;
    color: #fff;
}

.prev-arrow {
    left: 1rem;
}

.next-arrow {
    right: 1rem;
}

.image-nav-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.image-nav-arrow:disabled:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

/* Thumbnails */
.product-thumbnails-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.product-thumbnails {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.25rem 0;
}

.product-thumbnails::-webkit-scrollbar {
    display: none;
}

.thumbnail-item {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background: #f5f5f5;
}

.thumbnail-item:hover {
    border-color: #999;
}

.thumbnail-item.active {
    border-color: #000;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fade Gradients */
.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.fade-left.visible,
.fade-right.visible {
    opacity: 1;
}

/* Image Zoom Modal */
.image-zoom-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
}

.image-zoom-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.image-zoom-modal-content img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}

.close-zoom-modal {
    position: fixed;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    z-index: 10001;
}

.close-zoom-modal:hover {
    opacity: 0.6;
}

/* ==========================================
   RIGHT COLUMN - Size Selection + Cart
   ========================================== */
.product-right {
    display: flex;
    flex-direction: column;
    align-self: start;
    height: 100%;
    min-height: 1px;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 3;
}

.size-color-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
}

.color-label {
    font-family: 'Aether', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.5rem;
}

/* PDP color swatches — same look as collection-swatch (hover state on shop) */
.pdp-color-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pdp-color-swatches {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.pdp-color-swatch {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background: #ccc;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: transform 0.15s ease;
}

.pdp-color-swatch:hover {
    transform: scale(1.08);
}

.pdp-color-swatch:focus {
    outline: none;
}

.pdp-color-swatch.is-active {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08),
                0 0 0 1px #fff,
                0 0 0 2px #181818;
}

/* Size Dropdown */
.size-selector {
    margin-bottom: 1rem;
}

.size-dropdown {
    width: 100%;
    padding: 0.875rem 1rem;
    font-family: 'Aether', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
}

.size-dropdown:hover {
    opacity: 0.7;
}

.size-dropdown:focus {
    outline: none;
    border-color: #000;
}

/* ==========================================
   CUSTOM SIZE DROPDOWN
   ========================================== */
.size-selector-custom {
    position: relative;
    margin-bottom: 1rem;
}

.size-dropdown--hidden {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    pointer-events: none;
}

.size-custom-trigger {
    width: 100%;
    background: #fff;
    border: 1px solid #181818;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: 'Aether', sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    color: #181818;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.size-custom-trigger:focus {
    outline: none;
}

.size-custom-trigger:hover {
    opacity: 0.7;
}

.size-custom-caret {
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.size-selector-custom.is-open .size-custom-caret {
    transform: rotate(180deg);
}

.size-custom-list {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #181818;
    z-index: 100;
    max-height: 220px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.size-custom-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.size-selector-custom.is-open .size-custom-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.size-custom-option {
    padding: 0.7rem 1rem;
    font-family: 'Aether', sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    color: #181818;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    transition: background 0.18s ease, color 0.18s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    line-height: 1;
}

.size-custom-option:last-child {
    border-bottom: none;
}

.size-custom-option:hover:not(.is-disabled) {
    background: #181818;
    color: #fff;
}

.size-custom-option.is-selected {
    background: #181818;
    color: #fff;
}

.size-custom-option.is-disabled {
    color: #b0b0b0;
    cursor: not-allowed;
}

.size-custom-option.is-disabled .size-custom-option-label {
    text-decoration: line-through;
}

.size-custom-option-tag {
    font-family: 'Aether Mono', monospace;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: inherit;
    opacity: 0.7;
}

/* Add to Cart Button */
.add-to-cart-btn {
    width: 100%;
    padding: 0.7rem 1rem;
    font-family: 'Aether', sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
    line-height: 1;
}

/* Hide ADD TO BAG while the size dropdown is open (it would peek through otherwise) */
.size-selector-custom.is-open ~ .add-to-cart-btn {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.add-to-cart-btn:hover {
    background: #333;
}

.add-to-cart-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

/* Large Tablet */
@media (max-width: 1400px) {
    .product-container {
        gap: 2.5rem;
        padding: 6.5rem 2.5rem 3rem;
    }

    .product-image-container {
        max-width: 450px;
    }
}

/* Tablet */
@media (max-width: 1200px) {
    .product-container {
        grid-template-columns: 1fr 1.5fr 1fr;
        gap: 2rem;
        padding: 6rem 2rem 3rem;
    }

    .product-image-container {
        max-width: 400px;
    }
}

    .product-title {
        font-size: 0.8125rem;
    }

    .product-price {
        font-size: 0.8125rem;
    }

    .accordion-btn {
        font-size: 0.75rem;
    }

    .accordion-content p {
        font-size: 0.6875rem;
    }

    .color-label,
    .size-dropdown,
    .add-to-cart-btn {
        font-size: 0.75rem;
    }
}

/* Medium Tablet */
@media (max-width: 900px) {
    .product-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 5.5rem 2rem 2rem;
    }

    .product-image-container {
        max-width: 100%;
    }

    .product-left {
        align-self: flex-start;
    }

    .product-right {
        align-self: flex-start;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .product-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 5rem 1.5rem 2rem;
    }

    .product-left {
        order: 2;
    }

    .product-center {
        order: 1;
    }

    .product-right {
        order: 3;
    }

    .product-title {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .product-price {
        font-size: 0.875rem;
        margin-bottom: 2rem;
    }

    .accordion-btn {
        font-size: 0.8125rem;
        padding: 0.875rem 0;
    }

    .accordion-content p {
        font-size: 0.75rem;
    }

    .product-image-container {
        max-width: 100%;
    }

    .image-nav-arrow {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }

    .prev-arrow {
        left: 0.5rem;
    }

    .next-arrow {
        right: 0.5rem;
    }

    .thumbnail-item {
        width: 60px;
        height: 60px;
    }

    .color-label {
        font-size: 0.8125rem;
    }

    .size-dropdown {
        font-size: 0.8125rem;
        padding: 0.875rem 1rem;
    }

    .add-to-cart-btn {
        font-size: 0.8125rem;
        padding: 1rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .product-container {
        padding: 4.5rem 1rem 2rem;
    }

    .product-title {
        font-size: 0.8125rem;
    }

    .product-price {
        font-size: 0.8125rem;
    }

    .accordion-btn {
        font-size: 0.75rem;
    }

    .accordion-content p {
        font-size: 0.6875rem;
    }

    .size-dropdown,
    .add-to-cart-btn {
        font-size: 0.75rem;
    }
}
