:root {
  --dl-gold: #c6a15b;
  --dl-ink: #11110f;
  --dl-paper: #f7f3eb;
}

.dlorens-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-main {
  min-height: 58vh;
}

.dl-page-hero {
  position: relative;
  min-height: 48vh;
  display: grid;
  align-items: end;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.2)), var(--dl-hero) center/cover no-repeat;
}

.dl-page-hero__content {
  padding-block: clamp(110px, 15vw, 190px) clamp(54px, 8vw, 96px);
}

.dl-page-hero h1 {
  color: inherit;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .9;
  margin: 0 0 18px;
}

.dl-page-hero p {
  max-width: 720px;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.dl-section {
  padding-block: clamp(58px, 8vw, 112px);
}

.dl-section--alt {
  background: #f4efe5;
}

.dl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dl-prose {
  max-width: 880px;
  font-size: 1.04rem;
  line-height: 1.85;
}

.dl-prose h2,
.dl-prose h3 {
  font-family: "Cormorant Garamond", serif;
}

.dl-prose h2 {
  margin-top: 2.2em;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.dl-woocommerce {
  padding-block: clamp(48px, 7vw, 90px);
}

.dl-woocommerce .woocommerce-notices-wrapper,
.woocommerce-notices-wrapper {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid rgba(198,161,91,.45);
  background: #fff;
  color: #24221e;
  padding: 16px 20px;
  margin: 16px 0;
  list-style: none;
}

.woocommerce-error {
  border-color: #a84242;
}

.woocommerce form .form-row {
  margin: 0 0 18px;
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
}

.woocommerce form input.input-text,
.woocommerce form textarea,
.woocommerce form select,
.select2-container .select2-selection--single {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(17,17,15,.22);
  border-radius: 8px;
  background: #fff;
  padding: 11px 13px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border: 1px solid var(--dl-gold);
  border-radius: 999px;
  background: var(--dl-gold);
  color: #111;
  padding: 13px 22px;
  font-weight: 700;
  cursor: pointer;
}

.woocommerce-account .woocommerce {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr;
  gap: 34px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(17,17,15,.12);
  border-radius: 14px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 16px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(17,17,15,.1);
}

.woocommerce-MyAccount-navigation .is-active a {
  background: var(--dl-ink);
  color: #fff;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.woocommerce-checkout-review-order table,
.woocommerce-cart table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td,
.woocommerce-cart th,
.woocommerce-cart td {
  padding: 14px;
  border-bottom: 1px solid rgba(17,17,15,.12);
  text-align: left;
}

.shop-cart-drawer__content {
  overflow-y: auto;
  padding: 18px 22px 26px;
}

.shop-cart-drawer__items {
  display: grid;
  gap: 14px;
}

.shop-cart-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17,17,15,.12);
}

.shop-cart-item__image img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 9px;
}

.shop-cart-item__title,
.shop-cart-item__remove {
  color: inherit;
}

.shop-cart-item__remove {
  display: inline-block;
  margin-top: 8px;
  font-size: .82rem;
}

.shop-cart-drawer__summary {
  display: grid;
  gap: 11px;
  margin-top: 20px;
}

.shop-cart-drawer__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.dl-form-card {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(17,17,15,.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(17,17,15,.08);
}

.tCatalog__bar {
  margin-bottom: 24px;
}

.tCatalog__bar .woocommerce-result-count,
.tCatalog__bar .woocommerce-ordering {
  margin: 0;
}

.tCatalog__bar .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid rgba(17,17,15,.16);
  border-radius: 999px;
  background: #fff;
  padding: 8px 38px 8px 15px;
}

.tFilters__form,
.tFilters__head {
  display: grid;
  gap: 14px;
}

.tFilters__head {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.tFilters__head h2 {
  margin: 0;
}

.woocommerce-pagination {
  margin-top: 28px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(17,17,15,.14);
  border-radius: 999px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.woocommerce-pagination .page-numbers .current {
  border-color: var(--dl-gold);
  background: var(--dl-gold);
  color: #111;
  font-weight: 800;
}

.dl-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dl-form-grid .field--full {
  grid-column: 1 / -1;
}

.dl-quote-status,
.form__status {
  min-height: 24px;
  margin-top: 10px;
}

.dl-quote-status.is-error,
.form__status.is-error {
  color: #9b2929;
}

.dl-quote-status.is-success,
.form__status.is-success {
  color: #1f6a43;
}

.footer-newsletter {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.footer-newsletter .field span {
  color: inherit;
}

.footer-newsletter input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 9px 11px;
}

@media (max-width: 860px) {
  .dl-grid,
  .woocommerce-checkout .col2-set,
  .woocommerce-account .woocommerce,
  .dl-form-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   WooCommerce visual system
   ========================================================== */
.dl-page-hero--commerce{
  min-height: 330px;
  background-position: center 44%;
}
.dl-page-hero--commerce::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,9,.78), rgba(10,10,9,.3));
}
.dl-page-hero--commerce .dl-page-hero__content{
  position: relative;
  z-index: 1;
  padding-block: 120px 46px;
}
.dl-page-hero--commerce h1{
  font-size: clamp(44px, 6vw, 72px);
  line-height: .98;
}
.dl-section--commerce{ padding-block: clamp(42px, 5vw, 64px); }
.dl-commerce-page{ width: min(1180px, calc(100% - 48px)); }
.dl-commerce-page > .woocommerce{ width: 100%; }

