.site-shell {
    overflow: clip;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.yoast-breadcrumbs,
.yoast-breadcrumbs a {
    font-size: .92em;
    color: var(--site-text-muted);
}
/* =========================================================
   Header
========================================================= */

.site-header {
    position: sticky;
    height: 80px;
    top: 0;
    z-index: 1040;
    background-color: var(--site-bg);
    border-bottom: 1px solid var(--site-blue-alt);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
    background-color: var(--site-bg-blur);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 24px rgba(31, 42, 53, 0.04);
}

.site-header .container-fluid {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-logo {
    flex-shrink: 0;
}

.site-logo img,
.footer-logo img {
    width: auto;
    height: 65px;
    max-height: 100%;
}

.main-menu .nav-link,
.mobile-nav-links a,
.header-icon,
.section-link,
.footer-links a,
.footer-bottom-links a,
.footer-contact a,
.mobile-mega-link,
.mobile-menu .accordion-button {
    transition: color 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

/* Desktop navigation */

.main-menu {
    margin: 0 auto;
}

.main-menu .navbar-nav {
    align-items: center;
    gap: 0;
}

.main-menu .nav-item + .nav-item {
    margin-left: 38px;
}

.main-menu .nav-link {
    position: relative;
    padding: 0;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--site-blue-deep);
}

.main-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}
.main-menu .nav-link:hover {
    text-decoration: none;
}
.main-menu .nav-link:hover::after,
.main-menu .nav-link:focus-visible::after,
.main-menu .nav-link.is-active::after {
    transform: scaleX(1);
}

/* Header actions */

.header-actions,
.header-mobile-tools {
    flex-shrink: 0;
    color: var(--site-blue-deep);
}

.header-actions {
    gap: 18px;
}

.header-mobile-tools {
    gap: 14px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    color: var(--site-blue-deep);
    text-decoration: none;
}

.header-icon:hover,
.header-icon:focus-visible {
    color: var(--site-blue);
    text-decoration: none;
}

/* Desktop mega menu */

.mega-menu {
    position: absolute;
    inset: 100% 0 auto 0;
    background-color: var(--site-bg-blur);
    border-top: 1px solid rgba(31, 42, 53, 0.08);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(31, 42, 53, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-menu-inner {
    position: relative;
    padding: 30px 0 30px;
    width: 100%;
}

.mega-menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 170px;
}

.mega-menu-title {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--site-blue-deep);
}

.mega-menu-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.mega-menu-item:hover img,
.mega-menu-item:focus-visible img {
    opacity: 0.8;
}

/* Mobile header */

.navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    position: relative;
    width: 24px;
    height: 18px;
    background-image: none;
    border-top: 1px solid var(--site-blue-deep);
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: var(--site-blue-deep);
}

.navbar-toggler-icon::before {
    top: 8px;
}

.navbar-toggler-icon::after {
    top: 16px;
}

/* Offcanvas */

.offcanvas {
    background-color: var(--site-bg-cream);
}

.offcanvas-header {
    min-height: 88px;
    padding: 20px 24px;
    border-color: rgba(31, 42, 53, 0.08) !important;
}

.offcanvas-header .site-logo img {
    height: 56px;
}

.offcanvas-body {
    padding: 28px 24px 36px;
}

.mobile-nav-links a,
.mobile-mega-link,
.mobile-menu .accordion-button {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--site-blue-deep);
}

.mobile-menu .accordion-button,
.mobile-menu .accordion-button:not(.collapsed) {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: var(--site-blue-deep);
    box-shadow: none;
}

.mobile-menu .accordion-button::after {
    opacity: 0.75;
}

.mobile-mega-link,
.mobile-nav-links a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(31, 42, 53, 0.08);
}

.mobile-appointment-btn {
    height: 48px;
    border-color: rgba(36, 74, 109, 0.22);
    color: var(--site-blue-deep);
    font-size: 11px;
    letter-spacing: 0.16em;
}


/* Modal windows */
html.modal-open,
body.modal-open {
    overflow: hidden;
}

.site-modal {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.site-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
}

.site-modal-dialog {
    max-width: min(100%, var(--modal-width, 520px));
    max-height: calc(100vh - 48px);
    z-index: 2;
}

