

/* ============================================
   FRAMES DETAIL PAGE STYLES
   ============================================ */

/* ============================================
   ALT COLORS CAROUSEL SECTION
   ============================================ */
.fl-woocommerce-product-alt-colours-image div.product-title {
    margin-top: 16px;
}

.fl-woocommerce-product-alt-colours-image .product-title .color-code {
    margin-top: 4px;
    line-height: 150%;
    font-family: 'Montserrat';
}

.fl-woocommerce-product-alt-colours-image span.product-title {
    font-size: 17px;
    font-weight: 500 !important;
    line-height: 150%;
}

/* Slick Slider Styles */
.slick-slide {
    min-width: 0;
    width: 100%;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: center;
}

.alt-colors {
    text-align: center !important;
}

.alt-colors a {
    text-decoration: none !important;
}

.alt-colors .product-title {
    padding-top: 0px;
}

.alt-colors span.product-title {
    display: block !important;
}

.alt-colors .product-title span {
    display: none;
    color: #1F1F1F;
    font-weight: 400 !important;
    text-align: center;
    font-size: 16px;
    padding: 0 40px;
	line-height: 1.5em;
    font-family: 'Montserrat';
}

.alt-colors .product-title span.color-code {
    display: block;
}

.alt-colors .fb-code, 
selector .product-link {
    display: none;
}

.alt-colors .fl-photo-content.fl-photo-img-jpg {
    height: 97px;
    display: flex;
    align-items: center;
    padding: 0px;
}

.alt-colors img.fl-photo-img {
    width: auto;
/*     max-width: 100%; */
	  max-width: 80%;
    margin: 0 auto;
    max-height: 100%;
}

.alt-colors ul.slick-dots {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 8px;
}

.alt-colors ul.slick-slider {
    padding: 0;
    margin: 0;
}

.alt-colors ul.slick-dots li button {
    padding: 0;
    background: #C4C4C4;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
}

.alt-colors ul.slick-dots li.slick-active button {
    background: #5A5A5A;
}

.alt-colors .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -11px;
    z-index: 999;
    left: -40px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: url(/wp-content/uploads/2026/05/chevron-left.svg) no-repeat center #F5F5F5;
    background-size: 7px;
}

.alt-colors .next-icon.slick-arrow {
    right: -40px;
    left: auto;
    background: url(/wp-content/uploads/2026/05/chevron-right.svg) no-repeat center center #F5F5F5;
    background-size: 7px;
}

.alt-colors .slick-arrow.slick-disabled {
    opacity: 0.4;
}
	
/* Fix for initial Alt colors load vertical alignment */
		.alt-colors ul{
		display: flex !important;
    justify-content: space-between !important;
    list-style-type: none !important;
	}
/* ///	 */
/* Fix for items not center aligned */
.alt-colors .slick-list{
    width: 100% !important;
}
/* ============================================
   FRAME SIZE GUIDE SECTION
   ============================================ */
.frame-guide-text table {
    width: 43% !important;
}

.frame-guide-text td {
    font-size: 14px !important;
    line-height: 1.5em !important;
    min-width: 40px !important;
    padding-top: 0 !important;
}

/* ============================================
   PRODUCT USPS SECTION
   ============================================ */
.pdp-usps .elementor-image-box-img {
    max-height: 60px !important;
}

.pdp-usps .elementor-image-box-wrapper {
    gap: 8px;
}

.pdp-usps figure {
    width: 44px;
}

.pdp-usps .elementor-image-box-content {
    width: 69.9%;
    flex-grow: 1;
}

/* ============================================
   BREADCRUMB SECTION
   ============================================ */
.pdp-breadcrumb .woocommerce-breadcrumb,
.pdp-breadcrumb .woocommerce-breadcrumb a {
    font-size: 12px;
    line-height: 1.5;
    color: #707070;
}

.pdp-breadcrumb .separate_icon {
    font-size: 10px;
}

.pdp-breadcrumb .separate_icon i::before {
    font-size: 10px;
    opacity: 0.8;
}

.pdp-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}

/* ============================================
   BRAND LOGO SECTION
   ============================================ */
.pdp-brand-logo img {
    width: auto;
    max-width: 150px;
}

/* .pdp-brand-logo img[alt="Cartier logo"],
.pdp-brand-logo img[alt="Celine logo"],
.pdp-brand-logo img[alt="rayban logo"],
.pdp-brand-logo img[alt="prada logo"],
.pdp-brand-logo img[alt="Saint logo"],
.pdp-brand-logo img[alt="versace logo"],
.pdp-brand-logo img[alt="Fendi logo"],
.pdp-brand-logo img[alt="Mui jim logo"],
.pdp-brand-logo img[alt="Bottega logo"] {
    max-width: 120px;
}

.pdp-brand-logo img[alt="dior logo"],
.pdp-brand-logo img[alt="Oakley-logo"] {
    max-width: 100px;   
}

.pdp-brand-logo img[alt="Fendi logo"] {
    max-width: 90px !important;
} */


/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Desktop (769px and up) */
@media (min-width: 769px) {
    .alt-colors .slick-track {
        display: flex; 
        justify-content: space-between;
        width: 100% !important;
    }
}

/* Tablet Portrait (768px and down) */
@media (max-width: 768px) {
    .pdp-brand-logo img {
        width: auto;
        max-width: 100px;
    }
    
    .alt-colors .slick-arrow {
        top: auto;
        left: calc(50% - 45px);
        bottom: -67px;
    }
    
    .alt-colors .next-icon.slick-arrow {
        right: calc(50% - 45px);
    }
    
    .alt-colors.arrow-slides {
        padding-bottom: 40px;
    }
    
/*     .alt-colors ul.slick-slider {
        margin-bottom: 30px;
    } */
    
/*     .pdp-usps .elementor-image-box-wrapper {
        gap: 16px;
        display: flex;
        align-items: center;
    } */
    
}

/* Mobile (480px and down) */
@media screen and (max-width: 480px) {
    .frame-guide-text table {
        width: 100% !important;
    }
}
	