.woocommerce form input.input-text:focus,
.woocommerce form textarea:focus,
.woocommerce form select:focus,
.select2-container--open .select2-selection--single{
  outline: none;
  border-color: rgba(139,90,43,.55);
  box-shadow: 0 0 0 3px rgba(201,139,77,.15);
}
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  transition: transform .18s var(--ease), background .18s var(--ease), box-shadow .18s var(--ease);
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{
  transform: translateY(-1px);
  background: #b88e43;
  box-shadow: 0 12px 24px rgba(139,90,43,.18);
}

/* Cart */
.woocommerce-cart .dl-commerce-page > .woocommerce{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .44fr);
  gap: 26px;
  align-items: start;
}
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error{
  grid-column: 1 / -1;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals{
  overflow: hidden;
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 50px rgba(38,28,20,.08);
}
.woocommerce-cart .woocommerce-cart-form{ padding: 8px 20px 20px; }
.woocommerce-cart .cart-collaterals{ padding: 24px; }
.woocommerce-cart .cart-collaterals .cart_totals{ width: 100%; float: none; }
.woocommerce-cart .cart-collaterals h2{
  margin: 0 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}
.woocommerce-cart table.shop_table{ table-layout: fixed; margin: 0; }
.woocommerce-cart table.shop_table th{ color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce-cart table.shop_table .product-remove{ width: 46px; }
.woocommerce-cart table.shop_table .product-thumbnail{ width: 92px; }
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal{ width: 116px; }
.woocommerce-cart table.shop_table .product-quantity{ width: 112px; }
.woocommerce-cart table.shop_table .product-thumbnail img{
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1px solid rgba(22,18,15,.08);
  border-radius: 13px;
  background: #fff;
}
.woocommerce-cart table.shop_table .product-name > a{ font-weight: 800; }
.woocommerce-cart table.shop_table .variation{ margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.woocommerce-cart table.shop_table .variation dt,
.woocommerce-cart table.shop_table .variation dd{ display: inline; float: none; margin: 0; }
.woocommerce-cart table.shop_table .variation dd + dt::before{ content: ' · '; }
.woocommerce-cart table.shop_table .quantity input{ width: 72px; min-height: 44px; text-align: center; }
.woocommerce-cart table.shop_table .product-remove button,
.woocommerce-cart table.shop_table .product-remove a{
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(22,18,15,.12);
  border-radius: 50%;
  background: #fff;
  color: #8d3838;
  font-size: 20px;
}
.woocommerce-cart table.shop_table td.actions{ padding-top: 20px; }
.woocommerce-cart table.shop_table .coupon{
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  max-width: 480px;
}
.woocommerce-cart table.shop_table .coupon label{ position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.woocommerce-cart table.shop_table .coupon .input-text{ width: 100%; margin: 0; }
.woocommerce-cart .cart_totals table{ margin-bottom: 20px; }
.woocommerce-cart .cart_totals th{ width: 28%; color: var(--muted); }
.woocommerce-cart #shipping_method{
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-cart #shipping_method li{
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  line-height: 1.35;
}
.woocommerce-cart #shipping_method input{ margin: 3px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout{ padding: 0; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 8px 0 0;
  padding: 15px 20px;
  background: linear-gradient(135deg, var(--brand), #69401f);
  color: #fff;
}

/* Checkout */
.woocommerce-checkout form.checkout{
  display: grid;
  padding: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  grid-template-areas: 'customer review';
  gap: 28px;
  align-items: start;
}
.woocommerce-checkout form.checkout > .col2-set{
  grid-area: customer;
  width: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
}
.woocommerce-checkout form.checkout > #order_review_heading{
  grid-area: review;
  position: sticky;
  top: 112px;
  z-index: 2;
  align-self: start;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}
.woocommerce-checkout form.checkout > #order_review{
  grid-area: review;
  position: sticky;
  top: 112px;
  width: auto;
  margin: 0;
  padding: 82px 24px 24px;
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 50px rgba(38,28,20,.08);
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields{
  padding: 24px;
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 50px rgba(38,28,20,.07);
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields > h3{
  margin-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table{ margin-bottom: 20px; }
.woocommerce-checkout #payment{
  padding: 18px;
  border-radius: 18px;
  background: #f5f0e8;
}
.woocommerce-checkout #payment ul.payment_methods{ margin: 0; padding: 0; list-style: none; }
.woocommerce-checkout #payment .payment_box{ margin-top: 10px; color: var(--muted); line-height: 1.55; }
.woocommerce-checkout #place_order{
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  background: linear-gradient(135deg, var(--brand), #69401f);
  color: #fff;
}

/* Account */
.woocommerce-account:not(.logged-in) .dl-commerce-page > .woocommerce{
  display: block;
  max-width: 620px;
  margin-inline: auto;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce-form-register{
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 20px 50px rgba(38,28,20,.08);
}
.woocommerce-account:not(.logged-in) .woocommerce h2,
.woocommerce-account:not(.logged-in) .woocommerce-form-login::before{
  font-family: 'Playfair Display', serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content{
  border: 1px solid rgba(22,18,15,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(38,28,20,.06);
}
.woocommerce-account .woocommerce-MyAccount-content{ padding: clamp(20px, 3vw, 34px); }

@media (max-width: 860px){
  .dl-commerce-page{ width: min(100% - 32px, 1180px); }
  .woocommerce-cart .dl-commerce-page > .woocommerce,
  .woocommerce-checkout form.checkout{
    display: block;
  }
  .woocommerce-cart .cart-collaterals{ margin-top: 20px; }
  .woocommerce-checkout form.checkout > #order_review_heading{ position: static; margin-top: 20px; }
  .woocommerce-checkout form.checkout > #order_review{ position: static; }
}

@media (max-width: 720px){
  .dl-page-hero--commerce{ min-height: 285px; }
  .dl-page-hero--commerce .dl-page-hero__content{ padding-block: 112px 42px; }
  .dl-page-hero--commerce h1{ font-size: clamp(38px, 12vw, 50px); }
  .dl-section--commerce{ padding-block: 34px 56px; }

  .woocommerce-cart .woocommerce-cart-form{ padding: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table tbody{ display: block; width: 100%; }
  .woocommerce-cart table.shop_table thead{ display: none; }
  .woocommerce-cart table.shop_table tr.cart_item{
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px 14px;
    width: 100%;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid rgba(22,18,15,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 14px 34px rgba(38,28,20,.07);
  }
  .woocommerce-cart table.shop_table tr.cart_item td{
    display: block;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
  }
  .woocommerce-cart table.shop_table tr.cart_item .product-remove{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  .woocommerce-cart table.shop_table tr.cart_item .product-thumbnail{ grid-column: 1; grid-row: 1 / span 4; }
  .woocommerce-cart table.shop_table tr.cart_item .product-thumbnail img{ width: 78px; height: 78px; }
  .woocommerce-cart table.shop_table tr.cart_item .product-name{ grid-column: 2; padding-right: 34px; }
  .woocommerce-cart table.shop_table tr.cart_item .product-price,
  .woocommerce-cart table.shop_table tr.cart_item .product-quantity,
  .woocommerce-cart table.shop_table tr.cart_item .product-subtotal{
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink);
  }
  .woocommerce-cart table.shop_table tr.cart_item .product-price::before,
  .woocommerce-cart table.shop_table tr.cart_item .product-quantity::before,
  .woocommerce-cart table.shop_table tr.cart_item .product-subtotal::before{
    content: attr(data-title);
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .woocommerce-cart table.shop_table tr:not(.cart_item){ display: block; width: 100%; }
  .woocommerce-cart table.shop_table td.actions{ display: grid; gap: 10px; width: 100%; padding: 6px 0 0; border: 0; }
  .woocommerce-cart table.shop_table .coupon{ grid-template-columns: 1fr; max-width: none; }
  .woocommerce-cart table.shop_table td.actions > .button{ width: 100%; }
  .woocommerce-cart .cart-collaterals{ padding: 20px 18px; border-radius: 20px; }
  .woocommerce-cart .cart_totals tr.shipping th,
  .woocommerce-cart .cart_totals tr.shipping td{
    display: block;
    width: 100%;
    padding-inline: 0;
  }
  .woocommerce-cart .cart_totals tr.shipping th{ padding-bottom: 4px; border-bottom: 0; }
  .woocommerce-cart .cart_totals tr.shipping td{ padding-top: 4px; }

  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout form.checkout > #order_review{
    padding: 20px 16px;
    border-radius: 18px;
  }
  .woocommerce-checkout form.checkout > #order_review_heading{
    padding: 20px 16px 0;
    border-radius: 18px 18px 0 0;
  }
  .woocommerce-checkout form.checkout > #order_review{ border-radius: 0 0 18px 18px; }
  .woocommerce-checkout-review-order th,
  .woocommerce-checkout-review-order td{ padding: 12px 6px; }
  .woocommerce-account .woocommerce{ width: 100%; }
}

@media (min-width: 721px){
  .woocommerce-cart .cart_totals tr.shipping th{
    display: table-cell !important;
    width: 28% !important;
  }
  .woocommerce-cart .cart_totals tr.shipping td{
    display: table-cell !important;
    width: auto !important;
  }
}