.site-modal-content {
    position: relative;
    background: var(--ast-global-color-5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.site-modal-body {
    padding: 2rem;
    background-color: var(--site-bg-cream);
}

.site-modal-close {
    top: 20px;
    right: 20px;
    z-index: 3;
    color: var(--ast-global-color-0);
    font-size: 1.25rem;
    line-height: 1;
}

.site-modal-close:hover,
.site-modal-close:focus {
    color: var(--ast-global-color-0);
}

.site-modal .wp-block-heading:first-child,
.site-modal h1:first-child,
.site-modal h2:first-child,
.site-modal h3:first-child,
.site-modal h4:first-child,
.site-modal h5:first-child,
.site-modal h6:first-child {
    margin-top: 0;
}

.site-modal p:last-child {
    margin-bottom: 0;
}

.site-footer {
    padding: 90px 0 40px;
    background-color: var(--site-bg-light);
    background-image: url("../../img/footer-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--site-text-muted);
}
.site-footer a,
.site-footer p {
    font-size: 15px;
}
.footer-top {
    margin-bottom: 50px;
    
}
.footer-bottom {
    font-size: 14px;
}
.footer-logo img {
    height: 48px;
    width: auto;
}

.footer-contact a,
.footer-contact p,
.footer-links a,
.footer-bottom p,
.footer-bottom-links a {
    color: var(--site-text-muted);
}

.footer-contact a,
.footer-links a,
.footer-bottom-links a,
.footer-social a {
    transition: all .2s ease;
}

.footer-contact a:hover,
.footer-links a:hover,
.footer-bottom-links a:hover {
    color: var(--site-text);
}

.footer-contact p {
    margin: 0;
}

.footer-links-title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--site-text);
}
ul.menu {
 list-style: none;
 margin: 0;
 padding: 0;
}
.footer-links .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links .menu-item a {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.08em;
}

/* =========================
   Homepage hero section
========================= */

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-banners {
    --hero-banner-2-hover-shift: 38%;
    --hero-banner-3-hover-shift: 34%;
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}


.hero-banner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 38%;
    overflow: hidden;
    transition: transform 0.6s ease, z-index 0.25s ease;
}

.hero-banner img {
    width: auto;
    height: 100%;
    min-width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s ease;
}

.hero-banner-1 {
    left: 0;
    z-index: 1;
}

.hero-banner-2 {
    left: 38%;
    z-index: 2;
}

.hero-banner-3 {
    left: 70%;
    z-index: 3;
}


.hero-banner-1:hover {
    z-index: 4;
}

.hero-banner-2:hover {
    transform: translateX(calc(-1 * 8%));
    z-index: 5;
}

.hero-banner-3:hover {
    transform: translateX(calc(-1 * 8%));
    z-index: 6;
}

/* Hero content band */

.hero-band {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: var(--site-bg-blur);
    backdrop-filter: blur(20px);
    padding: 40px 0;
}

/* Product Card */

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
}

/* Product Card Media */

.product-card-media {
    position: relative;
    overflow: hidden;
    background: transparent;
}

.product-card-image-link {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-card-image {
    position: relative;
    display: block;
}

.product-card-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 8;
    object-fit: cover;
    transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
}

.product-card-image-primary {
    z-index: 0;
}

.product-card-image-hover {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.product-card-image-hover img {
    opacity: 0;
    transform: scale(1.02);
    filter: blur(6px);
}

/* Product Card Wishlist */

.product-card-wishlist {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    line-height: 1;
}

.product-card-wishlist .tinv-wraper,
.product-card-wishlist .tinvwl-shortcode-add-to-cart {
    margin: 0;
}

.product-card-wishlist .tinvwl_add_to_wishlist_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    line-height: 1;
    color: #6f93b7;
}

.product-card-wishlist .tinvwl_add_to_wishlist_button:hover,
.product-card-wishlist .tinvwl_add_to_wishlist_button:focus {
    background: transparent;
    box-shadow: none;
    color: #6f93b7;
}

.product-card-wishlist .tinvwl_add_to_wishlist_button svg,
.product-card-wishlist .tinvwl_add_to_wishlist_button i,
.product-card-wishlist .tinvwl_add_to_wishlist_button img,
.product-card-wishlist .tinvwl_add_to_wishlist_button span {
    pointer-events: none;
}

.product-card-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.product-card-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist_icon-text,
.product-card-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip,
.product-card-wishlist .tinvwl_add_to_wishlist_button .tinvwl-product-in-list {
    display: none !important;
}

/* Product Card Info */

.product-card-info-link {
    display: block;
    text-decoration: none!important;
    color: inherit;
    color: var(--site-blue-deep);
}
.product-card-info-link:hover {
    color: var(--site-blue);
}
.product-card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    background: transparent;
    color: inherit;

}

.product-card-main {
    flex: 1 1 auto;
    min-width: 0;
}

.product-card-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 400;
}

.product-card-price {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    color: inherit;
}

.product-card-price .amount,
.product-card-price .woocommerce-Price-amount,
.product-card-price bdi {
    color: inherit;
}

.product-card-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.product-card-cart-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    color: var(--site-blue-deep);
}

.product-card-cart-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Product Card Hover */

@media (hover: hover) and (pointer: fine) {
    .product-card-has-hover-image:hover .product-card-image-primary img,
    .product-card-has-hover-image:focus-within .product-card-image-primary img {
        opacity: 0.78;
        transform: scale(1.01);
        filter: blur(2px);
    }

    .product-card-has-hover-image:hover .product-card-image-hover img,
    .product-card-has-hover-image:focus-within .product-card-image-hover img {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}
/* Collection Slider */

.collection-slider-wrap {
    position: relative;
}

.collection-slider {
    position: relative;
    overflow: hidden;
}

.collection-slider .swiper-wrapper {
    align-items: stretch;
}

.collection-slider .swiper-slide {
    height: auto;
}

.collection-slider .swiper-slide > * {
    height: 100%;
}

/* Collection Slider Navigation */

.collection-slider-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: clamp(64px, 10vw, 120px);
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease, background-color .25s ease;
}

