:root {
    --color-primary: #1E2229;
    --color-primary-hover: #0F1115;
    --color-primary-active: #000000;
    --color-secondary: #4A5568;
    --color-secondary-hover: #2D3748;
    --color-secondary-active: #1A202C;
    --color-accent: #E63946;
    --color-accent-hover: #D62828;
    --color-accent-active: #BA181B;
    --color-accent-contrast: #FFFFFF;
    --color-accent-sec: #FFB703;
    --color-accent-sec-hover: #FB8500;
    --color-bg-base: #F8F9FA;
    --color-bg-surface: #FFFFFF;
    --color-bg-subtle: #F1F3F5;
    --color-border: #E5E7EB;
    --color-text-primary: #1E2229;
    --color-text-secondary: #525D6E;
    --color-text-muted: #8A94A6;
    --font-primary: 'Plus Jakarta Sans', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: var(--font-primary);
    color: var(--color-text-primary);
    background-color: var(--color-bg-base);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    background-color: var(--color-bg-base);
    color: var(--color-text-primary);
    line-height: 1.5;
}

.text-muted {
    color: #8A94A6 !important;
}

.btn-primary-action {
    background-color: var(--color-accent);
    color: var(--color-accent-contrast);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary-action:hover {
    background-color: var(--color-accent-hover);
}

.btn-primary-action:active {
    background-color: var(--color-accent-active);
}

.btn-secondary-action {
    background-color: var(--color-primary);
    color: #FFFFFF;
    transition: background-color 0.2s ease;
}

.btn-secondary-action:hover {
    background-color: var(--color-primary-hover);
}

.btn-secondary-action:active {
    background-color: var(--color-primary-active);
}

.product-card-surface {
    background-color: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* ===== header ===== */
#site-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#site-header .site-header__logo {
    width: 44px;
    height: 44px;
}

/* ===== hero_section ===== */
.selects-hero-section {
    position: relative;
    min-height: 600px;
}

.selects-hero-section .selects-hero-bg {
    background-repeat: no-repeat;
}

.selects-hero-section .selects-product-card {
    transition: all 0.2s ease-in-out;
}

/* ===== step_by_step_parameter_selector ===== */
.selects-parameter-selector .js-param-btn {
    background-color: #F8F9FA;
    border-color: #E5E7EB;
    color: #1E2229;
}

.selects-parameter-selector .js-param-btn:hover {
    background-color: #F1F3F5;
    border-color: #525D6E;
}

.selects-parameter-selector .js-param-btn.active {
    background-color: #1E2229;
    border-color: #1E2229;
    color: #FFFFFF;
}

.selects-parameter-selector .js-product-card {
    min-height: 100%;
}

/* ===== bestsellers ===== */
.bestsellers-section .bestseller-card {
    min-height: 100%;
}

.bestsellers-section .bestseller-card img {
    transition: transform 0.2s ease-in-out;
}

.bestsellers-section .bestseller-card:hover img {
    transform: scale(1.03);
}

/* ===== sale_and_outlet ===== */
.sale-outlet-section .js-outlet-item {
    backface-visibility: hidden;
}

.sale-outlet-section .js-outlet-tab.active {
    background-color: #1E2229;
    color: #FFFFFF;
    border-color: #1E2229;
}

/* ===== designer_collections ===== */
.designer-collections-section .collection-item {
    min-height: 100%;
}

.designer-collections-section .collection-item img {
    transition: transform 0.2s ease-in-out;
}

.designer-collections-section .collection-item:hover img {
    transform: scale(1.03);
}

/* ===== style_guide_and_blog ===== */
.blog-grid-section .js-filter-btn.active-filter {
    background-color: #1E2229;
    color: #FFFFFF;
    border-color: #1E2229
}

.blog-grid-section .js-blog-card {
    transition: all .25s ease-in-out
}

.blog-grid-section .js-blog-card.is-hidden {
    display: none
}

/* ===== footer ===== */
.site-footer-section iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.site-footer-section a {
    transition: color 0.2s ease;
}

/* ===== PAGE: catalog ===== */
.catalog-grid-section input::placeholder { color: #8A94A6; opacity: 1; }
.catalog-grid-section select { cursor: pointer; }
.catalog-grid-section .js-size-btn.active-size { background-color: #1E2229; color: #FFFFFF; border-color: #1E2229; }
.catalog-grid-section .js-page-btn.active-page { background-color: #1E2229; color: #FFFFFF; border-color: #1E2229; }

/* ===== PAGE: collections ===== */
.collections-page-block { font-family: 'Plus Jakarta Sans', sans-serif; }
.collections-page-block input::placeholder { color: #8A94A6; opacity: 1; }
.collections-page-block .js-collection-card { will-change: transform; }

/* ===== PAGE: blog ===== */
.selects-blog-section input::placeholder { color: #8A94A6; opacity: 1; }
.selects-blog-section .js-blog-card { transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.selects-blog-section .js-blog-card:hover { border-color: #1E2229; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }

/* ===== PAGE: about ===== */
.about-content-section {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.about-content-section .js-tab-btn {
  cursor: pointer;
}
.about-content-section .js-tab-pane.hidden {
  display: none;
}
.about-content-section .js-tab-pane.block {
  display: block;
}

/* ===== PAGE: contact ===== */
.contact-info-page .contact-map-wrapper iframe{width:100%!important;height:100%!important;min-height:340px;border:0;display:block}.contact-info-page .contact-map-wrapper{position:relative;width:100%}

/* ===== PAGE: cart ===== */
.cart-content-section .cart-form-input::placeholder { color: #8A94A6; opacity: 1; }
.cart-content-section .cart-item-row { transition: background-color 0.2s ease, border-color 0.2s ease; }
.cart-content-section .cart-item-row:hover { border-color: #CBD5E1; }
.cart-content-section .cart-qty-btn { transition: all 0.15s ease; }
.cart-content-section .cart-qty-btn:hover { background-color: #E5E7EB; color: #1E2229; }
.cart-content-section .cart-qty-btn:active { background-color: #D1D5DB; }
.cart-content-section .cart-remove-item-btn { transition: color 0.15s ease; }
.cart-content-section .cart-remove-item-btn:hover { color: #E63946; }

/* ===== PAGE: privacy ===== */
.privacy-policy-section .policy-block { hyphens: auto; } .privacy-policy-section .policy-block ul { list-style-type: disc; }

/* ===== PAGE: terms ===== */
.terms-content-section a { transition: color 0.15s ease-in-out; }
.terms-content-section article { scroll-margin-top: 100px; }

/* ===== PAGE: disclaimer ===== */
.disclaimer-section { font-family: 'Plus Jakarta Sans', sans-serif; } .disclaimer-section h1, .disclaimer-section h2, .disclaimer-section h3 { letter-spacing: -0.02em; } .disclaimer-section .js-nav-link.is-active { background-color: #F1F3F5; color: #1E2229; font-weight: 600; border-left: 3px solid #E63946; }

/* ===== PAGE: refound ===== */
.policy-section h1, .policy-section h2, .policy-section h3 { hyphens: auto; }
.policy-section a { transition: color 0.2s ease; }

/* ===== PAGE: delivery ===== */
.delivery-info-section { font-family: 'Plus Jakarta Sans', sans-serif; } .delivery-info-section a { transition: color 0.15s ease, background-color 0.15s ease; }

.main-comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
}

.comment-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9999px;
}

.reply-comment-wrapper {
    position: relative;
}

.reply-comment-card {
    background-color: #F8F9FA;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.reply-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.reply-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9999px;
}


/* ===== PAGE TEMPLATE: catalog ===== */
#site-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#site-header .site-header__logo {
    width: 44px;
    height: 44px;
}

.product-detail-view .product-detail-view__gallery img {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
}

.site-footer-section iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.site-footer-section a {
    transition: color 0.2s ease;
}

/* ===== PAGE TEMPLATE: collections ===== */
#site-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#site-header .site-header__logo {
    width: 44px;
    height: 44px;
}

.site-footer-section iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.site-footer-section a {
    transition: color 0.2s ease;
}

.collection-detail-block .comment-avatar,
.collection-detail-block .reply-avatar {
    width: 38px;
    height: 38px;
}

.collection-editorial-prose p {
    color: #525D6E;
}

.selects-product-card {
    transition: all 0.2s ease-in-out;
}

/* ===== PAGE TEMPLATE: blog ===== */
#site-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#site-header .site-header__logo {
    width: 44px;
    height: 44px;
}

.blog-detail-view .blog-article-content p {
    line-height: 1.7;
}

.blog-detail-view .comment-avatar,
.blog-detail-view .reply-avatar {
    flex-shrink: 0;
}

.site-footer-section iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.site-footer-section a {
    transition: color 0.2s ease;
}