/* Dolli Style Single Product Page */

/* Import Dolli Fonts */
@font-face {
    font-family: 'GothamGreek-Book';
    src: url('../assets/fonts/GothamGreek-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamGreek-Medium';
    src: url('../assets/fonts/GothamGreek-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamGreek-Bold';
    src: url('../assets/fonts/GothamGreek-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.woocommerce-breadcrumb{
    display: none;
}


.product{
    padding: 0!important;
}

/* Reset and Base Styles */
.product-section {
    padding-top: 105px;
    overflow: hidden;
    @media (max-width: 600px){
        padding-top: 55px;
    }
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-container{
    margin-bottom: clamp(80px, 14vw, 150px);
    max-width: 1260px;
    @media (max-width: 600px){
        padding-right: 0!important;
        padding-left: 0!important;
    }
}


/* Product Grid Layout */
.product-grid {
    display: flex;
    margin-bottom: clamp(80px, 14vw, 250px);
    justify-content: space-between;
    gap: 102px;
    margin-bottom: 0;
}

/* Product Gallery */
.product-gallery {
    max-width: 600px;
    width: 100%;
    flex-shrink: 0;
    padding-inline: 2rem;
    top: 0!important;
}

.main-image {
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.main-image:hover .swiper-slide-active  img {
    transform: scale(1.05);
}


.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    width: 100% ;
    height: auto ;
    object-fit: cover;
    display: block;
    
    max-height: 307px;
}


/* Show thumbnails */
.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    gap: 8px;
    margin-top: 16px;
    padding: 0;
    list-style: none;
}

.flex-control-nav.flex-control-thumbs li {
    flex: 0 0 calc(33.333% - 6px);
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
    background: #f8f8f8;
    max-height: 96px;
}

.flex-control-nav.flex-control-thumbs li.flex-active {
    border-color: #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.custom-slider-container{
    overflow: hidden;
    
}

.custom-arrow-container{
    position: relative;
}

.custom-arrow-container .custom-btn{
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    margin:0;
    background: none;
}

.custom-arrow-container .custom-prev{
    left: -20px;
    transform: rotate(90deg);
}


.custom-arrow-container .custom-next{
    right: -20px;
    transform: rotate(270deg);
}


/* Product Info */
.product-info {
    max-width: 546px;
    width: 100%;
    margin-top: 4%;
    @media(max-width: 600px){
        margin-top: 640px;
    }
}

.brand {
    font-size: 24px;
    margin-bottom: 0.5rem;
    font-family: 'GothamGreek-Bold';
    color: #000;
}

.product-info h1 {
    opacity: 1;
    font-family: 'GothamGreek-Book';
    color: #000;
    font-size: 24px;
    margin-bottom: .5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-type {
    font-size: 16px;
    opacity: 0.5;
    margin-bottom: 1rem;
    font-family: 'GothamGreek-Book';
    color: #000;
    margin-bottom: .5rem;
}

/* Price Styling */
.price {
    font-size: 20px;
    margin-bottom: 0rem;
    font-family: 'GothamGreek-Medium';
    color: #000;
    font-weight: 400;
}

.price-note {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    font-family: 'GothamGreek-Book';
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Attributes Styling */
.product-attribute {
    margin: 0;
    span.color-text{
        text-transform: lowercase;
    }
}

.product-attribute h4 {
    font-size: 12px;
    margin-bottom: 0.5rem;
    font-family: 'GothamGreek-Book';
    color: #000;
}

.product-attribute h4 .selected-value {
    font-family: 'GothamGreek-Medium';
}

/* Color Options */
.attribute-option {
    display: inline-block;
    margin-right: 0.5rem;
    cursor: pointer;
}

.attribute-option input {
    display: none;
}

.attribute-option .swatch {
    width: 1.4rem;
    height: 1.4rem; 
    aspect-ratio: 1;
    border-radius: 50%; 
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
    transition: border-color 0.3s;
}


.attribute-option input:checked + .swatch {
    border: 1px solid #000;
}

.attribute-option .under-swatch {
    position: relative;
    display: block;
    width: 20px;
    text-align: center;
    border-bottom: 1px solid;
    font-size: 12px;
    padding: 4px 0;
}

.woocommerce .quantity .qty{
    width: 2rem;
}

.attribute-option input:checked + .under-swatch {
    border-bottom: 2px solid #000;
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
    width: 100%;
    font-family: 'GothamGreek-Book';
}

.dropdown-trigger {
    width: 100%;
    padding: 0.5rem;
    background: white;
    border: none;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'GothamGreek-Book';
    transition: all 0.3s ease;
}

.dropdown-trigger:hover {
    background: #f8f8f8;
}

.dropdown-text {
    flex: 1;
    text-align: left;
}

.dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.custom-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    box-shadow: 0px 0px 7px #000000;
}

.custom-dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #000;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: #f8f8f8;
}

.dropdown-item.selected {
    background: white;
    border: 1px solid #000;
    margin: 1px;
}

.item-name {
    font-weight: 500;
    font-family: 'GothamGreek-Medium';
}

.item-price {
    font-family: 'GothamGreek-Book';
    opacity: 0.8;
}

/* Custom scrollbar for dropdown menu */
.dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Quantity Dropdown */
.quantity-wrapper {
    margin: 0.5rem 0;
}

.quantity-label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 12px;
    color: #000;
    font-family: 'GothamGreek-Book';
}

.quantity-dropdown {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #000;
  background: white;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-family: 'GothamGreek-Book';
  max-height: 120px;
  overflow-y: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.quantity-dropdown option {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    font-family: 'GothamGreek-Book';
}

.quantity-dropdown option:hover {
    background-color: #f5f5f5;
}

.quantity-dropdown option:checked {
    background-color: #000;
    color: white;
}

/* Custom scrollbar for quantity dropdown */
.quantity-dropdown::-webkit-scrollbar {
    width: 4px;
}

.quantity-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.quantity-dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.quantity-dropdown::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.plus,
.minus{
    background-color: #fff;
    border: 1px solid;
}

/* Add to Cart Button */
.single_add_to_cart_button,
.checkout-btn ,
#place_order{
    background-color: #000!important;
    color: #fff;
    display: grid;
    place-content: center;
    padding: 0.5rem 0.925rem;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-family: 'GothamGreek-Medium';
    letter-spacing: 1px;
    margin: 1rem 0;
    transition: background-color 0.3s;
    border-radius: 0!important;
    font-weight: 400!important;
    margin-top: 43px!important;
    font: normal normal normal 16px/21px 'GothamGreek-Book'!important;
    letter-spacing: 0.9px;
}
.checkout-btn{
    max-width: 321px!important;
    margin: 0!important;
    font-size: 16px!important;
}

.single_add_to_cart_button:hover,
.checkout-btn:hover,
#place_order:hover{
    background-color: #333;
}

.single_add_to_cart_button.loading {
    background: #666 !important;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Product Details - Collapsible */
.product-details {
    border-top: 1px solid #000;
    margin-top: 2rem;
    padding-top: 0px;
    
}

.detail-item {
    border-bottom: 1px solid #000;
    padding: 0.5rem 0;
    position: relative;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item.collapsible {
    cursor: pointer;
}

.collapsible-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-family: 'GothamGreek-Book';
    color: #000;
    position: relative; 
    padding-right: 25px;
    --arrow: 5px;
}

.collapsible-header:hover {
    color: #000;
}

.collapsible-icon,
.dropdown-arrow {
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s ease;
    user-select: none;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0%;
    width: 14px;
}





.detail-content {
    display: none;
    padding-top: 0.5rem;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'GothamGreek-Book';
    padding-right: 4rem;
    text-wrap: pretty;
}

.collapsible-content {
    display: none;
}

.detail-item.active .collapsible-content {
    display: block;
}

/* Related Products */
.related-products-section {
    margin-bottom: 50px;
}

.related-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    font-family: 'GothamGreek-Bold';
    color: #000;
}

.related-products-grid {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.related-product-item {
    /*flex: 1;*/
    aspect-ratio: .7;
    position: relative;
    max-width: 320px;
}

.related-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s;
}

.related-product-link:hover {
    transform: translateY(-5px);
}

.related-product-image {
    width: 100%;
    aspect-ratio: .7;
    background: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.related-product-link:hover .related-product-image img {
    transform: scale(1.05);
}

.related-product-name {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 0px 0!important;
    line-height: 1.3;
    color: #000;
    font-family: 'GothamGreek-Medium';
}

.related-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'GothamGreek-Medium';
    display: none;
}


/* Responsive Design */
@media screen and (max-width: 1050px) {
    .product-grid {
        flex-direction: column;
        align-items: center;
        gap: clamp(2rem, 10vw, 80px);
    }
    
    .product-info {
        max-width: unset;
    }
    
    .brand {
        font-size: 20px;
    }
    
    .product-info h1 {
        font-size: 14px;
    }
    
    .price {
        font-size: 18px;
    }
    
    .price-note {
        font-size: 12px;
    }
    
    .related-products-grid {
        gap: 0.5rem;
    }
}

@media screen and (max-width: 420px) {
    .product-info {
        max-width: unset;
    }
    
    .container {
        padding: 0 15px;
    }
}

/* Mini Cart Styling (Dolli Style) - Enhanced */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mini-cart {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 450px;
    height: 100%;
    background: white;
    z-index: 1001;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    /*z-index: 9999;*/
    /*box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);*/
    .cart-header{
        padding-top: 90px;
    }
    @media (max-width: 600px){
        right: unset;
        left: -450px;
        transform: translateX(0%)!important;
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);


    }
}