.collection-slider-prev {
    left: 0;
}

.collection-slider-next {
    right: 0;
}

.collection-slider:hover .collection-slider-nav,
.collection-slider:focus-within .collection-slider-nav {
    opacity: 1;
    visibility: visible;
}

.collection-slider-nav:hover,
.collection-slider-nav:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    outline: none;
}

.collection-slider-nav.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.collection-slider-nav i {
    font-size: 40px;
    line-height: 1;
}

/* Collection Slider Scrollbar */

.collection-slider-controls {
    margin-top: 20px;
}

.collection-slider-controls .swiper-scrollbar {
    position: static;
    width: 100%;
    height: 4px;
    background: rgba(31, 42, 53, 0.14);
    border-radius: 999px;
}

.collection-slider-controls .swiper-scrollbar-drag {
    background: var(--color-accent, #304f74);
    border-radius: 999px;
    cursor: grab;
}

.collection-slider-controls .swiper-scrollbar-drag:active {
    cursor: grabbing;
}
/* About section */

.about-section {
    overflow: hidden;
}

.about-panel-inner {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 32px;
    padding-left: max(12px, calc((100vw - 1600px) / 2 + 20px));
}

.about-image {
    height: 100%;
    overflow: hidden;
}
.about-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =========================================================
   Woocommerce
========================================================= */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: none;
}
/* =========================================================
   Shop Archive
========================================================= */

.shop-archive-section {
    padding: 64px 0 88px;
}

.shop-archive-header {
    margin-bottom: 44px;
}

.shop-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    font-family: "Onest", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(36, 74, 109, 0.52);
}

.shop-breadcrumb a {
    text-decoration: none;
}

.shop-breadcrumb a:hover,
.shop-breadcrumb a:focus-visible {
    color: var(--site-blue-deep);
    text-decoration: none;
}

.shop-breadcrumb-separator {
    color: rgba(36, 74, 109, 0.32);
}

.shop-archive-title {
    font-family: var(--header-font), serif;
    font-size: clamp(52px, 6vw, 86px);
    line-height: 0.96;
    font-weight: 400;
    color: var(--site-blue-deep);
}

.shop-filters-placeholder {
    margin-bottom: 36px;
}

.shop-filters-row {
    display: grid;
    gap: 32px;
}

.shop-filters-row-top {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: end;
    margin-bottom: 24px;
}

.shop-filters-row-fields {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 20px;
}

.shop-filter-block {
    min-width: 0;
}

.shop-filter-label {
    display: inline-block;
    margin-bottom: 11px;
    font-family: "Onest", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(36, 74, 109, 0.72);
}

.shop-price-placeholder {
    position: relative;
    padding-top: 18px;
}

.shop-price-track {
    position: relative;
    width: 100%;
    height: 1px;
    background: rgba(104, 143, 185, 0.28);
}

.shop-price-thumb {
    position: absolute;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--site-blue);
}

.shop-price-thumb-start {
    left: 0;
}

.shop-price-thumb-end {
    right: 47%;
}

.shop-price-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: var(--site-blue);
}
.shop-color-swatches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 42px;
}

.shop-color-swatch {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(104, 143, 185, 0.16);
    background: var(--swatch-color);
}

.shop-color-swatch-outline {
    border-color: rgba(104, 143, 185, 0.52);
}

.shop-filter-input {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid rgba(104, 143, 185, 0.18);
    font-family: "Onest", sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: var(--site-blue);
    background: rgba(255, 255, 255, 0.82);
}

.shop-active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    min-height: 24px;
}

.shop-active-filter,
.shop-clear-filters {
    font-family: "Onest", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(36, 74, 109, 0.72);
}

.shop-clear-filters {
    margin-left: 10px;
}

.shop-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 18px;
}

.shop-products-grid .products-item {
    min-width: 0;
}

.shop-products-grid .product-card-image img {
    aspect-ratio: 0.72;
}

.shop-products-grid .product-card-info {
    padding: 14px 0 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.product-card-price .amount, .product-card-price .woocommerce-Price-amount, .product-card-price bdi {
    font-family: var(--header-font), serif;
    font-size: 18px;
    line-height: 0.98;
    font-weight: 400;
    color: var(--site-blue);
}

.shop-products-grid .product-card-action {
    gap: 10px;
}

.shop-products-grid .product-card-cart-icon {
    width: 20px;
    height: 20px;
    color: var(--site-blue);
}

.shop-products-grid .product-card-wishlist {
    top: 16px;
    right: 16px;
}

.shop-products-grid .product-card-wishlist .tinvwl_add_to_wishlist_button {
    width: 28px;
    height: 28px;
    color: var(--site-blue);
}

.shop-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 68px;
}


.shop-load-more-link:hover,
.shop-load-more-link:focus-visible {
    color: var(--site-blue-deep);
    border-color: rgba(36, 74, 109, 0.62);
    text-decoration: none;
}

.shop-load-more-link.is-loading {
    pointer-events: none;
    opacity: 0.65;
}

.shop-load-more-wrap.is-hidden {
    display: none;
}
/* Shop filters */

.shop-filters {
    margin: 0 0 2.5rem;
}

