/* _content/eyola/Views/Enchant/Index.cshtml.rz.scp.css */
.enchant-container[b-kfh555lizq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 41px 1rem 89px 1rem;
    font-family: 'FuturaPT', sans-serif;
    text-align: center;
}

.enchant-title[b-kfh555lizq] {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    line-height: 1.2;
}

.enchant-description[b-kfh555lizq] {
    font-size: 1.1rem;
    color: #666;
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
}

.enchant-cta[b-kfh555lizq] {
    display: inline-block;
    padding: 7px 14px;
    background: transparent;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 400;
    border: 2px solid #333;
    transition: all 0.3s ease;
    margin: 26px 0;
}

.enchant-cta:hover[b-kfh555lizq] {
    background: #333;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


/* Mobile Responsive */
@media (max-width: 768px) {

    .enchant-title[b-kfh555lizq] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .enchant-description[b-kfh555lizq] {
        font-size: 1rem;
    }

    .enchant-cta[b-kfh555lizq] {
        font-size: 0.8rem;
    }
}
/* _content/eyola/Views/Enquire/Index.cshtml.rz.scp.css */
.enquire-container[b-l3we3b75ea] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 66px 1rem;
    font-family: 'FuturaPT', sans-serif;
}

.eyola-directory[b-l3we3b75ea], .enquire-form[b-l3we3b75ea] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eyola-directory h2[b-l3we3b75ea] {
    min-width: 266px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
    color: #333;
}

.directory-item[b-l3we3b75ea] {
    margin-bottom: 1.4rem;
    min-width: 266px;
}

.directory-item p[b-l3we3b75ea] {
    margin: 0;
    line-height: 1.22;
    font-weight: 500;
    color: #333;
}

.directory-item a[b-l3we3b75ea] {
    text-decoration: none;
    color: #555;
    font-weight: 400;
}

.enquire-form h2[b-l3we3b75ea] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.4rem;
    text-align: center;
}

.form-group[b-l3we3b75ea] {
    margin-bottom: 1.22rem;
}

.form-row[b-l3we3b75ea] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.22rem;
}

.form-row .form-group[b-l3we3b75ea] {
    margin-bottom: 0;
    flex: 1;
}

.prefix-group[b-l3we3b75ea] {
    max-width: calc(5ch + 1.5rem);
    flex: none;
}

.prefix-input[b-l3we3b75ea] {
    background: transparent;
}

.form-footer[b-l3we3b75ea] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.4rem;
}

.form-footer p[b-l3we3b75ea] {
    font-size: 0.8rem;
    margin: 0;
}