_::-webkit-full-page-media, _:future, :root .cart-header {
    padding-top: 0 !important;
}

_::-webkit-full-page-media, _:future, :root .cart-content{
    margin-top: 100px!important;
} 

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .cart-header {
            padding-top: 0 !important;
        }
    }
}

.mini-cart.active {
    right: 0;
    @media (max-width: 600px){
        right: unset;
        left: 0px;
    }
}

.cart-header {
    padding-bottom: 30px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.cart-title {
    text-align: left;
    font: normal normal 500 18px/21px 'GothamGreek-Medium';
    letter-spacing: 0.9px;
    color: #000000;
    opacity: 1;
}

.close-cart {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 8px;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-cart:hover {
    background: #f8f8f8;
    transform: rotate(90deg);
}

.cart-content {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.cart-content::-webkit-scrollbar {
    width: 6px;
}

.cart-content::-webkit-scrollbar-track {
    background: transparent;
}

.cart-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.cart-content::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.empty-cart {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 14px;
    font-family: 'GothamGreek-Book';
}

.mini-cart-item {
    display: flex;
    gap: 30px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: all 0.3s ease;
    /*animation: slideInFromRight 0.4s ease;*/
}

.mini-cart-item:last-child {
    border-bottom: none;
}

.mini-cart-item:hover {
    background: #fafafa;
    /*margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;*/
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cart-footer,
.cart-content,
.cart-header{
    padding-left: 50px!important;
}
.mini-cart-item{
    .mini-cart-thumb {
        width: 134px;
        height: 167px;
        flex-shrink: 0;
        background: #f8f8f8;
        border-radius: 0;
        overflow: hidden;
        /*border: 1px solid #f0f0f0;*/
        transition: transform 0.3s ease;
    }
}



.mini-cart-thumb:hover {
    transform: scale(1.05);
}

.mini-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-cart-info {
    flex: 1;
    min-width: 0;
}

.mini-cart-title {
    text-align: left;
    font: normal normal 500 16px/19px 'GothamGreek-Medium';;
    letter-spacing: 0px;
    opacity: 1;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    width: 80%;
}

.mini-cart-title:hover {
    color: #333;
}

.mini-cart-meta {
    margin: 10px 0;
    font-size: 11px;
    font-family: 'GothamGreek-Book';'
    margin-bottom: 30px!important;
} 

.meta-line {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.meta-label {
    text-align: left;
    font: normal normal normal 14px/35px 'GothamGreek-Book';
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

.meta-value {
    font: normal normal 500 14px/35px 'GothamGreek-Medium';
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
    margin-left: 5px;
}
.out-color{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mini-swatch {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin: 0 ;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mini-cart-info{
    .mini-cart-qty-price {
        display: flex;
        justify-content: start;
        gap: 20px;
        align-items: center;
        margin-top: 10px;
        font-size: 11px;
        font-family: 'GothamGreek-Book';
        .mini-cart-qty {
            color: #999;
            font-size: 10px;
            gap: 0;
            .qty-btn{
                background: none;
                color: #000;
                border: 0;
                width: auto;
                height: auto;
                padding: 10px;
                font-size: 20px;
                font-weight: normal;
            }
            .qty-input{
                border: 1px solid #DCDCDC;
                opacity: 1;
                width: 33px;
                height: 33px;
                text-align: center;
                border-radius: 0px;
                padding: 0px;
                font-size: 14px;
                appearance: textfield!important;
                -moz-appearance: textfield;
                -webkit-appearance: none;
                margin: 0;
            }

        }
    }
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

/* Για WebKit browsers */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.mini-cart-price {
    margin: 0;
    .amount,
    .woocommerce-Price-currencySymbol{
        font: normal normal normal 18px/21px 'GothamGreek-Book';
        letter-spacing: 0.9px;
        color: #000000;
        opacity: 1;
        margin: 0;
    }
    
} 


.mini-cart-price::before {
    
}

.remove_from_cart_button {
    position: absolute;
    top: 15px;
    right: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease;
    opacity: 0.6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove_from_cart_button:hover {
    opacity: 1;
    background: #f0f0f0;
    color: #000;
    transform: scale(1.1);
}

.cart-footer {
    padding: 25px 20px;
    background: #fff;
    position: sticky;
    bottom: 0;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    .subt-title{
        text-align: left;
        font: normal normal 500 14px/16px 'GothamGreek-Bold';
        letter-spacing: 0.7px;
        color: #000000;
        text-transform: uppercase;
        opacity: 1;
    }
    .price-box{
        display: flex;
        flex-direction: column;
        span{
            text-align: right;
            font: normal normal normal 18px/21px 'GothamGreek-Book';
            letter-spacing: 0.9px;
            color: #000000;
            opacity: 1;
            margin-bottom: 10px;
            width: 100%;
        }
        .vat-text{
            text-align: right;
            font: normal normal 300 14px/20px 'GothamGRLight';
            letter-spacing: 0px;
            color: #000000;
            opacity: .5;
            margin: 0;
        }
    }
}
.cart-footer{
    .cart-total{
        span{
            width: 100%;
            text-align: left;
            font: normal normal medium 14px/16px 'GothamGreek-Medium';
            letter-spacing: 0.7px;
            color: #000000;
            text-transform: uppercase;
            opacity: 1;
        }
        #cartTotal{
            text-align: right;
            font: normal normal normal 18px/21px 'GothamGreek-Book';
            letter-spacing: 0.9px;
            color: #000000;
            opacity: 1;
            span{
                font-size: 18px!important;
            }
        }
    }
}
.vat-text{
    text-align: right;
    font: normal normal 300 14px/20px 'GothamGRLight';
    letter-spacing: 0px;
    color: #000000;
    opacity: .5;
    margin: 0;
}

.cart-buttons {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    justify-content: center;
}

.view-cart-btn {
    flex: 1;
    background: #000;
    color: white;
    border: 1px solid #000;
    padding: 14px 20px;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    font-style: unset;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    font-family: 'GothamGreek-Medium';
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
    font: normal normal normal 18px/21px 'GothamGreek-Book';
    letter-spacing: 0.9px;
    color: #FFFFFF;
    opacity: 1;
}

.view-cart-btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.view-cart-btn:hover {
    background: #f8f8f8;
    color: #000;
    transform: translateY(-1px);
}

.checkout-btn:hover {
    background: #333;
    transform: translateY(-1px);
}

/* Loading states */
.remove_from_cart_button.loading {
    opacity: 0.5;
    pointer-events: none;
}

.remove_from_cart_button.loading::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Additional animations for mini cart */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.mini-cart-item.removing {
    opacity: 0.5;
    transform: scale(0.98);
}

.mini-cart-item.animate-in {
    /*animation: slideInFromRight 0.4s ease forwards;*/
}

/* Enhanced cart item hover effects */
.mini-cart-item:hover .mini-cart-thumb {
    transform: scale(1.05);
}

.mini-cart-item:hover .remove_from_cart_button {
    opacity: 1;
    transform: scale(1.1);
}

/* Success animation for add to cart */
@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.mini-cart-item.success {
    animation: successPulse 0.6s ease;
}

/* Loading state for buttons */
.single_add_to_cart_button.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.single_add_to_cart_button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Header Cart Styling */
.header-cart {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 999;
}

.cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*padding: 12px 16px;*/
    /*background: #000;*/
    /*color: white;*/
    /*text-decoration: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'GothamGreek-Medium';
    text-transform: uppercase;
    transition: all 0.3s ease;*/
    /*border: 1px solid #000;*/
}

.cart-icon:hover {
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cart-count {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'GothamGreek-Bold';
    animation: pulse 2s infinite;
    @media (max-width: 600px){
        top:5px;
        right: 1px;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .mini-cart {
        width: 100%;
        right: -100%;
    }
    
    .cart-header {
        padding: 20px 15px;
    }
    
    .cart-content {
        padding: 15px;
    }
    
    .cart-footer {
        padding: 20px 15px;
    }
    
    .mini-cart-item {
        padding: 15px 0;
    }
    
    .mini-cart-thumb {
        width: 60px;
        height: 60px;
    }
    
    .cart-buttons {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .cart-title {
        font-size: 12px;
    }
    
    .mini-cart-title {
        font-size: 12px;
    }
    
    .mini-cart-meta {
        font-size: 10px;
    }
    
    .header-cart {
        top: 0.5rem;
        right: 30px;
    }
    
    .cart-icon {
        padding: 10px 12px;
        font-size: 11px;
    }
    
    .cart-count {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
}

.checkout-btn:hover {
    background: #333;
    border-color: #333;
}

.empty-cart {
    text-align: center;
    color: #000;
    font-style: italic;
    padding: 40px 20px;
    font-size: 12px;
    font-family: 'GothamGreek-Book';
    opacity: 0.5;
}



.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: ''GothamGreek-Medium'';
    font-size: 14px;
    color: #000;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: ''GothamGreek-Medium'';
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #000;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.selected-options {
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.option-item {
    padding: 0.25rem 0;
    font-family: ''GothamGreek-Medium'';
    font-size: 14px;
    color: #333;
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.btn-cancel,
.btn-submit {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: ''GothamGreek-Medium'';
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel {
    background-color: #f0f0f0;
    color: #666;
}

.btn-cancel:hover {
    background-color: #e0e0e0;
    color: #000;
}

.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label{
    font-size: 16px!important;
    color: #333!important;
    font-family: 'GothamGreek-Medium'!important;
    font-weight: 400!important;
}

.btn-submit {
    background-color: #000;
    color: white;
}

.btn-submit:hover {
    background-color: #333;
}

.btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-width: 95%;
        margin: 0;
        max-height: 90vh;
    }
    
    .modal-header,
    .modal-body {
        padding: 1rem;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .btn-cancel,
    .btn-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 98%;
        max-width: 98%;
        border-radius: 8px;
    }
    
    .modal-header h3 {
        font-size: 16px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.5rem;
        font-size: 13px;
    }
}



/* Photoswipe specific fixes */
.pswp__zoom-wrap {
    width: 100% !important;
}



/* ===== DOLLI SHOP STYLES ===== */

/* Product Layout from Dolli */
.product {
    overflow: hidden;
    margin-bottom: clamp(80px, 14vw, 250px);
    width: 100%;
}

.product .wrapper {
    max-width: 1000px;
}

.product-more {
    margin-bottom: 50px;
}

.product-more h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

.product-more .list {
    gap: 1rem;
    justify-content: center;
}

.product-more .more-item {
    flex: 1;
    aspect-ratio: 1;
    position: relative;
    max-width: 320px;
}

/* Dolli Gallery Styles */
.product-gallery > div::after,
.product-gallery > div::before {
    content: "";
    width: 2rem;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    @media (max-width: 600px){
        display: none;
    }
}

.product-gallery > div::after {
    right: 0;
}

.product-gallery > div::before {
    left: 0;
}

.product-gallery > div {
    padding-inline: 2rem;
    position: relative;
    @media (max-width: 600px){
        padding-inline: 0rem;
    }
}

.product-gallery {
    @media (max-width: 600px){
        position: absolute;
        width: 100%;
    }
}


.product-gallery .main-image {
    margin-bottom: 16px;
    @media (max-width: 600px){
        padding: 0;
        max-height: 450px!important;
    }
    img{
        @media (max-width: 600px){
            max-height: 450px!important;
        }
    }
}

/* Dolli Swiper Navigation */
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    color: #000;
}

.product .swiper-button-next:after, 
.product .swiper-rtl .swiper-button-prev:after {
    content: ">";
    z-index: 10;
}

.product .swiper-button-prev:after, 
.product .swiper-rtl .swiper-button-next:after {
    content: "<";
    z-index: 10;
}

.product .swiper-button-prev:after, .product .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 60%;
    width: 10px;
    border-top: 1px solid #000;
    transition: all .3s;
    transform-origin: center;
    z-index: 10;
    transform: rotate(45deg);
}

.product .swiper-button-next:before, .product .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 76%;
    width: 10px;
    border-top: 1px solid #000;
    transition: all .3s;
    transform-origin: center;
    transform: rotate(-45deg);
}

.productThumbs .swiper-button-next:before {
    content: "";
    top: 55%;
}

.productThumbs .swiper-button-next:after {
    content: "";
    top: 40%;
}

.productThumbs .swiper-button-prev:before {
    content: "";
    top: 55%;
}

.productThumbs .swiper-button-prev:after {
    content: "";
    top: 40%;
}

.product .swiper-button-prev:before {
    transform: rotate(45deg);
}

.product .swiper-button-prev:after {
    transform: rotate(-45deg);
}

.product .swiper-button-next, 
.product .swiper-rtl .swiper-button-prev {
    right: .5rem;
}

.product .swiper-button-prev, 
.product .swiper-rtl .swiper-button-next {
    left: .5rem;
}

.product .swiper-button-next:after, 
.product .swiper-button-prev:after {
    font-size: 12px;
}

.productThumbs .swiper-slide {
    padding-bottom: 4px;
    @media (max-width: 780px){
       padding-bottom: 4px; 
    }
}

.productThumbs .swiper-slide-thumb-active {
    border-bottom: 1px solid #c1c1c1;
}

/* Dolli Button Styles */
.product .add-btn {
    background-color: #000;
    color: #fff;
    display: grid;
    place-content: center;
    padding: 0.5rem .925rem;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

/* Dolli Product Info Styles */
.product-info .title {
    text-align: left;
    font: normal normal 800 24px/32px "GothamGreek-book", serif; 
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
    @media (max-width: 780px){
        /*display: none;*/
    }
}

.product .description {
    font-size: 16px;
    opacity: .5;
    margin-bottom: 20px;
    font-family: "GothamGreek-Book";
}
.product-info .price{
    margin-bottom: 0!important;
}
.product-info .price span.woocommerce-Price-currencySymbol,
.product-info .price span.amount{
    font: normal normal normal 22px/26px "GothamGreek-Book", serif;
    letter-spacing: 1.1px;
    color: #000000;
    opacity: 1;
    display: inline-block;
    margin: 0!important;
    
}

.product-info .price{
    margin-bottom: 20px!important;
}

.product .price .price-note {
    display: block;
    font-size: 14px;
    opacity: .5;
    font-family: "GothamGreek-Book";
    margin-top: .5rem;
}

.size-text{
    color: #000000!important;
}

.product .line-text {
    font-size: 14px;
    margin-top: 0!important;
    margin-bottom: 0;
    font-family: "GothamGreek-Book";
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 18px!important;
}

.product .line-text span {
    font-family: "GothamGreek-Medium";
    line-height: 16px;
}

/* Dolli Color Selection */
.product .colors {
    gap: .5rem;
    margin-bottom: 0;
}

.product .colors li {
    width: 30px!important;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.product .colors li.on {
    border: 1px solid #000;
}

.product .colors li::before {
    content: "";
    width: calc(100% - 4px);
    aspect-ratio: 1;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-color: var(--hex);
    border: 1px solid #00000054;
}

/* Dolli Size Selection */
.product .sizes {
    margin-bottom: 1rem;
}

.product .details-size-options {
    margin-top: .5rem;
}

.product .size-option {
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: .5rem;
    cursor: pointer;
}

.product .size-option.on {
    border: 1px solid #000;
}

.product .size-name {
    font-size: 12px;
}

.product .size-price {
    font-size: 14px;
}

/* Dolli Product Details */
.product .info {
    border-top: 1px solid #0000003d;
    margin-top: 2rem;
}

.product .info details {
    border-bottom: 1px solid #0000003d;
    padding-block: 20px;
    cursor: pointer;
}

.product .info .details-text {
    text-align: left;
    font: normal normal normal 14px/23px "GothamGreek-Book";
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    p,
    li{
        font: normal normal normal 14px/23px "GothamGreek-Book";
    }
    @media(max-width: 780px){
        padding: 0!important;
    }
    
}

.details-text {
    margin-top: .5rem;
    font-size: 12px;
    padding-right: 1rem;
    text-wrap: pretty;
    font-family: "GothamGreek-Book";
    
}

.product .info .details-text span{
    display: block;
    margin-bottom: 20px;  
    text-align: left;
    font: normal normal normal 14px/23px "GothamGreek-Book";
    letter-spacing: 0px;
}

.product .info .details-text ul span{
    margin-bottom: 0px;  
}

.product .info ul,
.product .info p,
.product .info span{
    margin-bottom: 10px;
    font-size: 12px;

}

.product-attributes-list{
    margin-top: 20px;
    li{
        font: normal normal normal 14px/23px "GothamGreek-Book";
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; 
    }
    span{
        display: inline-block!important;
    }
    
}
.product .info span{
    font-size: 14px;
}
.product .info ul{
    list-style: disc;
    padding-left: 15px;
}

.product summary {
    list-style: none; 
    position: relative; 
    padding-right: 25px;
    --arrow: 5px;
    font-size: 16px;
}

.product summary::after,
.product summary::before {
    content: "";
    position: absolute;
    top: 60%;
    width: var(--arrow);
    border-top: 1px solid #0000003d;
    transition: all .3s;
    transform-origin: center;
}

.product summary::after {
    right: 2px;
    transform: rotate(-45deg);
}

.product summary::before {
    right: var(--arrow);
    transform: rotate(45deg);
}

.product details[open] summary::after {
    transform: rotate(45deg);
}

.product details[open] summary::before {
    transform: rotate(-45deg);
}

.product summary::-webkit-details-marker {
    display: none;
}

.product summary::marker {
    display: none; 
}

/* Dolli Related Products */
.product-more .list {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.product-more .more-item {
    flex: 1;
    aspect-ratio: 1;
    position: relative;
    max-width: 320px;
}

/* Add to basket pop-up - Dolli Style */
.item {
    position: relative;
}

.add-pop-up{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    width: min(280px, calc(100% - 2rem));
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-out;
    z-index: 10;
    @media(max-width: 780px){
        display: none!important;
    }
}

.item:hover .add-pop-up{
    opacity: 1;
    transform: translate(-50%, -50%);
}

.add-pop-up .top-row {
    display: flex;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    padding: 11px 14px;
    border: 1px solid #93918f;   
    gap: 18px;
    align-items: flex-end; 
    justify-content: space-between;
}

.add-pop-up .top-row > * {
    font-size: 14px;
    line-height: 1;
}

.add-pop-up .add {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 28px;
    font-size: 14px;
    border: 1px solid #000;
}

/* Dolli Responsive Styles */
@media screen and (max-width: 780px) { 
    .product-grid {
        flex-direction: column;
        align-items: center;
        gap: clamp(2rem, 10vw, 80px);
    }
}

@media screen and (max-width: 520px) {
    .product-info .title {
        font-size: 20px;
    }
    
    .product .description {
        font-size: 14px;
    }
    
    .product-info .price {
        font-size: 18px;
    }
    
    .product .price span {
        font-size: 12px;
    }
    
    .product-more .list {
        gap: .5rem;
    }
}

@media screen and (max-width: 420px) { 
    .product-info {
        max-width: unset;
    }
}


.product-gallery .main-image{
    /*max-height: 307px;*/
}

.product-gallery .main-image img{
    /*max-height: 307px;*/
}

.quantity{
    float: right!important;
}


/* Hide product data fields in WP Form */
.interest-modal .wpforms-field.product-data-field {
    display: none !important;
}

.interest-modal .wpforms-field{
    padding: 0!important;
}

.interest-modal .wpforms-submit{
    border-radius: none!important;
    background-color: #333!important;
}

.product .price::before{
    content: none!important;

}


.woocommerce div.product form.cart .button{
    max-width: 321px!important;
}

.quantity-wrapper{
    margin: 0!important;
    .quantity{
        display: none!important;
    }
}

.woocommerce div.product form.cart{
    margin-bottom: 40px!important;
}


.single_add_to_cart_button.added{
    &:after{
        display: none;
    }
}


.woocommerce .mini-cart-items .mini-cart-item a.remove {
    background: none;
    color: #000!important;
    opacity: 1!important;
    font-weight: 400!important;
    width: 20px;
    height: 22px;
    font-size: 24PX;
    right: 22px;
}

.mini-cart-items{
    height: 100%;
    /*height: calc(100% - 90px);*/
}

.productThumbs{
    img{
        aspect-ratio: .8;
    }
    .swiper-wrapper{
        @media(max-width: 780px){
            max-height: 155px!important;
        }
        img{
            @media(max-width: 780px){
                max-height: 145px!important;
            }
        }
    }
    .swiper-slide{
        @media(max-width: 780px){
            max-height: 145px!important;
        }
    }
} 

.info .pa_attr_7{
    .att-title{
        display: none!important;
    }
}

.info .pa_color{
    display: none;
}

.mob-title{
    display: none;
    text-align: left;
    font: normal normal 800 24px/32px "GothamGreek-book", serif;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 47px;*/
    @media (max-width: 780px){
        /*display: block;*/
    }
}

@media (max-width: 760px){
    .main-header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-cart{
        top: 0px;
        right: 30px;
        position: relative;
    }

    .header-cart .cart-icon{
        padding: 0;
    }
}


.checkout-company-section:has(#company_toggle:checked) + #company_fields {
  display: block !important;
}
 

.pswp__button--zoom{
    @media (max-width: 780px){
        display: none!important;
    }
}