.shop-filters-form {
    display: block;
}

.shop-filters-top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem 4rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.shop-filters-bottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    align-items: start;
    margin-bottom: 1.25rem;
}

.shop-filter-block {
    min-width: 0;
}

.shop-filter-label {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7f8da3;
}

.shop-filter-block-price {
    max-width: 100%;
}
.shop-price-range {
    --range-start: 0%;
    --range-end: 100%;
    position: relative;
    padding-top: 0.625rem;
}

.shop-price-track {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        to right,
        #8fa0bb 0%,
        #8fa0bb var(--range-start),
        #d7deea var(--range-start),
        #d7deea var(--range-end),
        #8fa0bb var(--range-end),
        #8fa0bb 100%
    );
}

.shop-price-track::after {
    content: none;
}

.shop-price-values {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #27456b;
}

.shop-price-range input[type="range"] {
    position: absolute;
    top: 0.55rem;
    left: 0;
    width: 100%;
    margin: 0;
    border: none!important;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.shop-price-range input[type="range"]::-webkit-slider-thumb {
    width: 0.75rem;
    height: 0.75rem;
    border: 0;
    border-radius: 0;
    background: #8fa9cf;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
}

.shop-price-range input[type="range"]::-moz-range-thumb {
    width: 0.75rem;
    height: 0.75rem;
    border: 0;
    border-radius: 0;
    background: #8fa9cf;
    cursor: pointer;
    pointer-events: auto;
}

.shop-price-range input[type="range"]::-webkit-slider-runnable-track {
    height: 1px;
    background: transparent;
}

.shop-price-range input[type="range"]::-moz-range-track {
    height: 1px;
    background: transparent;
}

.shop-filter-block-color {
    max-width: 100%;
}

.shop-color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.shop-color-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-color-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.shop-color-swatch {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid var(--swatch-border, #d7cfbf);
    background: var(--swatch-color, #f6f3eb);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-color-option:hover .shop-color-swatch,
.shop-color-option.is-selected .shop-color-swatch,
.shop-color-option input:checked + .shop-color-swatch {
    border-color: #8fa9cf;
    box-shadow: inset 0 0 0 1px #8fa9cf;
}

.shop-filters {
    margin: 0 0 2.5rem;
}

.shop-filters-form {
    display: block;
}

.shop-filters-top {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2rem 4.5rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.shop-filters-bottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem 1.75rem;
    align-items: start;
    margin-bottom: 1rem;
}

.shop-filter-block {
    min-width: 0;
}

.shop-filter-label {
    display: block;
    margin-bottom: 0.625rem;
    font-family: inherit;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7f8da3;
}


/* Shop filters price */

.shop-filter-block-price {
    min-width: 0;
}

.shop-price-range {
    --range-start: 0%;
    --range-end: 100%;
    position: relative;
    padding-top: 0.625rem;
}

.shop-price-track {
    position: absolute;
    top: 0.875rem;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        to right,
        #a7b6cc 0%,
        #a7b6cc var(--range-start),
        #d7deea var(--range-start),
        #d7deea var(--range-end),
        #a7b6cc var(--range-end),
        #a7b6cc 100%
    );
    pointer-events: none;
}

.shop-price-range::before {
    content: none;
}

.shop-price-track::before,
.shop-price-track::after {
    content: none;
}

.shop-price-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #27456b;
}

.shop-price-range input[type="range"] {
    position: absolute;
    top: 0.4375rem;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.shop-price-range input[type="range"]::-webkit-slider-runnable-track {
    height: 1px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.shop-price-range input[type="range"]::-webkit-slider-thumb {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.375rem;
    border: 0;
    border-radius: 0;
    background: #8fa9cf;
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
}

.shop-price-range input[type="range"]::-moz-range-track {
    height: 1px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.shop-price-range input[type="range"]::-moz-range-progress {
    height: 1px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.shop-price-range input[type="range"]::-moz-range-thumb {
    width: 0.75rem;
    height: 0.75rem;
    border: 0;
    border-radius: 0;
    background: #8fa9cf;
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
}

.shop-price-range input[type="range"]::-ms-track {
    height: 1px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.shop-price-range input[type="range"]::-ms-fill-lower,
.shop-price-range input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0;
}

.shop-price-range input[type="range"]::-ms-thumb {
    width: 0.75rem;
    height: 0.75rem;
    border: 0;
    border-radius: 0;
    background: #8fa9cf;
    cursor: pointer;
}


/* Shop filters color */

.shop-filter-block-color {
    min-width: 0;
}

.shop-color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.shop-color-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-color-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.shop-color-swatch {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid var(--swatch-border, #d7cfbf);
    background: var(--swatch-color, #f6f3eb);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shop-color-option:hover .shop-color-swatch,
.shop-color-option.is-selected .shop-color-swatch,
.shop-color-option input:checked + .shop-color-swatch {
    border-color: #8fa9cf;
    box-shadow: inset 0 0 0 1px #8fa9cf;
}


/* Shop filters dropdown */

.shop-filter-block-dropdown {
    min-width: 0;
}

.shop-filter-dropdown {
    position: relative;
}

.shop-filter-dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.875rem 2.75rem 0.875rem 0.9375rem;
    border: 1px solid #d7deea;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-filter-dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    width: 0.625rem;
    height: 0.375rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%237F8DA3' stroke-width='1.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.shop-filter-dropdown.is-open .shop-filter-dropdown-toggle {
    border-color: #8fa9cf;
}

.shop-filter-dropdown.is-open .shop-filter-dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

.shop-filter-dropdown-text {
    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    color: #27456b;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-filter-dropdown-text.is-placeholder {
    color: #27456b;
}

.shop-filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.375rem);
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 16rem;
    overflow-y: auto;
    padding: 0.5rem 0;
    border: 1px solid #d7deea;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(40, 48, 76, 0.08);
}

.shop-filter-dropdown-menu[hidden] {
    display: none;
}

.shop-filter-dropdown-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.shop-filter-dropdown-option:hover {
    background: #f8fafc;
}

.shop-filter-dropdown-option input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    border: 1px solid #b8c5d9;
    accent-color: #8fa9cf;
    flex: 0 0 auto;
}

.shop-filter-dropdown-option span {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #27456b;
}

.shop-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.875rem;
}

.shop-active-filters[hidden] {
    display: none;
}

.shop-active-filters-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
}

.shop-active-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 1.875rem;
    padding: 0.1875rem 0.4375rem;
    border: 1px solid #d7deea;
    background: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #27456b;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.shop-active-filter:hover {
    border-color: #8fa9cf;
    color: #1f3f66;
}

.shop-clear-filters {
    display: inline-flex;
    align-items: center;
    min-height: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #7f8da3;
    text-decoration: underline;
    text-underline-offset: 0.14em;
    transition: color 0.2s ease;
}

.shop-clear-filters:hover {
    color: #27456b;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.shop-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem 0.75rem;
}

.shop-active-filters[hidden] {
    display: none;
}

.shop-active-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.shop-active-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    min-height: 2rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #d7deea;
    background: #fff;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #27456b;
    cursor: pointer;
}

.shop-clear-filters {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #7f8da3;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.shop-clear-filters:hover {
    color: #27456b;
}
/* --------------------------------------------------------------
# Single product
-------------------------------------------------------------- */

.single-product-section {
    padding: 24px 0 72px;
}

.single-product-layout {
    align-items: start;
}

.single-product-section {
    padding: 24px 0 72px;
}

.single-product-layout {
    align-items: start;
}


.single-product-gallery-has-one-item .single-product-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
}

.single-product-gallery {
    min-width: 0;
}

.single-product-gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.single-product-gallery-thumbs-wrap {
    position: relative;
    height: 100%;
}

.single-product-gallery-thumbs {
    min-height: 0;
    overflow: hidden;
}

.single-product-gallery-thumbs-track {
    display: flex;
    flex-direction: column;
    gap: 10px;
    will-change: transform;
    transition: transform 0.25s ease;
}

.single-product-gallery-thumbs .swiper-slide {
    width: 100% !important;
    height: auto !important;
}

.single-product-gallery-thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(31, 42, 53, 0.12);
    transition: border-color 0.25s ease, opacity 0.25s ease;
}