.form-footer button[b-l3we3b75ea] {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.form-footer button:hover[b-l3we3b75ea] {
    background-color: #333;
}

@media (max-width: 768px) {
    .enquire-container[b-l3we3b75ea] {
        flex-direction: column;
    }
}
/* _content/eyola/Views/Eshop/Category.cshtml.rz.scp.css */
.category-page-container[b-pjh88r6z32] {
    width: 100%;

}

.category-page-container .category-info[b-pjh88r6z32] {
    width: 89%;
    max-width: 890px;
    margin: 2.6rem auto;
    text-align: center;
    font-family: 'FuturaPT', sans-serif;
}

.category-page-container .category-info h1[b-pjh88r6z32] {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.category-page-container .category-info p[b-pjh88r6z32],
.category-page-container .category-info div[b-pjh88r6z32] {
    font-size: 1rem;
    color: #666;
    margin: 0 auto 15px;
    line-height: 1.6;
}

/* Support for HTML content in descriptions */
.category-page-container .category-info div p[b-pjh88r6z32] {
    margin-bottom: 10px;
}

.category-page-container .category-info div p:last-child[b-pjh88r6z32] {
    margin-bottom: 0;
}

.category-page-container .category-info div strong[b-pjh88r6z32],
.category-page-container .category-info div b[b-pjh88r6z32] {
    font-weight: 600;
    color: #333;
}

.category-page-container .category-info div em[b-pjh88r6z32],
.category-page-container .category-info div i[b-pjh88r6z32] {
    font-style: italic;
}

.category-page-container .category-info div a[b-pjh88r6z32] {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.category-page-container .category-info div a:hover[b-pjh88r6z32] {
    color: #000;
}

.no-products[b-pjh88r6z32] {
    text-align: center;
    padding: 80px 20px;
    color: #666;
    font-size: 1.1rem;
}
/* _content/eyola/Views/Eshop/Index.cshtml.rz.scp.css */
.eshop-index-container[b-ico49fp8a5] {
    margin: 0 auto;
    padding: 40px 1rem;
    font-family: 'FuturaPT', sans-serif;
    max-width: 1200px;
}

.eshop-intro[b-ico49fp8a5] {
    text-align: center;
    margin-bottom: 60px;
}

.eshop-intro h1[b-ico49fp8a5] {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.eshop-intro p[b-ico49fp8a5] {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.categories-grid[b-ico49fp8a5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.category-card[b-ico49fp8a5] {
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    background: white;
    overflow: hidden;
}

.category-card:hover[b-ico49fp8a5] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #ccc;
}

.category-header[b-ico49fp8a5] {
    padding: 30px 25px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.category-title[b-ico49fp8a5] {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.category-title a[b-ico49fp8a5] {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.category-title a:hover[b-ico49fp8a5] {
    color: #666;
}

.category-description[b-ico49fp8a5] {
    font-size: 0.9rem;
    color: #777;
    line-height: 1.5;
}

.category-stats[b-ico49fp8a5] {
    font-size: 0.85rem;
    color: #999;
    margin-top: 10px;
}

.subcategories-list[b-ico49fp8a5] {
    padding: 25px;
}

.subcategories-grid[b-ico49fp8a5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.subcategory-item[b-ico49fp8a5] {
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    background: #fafafa;
}

.subcategory-item:hover[b-ico49fp8a5] {
    background: #f0f0f0;
    border-color: #ddd;
    transform: translateY(-2px);
}

.subcategory-item a[b-ico49fp8a5] {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    transition: color 0.3s ease;
}

.subcategory-item a:hover[b-ico49fp8a5] {
    color: #333;
}

.product-count[b-ico49fp8a5] {
    font-size: 0.75rem;
    color: #999;
    margin-top: 5px;
    font-style: italic;
}

.view-all-btn[b-ico49fp8a5] {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #333;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 2px solid #333;
}

.view-all-btn:hover[b-ico49fp8a5] {
    background: white;
    color: #333;
    text-decoration: none;
}

.no-categories[b-ico49fp8a5] {
    text-align: center;
    padding: 80px 20px;
    color: #666;
    font-size: 1.1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .eshop-intro h1[b-ico49fp8a5] {
        font-size: 2rem;
    }

    .categories-grid[b-ico49fp8a5] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .category-header[b-ico49fp8a5] {
        padding: 25px 20px 15px;
    }

    .category-title[b-ico49fp8a5] {
        font-size: 1.3rem;
    }

    .subcategories-grid[b-ico49fp8a5] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
    }

    .subcategory-item[b-ico49fp8a5] {
        padding: 12px 8px;
    }

    .subcategory-item a[b-ico49fp8a5] {
        font-size: 0.8rem;
    }
}
/* _content/eyola/Views/Eshop/Search.cshtml.rz.scp.css */
.search-page-container[b-ua94y9k9y8] {
    margin: 0 auto;
    padding: 40px 1rem;
    font-family: 'FuturaPT', sans-serif;
    max-width: 1200px;
}

.search-header[b-ua94y9k9y8] {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.search-header h1[b-ua94y9k9y8] {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 15px;
    color: #333;
}

.search-query[b-ua94y9k9y8] {
    font-style: italic;
    color: #666;
    font-size: 1.1rem;
}

.search-stats[b-ua94y9k9y8] {
    font-size: 0.9rem;
    color: #999;
    margin-top: 10px;
}

.breadcrumb[b-ua94y9k9y8] {
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb a[b-ua94y9k9y8] {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover[b-ua94y9k9y8] {
    color: #333;
    text-decoration: underline;
}

.search-filters[b-ua94y9k9y8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    flex-wrap: wrap;
    gap: 20px;
}

.filter-group[b-ua94y9k9y8] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-label[b-ua94y9k9y8] {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-select[b-ua94y9k9y8] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    color: #555;
    font-size: 0.9rem;
    min-width: 150px;
    transition: border-color 0.3s ease;
}

.filter-select:focus[b-ua94y9k9y8] {
    outline: none;
    border-color: #999;
}

.new-search-form[b-ua94y9k9y8] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-input[b-ua94y9k9y8] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    color: #555;
    font-size: 0.9rem;
    min-width: 200px;
    flex: 1;
}

.search-btn[b-ua94y9k9y8] {
    padding: 8px 16px;
    background: #333;
    color: white;
    border: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover[b-ua94y9k9y8] {
    background: #555;
}

.clear-filters[b-ua94y9k9y8] {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 5px 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.clear-filters:hover[b-ua94y9k9y8] {
    color: #333;
    border-color: #999;
    text-decoration: none;
}

.no-results[b-ua94y9k9y8] {
    text-align: center;
    padding: 80px 20px;
    color: #666;
    font-size: 1.1rem;
}

.search-suggestions[b-ua94y9k9y8] {
    margin-top: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-left: 4px solid #ddd;
}

.suggestions-title[b-ua94y9k9y8] {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.suggestions-list[b-ua94y9k9y8] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.suggestion-link[b-ua94y9k9y8] {
    padding: 5px 12px;
    background: white;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.suggestion-link:hover[b-ua94y9k9y8] {
    background: #333;
    color: white;
    border-color: #333;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-header h1[b-ua94y9k9y8] {
        font-size: 1.6rem;
    }

    .search-filters[b-ua94y9k9y8] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-ua94y9k9y8] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .filter-select[b-ua94y9k9y8],
    .search-input[b-ua94y9k9y8] {
        width: 100%;
        min-width: auto;
    }

    .new-search-form[b-ua94y9k9y8] {
        flex-direction: column;
    }

    .search-btn[b-ua94y9k9y8] {
        width: 100%;
    }

    .suggestions-list[b-ua94y9k9y8] {
        flex-direction: column;
    }

    .suggestion-link[b-ua94y9k9y8] {
        text-align: center;
    }
}
/* _content/eyola/Views/Eshop/SubCategory.cshtml.rz.scp.css */
.category-page-container[b-e9biuy2bmm] {
    width: 100%;

}

.category-page-container .category-info[b-e9biuy2bmm] {
    width: 89%;
    max-width: 890px;
    margin: 2.6rem auto;
    text-align: center;
    font-family: 'FuturaPT', sans-serif;
}

.category-page-container .category-info h1[b-e9biuy2bmm] {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.category-page-container .category-info p[b-e9biuy2bmm],
.category-page-container .category-info div[b-e9biuy2bmm] {
    font-size: 1rem;
    color: #666;
    margin: 0 auto 15px;
    line-height: 1.6;
}

/* Support for HTML content in descriptions */
.category-page-container .category-info div p[b-e9biuy2bmm] {
    margin-bottom: 10px;
}

.category-page-container .category-info div p:last-child[b-e9biuy2bmm] {
    margin-bottom: 0;
}

.category-page-container .category-info div strong[b-e9biuy2bmm],
.category-page-container .category-info div b[b-e9biuy2bmm] {
    font-weight: 600;
    color: #333;
}

.category-page-container .category-info div em[b-e9biuy2bmm],
.category-page-container .category-info div i[b-e9biuy2bmm] {
    font-style: italic;
}

.category-page-container .category-info div a[b-e9biuy2bmm] {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.category-page-container .category-info div a:hover[b-e9biuy2bmm] {
    color: #000;
}

.back-to-category[b-e9biuy2bmm] {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.back-to-category:hover[b-e9biuy2bmm] {
    background: #333;
    color: white;
    border-color: #333;
    text-decoration: none;
}

.no-products[b-e9biuy2bmm] {
    text-align: center;
    padding: 80px 20px;
    color: #666;
    font-size: 1.1rem;
}
/* _content/eyola/Views/Extant/Index.cshtml.rz.scp.css */
.extant-container[b-efi7jl4got] {
    width: 100%;
    padding: 41px 1rem 89px 1rem;
    font-family: 'FuturaPT', sans-serif;
    text-align: center;
}

.extant-title[b-efi7jl4got] {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    line-height: 1.2;
}

.pronunciation-section[b-efi7jl4got] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
}

.pronunciation-text[b-efi7jl4got] {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    font-style: italic;
}

.audio-button[b-efi7jl4got] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 7px 4px;
    transition: all 0.41s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-button:hover[b-efi7jl4got] {
    transform: scale(1.22) rotate(-7deg);
}

.audio-button.playing[b-efi7jl4got] {
    transform: scale(1.22) rotate(-7deg);
}

.audio-button .glyphicon[b-efi7jl4got] {
    font-size: 0.89rem;
    color: #333;
}

.gifs-sections-wrapper[b-efi7jl4got] {
    background-color: black;
    margin-top: 41px;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 4px;
}

.gifs-sections-wrapper .gifs-section[b-efi7jl4got]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}

.gifs-sections-wrapper .gifs-section video[b-efi7jl4got]{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 890px) {
    .gifs-sections-wrapper[b-efi7jl4got] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* _content/eyola/Views/Eyola/Index.cshtml.rz.scp.css */
.eyola-container[b-wxkekhz8gu] {
    width: 100%;
    padding: 66px 1rem;
    font-family: 'FuturaPT', sans-serif;
}

.eyola-intro[b-wxkekhz8gu] {
    text-align: center;
    margin-bottom: 41px;
}

.eyola-intro h1[b-wxkekhz8gu] {
    font-size: 2.6rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 14px;
}

.eyola-intro p[b-wxkekhz8gu] {
    font-size: 1.14rem;
    color: #666;
    max-width: 890px;
    margin: 0 auto;
    line-height: 1;
}

.eyola-gallery[b-wxkekhz8gu] {
    margin-bottom: 60px;
}


.gallery-grid[b-wxkekhz8gu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 40px;
}

.gallery-item[b-wxkekhz8gu] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img[b-wxkekhz8gu] {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 1041px) {
    .gallery-grid[b-wxkekhz8gu] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 666px) {
    .gallery-grid[b-wxkekhz8gu] {
        grid-template-columns: repeat(1, 1fr);
        gap: 4px;
    }
}
/* _content/eyola/Views/Home/Index.cshtml.rz.scp.css */
.main-container[b-jwqhyk21sx]{
  height: 100%;
  display: flex;
  overflow-y: auto;
}

.main-container img[b-jwqhyk21sx]{
  height: 100%;
  width: 100dvw;
  object-fit: cover;
  object-position: 53% 89%;
}
/* _content/eyola/Views/Product/Details.cshtml.rz.scp.css */
/* Product Page Container - Full Width Wrapper */
.product-page-container[b-4q47yfsnxv] {
    width: 100%;
    min-height: 100vh;
    padding: 14px 0 60px 0;
    display: flex;
    flex-direction: column;
    font-family: 'FuturaPT', sans-serif;
}

.product-details-container[b-4q47yfsnxv] {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    flex: 1;
}

.product-main-section[b-4q47yfsnxv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 22px;
}

/* Image slider container */
.image-slider-container[b-4q47yfsnxv] {
    flex: 1;
    position: relative;
    background: white;
    height: fit-content;
    width: 100%;
}

.image-slider[b-4q47yfsnxv] {
    position: relative;
    width: 100%;
    height: 741px;
    max-height: max(289px, calc(100dvh - 234px));
    overflow: hidden;
}

/* Mobile slider styles - 1 image at a time */
.slider-track[b-4q47yfsnxv] {
    display: flex;
    width: auto;
    height: 100%;
    max-height: 741px;
    transition: transform 0.5s ease;
    transform: translateX(0);
}

.slider-image[b-4q47yfsnxv] {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}

.slider-nav[b-4q47yfsnxv] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #555;
    border: none;
    width: 41px;
    height: 41px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    transition: background 0.3s ease;
    z-index: 2;
}

.slider-nav:hover[b-4q47yfsnxv] {
    color: #333;
}

.slider-nav.prev[b-4q47yfsnxv]:before {
    content: "\e091"; /* Glyphicons chevron-left */
}

.slider-nav.next[b-4q47yfsnxv]:before {
    content: "\e092"; /* Glyphicons chevron-right */
}

.slider-nav.prev[b-4q47yfsnxv] {
    left: 10px;
}

.slider-nav.next[b-4q47yfsnxv] {
    right: 10px;
}

/* Buy area */
.buy-area[b-4q47yfsnxv] {
    width: 100%;
    height: auto;
    background: white;
    border: 1px solid #e0e0e0;
    padding: 30px 25px;
    box-sizing: border-box;
    z-index: 3;
    text-align: center;
}

.product-title[b-4q47yfsnxv] {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.product-price[b-4q47yfsnxv] {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #333;
}

.product-sale-type[b-4q47yfsnxv] {
    font-size: 14px;
    font-style: italic;
    color: #666;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.size-selection[b-4q47yfsnxv] {
    margin-bottom: 25px;
}

.size-label[b-4q47yfsnxv] {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.size-options[b-4q47yfsnxv] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.size-option[b-4q47yfsnxv] {
    padding: 4px 0;
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: 'FuturaPT', sans-serif;
    color: #666;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
}

.size-option:hover[b-4q47yfsnxv] {
    color: #333;
}

.size-option.selected[b-4q47yfsnxv] {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.measurements-section[b-4q47yfsnxv] {
    margin-bottom: 25px;
}

.btn-secondary[b-4q47yfsnxv] {
    padding: 12px 20px;
    border: 1px solid #555;
    background: white;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: 'FuturaPT', sans-serif;
    width: 100%;
}

.btn-secondary:hover[b-4q47yfsnxv] {
    background: #555;
    color: white;
}

.refund-policy[b-4q47yfsnxv] {
    margin-bottom: 25px;
}

.refund-text[b-4q47yfsnxv] {
    margin: 0;
    font-family: 'FuturaPT', sans-serif;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

.buy-buttons[b-4q47yfsnxv] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-primary[b-4q47yfsnxv] {
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: 'FuturaPT', sans-serif;
    background: #555;
    color: white;
}

.btn-primary:hover[b-4q47yfsnxv] {
    background: #333;
}

.share-section[b-4q47yfsnxv] {
    margin-top: 10px;
}

.btn-share[b-4q47yfsnxv] {
    width: 100%;
    padding: 4px 0;
    border: none;
    background: transparent;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    font-family: 'FuturaPT', sans-serif;
    text-decoration: underline;
}

.btn-share:hover[b-4q47yfsnxv] {
    color: #333;
}

.share-icon[b-4q47yfsnxv] {
    font-size: 14px;
}

/* Product Under Section - Mobile first (flex column) */
.product-under-section[b-4q47yfsnxv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 41px;
}

.collapsiables-wraper[b-4q47yfsnxv] {
    flex: 1;
    width: 100%;
}

.description-wrapper[b-4q47yfsnxv] {
    flex: 1;
    width: 100%;
    height: fit-content;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desc-title[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    color: #222;
}

.desc-price[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
    color: #222;
}

.desc-text[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    text-align: center;
    line-height: 1.5;
    max-width: 420px;
    margin: 0 auto;
}


/* Collapsible Components */
.collapsible-item[b-4q47yfsnxv] {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.collapsible-item:last-of-type[b-4q47yfsnxv]{
    border-bottom: none;
}

.collapsible-header[b-4q47yfsnxv] {
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    transition: color 0.3s ease;
}

.collapsible-header:hover[b-4q47yfsnxv] {
    color: #555;
}

.collapsible-icon[b-4q47yfsnxv] {
    font-size: 18px;
    font-weight: normal;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.collapsible-header.active .collapsible-icon[b-4q47yfsnxv] {
    transform: rotate(45deg);
}

.collapsible-content[b-4q47yfsnxv] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.collapsible-content.active[b-4q47yfsnxv] {
    max-height: 500px;
    padding-bottom: 20px;
}

.collapsible-text[b-4q47yfsnxv] {
    padding: 0 0 10px 0;
    font-family: 'FuturaPT', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.collapsible-text h4[b-4q47yfsnxv] {
    margin: 15px 0 8px 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}

.collapsible-text h4:first-child[b-4q47yfsnxv] {
    margin-top: 0;
}

.collapsible-text p[b-4q47yfsnxv] {
    margin: 5px 0;
}

/* Related Products Grid Styles */
.related-products-container[b-4q47yfsnxv] {
    width: 100%;
    padding: 0 1rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.related-products-container .related-products-title[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.14px;
    color: #222;
    margin: 0;
    text-align: center;
}

/* Responsive Grid Container */
.related-products-grid[b-4q47yfsnxv] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    margin: 0 auto;
}

/* Related Product Card */
.related-product-card[b-4q47yfsnxv] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 420px;
    background: white;
    overflow: hidden;
}

/* Product Link */
.related-product-link[b-4q47yfsnxv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.related-product-link:hover[b-4q47yfsnxv] {
    text-decoration: none;
    color: inherit;
}

/* Image Container */
.related-product-card .related-product-image[b-4q47yfsnxv] {
    width: 100%;
    height: 320px;
    padding: 20px 0;
    object-fit: contain;
    background: #fafafa;
    transition: transform 0.3s ease;
}

.related-product-card:hover .related-product-image[b-4q47yfsnxv] {
    transform: scale(1.02);
}

/* Image Indicators */
.related-product-card .image-indicators[b-4q47yfsnxv] {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    cursor: pointer;
    z-index: 2;
}

.related-product-card .image-indicators .image-indicator[b-4q47yfsnxv] {
    flex: 1;
    height: 100%;
    padding: 0 2px;
    cursor: pointer;
    position: relative;
    pointer-events: auto;
}

.related-product-card .image-indicators .image-indicator .image-indicator-border[b-4q47yfsnxv] {
    position: absolute;
    top: 0;
    left: 2px;
    right: 2px;
    height: 4px;
    background: rgba(220, 220, 220, 0.3);
    transition: background-color 0.3s ease;
}

.related-product-card .image-indicators .image-indicator:hover .image-indicator-border[b-4q47yfsnxv],
.related-product-card .image-indicators .image-indicator.active .image-indicator-border[b-4q47yfsnxv] {
    background: rgba(220, 220, 220, 0.8);
}

/* Product Info */
.related-product-card .related-product-info[b-4q47yfsnxv] {
    padding: 20px 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
}

.related-product-card .related-product-name[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.related-product-card .related-product-sale-type[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.related-product-card .related-product-price[b-4q47yfsnxv] {
    font-family: 'FuturaPT', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin: 0;
}

/* Tablet Styles - 768px and up */
@media (min-width: 768px) {
    .related-products-grid[b-4q47yfsnxv] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .related-product-card[b-4q47yfsnxv] {
        height: 450px;
    }
    
    .related-product-card .related-product-image[b-4q47yfsnxv] {
        height: 350px;
    }
    
    .related-product-card .image-indicators[b-4q47yfsnxv] {
        height: 350px;
    }
}

/* Desktop Styles - 1024px and up */
@media (min-width: 1024px) {
    .related-products-grid[b-4q47yfsnxv] {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .related-product-card[b-4q47yfsnxv] {
        height: 480px;
    }
    
    .related-product-card .related-product-image[b-4q47yfsnxv] {
        height: 380px;
    }
    
    .related-product-card .image-indicators[b-4q47yfsnxv] {
        height: 380px;
    }
    
    .related-product-card .related-product-name[b-4q47yfsnxv] {
        font-size: 15px;
    }
    
    .related-product-card .related-product-price[b-4q47yfsnxv] {
        font-size: 18px;
    }
}

/* Desktop Styles - 768px and up */
@media (min-width: 768px) {
    .product-main-section[b-4q47yfsnxv] {
        position: relative;
    }

    .image-slider-container[b-4q47yfsnxv] {
        width: 100%;
    }

    /* Desktop slider styles - 3 images at a time */
    .slider-image[b-4q47yfsnxv] {
        flex: 0 0 33.333%;
        width: 33.333%;
        height: auto;
        padding: 10px;
    }

    .buy-area[b-4q47yfsnxv] {
        width: 33.333%;
        max-width: 375px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    /* Desktop product under section - flex row */
    .product-under-section[b-4q47yfsnxv] {
        flex-direction: row;
        gap: 40px;
    }

    .collapsiables-wraper[b-4q47yfsnxv] {
        flex: 1;
        max-width: 50%;
    }

    .description-wrapper[b-4q47yfsnxv] {
        flex: 1;
        max-width: 50%;
    }
}

/* Modal Styles */
.modal[b-4q47yfsnxv] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content[b-4q47yfsnxv] {
    background-color: white;
    margin: 5% auto;
    padding: 0;
    border: none;
    width: 90%;
    max-width: 500px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header[b-4q47yfsnxv] {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-4q47yfsnxv] {
    margin: 0;
    font-family: 'FuturaPT', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}

.close[b-4q47yfsnxv] {
    color: #999;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close:hover[b-4q47yfsnxv] {
    color: #333;
}

.measurement-field[b-4q47yfsnxv] {
    margin-bottom: 20px;
}

.measurement-field label[b-4q47yfsnxv] {
    display: block;
    margin-bottom: 8px;
    font-family: 'FuturaPT', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}

.measurement-field input[b-4q47yfsnxv] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    font-family: 'FuturaPT', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.measurement-field input:focus[b-4q47yfsnxv] {
    outline: none;
    border-color: #555;
}

.modal-buttons .btn-secondary[b-4q47yfsnxv],
.modal-buttons .btn-primary[b-4q47yfsnxv] {
    flex: 1;
    margin: 0;
}

/* Enhanced Measurements Modal Styles */
.measurements-modal-content[b-4q47yfsnxv] {
    max-width: 900px;
    width: 95%;
    max-height: 89vh;
    padding-bottom: 22px;
    overflow-y: auto;
}

.measurements-modal-body[b-4q47yfsnxv] {
    padding: 0 25px;
}

/* Unit Selection */
.unit-selection[b-4q47yfsnxv] {
    text-align: center;
}

.unit-instruction[b-4q47yfsnxv] {
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
    font-family: 'FuturaPT', sans-serif;
}

.radio-group[b-4q47yfsnxv] {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.radio-option[b-4q47yfsnxv] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'FuturaPT', sans-serif;
}

.radio-option input[type="radio"][b-4q47yfsnxv] {
    margin-right: 8px;
    transform: scale(1.2);
}

.radio-label[b-4q47yfsnxv] {
    font-size: 16px;
    color: #333;
    text-transform: lowercase;
}

/* Modal Row Layout */
.modal-row[b-4q47yfsnxv] {
    width: 100%;
}

.unit-selection-row[b-4q47yfsnxv] {
    text-align: center;
    padding-bottom: 20px;
}

.main-content-row[b-4q47yfsnxv] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.actions-row[b-4q47yfsnxv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

/* Modal Column Layout */
.modal-column[b-4q47yfsnxv] {
    flex: 1;
    min-width: 0;
    justify-content: center;
    align-items: center;
}

.tips-column[b-4q47yfsnxv] {
    order: 1;
}

.image-column[b-4q47yfsnxv] {
    order: 2;
    text-align: center;
}

.inputs-column[b-4q47yfsnxv] {
    order: 3;
}

/* Measurement field styling */
.measurement-field-wrapper[b-4q47yfsnxv] {
    margin: 7px auto;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.measurement-field-wrapper label[b-4q47yfsnxv] {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.model-image-container[b-4q47yfsnxv] {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.model-image[b-4q47yfsnxv] {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}

/* Measuring Tips Section */
.measuring-tips-section[b-4q47yfsnxv] {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.measuring-tips-section .collapsible-text ul[b-4q47yfsnxv] {
    margin: 0 0 15px 0;
    padding-left: 20px;
}

.measuring-tips-section .collapsible-text li[b-4q47yfsnxv] {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.measurement-illustrations[b-4q47yfsnxv] {
    text-align: center;
    margin: 15px 0;
}

.measurement-illustration[b-4q47yfsnxv] {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    margin: 5px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.measurement-instructions[b-4q47yfsnxv]{
    margin-bottom: 15px;
    text-align: left;
}

.measurement-instructions:last-child[b-4q47yfsnxv]{
    margin-bottom: 0;
}

.measurement-label[b-4q47yfsnxv] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #333;
    font-family: 'FuturaPT', sans-serif;
}

/* Measurement field styles - cleaned for fresh start */

/* Measurements Display */
.measurements-display[b-4q47yfsnxv] {
    margin-top: 7px;
}

.measurements-list[b-4q47yfsnxv] {
    display: flex!important;
    gap: 4px;
    font-size: 12px;
    justify-content: space-evenly;
}

.measurement-item[b-4q47yfsnxv] {
    width: fit-content;
    color: #555;
    font-family: 'FuturaPT', sans-serif;
}

/* Download Section */
.download-section[b-4q47yfsnxv] {
    text-align: center;
}

.download-link[b-4q47yfsnxv] {
    display: inline-block;
    padding: 8px 16px;
    color: #666;
    text-decoration: underline;
    font-size: 13px;
    font-family: 'FuturaPT', sans-serif;
    transition: color 0.3s ease;
    border: none;
    background: transparent;
}

.download-link:hover[b-4q47yfsnxv] {
    color: #333;
    text-decoration: none;
}

/* Submit Button */
.submit-measurements[b-4q47yfsnxv] {
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

/* Tablet and Desktop Layout */
@media (min-width: 1024px) {
    .main-content-row[b-4q47yfsnxv] {
        flex-direction: row;
        gap: 22px;
    }
    
    .tips-column[b-4q47yfsnxv] {
        flex: 0 0 300px;
        order: 1;
    }
    
    .image-column[b-4q47yfsnxv] {
        flex: 0 0 250px;
        order: 2;
    }
    
    .inputs-column[b-4q47yfsnxv] {
        flex: 1;
        order: 3;
    }
    
    .actions-row[b-4q47yfsnxv] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .model-image[b-4q47yfsnxv] {
        max-height: 400px;
    }
}

@media (min-width: 1024px) {
    .measurements-modal-content[b-4q47yfsnxv] {
        max-width: 1100px;
    }
    
    .tips-column[b-4q47yfsnxv] {
        flex: 0 0 350px;
    }
    
    .image-column[b-4q47yfsnxv] {
        flex: 0 0 300px;
    }
    
    .model-image[b-4q47yfsnxv] {
        max-height: 500px;
    }
}
