.iris-swipe-experience-eaee78dc {
    max-width: 500px;
    margin: 40px auto;
    font-family: "Cinzel", "Playfair Display", "Didot", serif;
    color: #2b2b2b;
    background-color: #faf9f6;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    text-align: center;
}

.iris-swipe-header-eaee78dc {
    margin-bottom: 25px;
}

.iris-tagline-eaee78dc {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #8c8c8c;
    display: block;
    margin-bottom: 8px;
}

.iris-product-title-eaee78dc {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0 0 8px;
    color: #1a1a1a;
}

.iris-price-eaee78dc {
    font-size: 15px;
    color: #5c5c5c;
    letter-spacing: 0.05em;
}

.iris-swiper-container-eaee78dc {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background-color: #f0eee9;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    border-radius: 2px;
}

.iris-swiper-container-eaee78dc:active {
    cursor: grabbing;
}

.iris-swipe-track-eaee78dc {
    position: relative;
    width: 100%;
    height: 100%;
}

.iris-slide-eaee78dc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.98);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    pointer-events: none;
}

.iris-slide-eaee78dc.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    pointer-events: auto;
}

.iris-slide-eaee78dc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}

.iris-swipe-indicator-eaee78dc {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: difference;
}

.swipe-arrow-eaee78dc {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    animation: pulse-eaee78dc 2s infinite ease-in-out;
}

.swipe-label-eaee78dc {
    font-size: 10px;
    letter-spacing: 0.2em;
    color: #fff;
    opacity: 0.8;
}

.iris-color-selection-eaee78dc {
    margin: 25px 0;
}

.selected-color-name-eaee78dc {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 12px;
    min-height: 18px;
}

.color-dots-eaee78dc {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.color-dot-eaee78dc {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    position: relative;
    outline: none;
}

.dot-inner-eaee78dc {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.color-dot-eaee78dc::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.color-dot-eaee78dc.active::after {
    opacity: 1;
    transform: scale(1);
}

.color-dot-eaee78dc:hover .dot-inner-eaee78dc {
    transform: scale(1.1);
}

.iris-product-details-eaee78dc {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

.iris-product-desc-eaee78dc {
    font-family: "Garamond", "Georgia", serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
}

.iris-btn-primary-eaee78dc {
    display: inline-block;
    border: 1px solid #1a1a1a;
    background-color: transparent;
    color: #1a1a1a;
    padding: 12px 35px;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.iris-btn-primary-eaee78dc:hover {
    background-color: #1a1a1a;
    color: #fff;
}

@keyframes pulse-eaee78dc {
    0%, 100% { opacity: 0.3; transform: translateX(0); }
    50% { opacity: 0.8; transform: translateX(4px); }
}