.single-product-gallery-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 8;
    object-fit: cover;
}

.single-product-gallery-thumb.is-active {
}

.single-product-gallery-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 6 / 8;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--site-blue-deep);
    background: rgba(31, 42, 53, 0.04);
}

.single-product-gallery-thumb-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
    background: rgba(31, 42, 53, 0.72);
    border-radius: 50%;
    backdrop-filter: blur(14px);
}

.single-product-gallery-thumb-badge svg {
    width: 14px;
    height: 14px;
}

.single-product-gallery-thumbs-arrow {
    left: 0;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    padding: 0;
    color: var(--site-blue-deep);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(31, 42, 53, 0.12);
    box-shadow: 0 12px 24px rgba(31, 42, 53, 0.08);
    backdrop-filter: blur(14px);
    transition:  opacity 0.25s ease;
    opacity: 0.5;
    z-index: 5;
}

.single-product-gallery-thumbs-arrow.is-up {
    top: 0;
}

.single-product-gallery-thumbs-arrow.is-down {
    bottom: 0;
}
.single-product-gallery-thumbs-arrow:hover,
.single-product-gallery-thumbs-arrow:focus-visible {
    opacity: 1;
}

.single-product-gallery-thumbs-arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.single-product-gallery-thumbs-arrow svg {
    width: 18px;
    height: 18px;
}

.single-product-gallery-main-wrap {
    position: relative;
    min-width: 0;
}

.single-product-gallery-stage {
    position: relative;
    overflow: hidden;
    background: rgba(31, 42, 53, 0.04);
    aspect-ratio: 6 / 8;
}

.single-product-gallery-pane {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.single-product-gallery-pane.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.single-product-gallery-image,
.single-product-gallery-video-poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product-gallery-video,
.single-product-gallery-video-placeholder,
.single-product-gallery-video-player {
    width: 100%;
    height: 100%;
}

.single-product-gallery-video-player[hidden] {
    display: none !important;
}

.single-product-gallery-video-player iframe,
.single-product-gallery-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
}

