@font-face{font-family:Manrope;src:url("fonts/manrope-400.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url("fonts/manrope-500.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Manrope;src:url("fonts/manrope-600.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Manrope;src:url("fonts/manrope-700.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}
/* DIVAS presentation layer. Parent checkout and inquiry structure remains intact. */
:root {
    --dm-paper: #f4f2ed;
    --dm-panel: #ebe8e1;
    --dm-ink: #242b29;
    --dm-muted: #62665e;
    --dm-line: #d5d6ce;
    --dm-peach: #efb79a;
    --dm-width: 1344px;
}
body.divas-modern { margin: 0; background: var(--dm-paper); color: var(--dm-ink); font-family: "Manrope", "Segoe UI", Arial, sans-serif; }
.divas-modern *, .divas-modern *::before, .divas-modern *::after { box-sizing: border-box; }
.divas-modern a { color: inherit; }
.divas-modern a:hover { color: inherit; }
.divas-modern :focus-visible { outline: 3px solid #9d5430; outline-offset: 5px; }
.divas-modern #content.site-content { margin-top: 0; padding-top: 0; }
.divas-modern [id] { scroll-margin-top: 24px; }
.dm-wrap { width: min(var(--dm-width), calc(100% - 96px)); margin-inline: auto; }
.dm-home h1, .dm-home h2, .dm-home h3, .dm-footer h2, .dm-template h1, .dm-template h2, .dm-template h3 { clear: none; color: var(--dm-ink); font-family: inherit; font-weight: 600; }
.dm-home p, .dm-template p { font-size: 16px; line-height: 1.7; }
.dm-home a, .dm-header a, .dm-footer a, .dm-topbar a { text-decoration: none; }
.dm-skip { position: fixed; z-index: 10000; top: 8px; left: 12px; padding: 12px 20px; background: var(--dm-ink); color: white !important; transform: translateY(-180%); }
.dm-skip:focus { transform: none; }
.dm-topbar { background: var(--dm-ink); color: #f4f2ed; font-size: 11px; letter-spacing: .045em; }
.dm-topbar .dm-wrap { display: flex; justify-content: space-between; padding-block: 10px; }
.dm-header { border-bottom: 1px solid var(--dm-line); background: var(--dm-paper); position: relative; z-index: 50; }
.dm-header-inner { display: flex; min-height: 100px; align-items: center; gap: 42px; }
.dm-brand { flex: 0 0 125px; }
.dm-brand a { display: block; }
.dm-brand img { display: block; width: auto; height: auto; max-width: 116px; max-height: 64px; object-fit: contain; object-position: left center; }
.dm-wordmark { display: inline-block; font-size: 48px; font-weight: 800; letter-spacing: -4px; line-height: 1; }
.dm-wordmark span { color: var(--dm-peach); }
.dm-navigation { flex: 1; }
.dm-navigation .dm-menu, .dm-navigation .dm-menu ul { list-style: none; padding: 0; margin: 0; }
.dm-menu { display: flex; align-items: center; gap: 25px; }
.dm-menu > li { position: relative; }
.dm-menu a { display: block; padding-block: 20px; font-size: 13px; font-weight: 600; line-height: 1.4; }
.dm-menu a:hover, .dm-menu .current-menu-item > a { text-decoration: underline; text-underline-offset: 5px; }
.dm-menu .sub-menu { display: none; position: absolute; z-index: 60; top: 100%; left: -18px; min-width: 245px; padding: 10px 18px !important; border: 1px solid var(--dm-line); background: var(--dm-paper); box-shadow: 0 14px 24px #242b290c; }
.dm-menu .sub-menu a { padding-block: 10px; }
.dm-menu li:hover > .sub-menu, .dm-menu li:focus-within > .sub-menu { display: block; }
.dm-menu .sub-menu .sub-menu { position: static; border: 0; box-shadow: none; padding: 0 0 0 16px !important; display: block; }
.dm-header-actions { display: flex; align-items: center; gap: 22px; }
.dm-search-link { display: grid; place-items: center; width: 36px; height: 40px; }
.dm-cart { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; }
.dm-count { display: inline-grid; place-items: center; min-width: 23px; height: 23px; padding: 2px 5px; background: var(--dm-panel); border-radius: 50%; font-size: 11px; }
.dm-home .dm-button, .dm-header .dm-button, .dm-template .dm-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 54px; padding: 16px 22px; border: 1px solid var(--dm-ink); border-radius: 4px; background: var(--dm-ink); color: #fff; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .2s, transform .2s; }
.dm-home .dm-button:hover, .dm-header .dm-button:hover, .dm-template .dm-button:hover { background: #414a45; color: #fff; transform: translateY(-1px); }
.dm-header .dm-button-small { min-height: 44px; padding: 11px 17px; gap: 19px; font-size: 12px; }
.dm-menu-toggle { border: 1px solid var(--dm-line); background: transparent; border-radius: 4px; padding: 10px 14px; font-size: 13px; }
.dm-menu-toggle[hidden] { display: none; }
.dm-search { display: none; padding-block: 0 22px; }
.dm-search:target, .dm-search:focus-within { display: block; }
.dm-search label { font-size: 12px; display: block; margin-bottom: 8px; }
.dm-search > div { display: flex; gap: 8px; }
.dm-search input[type="search"] { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--dm-line); border-radius: 4px; padding: 12px 14px; font-size: 14px; color: var(--dm-ink); }
.dm-search button { border: 0; padding: 12px 22px; color: #fff; background: var(--dm-ink); border-radius: 4px; font-size: 13px; }
.dm-hero { display: grid; grid-template-columns: 41fr 59fr; min-height: 740px; padding-block: 34px; gap: 38px; }
.dm-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 40px; }
.dm-home .dm-eyebrow, .dm-template .dm-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 26px; font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; line-height: 1.4; }
.dm-eyebrow > span { display: inline-block; width: 7px; height: 7px; background: #ba7550; border-radius: 50%; }
.dm-hero h1 { margin: 0 0 27px; max-width: 490px; font-size: clamp(45px, 4.5vw, 68px); font-weight: 500; letter-spacing: -.065em; line-height: 1.045; }
.dm-home .dm-lead { max-width: 375px; margin: 0 0 32px; color: var(--dm-muted); font-size: 15px; line-height: 1.75; }
.dm-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.dm-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 600; text-decoration: none; }
.dm-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.dm-home .dm-hero-note { margin: 34px 0 0; color: var(--dm-muted); font-size: 11px; line-height: 1.8; }
.dm-product-stage { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: var(--dm-panel); border-radius: 5px; }
.dm-product-visual { position: relative; flex: 1; min-height: 0; }
.dm-hero-detail { position: absolute; z-index: 3; bottom: 23px; right: 18px; width: 174px; margin: 0; padding: 7px; background: var(--dm-paper); border: 1px solid var(--dm-line); border-radius: 4px; }
.dm-hero-detail img { width: 100%; height: 101px; display: block; object-fit: cover; border-radius: 2px; }
.dm-hero-detail figcaption { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 8px 2px 2px; font-size: 10px; line-height: 1.4; }
.dm-hero-detail figcaption span:last-child { color: var(--dm-muted); }
.dm-stage-controls { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; padding: 9px 20px 0; }
.dm-hero-method-options { display: flex; gap: 2px; border: 1px solid var(--dm-line); border-radius: 4px; padding: 3px; }
.dm-hero-method-options button { min-height: 35px; font-size: 10px; padding: 8px 13px; background: transparent; border: 0; border-radius: 3px; color: var(--dm-muted); cursor: pointer; }
.dm-hero-method-options button[aria-pressed="true"] { background: var(--dm-ink); color: #fff; }
.dm-stage-top { position: absolute; z-index: 2; inset: 24px 25px auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; }
.dm-stage-badge { border: 1px solid #242b2926; border-radius: 20px; padding: 6px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; background: #f4f2edaa; }
.dm-product-stage .dm-hero-image { display: block; width: 100%; height: auto; min-height: 530px; max-height: 610px; flex: 1; object-fit: contain; object-position: center;  }
.dm-garment-options { display: flex; justify-content: center; gap: 3px; padding: 0; margin-top: 0; position: relative; }
.dm-garment-options button, .dm-method-options button { display: inline-block; min-height: 42px; border: 1px solid transparent; border-radius: 3px; color: var(--dm-muted); background: transparent; font-size: 11px; line-height: 1.4; padding: 10px 16px; cursor: pointer; }
.dm-garment-options button[aria-pressed="true"] { background: var(--dm-paper); color: var(--dm-ink); border-color: #d5d6ce; }
.dm-garment-options button:hover { background: #f4f2edbb; }
.dm-stage-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 25px; color: var(--dm-muted); font-size: 10px; }
.dm-stage-bottom a { color: var(--dm-ink); font-weight: 600; }
.dm-offer-line { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 27px; border-block: 1px solid var(--dm-line); text-align: center; font-size: 12px; }
.dm-offer-line span + span { border-left: 1px solid var(--dm-line); }
.dm-section { padding-block: 90px; }
.dm-section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.dm-section-head .dm-eyebrow { margin-bottom: 15px; }
.dm-home h2, .dm-template h2 { font-size: clamp(30px, 3.1vw, 44px); font-weight: 500; line-height: 1.12; letter-spacing: -.055em; margin: 0; }
.dm-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dm-category-image { position: relative; height: 305px; border-radius: 4px; overflow: hidden; background: var(--dm-panel); }
.dm-category-sample { position: absolute; left: 14px; bottom: 14px; padding: 4px 7px; border-radius: 3px; background: #f4f2eddd; color: var(--dm-muted); font-size: 9px; }
.dm-category-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s;  }
.dm-category:hover .dm-category-image img { transform: scale(1.03); }
.dm-category-title { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; }
.dm-category h3 { font-size: 19px; line-height: 1.3; letter-spacing: -.025em; margin: 0; font-weight: 500; }
.dm-category p { margin: 9px 0 0; color: var(--dm-muted); font-size: 12px; }
.dm-decoration { background: var(--dm-panel); padding-block: 72px; }
.dm-decoration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.dm-detail-stage { position: relative; background: #d9d6cd; border-radius: 4px; overflow: hidden; aspect-ratio: 1/1; }
.dm-detail-stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dm-detail-stage > span { position: absolute; bottom: 20px; left: 20px; padding: 5px 9px; border-radius: 3px; background: #f4f2eddd; font-size: 10px; }
.dm-decoration-copy > p:not(.dm-eyebrow) { color: var(--dm-muted); max-width: 425px; margin-block: 24px; font-size: 14px; }
.dm-method-options { display: inline-flex; border-bottom: 1px solid #b9bcb1; gap: 20px; margin-block: 2px 24px; }
.dm-method-options button { border-radius: 0; padding: 10px 0; font-size: 13px; border-bottom: 2px solid transparent; }
.dm-method-options button[aria-pressed="true"] { border-bottom-color: var(--dm-ink); color: var(--dm-ink); font-weight: 600; }
.dm-method-copy { min-height: 145px; max-width: 440px; }
.dm-method-copy h3 { font-size: 17px; line-height: 1.5; margin: 0 0 10px; }
.dm-method-copy p { font-size: 13px; color: var(--dm-muted); }
.dm-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.dm-product-image { aspect-ratio: 1/1.15; background: var(--dm-panel); display: grid; place-items: center; border-radius: 4px; overflow: hidden; }
.dm-product-image img { width: 100%; height: 100%; object-fit: contain;  }
.dm-product-card h3 { font-size: 15px; font-weight: 500; line-height: 1.5; margin: 18px 0 8px; }
.dm-product-price { font-size: 14px; font-weight: 600; margin-block: 9px; }
.dm-product-price ins { background: transparent; text-decoration: none; }
.dm-product-price del { color: var(--dm-muted); font-weight: 400; margin-right: 7px; }
.dm-product-more { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; font-size: 11px; border-top: 1px solid var(--dm-line); padding-top: 14px; }
.dm-process { padding-top: 22px; }
.dm-process ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.dm-process li { border-top: 1px solid var(--dm-line); padding-top: 24px; }
.dm-process li > span { font-size: 12px; color: var(--dm-muted); }
.dm-process h3 { font-size: 21px; letter-spacing: -.035em; margin-block: 26px 14px; font-weight: 500; }
.dm-process p { font-size: 13px; color: var(--dm-muted); max-width: 320px; }
.dm-contact-band { padding: 54px; margin-bottom: 85px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 4px; background: var(--dm-peach); }
.dm-contact-band .dm-eyebrow { margin-bottom: 20px; }
.dm-contact-band p:not(.dm-eyebrow) { font-size: 13px; max-width: 400px; margin: 23px 0 0; }
.dm-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; flex-shrink: 0; }
.dm-contact-actions > a:not(.dm-button) { font-size: 12px; }
.dm-footer { border-top: 1px solid var(--dm-line); padding-top: 60px; }
.dm-footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 60px; }
.dm-footer h2 { font-size: 12px; font-weight: 600; letter-spacing: 0; margin: 0 0 20px; }
.dm-footer-main a:not(.dm-wordmark) { display: block; font-size: 12px; margin-bottom: 11px; color: var(--dm-muted); }
.dm-footer-main a:hover { text-decoration: underline; }
.dm-footer p { font-size: 12px; color: var(--dm-muted); line-height: 1.8; margin-top: 18px; }
.dm-footer ul { list-style: none; padding: 0; margin: 0; }
.dm-footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--dm-line); padding-block: 23px; color: var(--dm-muted); font-size: 10px; }
.divas-modern .dm-page { padding-block: 55px 70px; }
.divas-modern .dm-page .container { max-width: var(--dm-width); }
.divas-modern:not(.dm-transaction) .entry-content h1 { font-size: clamp(36px, 4vw, 58px); line-height: 1.1; letter-spacing: -.05em; }
.divas-modern:not(.dm-transaction) .entry-content h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.18; letter-spacing: -.04em; }

/* Existing WooCommerce product and archive markup. */
.divas-modern.woocommerce:not(.dm-transaction) .site-main > .container { max-width: var(--dm-width); padding-top: 40px; }
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-breadcrumb { font-size: 11px; color: var(--dm-muted); }
.divas-modern.woocommerce:not(.dm-transaction) h1.product_title { font-size: clamp(30px, 3.5vw, 48px); line-height: 1.1; letter-spacing: -.05em; font-weight: 500; }
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-products-header h1 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.divas-modern.woocommerce:not(.dm-transaction) .prod-inner { box-shadow: none; border: 0; background: transparent; }
.divas-modern.woocommerce:not(.dm-transaction) .prod-img-wrapper { background: var(--dm-panel); border-radius: 4px; overflow: hidden; }
.divas-modern.woocommerce:not(.dm-transaction) .prod-img-wrapper img {  object-fit: contain; }
.divas-modern.woocommerce:not(.dm-transaction) .prod-inner .izdelek-txt h3 { font-size: 15px; line-height: 1.5; font-weight: 500; letter-spacing: -.015em; }
.divas-modern.woocommerce:not(.dm-transaction) .product-slider-category { font-size: 10px; color: var(--dm-muted); }
.divas-modern.woocommerce:not(.dm-transaction) .cena-container { font-size: 14px; }
.divas-modern.woocommerce:not(.dm-transaction) .prod-single-left { padding-right: 30px; }
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-product-gallery { background: var(--dm-panel); border-radius: 5px; }
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-product-gallery img {  }
.divas-modern.woocommerce:not(.dm-transaction) .prod-single-right { padding-top: 12px; padding-left: 30px; }
.divas-modern.woocommerce:not(.dm-transaction) .prod-single-right select,
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-ordering select { border-radius: 4px; border: 1px solid var(--dm-line); min-height: 44px; color: var(--dm-ink); background-color: var(--dm-paper); }
.divas-modern.woocommerce:not(.dm-transaction) .single_add_to_cart_button { background: var(--dm-ink); color: #fff; border-color: var(--dm-ink); border-radius: 4px; min-height: 48px; }
.divas-modern.woocommerce:not(.dm-transaction) .summary.entry-summary { margin-top: 40px; border-top: 1px solid var(--dm-line); padding-top: 30px; }
.divas-modern.woocommerce:not(.dm-transaction) .widget-title { font-size: 15px; font-weight: 600; }
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-pagination ul.page-numbers { border: 0; }
.divas-modern.woocommerce:not(.dm-transaction) .woocommerce-pagination .current { background: var(--dm-ink); color: #fff; border-radius: 4px; }
/* Classic WooCommerce cart, checkout and account presentation. */
.divas-modern.dm-transaction .dm-page .container { width: min(var(--dm-width), calc(100% - 96px)); padding-inline: 0; }
.divas-modern.dm-transaction .dm-page-heading { margin-bottom: 36px; }
.divas-modern.dm-transaction .dm-page-title { margin: 0; color: var(--dm-ink); font-family: inherit; font-size: clamp(38px, 4.5vw, 62px); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; }
.divas-modern.dm-transaction .entry-content { color: var(--dm-ink); font-size: 14px; line-height: 1.7; }
.divas-modern.dm-transaction .entry-content h2,
.divas-modern.dm-transaction .entry-content h3 { clear: none; margin: 0 0 24px; color: var(--dm-ink); font-family: inherit; font-size: 25px; font-weight: 500; letter-spacing: -.035em; line-height: 1.25; }
.divas-modern.dm-transaction .entry-content p { font-size: 14px; line-height: 1.7; }
.divas-modern.dm-transaction .entry-content a:not(.button):not(.remove) { text-underline-offset: 4px; }
.divas-modern.dm-transaction .entry-content .button,
.divas-modern.dm-transaction .entry-content button[type="submit"],
.divas-modern.dm-transaction .entry-content input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 1px solid var(--dm-ink); border-radius: 4px; background: var(--dm-ink); color: #fff; font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1.6; text-decoration: none; text-transform: none; white-space: normal; box-shadow: none; cursor: pointer; }
.divas-modern.dm-transaction .entry-content .button:hover,
.divas-modern.dm-transaction .entry-content button[type="submit"]:hover { border-color: #414a45; background: #414a45; color: #fff; }
.divas-modern.dm-transaction .entry-content button:disabled,
.divas-modern.dm-transaction .entry-content .button.disabled { opacity: .5; cursor: default; }
.divas-modern.dm-transaction .entry-content input.input-text,
.divas-modern.dm-transaction .entry-content select,
.divas-modern.dm-transaction .entry-content textarea { display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 50px; height: auto; padding: 12px 14px; border: 1px solid #bfc3b9; border-radius: 4px; background: #fff; color: var(--dm-ink); font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.5; box-shadow: none; }
.divas-modern.dm-transaction .entry-content textarea { min-height: 130px; resize: vertical; }
.divas-modern.dm-transaction .entry-content input[type="checkbox"],
.divas-modern.dm-transaction .entry-content input[type="radio"] { width: 18px; height: 18px; margin-right: 8px; accent-color: var(--dm-ink); vertical-align: middle; }
.divas-modern.dm-transaction .entry-content label { color: var(--dm-ink); font-size: 13px; font-weight: 600; line-height: 1.6; }
.divas-modern.dm-transaction .entry-content .required { color: #943628; text-decoration: none; }
.divas-modern.dm-transaction .entry-content .optional { color: var(--dm-muted); font-size: 12px; font-weight: 400; }
.divas-modern.dm-transaction .entry-content .form-row { display: block; float: none; width: 100%; margin: 0 0 20px; padding: 0; }
.divas-modern.dm-transaction .entry-content .form-row > label { display: block; margin-bottom: 8px; }
.divas-modern.dm-transaction .entry-content .woocommerce-input-wrapper,
.divas-modern.dm-transaction .entry-content .password-input { display: block; width: 100%; }
.divas-modern.dm-transaction .entry-content .woocommerce-invalid input.input-text,
.divas-modern.dm-transaction .entry-content .woocommerce-invalid select { border-color: #a33e2f; background: #fffaf8; }
.divas-modern.dm-transaction .entry-content table.shop_table { width: 100%; margin: 0 0 30px; border: 0; border-collapse: collapse; border-spacing: 0; border-radius: 0; font-size: 14px; text-align: left; }
.divas-modern.dm-transaction .entry-content .shop_table th,
.divas-modern.dm-transaction .entry-content .shop_table td { padding: 18px 14px; border: 0; border-bottom: 1px solid var(--dm-line); vertical-align: middle; line-height: 1.65; }
.divas-modern.dm-transaction .entry-content .shop_table th { font-size: 12px; font-weight: 600; }
.divas-modern.dm-transaction .entry-content .shop_table thead { background: var(--dm-panel); }
.divas-modern.dm-transaction .entry-content .shop_table td.product-name { font-weight: 600; }
.divas-modern.dm-transaction .entry-content .shop_table .product-name a { text-decoration: none; }
.divas-modern.dm-transaction .entry-content .shop_table .product-name a:hover { text-decoration: underline; }
.divas-modern.dm-transaction .entry-content .woocommerce-Price-amount { white-space: nowrap; }
.divas-modern.dm-transaction .entry-content dl.variation { margin: 8px 0 0; font-size: 12px; font-weight: 400; color: var(--dm-muted); }
.divas-modern.dm-transaction .entry-content dl.variation dt { float: left; clear: left; margin: 0 6px 4px 0; font-weight: 500; }
.divas-modern.dm-transaction .entry-content dl.variation dd { margin: 0 0 4px; }
.divas-modern.dm-transaction .entry-content dl.variation p { margin: 0; font-size: 12px; line-height: inherit; }
.divas-modern.dm-transaction .woocommerce-cart-form { margin-bottom: 36px; }
.divas-modern.dm-transaction .entry-content .cart .product-remove { width: 48px; padding-inline: 8px; }
.divas-modern.dm-transaction .entry-content a.remove { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--dm-line); border-radius: 50%; color: var(--dm-muted); font-size: 22px; font-weight: 400; line-height: 1; text-decoration: none; }
.divas-modern.dm-transaction .entry-content a.remove:hover { border-color: var(--dm-ink); background: var(--dm-panel); color: var(--dm-ink); }
.divas-modern.dm-transaction .entry-content .cart .product-thumbnail { width: 118px; }
.divas-modern.dm-transaction .entry-content .cart .product-thumbnail img { display: block; width: 90px; height: 90px; max-width: none; padding: 5px; border-radius: 4px; background: var(--dm-panel); object-fit: contain; }
.divas-modern.dm-transaction .entry-content .cart .product-name { width: 32%; }
.divas-modern.dm-transaction .entry-content .cart .product-quantity { width: 125px; }
.divas-modern.dm-transaction .entry-content .quantity .qty { display: inline-block; width: 86px; min-height: 46px; padding: 10px; text-align: center; }
.divas-modern.dm-transaction .entry-content .cart .quantity { flex: 0 0 86px; width: 86px; float: none; margin: 0; padding: 0; }
.divas-modern.dm-transaction .entry-content .cart .actions { padding: 24px 0; background: transparent; text-align: right; }
.divas-modern.dm-transaction .entry-content .cart .actions::after { content: ""; display: block; clear: both; }
.divas-modern.dm-transaction .entry-content .coupon { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; float: left; text-align: left; }
.divas-modern.dm-transaction .entry-content .coupon label { flex-basis: 100%; margin: 0; }
.divas-modern.dm-transaction .entry-content .coupon .input-text { width: 190px; }
.divas-modern.dm-transaction .entry-content .coupon .button,
.divas-modern.dm-transaction .entry-content button[name="update_cart"] { border-color: var(--dm-line); background: transparent; color: var(--dm-ink); }
.divas-modern.dm-transaction .entry-content button[name="update_cart"] { float: none; margin-top: 30px; }
.divas-modern.dm-transaction .entry-content .coupon .button:hover,
.divas-modern.dm-transaction .entry-content button[name="update_cart"]:hover { background: var(--dm-panel); }
.divas-modern.dm-transaction .cart-collaterals { display: flow-root; width: 100%; }
.divas-modern.dm-transaction .cart_totals { float: right; width: 100%; max-width: 540px; margin: 0 0 20px auto; padding: 30px; border: 1px solid var(--dm-line); border-radius: 5px; background: #faf9f5; }
.divas-modern.dm-transaction .entry-content .cart_totals .shop_table { margin-bottom: 24px; }
.divas-modern.dm-transaction .entry-content .cart_totals .shop_table th,
.divas-modern.dm-transaction .entry-content .cart_totals .shop_table td { padding: 16px 0; background: transparent; }
.divas-modern.dm-transaction .entry-content .cart_totals .shop_table td { padding-left: 20px; text-align: right; }
.divas-modern.dm-transaction .entry-content .order-total th,
.divas-modern.dm-transaction .entry-content .order-total td { font-size: 17px; font-weight: 600; }
.divas-modern.dm-transaction .entry-content .order-total small { display: block; margin-top: 4px; color: var(--dm-muted); font-size: 11px; font-weight: 400; }
.divas-modern.dm-transaction .wc-proceed-to-checkout .checkout-button { width: 100%; margin: 0; }
.divas-modern.dm-transaction .entry-content .woocommerce-shipping-methods,
.divas-modern.dm-transaction .entry-content .wc_payment_methods { margin: 0; padding: 0; list-style: none; }
.divas-modern.dm-transaction .entry-content .woocommerce-shipping-methods li,
.divas-modern.dm-transaction .entry-content .wc_payment_methods li { margin-bottom: 12px; }
.divas-modern.dm-transaction .entry-content .woocommerce-shipping-destination { margin: 12px 0; color: var(--dm-muted); font-size: 12px; }
.divas-modern.dm-transaction .entry-content .shipping-calculator-form { margin-top: 18px; text-align: left; }
.divas-modern.dm-transaction .entry-content .woocommerce-info,
.divas-modern.dm-transaction .entry-content .woocommerce-message,
.divas-modern.dm-transaction .entry-content .woocommerce-error { display: flow-root; margin: 0 0 24px; padding: 17px 20px; border: 1px solid #c48e72; border-left-width: 4px; border-radius: 4px; background: #f8e8de; color: var(--dm-ink); font-size: 14px; line-height: 1.7; list-style: none; }
.divas-modern.dm-transaction .entry-content .woocommerce-info::before,
.divas-modern.dm-transaction .entry-content .woocommerce-message::before,
.divas-modern.dm-transaction .entry-content .woocommerce-error::before { display: none; }
.divas-modern.dm-transaction .entry-content .woocommerce-error { border-color: #a33e2f; background: #fff3ed; }
.divas-modern.dm-transaction .entry-content .woocommerce-message { border-color: #687c65; background: #edf1e8; }
.divas-modern.dm-transaction .entry-content .woocommerce-message .button { float: right; margin: 0 0 0 20px; }
.divas-modern.dm-transaction #customer_details.checkout-row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; margin: 36px 0 0; }
.divas-modern.dm-transaction #customer_details.checkout-row > .col-lg-6 { width: 100%; min-width: 0; max-width: none; padding: 0; }
.divas-modern.dm-transaction #customer_details.checkout-row > .col-lg-6:last-child { align-self: start; padding: 30px; border: 1px solid var(--dm-line); border-radius: 5px; background: #faf9f5; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.divas-modern.dm-transaction .entry-content .woocommerce-billing-fields__field-wrapper > .form-row,
.divas-modern.dm-transaction .entry-content .woocommerce-shipping-fields__field-wrapper > .form-row { margin: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .form-row-wide,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .form-row-wide { grid-column: 1 / -1; }
/* The parent renders Bootstrap form groups as well as native WooCommerce rows. */
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .form-group,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .form-group,
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .form-check,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .form-check,
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .company-info-container,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .company-info-container { grid-column: 1 / -1; width: 100%; min-width: 0; max-width: none; margin: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .form-group,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .form-group { padding: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .company-info-container { display: none; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .company-info-container > .form-group,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .company-info-container > .form-group { width: 100%; min-width: 0; max-width: none; margin: 0; padding: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .col-md-6,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .col-md-6,
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .col-md-3,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .col-md-3,
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper > .col-md-9,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper > .col-md-9 { grid-column: auto; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .row,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .row { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .row > [class*="col-"],
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .row > [class*="col-"] { width: 100%; min-width: 0; max-width: none; margin: 0; padding: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .row > .col-md-12,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .row > .col-md-12 { grid-column: 1 / -1; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .form-group > label,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .form-group > label { display: block; margin-bottom: 8px; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .form-check,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .form-check { position: relative; min-height: 26px; padding-left: 28px; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .form-check > input,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .form-check > input { position: absolute; top: 3px; left: 0; margin: 0; }
.divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .clear,
.divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .clear { display: none; }
.divas-modern.dm-transaction .woocommerce-shipping-fields,
.divas-modern.dm-transaction .woocommerce-additional-fields,
.divas-modern.dm-transaction #payment { margin-top: 30px; }
.divas-modern.dm-transaction #ship-to-different-address { font-size: 18px; }
.divas-modern.dm-transaction #ship-to-different-address label { font-size: inherit; font-weight: 500; }
.divas-modern.dm-transaction .entry-content .woocommerce-checkout-review-order-table th,
.divas-modern.dm-transaction .entry-content .woocommerce-checkout-review-order-table td { padding: 15px 0; }
.divas-modern.dm-transaction .entry-content .woocommerce-checkout-review-order-table td:last-child,
.divas-modern.dm-transaction .entry-content .woocommerce-checkout-review-order-table th:last-child { padding-left: 15px; text-align: right; }
.divas-modern.dm-transaction .entry-content .woocommerce-checkout-review-order-table thead { background: transparent; }
.divas-modern.dm-transaction #payment .payment_box { margin-block: 14px; padding: 16px; border-radius: 4px; background: var(--dm-panel); font-size: 13px; }
.divas-modern.dm-transaction #payment .payment_box p:last-child { margin-bottom: 0; }
.divas-modern.dm-transaction #payment .place-order { margin: 24px 0 0; padding: 0; }
.divas-modern.dm-transaction #place_order { width: 100%; margin-top: 18px; }
.divas-modern.dm-transaction .woocommerce-privacy-policy-text p,
.divas-modern.dm-transaction .woocommerce-terms-and-conditions-wrapper p { color: var(--dm-muted); font-size: 12px; }
.divas-modern.dm-transaction .select2-container { width: 100% !important; max-width: 100%; }
.divas-modern.dm-transaction .select2-container .select2-selection--single { height: 50px; border: 1px solid #bfc3b9; border-radius: 4px; background: #fff; }
.divas-modern.dm-transaction .select2-container .select2-selection--single .select2-selection__rendered { padding: 12px 32px 12px 14px; color: var(--dm-ink); font-size: 16px; line-height: 24px; }
.divas-modern.dm-transaction .select2-container .select2-selection--single .select2-selection__arrow { top: 12px; right: 9px; }
.divas-modern.dm-transaction .entry-content .woocommerce-form-login,
.divas-modern.dm-transaction .entry-content .woocommerce-form-register,
.divas-modern.dm-transaction .entry-content .woocommerce-ResetPassword { max-width: 680px; margin: 20px 0 36px; padding: 30px; border: 1px solid var(--dm-line); border-radius: 5px; background: #faf9f5; }
.divas-modern.dm-transaction .entry-content .woocommerce-form .form-group.row { display: block; margin: 0 0 22px; }
.divas-modern.dm-transaction .entry-content .woocommerce-form .form-group.row > [class*="col-"] { width: 100%; max-width: none; padding: 0; }
.divas-modern.dm-transaction .entry-content .woocommerce-form .form-group.row > label { margin-bottom: 8px; }
.divas-modern.dm-transaction .entry-content .login-lost-pass { margin-top: 20px; font-size: 13px; }
.divas-modern.dm-transaction .entry-content #customer_login { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.divas-modern.dm-transaction #customer_login .ns-line-separator { display: none; }
.divas-modern.dm-transaction .woocommerce-MyAccount-navigation { float: left; width: 24%; margin-bottom: 28px; }
.divas-modern.dm-transaction .woocommerce-MyAccount-navigation ul { margin: 0; padding: 8px 20px; border: 1px solid var(--dm-line); border-radius: 5px; list-style: none; }
.divas-modern.dm-transaction .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--dm-line); }
.divas-modern.dm-transaction .woocommerce-MyAccount-navigation a { display: block; padding: 15px 0; color: var(--dm-muted); font-size: 13px; text-decoration: none; }
.divas-modern.dm-transaction .woocommerce-MyAccount-navigation .is-active a { color: var(--dm-ink); font-weight: 700; }
.divas-modern.dm-transaction .woocommerce-MyAccount-content { float: right; width: 71%; padding-bottom: 25px; }
.divas-modern.dm-transaction .entry-content > .woocommerce::after { content: ""; display: block; clear: both; }
.divas-modern.dm-transaction .woocommerce-MyAccount-content address { padding: 20px; border: 1px solid var(--dm-line); border-radius: 4px; font-style: normal; }
@media (max-width: 1080px) {
    .divas-modern.dm-transaction .dm-page .container { width: calc(100% - 64px); }
    .divas-modern.dm-transaction #customer_details.checkout-row { gap: 28px; }
    .divas-modern.dm-transaction #customer_details.checkout-row > .col-lg-6:last-child { padding: 22px; }
    .divas-modern.dm-transaction .entry-content .cart th,
    .divas-modern.dm-transaction .entry-content .cart td { padding-inline: 10px; }
}
@media (max-width: 768px) {
    .divas-modern.dm-transaction .dm-page .container { width: calc(100% - 36px); }
    .divas-modern.dm-transaction .dm-page-heading { margin-bottom: 28px; }
    .divas-modern.dm-transaction .entry-content .cart,
    .divas-modern.dm-transaction .entry-content .cart tbody { display: block; width: 100%; }
    .divas-modern.dm-transaction .entry-content .cart thead { display: none; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item { display: grid; grid-template-columns: 90px minmax(0, 1fr) 32px; gap: 12px; margin-bottom: 18px; padding: 18px; border: 1px solid var(--dm-line); border-radius: 5px; background: #faf9f5; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item td { display: block; width: auto; padding: 0; border: 0; background: transparent; text-align: left; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-thumbnail { grid-column: 1; grid-row: 1; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-name { grid-column: 2; grid-row: 1; min-width: 0; overflow-wrap: anywhere; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-remove { grid-column: 3; grid-row: 1; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-price,
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-quantity,
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-subtotal { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 15px; padding-top: 12px; border-top: 1px solid var(--dm-line); text-align: right; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item td[data-title]::before { content: attr(data-title); display: block; float: none; margin-right: auto; font-size: 12px; font-weight: 500; color: var(--dm-muted); text-align: left; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-name::before { display: none; }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item .product-subtotal { flex-wrap: wrap; justify-content: flex-end; }
    .divas-modern.dm-transaction .entry-content .cart tbody > tr:not(.cart_item),
    .divas-modern.dm-transaction .entry-content .cart .actions { display: block; width: 100%; padding: 0; border: 0; }
    .divas-modern.dm-transaction .entry-content .coupon { float: none; width: 100%; margin: 22px 0 0; }
    .divas-modern.dm-transaction .entry-content .coupon .input-text { flex: 1; width: auto; min-width: 100px; }
    .divas-modern.dm-transaction .entry-content .coupon .button { padding-inline: 14px; }
    .divas-modern.dm-transaction .entry-content button[name="update_cart"] { width: 100%; margin-top: 18px; }
    .divas-modern.dm-transaction .cart_totals { float: none; max-width: none; padding: 23px 20px; }
    .divas-modern.dm-transaction .entry-content .cart_totals .shop_table td { display: table-cell; }
    .divas-modern.dm-transaction .entry-content .cart_totals .shop_table th { display: table-cell; }
    .divas-modern.dm-transaction .entry-content .cart_totals .shop_table td::before { display: none; }
    .divas-modern.dm-transaction .entry-content .woocommerce-message .button { float: none; margin: 0 0 12px; }
    .divas-modern.dm-transaction #customer_details.checkout-row { grid-template-columns: minmax(0, 1fr); gap: 30px; margin-top: 28px; }
    .divas-modern.dm-transaction .entry-content #customer_login { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .divas-modern.dm-transaction .entry-content .woocommerce-form-login,
    .divas-modern.dm-transaction .entry-content .woocommerce-form-register,
    .divas-modern.dm-transaction .entry-content .woocommerce-ResetPassword { padding: 23px 20px; }
    .divas-modern.dm-transaction .woocommerce-MyAccount-navigation,
    .divas-modern.dm-transaction .woocommerce-MyAccount-content { float: none; width: 100%; }
    .divas-modern.dm-transaction .woocommerce-MyAccount-content { overflow-x: auto; }
}
@media (max-width: 480px) {
    .divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper,
    .divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper,
    .divas-modern.dm-transaction .woocommerce-billing-fields__field-wrapper .row,
    .divas-modern.dm-transaction .woocommerce-shipping-fields__field-wrapper .row { grid-template-columns: minmax(0, 1fr); }
    .divas-modern.dm-transaction .entry-content .cart tr.cart_item { grid-template-columns: 70px minmax(0, 1fr) 32px; gap: 10px; padding: 15px; }
    .divas-modern.dm-transaction .entry-content .cart .product-thumbnail img { width: 70px; height: 70px; }
    .divas-modern.dm-transaction .entry-content .coupon .button { flex-basis: 100%; }
}
.dm-template { padding-block: 60px 80px; }
.dm-template h1 { margin: 0 0 30px; max-width: 850px; font-size: clamp(40px, 5vw, 70px); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.dm-template .dm-lead { max-width: 650px; color: var(--dm-muted); }
.dm-template .dm-method-copy { min-height: 0; margin-top: 30px; }
.dm-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-block: 55px; }
.dm-service-grid img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; border-radius: 4px; }
.dm-service-grid h2 { margin-block: 25px 16px; }
.dm-service-grid p { max-width: 500px; color: var(--dm-muted); font-size: 14px; }
.dm-existing-content { margin-top: 40px; }
.dm-contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-block: 40px 60px; padding-block: 30px; border-block: 1px solid var(--dm-line); }
.dm-contact-details h2 { font-size: 19px; letter-spacing: -.02em; margin-bottom: 14px; }
.dm-contact-details p, .dm-contact-details a { font-size: 14px; line-height: 1.7; }
/* Contact Form 7 keeps its own markup, validation and submission behaviour. */
.divas-modern .dm-template .wpcf7 { width: 100%; max-width: 960px; margin-top: 28px; padding: 36px; border: 1px solid var(--dm-line); border-radius: 5px; background: #faf9f5; }
.divas-modern .dm-template .wpcf7 form { margin: 0; }
.divas-modern .dm-template .wpcf7 p { margin: 0 0 24px; font-size: 14px; line-height: 1.6; }
.divas-modern .dm-template .wpcf7 label { display: block; width: 100%; margin: 0; color: var(--dm-ink); font-size: 14px; font-weight: 600; line-height: 1.6; }
.divas-modern .dm-template .wpcf7 label > br,
.divas-modern .dm-template .divas-inquiry-fields > p > br { display: none; }
.divas-modern .dm-template .wpcf7 .wpcf7-form-control-wrap { display: block; width: 100%; margin-top: 9px; }
.divas-modern .dm-template .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]),
.divas-modern .dm-template .wpcf7 select,
.divas-modern .dm-template .wpcf7 textarea { display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 52px; padding: 13px 15px; border: 1px solid #bfc3b9; border-radius: 4px; background: #fff; color: var(--dm-ink); font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.5; box-shadow: none; transition: border-color .2s, background-color .2s; }
.divas-modern .dm-template .wpcf7 textarea { height: 180px; min-height: 140px; resize: vertical; }
.divas-modern .dm-template .wpcf7 input::placeholder,
.divas-modern .dm-template .wpcf7 textarea::placeholder { color: var(--dm-muted); opacity: 1; }
.divas-modern .dm-template .wpcf7 input:focus-visible,
.divas-modern .dm-template .wpcf7 select:focus-visible,
.divas-modern .dm-template .wpcf7 textarea:focus-visible { border-color: #9d5430; outline: 2px solid #9d5430; outline-offset: 3px; }
.divas-modern .dm-template .wpcf7 input[type="file"] { padding: 10px; border-style: dashed; background: var(--dm-paper); font-size: 13px; }
.divas-modern .dm-template .wpcf7 input[type="file"]::file-selector-button { min-height: 38px; margin-right: 12px; padding: 8px 14px; border: 1px solid var(--dm-line); border-radius: 3px; background: #fff; color: var(--dm-ink); font: inherit; font-weight: 600; cursor: pointer; }
.divas-modern .dm-template .wpcf7 input[type="file"]::file-selector-button:hover { background: var(--dm-panel); }
.divas-modern .dm-template .wpcf7 small { display: block; margin-top: 9px; color: var(--dm-muted); font-size: 12px; line-height: 1.6; }
.divas-modern .dm-template .wpcf7 .wpcf7-submit { display: inline-flex; align-items: center; justify-content: center; width: auto; max-width: 100%; min-height: 54px; padding: 16px 26px; border: 1px solid var(--dm-ink); border-radius: 4px; background: var(--dm-ink); color: #fff; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1.5; text-transform: none; white-space: normal; box-shadow: none; cursor: pointer; transition: background-color .2s; }
.divas-modern .dm-template .wpcf7 .wpcf7-submit:hover { background: #414a45; border-color: #414a45; }
.divas-modern .dm-template .wpcf7 .wpcf7-submit:disabled,
.divas-modern .dm-template .wpcf7 form.submitting .wpcf7-submit { opacity: .65; cursor: wait; }
.divas-modern .dm-template .wpcf7 .wpcf7-spinner { flex: 0 0 24px; margin: 0 0 0 14px; }
.divas-modern .dm-template .divas-inquiry-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.divas-modern .dm-template .divas-inquiry-fields > p { min-width: 0; margin: 0; }
.divas-modern .dm-template .divas-inquiry-fields > p:nth-child(n+5) { grid-column: 1 / -1; }
.divas-modern .dm-template .divas-inquiry-fields > p:last-child { display: flex; align-items: center; padding-top: 6px; }
.divas-modern .dm-template .wpcf7 .wpcf7-not-valid { border-color: #a33e2f !important; background-color: #fffaf8 !important; }
.divas-modern .dm-template .wpcf7 .wpcf7-not-valid-tip { display: block; margin-top: 8px; color: #943628; font-size: 13px; font-weight: 500; line-height: 1.5; }
.divas-modern .dm-template .wpcf7 form .wpcf7-response-output { margin: 26px 0 0; padding: 15px 18px; border: 1px solid #c48e72; border-left-width: 4px; border-radius: 4px; background: #f8e8de; color: var(--dm-ink); font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.divas-modern .dm-template .wpcf7 form.invalid .wpcf7-response-output,
.divas-modern .dm-template .wpcf7 form.failed .wpcf7-response-output,
.divas-modern .dm-template .wpcf7 form.spam .wpcf7-response-output { border-color: #a33e2f; background: #fff3ed; }
.divas-modern .dm-template .wpcf7 form.sent .wpcf7-response-output { border-color: #687c65; background: #edf1e8; }
.page-template-kontakt .dm-template .entry-content > h2 + p { max-width: 960px; margin-top: 20px; padding: 15px 18px; border-left: 3px solid #ba7550; background: #f8e8de; color: var(--dm-ink); font-size: 14px; }
@media (max-width: 760px) {
    .divas-modern .dm-template .wpcf7 { margin-top: 24px; padding: 24px 18px; }
    .divas-modern .dm-template .divas-inquiry-fields { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .divas-modern .dm-template .divas-inquiry-fields > p { grid-column: 1; }
    .divas-modern .dm-template .divas-inquiry-fields > p:last-child { position: relative; padding-right: 0; }
    .divas-modern .dm-template .wpcf7 .wpcf7-submit { width: 100%; padding-inline: 18px; }
    .divas-modern .dm-template .wpcf7 .wpcf7-spinner { position: absolute; right: 12px; margin: 0; }
    .divas-modern .dm-template .wpcf7 form.submitting .wpcf7-submit { padding-right: 46px; }
}
@media (min-width: 1081px) { .dm-menu-toggle { display: none; } }
@media (max-width: 1240px) {
    .dm-wrap { width: calc(100% - 64px); }
    .dm-header-inner { gap: 24px; }
    .dm-menu { gap: 17px; }
    .dm-header-actions { gap: 12px; }
    .dm-cart > span:first-child { display: none; }
    .dm-hero { gap: 25px; min-height: 640px; }
    .dm-hero h1 { font-size: clamp(45px, 5vw, 64px); }
    .dm-product-stage .dm-hero-image { min-height: 450px; }
    .dm-actions { gap: 22px; }
    .dm-category-image { height: 270px; }
}
@media (max-width: 1080px) {
    .dm-header-inner { min-height: 85px; flex-wrap: wrap; gap: 20px; padding-block: 14px; }
    .dm-brand { margin-right: auto; }
    .dm-menu-toggle { order: 3; }
    .dm-navigation { order: 4; flex-basis: 100%; }
    .dm-js .dm-navigation { display: none; }
    .dm-js .dm-navigation.dm-open { display: block; }
    .dm-menu { gap: 12px 25px; flex-wrap: wrap; padding-bottom: 12px !important; }
    .dm-menu .sub-menu { position: static; display: block; padding: 0 12px !important; box-shadow: none; border: 0; min-width: 0; }
    .dm-menu a { padding-block: 10px; }
    .dm-hero { grid-template-columns: 42fr 58fr; }
    .dm-product-stage .dm-hero-image { min-height: 420px; }
    .dm-stage-top { inset: 18px 18px auto; }
    .dm-stage-bottom { padding: 18px; flex-direction: column; align-items: flex-start; }
    .dm-hero h1 { font-size: 48px; }
    .dm-hero-copy { padding-block: 25px; }
    .dm-category-image { height: 240px; }
    .dm-category h3 { font-size: 17px; }
    .dm-decoration-grid { gap: 6%; }
    .dm-products-grid { gap: 20px; }
    .dm-contact-band { padding: 38px; }
    .dm-footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
    .dm-footer-main > div:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
    .dm-wrap { width: calc(100% - 36px); }
    .dm-topbar { font-size: 9px; }
    .dm-topbar .dm-wrap { padding-block: 8px; }
    .dm-header-inner { gap: 12px; min-height: 73px; }
    .dm-brand { flex-basis: 92px; }
    .dm-brand img { width: auto; height: auto; max-width: 92px; max-height: 48px; }
    .dm-wordmark { font-size: 41px; }
    .dm-header-actions { gap: 8px; }
    .dm-header-actions .dm-button { display: none; }
    .dm-menu-toggle { font-size: 11px; padding: 10px; }
    .dm-menu { display: block; }
    .dm-menu > li { border-top: 1px solid var(--dm-line); padding-block: 5px; }
    .dm-search input[type="search"] { font-size: 16px; }
    .dm-search label { font-size: 11px; }
    .dm-hero { grid-template-columns: 1fr; gap: 28px; padding-block: 16px 24px; }
    .dm-hero-copy { padding-top: 30px; padding-bottom: 0; }
    .dm-home .dm-eyebrow { margin-bottom: 21px; font-size: 10px; }
    .dm-hero h1 { max-width: 520px; font-size: clamp(42px, 10vw, 58px); letter-spacing: -.06em; margin-bottom: 23px; }
    .dm-home .dm-lead { font-size: 14px; line-height: 1.65; max-width: 370px; margin-bottom: 24px; }
    .dm-home .dm-button { font-size: 12px; min-height: 49px; padding: 14px 17px; gap: 21px; }
    .dm-actions { gap: 16px; }
    .dm-text-link { font-size: 12px; }
    .dm-home .dm-hero-note { font-size: 10px; margin-top: 22px; }
    .dm-product-stage .dm-hero-image { min-height: 0; height: auto; max-height: none; aspect-ratio: 1/1.03; }
    .dm-stage-top { inset: 17px 17px auto; font-size: 10px; }
    .dm-stage-badge { font-size: 8px; }
    .dm-hero-detail { width: 150px; right: 12px; bottom: 15px; }
    .dm-hero-detail img { height: 82px; }
    .dm-hero-detail figcaption { font-size: 9px; }
    .dm-stage-controls { padding: 5px 15px 0; gap: 10px; }
    .dm-garment-options { margin-top: 0; gap: 2px; padding-inline: 0; }
    .dm-garment-options button { padding: 10px 13px; font-size: 10px; }
    .dm-stage-bottom { flex-direction: row; align-items: center; gap: 12px; font-size: 9px; }
    .dm-stage-bottom > span { max-width: 165px; }
    .dm-offer-line { grid-template-columns: 1fr 1fr; gap: 20px 8px; font-size: 10px; padding-block: 25px; }
    .dm-offer-line span:nth-child(3) { border-left: 0; }
    .dm-section { padding-block: 55px; }
    .dm-section-head { gap: 16px; margin-bottom: 26px; align-items: flex-start; flex-direction: column; }
    .dm-section-head .dm-eyebrow { margin-bottom: 12px; }
    .dm-home h2 { font-size: 32px; line-height: 1.1; }
    .dm-category-grid { grid-template-columns: 1fr; gap: 30px; }
    .dm-category-image { height: 300px; }
    .dm-category h3 { font-size: 20px; }
    .dm-category-title { padding-top: 17px; }
    .dm-decoration { padding-block: 40px 45px; }
    .dm-decoration-grid { grid-template-columns: 1fr; gap: 32px; }
    .dm-detail-stage { aspect-ratio: 1.12; }
    .dm-decoration-copy > p:not(.dm-eyebrow) { margin-block: 18px; }
    .dm-method-copy { min-height: 130px; }
    .dm-products-grid { grid-template-columns: 1fr 1fr; gap: 30px 16px; }
    .dm-product-card h3 { font-size: 13px; }
    .dm-product-price { font-size: 12px; }
    .dm-product-more { font-size: 10px; }
    .dm-process { padding-top: 0; }
    .dm-process ol { grid-template-columns: 1fr; gap: 18px; }
    .dm-process li { padding-top: 18px; }
    .dm-process h3 { margin-block: 14px 9px; font-size: 20px; }
    .dm-process p { max-width: 100%; margin-bottom: 8px; }
    .dm-contact-band { flex-direction: column; align-items: flex-start; padding: 28px 24px; gap: 26px; margin-bottom: 50px; }
    .dm-contact-band h2 { font-size: 31px; }
    .dm-contact-band p:not(.dm-eyebrow) { font-size: 12px; }
    .dm-contact-actions { gap: 15px; }
    .dm-footer { padding-top: 40px; }
    .dm-footer-main { grid-template-columns: 1fr 1fr; gap: 26px 20px; padding-bottom: 25px; }
    .dm-footer-main > div:first-child { grid-column: 1/-1; }
    .dm-footer-main > div:last-child { grid-column: auto; }
    .dm-footer-bottom { flex-direction: column; gap: 9px; font-size: 9px; }
    .divas-modern .dm-page { padding-block: 30px 45px; }
    .divas-modern.woocommerce:not(.dm-transaction) .prod-single-left,
    .divas-modern.woocommerce:not(.dm-transaction) .prod-single-right { padding-inline: 15px; }
    .dm-template { padding-block: 40px 50px; }
    .dm-template h1 { font-size: 42px; }
    .dm-service-grid, .dm-contact-details { grid-template-columns: 1fr; gap: 30px; }
}
@media (prefers-reduced-motion: reduce) {
    .dm-home *, .dm-header * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* Archive-only refinement. Append after assets/theme.css. */
body.divas-modern.woocommerce .product_archive_row ul.products {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* The modern header already provides the cart and inquiry links. The restored
   sidebar contains two identical cart widgets, including one mislabeled inquiry. */
body.divas-modern .product_archive_row .prod-archive-left .widget_shopping_cart {
    display: none;
}

body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers li {
    list-style: none;
}
body.divas-modern .site-main > .container:has(> .product_archive_row) {
    width: min(var(--dm-width), calc(100% - 96px));
    max-width: var(--dm-width);
    padding: 40px 0 72px;
}

body.divas-modern .product_archive_row {
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    margin-inline: 0;
    padding-inline: 0;
}

body.divas-modern .product_archive_row:not(:has(> .prod-archive-left)) {
    grid-template-columns: minmax(0, 1fr);
}

body.divas-modern .product_archive_row > .prod-archive-left,
body.divas-modern .product_archive_row > .prod-archive-right {
    float: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 0;
}

body.divas-modern .product_archive_row .products-element-wrapper {
    display: block;
    width: 100%;
    min-width: 0;
}

body.divas-modern .product_archive_row .products-element-wrapper > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 24px;
    width: 100%;
    min-width: 0;
    margin: 0;
}

body.divas-modern .product_archive_row .products-element-wrapper > .row > .loop-item {
    display: flex;
    float: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
}

body.divas-modern .product_archive_row .prod-inner > a:first-child {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    text-decoration: none;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .prod-img-wrapper {
    display: grid;
    place-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--dm-line);
    border-radius: 4px;
    background: var(--dm-panel);
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .prod-img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 16px;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .izdelek-txt {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 0;
    padding: 16px 0 0;
    background: transparent;
    text-align: left;
    overflow-wrap: anywhere;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .izdelek-txt p.product-slider-category {
    margin: 0 0 7px;
    color: var(--dm-muted);
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .izdelek-txt > a {
    display: block;
    color: var(--dm-ink);
    text-decoration: none;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .izdelek-txt h3 {
    display: block;
    clear: none;
    margin: 0 0 14px;
    color: var(--dm-ink);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.015em;
    text-align: left;
    overflow: visible;
    -webkit-line-clamp: unset;
}

body.divas-modern .product_archive_row .izdelek-txt > a:hover h3 {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.divas-modern .product_archive_row .products-element-wrapper .izdelek-txt .cena-container {
    margin-top: auto;
    text-align: left;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container > .btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .cena-container > .btn-container > a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 11px 12px !important;
    border: 1px solid var(--dm-line);
    border-radius: 4px;
    background: transparent;
    color: var(--dm-ink);
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    box-shadow: none;
}

body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .cena-container > .btn-container > a.button:hover {
    border-color: var(--dm-ink);
    background: var(--dm-ink);
    color: var(--dm-paper);
}

/* Preserve both inquiry and purchase widgets, with a single category list per viewport. */
body.divas-modern .product_archive_row .prod-archive-left > #terciary,
body.divas-modern .product_archive_row .prod-archive-left > .btn-show-categories,
body.divas-modern .product_archive_row .prod-archive-left > .btn-show-filter:empty {
    display: none;
}

body.divas-modern .product_archive_row .prod-archive-left .widget {
    margin: 0 0 28px;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid var(--dm-line);
    background: transparent;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

body.divas-modern .product_archive_row .prod-archive-left .widget-title {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    color: var(--dm-ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.01em;
}

body.divas-modern .product_archive_row .prod-archive-left .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.divas-modern .product_archive_row .prod-archive-left .widget li {
    list-style: none;
}

body.divas-modern .product_archive_row .prod-archive-left .widget_product_categories li > a,
body.divas-modern .product_archive_row .prod-archive-left .widget_categories li > a {
    display: inline-block;
    max-width: calc(100% - 28px);
    padding-block: 8px;
    color: var(--dm-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

body.divas-modern .product_archive_row .prod-archive-left .widget li > a:hover,
body.divas-modern .product_archive_row .prod-archive-left .widget .current-cat > a {
    color: var(--dm-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.divas-modern .product_archive_row .prod-archive-left .widget ul.children {
    padding-inline-start: 14px;
    border-left: 1px solid var(--dm-line);
}

/* Make the inherited expandable subcategories reachable by keyboard, too. */
body.divas-modern .product_archive_row .prod-archive-left .widget_product_categories li:focus-within > ul.children {
    max-height: none;
    margin-block: 0;
    overflow: visible;
}

body.divas-modern .product_archive_row .prod-archive-left .widget_product_categories li.cat-parent > i {
    top: 8px;
}

body.divas-modern .product_archive_row .woocommerce-top-info-container {
    margin-bottom: 24px;
    padding-block: 16px;
    border-block: 1px solid var(--dm-line);
}

body.divas-modern .product_archive_row .woocommerce-top-info-container > .row {
    gap: 12px;
    margin-inline: 0;
}

body.divas-modern .product_archive_row .woocommerce-top-info-container > .row > div {
    flex: 1 1 220px;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body.divas-modern .product_archive_row .woocommerce-result-count {
    margin: 0;
    color: var(--dm-muted);
    font-size: 12px;
    line-height: 1.6;
}

body.divas-modern .product_archive_row .woocommerce-ordering,
body.divas-modern .product_archive_row .woocommerce-ordering select {
    max-width: 100%;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
}

body.divas-modern .product_archive_row .woocommerce-pagination {
    margin-top: 40px;
}

body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    box-shadow: none;
}

body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers > li {
    margin: 0;
    border: 0;
}

body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers a,
body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers span {
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid var(--dm-line);
    border-radius: 4px;
    background: transparent;
    color: var(--dm-ink);
    font-size: 12px;
    line-height: 1;
}

body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers .current,
body.divas-modern .product_archive_row .woocommerce-pagination ul.page-numbers a:hover {
    border-color: var(--dm-ink);
    background: var(--dm-ink);
    color: var(--dm-paper);
}

@media (max-width: 1199px) {
    body.divas-modern .product_archive_row {
        grid-template-columns: 192px minmax(0, 1fr);
        gap: 28px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper > .row {
        gap: 30px 18px;
    }
}

@media (max-width: 991px) {
    body.divas-modern .product_archive_row {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.divas-modern .product_archive_row > .prod-archive-left {
        display: flex;
        flex-direction: column;
    }

    body.divas-modern .product_archive_row .prod-archive-left > .btn-show-categories {
        display: block;
        order: 1;
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 12px 16px;
        border: 1px solid var(--dm-line);
        border-radius: 4px;
        background: var(--dm-panel) !important;
        color: var(--dm-ink) !important;
        font-family: inherit;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        white-space: normal;
    }

    body.divas-modern .product_archive_row .prod-archive-left > .btn-show-categories:hover {
        background: var(--dm-line) !important;
    }

    body.divas-modern .product_archive_row .prod-archive-left > .btn-show-categories:focus-visible {
        outline: 3px solid #9d5430;
        outline-offset: 4px;
    }

    /* main.js toggles .open-it and updates the existing category button text. */
    body.divas-modern .product_archive_row .prod-archive-left > #terciary {
        display: none;
        order: 2;
        height: auto;
        margin: 0;
        visibility: visible;
        opacity: 1;
    }

    body.divas-modern .product_archive_row .prod-archive-left > #terciary.open-it {
        display: block;
        padding-top: 20px;
    }

    /* The empty filter trigger is removed, so keep both basket widgets inline. */
    body.divas-modern .product_archive_row .prod-archive-left > #secondary,
    body.divas-modern .product_archive_row .prod-archive-left > #secondary.open-it {
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        order: 3;
        position: static;
        width: 100%;
        height: auto;
        margin: 22px 0 0;
        padding: 0;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        background: transparent;
    }

    body.divas-modern .product_archive_row .prod-archive-left > #secondary > .widget_product_categories,
    body.divas-modern .product_archive_row .prod-archive-left > #secondary > .widget_categories {
        display: none;
    }

    body.divas-modern .product_archive_row .prod-archive-left > #secondary > .widget {
        min-width: 0;
        margin-bottom: 0;
        padding-bottom: 16px;
    }
}

@media (max-width: 760px) {
    body.divas-modern .site-main > .container:has(> .product_archive_row) {
        width: calc(100% - 36px);
        padding-block: 26px 48px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper > .row {
        gap: 28px 14px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .prod-img-wrapper img {
        padding: 9px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper .loop-item .izdelek-txt h3 {
        margin-bottom: 12px;
        font-size: 13px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .izdelek-txt {
        padding-top: 12px;
    }

    body.divas-modern .product_archive_row .products-element-wrapper .loop-item .prod-inner .cena-container > .btn-container > a.button {
        padding-inline: 8px !important;
        font-size: 11px !important;
    }

    body.divas-modern .product_archive_row .woocommerce-top-info-container > .row > div:last-child {
        justify-content: flex-start;
    }

    body.divas-modern .product_archive_row .woocommerce-ordering select {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    body.divas-modern .product_archive_row .prod-archive-left > #secondary,
    body.divas-modern .product_archive_row .prod-archive-left > #secondary.open-it {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
}

/* Optional layout for CF7 form 367. Existing child theme supplies inputs/buttons. */
.divas-modern .dm-inquiry-modern .dm-inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
}
.divas-modern .dm-inquiry-modern .dm-inquiry-grid > p { min-width: 0; }
.divas-modern .dm-inquiry-modern small { display: block; margin-top: 8px; line-height: 1.6; }
.divas-modern .dm-inquiry-modern .dm-inquiry-consent .wpcf7-list-item { margin: 0; }
.divas-modern .dm-inquiry-modern .dm-inquiry-consent label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}
.divas-modern .dm-inquiry-modern .dm-inquiry-consent input[type="checkbox"] {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 4px 0 0;
}
.divas-modern .dm-inquiry-modern .dm-inquiry-submit { margin-top: 24px; }
@media (max-width: 760px) {
    .divas-modern .dm-inquiry-modern .dm-inquiry-grid { grid-template-columns: minmax(0, 1fr); }
}