.single-product-gallery-video-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #111111;
}

.single-product-gallery-video-play {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    padding: 0;
    color: #ffffff;
    background: rgba(31, 42, 53, 0.72);
    border: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(18px);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.single-product-gallery-video-play:hover,
.single-product-gallery-video-play:focus-visible {
    transform: translate(-50%, -50%) scale(1.04);
    background: rgba(31, 42, 53, 0.86);
}

.single-product-gallery-video-play-icon {
    display: inline-flex;
    width: 26px;
    height: 26px;
}

.single-product-gallery-video-play-icon svg {
    width: 100%;
    height: 100%;
}

.single-product-gallery-has-one-item .single-product-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
}

/* Single product variation select */

.single-product-variation-option__field {
    position: relative;
}

.single-product-variation-option__field .reset_variations {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.single-product-variation-option__field::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    width: 0.625rem;
    height: 0.375rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%235f6e7d' stroke-width='1.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

.single-product-variation-option__field select {
    display: block;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.875rem 2.75rem 0.875rem 0.9375rem;
    border: 1px solid var(--site-border);
    border-radius: 0;
    background: var(--site-bg);
    box-shadow: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    color: var(--site-blue-deep);
    font-family: var(--body-font), sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.single-product-variation-option__field select:hover,
.single-product-variation-option__field select:focus {
    border-color: var(--site-blue);
    color: var(--site-blue-deep);
    box-shadow: none;
    outline: none;
}

.single-product-variation-option__field select option {
    color: var(--site-blue-deep);
    background: var(--site-bg);
}

.single-product-variation-option__field select option[value=""] {
    color: var(--site-text-muted);
}
.single-product-variation-option__label {

    font-weight: 200;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;

}
/* Single product quantity */
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.quantity-square {
    display: inline-flex;
    align-items: stretch;
    min-height: 3.25rem;
    border: 1px solid var(--site-border);
    border-radius: 0;
    background: var(--site-bg);
    overflow: hidden;
    margin: 0;
}

.quantity-square__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.25rem;
    min-width: 3.25rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--site-blue-deep);
    font-family: var(--body-font), sans-serif;
    font-size: 1rem;
    line-height: 1;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.quantity-square__button:hover,
.quantity-square__button:focus,
.quantity-square__button:focus-visible {
    background: var(--site-bg-light);
    color: var(--site-blue-deep);
    box-shadow: none;
    outline: none;
}

.quantity-square__button--minus {
    border-right: 1px solid var(--site-border);
}

.quantity-square__button--plus {
    border-left: 1px solid var(--site-border);
}

.quantity-square .qty {
    display: block;
    width: 4.25rem;
    min-width: 4.25rem;
    height: auto;
    padding: 0 0.75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    color: var(--site-text);
    font-family: var(--body-font), sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.quantity-square .qty::-webkit-outer-spin-button,
.quantity-square .qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.quantity-square .qty:focus {
    box-shadow: none;
    outline: none;
    color: var(--site-blue-deep);
}

.quantity.hidden {
    display: none !important;
}
.product-attributes-list {
    list-style: none;
    margin: 0;
    padding: 0;
font-size: 16px;
line-height: 1.2;
}
.product-attributes-list li {
    margin-bottom: 0.5em;
}

/* Floating accordion */

.floating-accordion {
    position: relative;
    width: 50%;
    z-index: 1;
}

/* Floating accordion item */

.floating-accordion__item {
    position: relative;
    border-top: 1px solid var(--site-border);
}

.floating-accordion__item:last-child {
    border-bottom: 1px solid var(--site-border);
}

.floating-accordion__item.is-open {
    z-index: 20;
}

/* Floating accordion toggle */

.floating-accordion__toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 2.625rem;
    padding: 0.875rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
}

.floating-accordion__toggle:focus,
.floating-accordion__toggle:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Floating accordion title */

.floating-accordion__title {
    color: var(--site-text-muted);
    font-family: var(--body-font), sans-serif;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Floating accordion icon */

.floating-accordion__icon {
    position: relative;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
}

.floating-accordion__icon::before,
.floating-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--site-border);
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.floating-accordion__icon::before {
    width: 1rem;
    height: 1px;
}

.floating-accordion__icon::after {
    width: 1px;
    height: 1rem;
}

.floating-accordion__item.is-open .floating-accordion__icon::after {
    opacity: 0;
}

/* Floating accordion panel */

.floating-accordion__panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200%;
    display: none;
    background: var(--site-bg);
    border-top: 1px solid var(--site-border);
    border-bottom: 1px solid var(--site-border);
    z-index: 30;
}

.floating-accordion__item.is-open .floating-accordion__panel {
    display: block;
}

.floating-accordion__item.open-up .floating-accordion__panel {
    top: auto;
    bottom: 100%;
}

/* Floating accordion panel inner */

.floating-accordion__panel-inner {
    padding: 1rem 0 1.25rem;
    color: var(--site-text);
    font-family: var(--body-font), sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    background: var(--site-bg);
}

.floating-accordion__panel-inner p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------
# Product feedback
-------------------------------------------------------------- */

.feedback-score {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.875rem;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 300;
}

.feedback-score-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
}

.feedback-score-icon svg {
    width: 100%;
    height: 100%;
}

.feedback-score-count {
    opacity: 0.8;
}

.feedback-list {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.feedback-review,
.feedback-question {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    color: #688fb9;
}

.feedback-icon svg {
    width: 24px;
    height: 24px;
}

.feedback-question-title {
    color: var(--site-blue-deep);
}
.feedback-text,
.feedback-answer p {
    color: var(--site-text-muted);
}

.feedback-answer p:last-child {
    margin-bottom: 0;
}

.feedback-empty {
    font-size: 1rem;
    line-height: 1.6;
}

.feedback-more {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin-top: 0.25rem;
}

.feedback-form-wrap {
    margin-top: 2.75rem;
}

.feedback-question-form-section {
    margin-top: 2.75rem;
}

.feedback-notice {
    margin-bottom: 1rem;
    padding: 0.875rem 1rem;
    color: #657789;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    border: 1px solid rgba(36, 74, 109, 0.16);
    background: rgba(255, 255, 255, 0.72);
}

.feedback-notice-success {
    border-color: rgba(76, 132, 92, 0.24);
}

.feedback-notice-error {
    border-color: rgba(165, 77, 77, 0.24);
}

.feedback-question-form-wrap {
    margin-top: 1.5rem;
}

.feedback-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.feedback-input,
.feedback-textarea,
.feedback-form-wrap .comment-form-author input,
.feedback-form-wrap .comment-form-email input,
.feedback-form-wrap .comment-form-rating select,
.feedback-form-wrap .comment-form-comment textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(36, 74, 109, 0.18);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
    color: #657789;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.feedback-input,
.feedback-form-wrap .comment-form-author input,
.feedback-form-wrap .comment-form-email input,
.feedback-form-wrap .comment-form-rating select {
    min-height: 3.5rem;
    padding: 0.875rem 1rem;
}

.feedback-textarea,
.feedback-form-wrap .comment-form-comment textarea {
    min-height: 9rem;
    padding: 1rem;
    resize: vertical;
}

.feedback-input::placeholder,
.feedback-textarea::placeholder,
.feedback-form-wrap .comment-form-author input::placeholder,
.feedback-form-wrap .comment-form-email input::placeholder,
.feedback-form-wrap .comment-form-comment textarea::placeholder {
    color: rgba(101, 119, 137, 0.54);
}

.feedback-input:hover,
.feedback-input:focus,
.feedback-textarea:hover,
.feedback-textarea:focus,
.feedback-form-wrap .comment-form-author input:hover,
.feedback-form-wrap .comment-form-author input:focus,
.feedback-form-wrap .comment-form-email input:hover,
.feedback-form-wrap .comment-form-email input:focus,
.feedback-form-wrap .comment-form-rating select:hover,
.feedback-form-wrap .comment-form-rating select:focus,
.feedback-form-wrap .comment-form-comment textarea:hover,
.feedback-form-wrap .comment-form-comment textarea:focus {
    border-color: #688fb9;
    background: rgba(255, 255, 255, 0.9);
    outline: none;
    box-shadow: none;
}

.feedback-form-wrap .comment-form-author,
.feedback-form-wrap .comment-form-email,
.feedback-form-wrap .comment-form-rating,
.feedback-form-wrap .comment-form-cookies-consent,
.feedback-form-wrap .form-submit {
    margin: 1rem 0 0;
}

.feedback-form-wrap .comment-form-comment {
    margin: 0;
}

.feedback-form-wrap .comment-form-rating {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feedback-form-wrap .comment-form-rating label {
    margin: 0;
    color: var(--site-blue-deep);
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feedback-form-wrap .comment-form-cookies-consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #657789;
    font-size: 0.9375rem;
    line-height: 1.45;
    font-weight: 300;
}

.feedback-form-wrap .form-submit .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 3.5rem;
    padding: 0.875rem 1.5rem;
    color: var(--site-blue-deep);
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: 1px solid var(--site-blue-deep);
    border-radius: 0;
    box-shadow: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.feedback-form-wrap .form-submit .submit:hover,
.feedback-form-wrap .form-submit .submit:focus {
    color: #ffffff;
    background: var(--site-blue-deep);
    border-color: var(--site-blue-deep);
    box-shadow: none;
    outline: none;
}
/* WC notices modal */
.woocommerce-notices-wrapper.wc-notices-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.woocommerce-notices-wrapper.wc-notices-modal .wc-notices-overlay {
    position: absolute;
    inset: 0;
}
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 40px));
    margin: 0;
    padding: 2rem;
    border: 0;
    list-style: none;
    background: var(--site-bg-cream);

}
.woocommerce-notices-wrapper.wc-notices-modal {
    flex-direction: column;
    gap: 12px;
}
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error + .woocommerce-message,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message + .woocommerce-info,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error + .woocommerce-info,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message + .woocommerce-message,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error + .woocommerce-error,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info + .woocommerce-info,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message + .woocommerce-error,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info + .woocommerce-error,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info + .woocommerce-message {
    margin-top: 12px;
}
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info {
    border: none!important;
    box-shadow: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
}

.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error::before,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message::before,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info::before {
    display: none !important;
}

.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error li,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message li,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info li {
    margin: 0;
    padding: 0;
}

.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-error li + li,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-message li + li,
.woocommerce-notices-wrapper.wc-notices-modal .woocommerce-info li + li {
    margin-top: 6px;
}

.woocommerce-notices-wrapper.wc-notices-modal .wc-notices-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: inherit;
}

.woocommerce-notices-wrapper.wc-notices-modal .wc-notices-close span {
    display: block;
    line-height: 1;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0 0 0.7em;
    margin: 0 0 1em;
    position: relative;
    background-color: transparent;
    color: var(--site-text);
    border-top: none;
    border-bottom: 1px solid var(--site-blue);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: none;
}
.contacts-map {
    height: 420px;
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
/* =========================================================
   Floating Contact
========================================================= */

.floating-contact {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 140;
    pointer-events: none;
}

.floating-contact-panel {
    position: relative;
    width: 50px;
    min-height: 176px;
    overflow: hidden;
    pointer-events: auto;
    background: var(--site-blue);
    border-radius: 5px 0 0 5px;
    box-shadow: var(--site-shadow);
}

.floating-contact-default,
.floating-contact-overlay {
    position: relative;
    width: 50px;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.floating-contact-default {
    padding: 16px 10px 18px;
}

.floating-contact-main-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.floating-contact-main-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.floating-contact-label {
    display: block;
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: var(--site-white);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    user-select: none;
}

.floating-contact-overlay {
    position: absolute;
    inset: 0;
    padding: 14px 8px;
    background: var(--site-bg-cream);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.floating-contact-panel:hover .floating-contact-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.floating-contact-messenger {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: transform .25s ease;
}

.floating-contact-messenger:hover {
    transform: scale(1.08);
}

.floating-contact-messenger .mycontact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.floating-contact-messenger .mycontact-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
/* =========================================================
   To Top Button
========================================================= */

.to-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(104, 143, 185, 0.15);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    z-index: 130;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease, background-color .25s ease;
}

.to-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.to-top-btn:hover,
.to-top-btn:focus,
.to-top-btn:focus-visible {
    background: rgba(104, 143, 185, 0.5);
    outline: none;
    box-shadow: none;
}

.to-top-btn svg {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

/* Mini cart */
.header-cart-toggle {
    position: relative;
}

.header-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 50%;
    background: var(--site-blue);
    color: var(--site-white);
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    pointer-events: none;
}

.header-cart-count.is-empty {
    display: none;
}
.cart-modal .widget_shopping_cart_content {
    position: relative;
}

.cart-modal .woocommerce-mini-cart-item {
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px solid var(--palette8);
}

.cart-modal .woocommerce-mini-cart-item:first-child {
    padding-top: 0;
}

.cart-modal .mini-cart-thumb-link {
    width: 72px;
    background: var(--palette8);
}

.cart-modal .mini-cart-thumb-link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: inline-block;
    margin-bottom: 0.375rem;
    color: var(--site-blue-deep);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 500;
}

.cart-modal .mini-cart-meta {
    margin-bottom: 0.75rem;
    color: var(--palette2);
    font-size: 0.875rem;
    line-height: 1.4;
}

.cart-modal .mini-cart-meta dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.625rem;
    margin: 0;
}

.cart-modal .mini-cart-meta dl.variation dt,
.cart-modal .mini-cart-meta dl.variation dd {
    margin: 0;
    float: none;
}

.cart-modal .mini-cart-meta dl.variation dd p {
    margin: 0;
}

.cart-modal .mini-cart-quantity {
    border: 1px solid var(--palette8);
    background: var(--palette9);
}

.cart-modal .mini-cart-qty-btn {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.5rem;
    color: var(--palette3);
    font-size: 1rem;
    line-height: 1;
}

.cart-modal .mini-cart-qty-input {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.5rem;
    padding: 0 0.25rem;
    text-align: center;
    background: transparent;
    color: var(--palette3);
    font-size: 0.9375rem;
    line-height: 1;
    border-left: 1px solid var(--palette8);
    border-right: 1px solid var(--palette8);
    -moz-appearance: textfield;
}

.cart-modal .mini-cart-qty-input::-webkit-outer-spin-button,
.cart-modal .mini-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-modal .mini-cart-subtotal {
    color: var(--palette3);
    font-size: 0.95rem;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}

.cart-modal .mini-cart-remove-btn {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    color: var(--palette2);
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
}

.cart-modal .mini-cart-remove-btn:hover,
.cart-modal .mini-cart-title:hover {
    color: var(--palette4);
}

.cart-modal .mini-cart-footer {
    padding-top: 1rem;
}

.cart-modal .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-modal .woocommerce-mini-cart__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.cart-modal .woocommerce-mini-cart__buttons .button {
    margin: 0;
}

.cart-modal .woocommerce-mini-cart__empty-message {
    padding: 0.5rem 0;
}


/* =========================================================
   Posts archive
========================================================= */
.post-card-band {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.post-card-title {
    line-height: 1.3;
}

.post-card-excerpt {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}