/* =========================================================
   ULVI COMMERCE + CONTACT
   CLEAN FINAL A→Z
   ========================================================= */

/* =========================================================
   TOKENS
   ========================================================= */
:root{
  --ulvi-lux-black: #111111;
  --ulvi-lux-white: #ffffff;
  --ulvi-lux-bg: #f3f3f1;

  --ulvi-lux-border: rgba(0,0,0,.08);
  --ulvi-lux-border-soft: rgba(0,0,0,.10);
  --ulvi-lux-border-mid: rgba(0,0,0,.18);
  --ulvi-lux-border-strong: rgba(0,0,0,.42);

  --ulvi-lux-text: #111111;
  --ulvi-lux-text-soft: rgba(0,0,0,.76);
  --ulvi-lux-text-muted: rgba(0,0,0,.58);
  --ulvi-lux-placeholder: rgba(0,0,0,.58);

  --ulvi-lux-font: 'DM Sans', sans-serif;
  --ulvi-lux-transition: .22s ease;
  --ulvi-checkout-sticky-top: 116px;

  --ulvi-field-h: 58px;
  --ulvi-field-h-mobile: 52px;
  --ulvi-field-radius: 0;
  --ulvi-button-h: 44px;
  --ulvi-button-h-mobile: 42px;
}

/* =========================================================
   GLOBAL CONTAINER
   ========================================================= */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce{
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content{
  padding-bottom: 56px;
}

body.woocommerce-cart .site-content > .ast-container,
body.woocommerce-checkout .site-content > .ast-container{
  max-width: 1360px !important;
  padding-left: clamp(18px, 3vw, 34px) !important;
  padding-right: clamp(18px, 3vw, 34px) !important;
}

/* =========================================================
   TOP SPACING
   ========================================================= */
body.woocommerce-cart .entry-content::before,
body.woocommerce-checkout .entry-content::before{
  content: "";
  display: block;
  height: 76px;
}

/* =========================================================
   PAGE TITLES
   ========================================================= */
body.woocommerce-cart .entry-content > h1,
body.woocommerce-checkout .entry-content > h1{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 18px 0 !important;
  padding: 0 0 0 138px !important;
  border: 0 !important;
  color: #050505 !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: clamp(19px, 2.1vw, 28px) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  font-weight: 600 !important;
}

body.woocommerce-cart .entry-content > h1::after,
body.woocommerce-checkout .entry-content > h1::after{
  content: none !important;
  display: none !important;
}

body.woocommerce-cart .entry-content.clear,
body.woocommerce-checkout .entry-content.clear{
  border-top: 0 !important;
}

/* =========================================================
   GLOBAL CLEANUP
   ========================================================= */
body.woocommerce-cart .ulvi-cart-top-spacer,
body.woocommerce-cart .coupon,
body.woocommerce-cart .woocommerce-notices-wrapper:empty,
body.woocommerce-cart table.shop_table td.actions,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout .mailpoet-woocommerce-optin,
body.woocommerce-checkout label[for="mailpoet_woocommerce_checkout_optin"],
body.woocommerce-checkout #mailpoet_woocommerce_checkout_optin,
body.woocommerce-checkout #mailpoet_woocommerce_checkout_optin_present_field,
body.woocommerce-checkout .woocommerce-form__label-for-checkbox[data-automation-id="woo-commerce-subscription-opt-in"]{
  display: none !important;
}

body.woocommerce-checkout .form-row .required{
  display: none !important;
}

/* =========================================================
   CHECKOUT NOTICES
   ========================================================= */
body.woocommerce-checkout #terms_description,
body.woocommerce-checkout .checkout-inline-error-message,
body.woocommerce-checkout > .woocommerce-notices-wrapper,
body.woocommerce-checkout .entry-content > .woocommerce-notices-wrapper,
body.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup,
body.woocommerce-checkout form.checkout > .woocommerce-error,
body.woocommerce-checkout form.checkout > .woocommerce-info,
body.woocommerce-checkout form.checkout > .woocommerce-message{
  display: none !important;
}

body.woocommerce-checkout .ulvi-checkout-under-button-notices{
  display: block;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  clear: both;
  box-sizing: border-box;
}

body.woocommerce-checkout .ulvi-checkout-under-button-notices:empty{
  display: none;
}

body.woocommerce-checkout .ulvi-checkout-under-button-notices .ulvi-terms-notice{
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 14px 12px 36px;
  box-sizing: border-box;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--ulvi-lux-font);
  font-size: 12.8px;
  line-height: 1.55;
}

body.woocommerce-checkout .ulvi-checkout-under-button-notices .ulvi-terms-notice__dot{
  position: absolute;
  top: 18px;
  left: 14px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

/* =========================================================
   CHECKOUT — LEGAL BOX HIDE
   ========================================================= */
body.woocommerce-checkout .woocommerce-terms-and-conditions,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions,
body.woocommerce-checkout .terms-and-conditions,
body.woocommerce-checkout .wc-terms-and-conditions,
body.woocommerce-checkout [id*="terms"][class*="content"],
body.woocommerce-checkout [class*="terms-and-conditions-content"]{
  display: none !important;
}

/* =========================================================
   BUTTONS
   ========================================================= */
body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #place_order{
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: var(--ulvi-button-h) !important;
  min-height: var(--ulvi-button-h) !important;
  padding: 0 18px !important;
  margin: 0 !important;
  float: none !important;
  border: 1px solid var(--ulvi-lux-black) !important;
  border-radius: 0 !important;
  background: var(--ulvi-lux-black) !important;
  color: var(--ulvi-lux-white) !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .13em !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    background-color var(--ulvi-lux-transition),
    border-color var(--ulvi-lux-transition),
    color var(--ulvi-lux-transition),
    opacity var(--ulvi-lux-transition) !important;
}

@media (hover:hover){
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  body.woocommerce-checkout #place_order:hover{
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    opacity: .96 !important;
  }
}

/* =========================================================
   CART — DESKTOP LAYOUT
   ========================================================= */
body.woocommerce-cart .woocommerce-cart-form{
  float: left;
  width: calc(100% - 430px);
  padding-right: 40px;
  box-sizing: border-box;
}

body.woocommerce-cart .cart-collaterals{
  float: right;
  width: 380px;
  margin-top: 0;
}

body.woocommerce-cart .woocommerce::after{
  content: "";
  display: block;
  clear: both;
}

body.woocommerce-cart .shop_table.cart,
body.woocommerce-cart .shop_table.cart tbody,
body.woocommerce-cart .shop_table.cart tr,
body.woocommerce-cart .shop_table.cart td{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart .shop_table.cart thead{
  display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form__contents{
  margin: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item{
  position: relative;
  display: grid !important;
  grid-template-columns: 280px minmax(0,1fr);
  column-gap: 40px;
  padding: 22px;
  margin: 0 0 24px 0;
  min-height: 300px;
  align-items: stretch;
  border: 1px solid var(--ulvi-lux-border-mid) !important;
  background: var(--ulvi-lux-white) !important;
}

body.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item td{
  display: block;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
}

body.woocommerce-cart td.product-remove,
body.woocommerce-cart td.product-quantity,
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
  display: none !important;
}

/* =========================================================
   CART — PRODUCT IMAGE FINAL
   ========================================================= */

body.woocommerce-cart td.product-thumbnail{
  grid-column: 1;
  grid-row: 1;
  width: auto;
  align-self: center;
}

body.woocommerce-cart td.product-thumbnail a{
  display: block;
  width: auto;
  height: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible;
}

body.woocommerce-cart td.product-thumbnail img{
  display: block;
  width: 240px !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

body.woocommerce-cart td.product-name{
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding: 20px 20px 12px 6px !important;
  text-align: left !important;
}

body.woocommerce-cart td.product-name > a,
body.woocommerce-cart td.product-name a{
  text-decoration: none !important;
}

body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-cart td.product-name .wc-item-meta{
  display: none !important;
}

body.woocommerce-cart .ulvi-cart-copy{
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: left !important;
}

body.woocommerce-cart .ulvi-cart-title-link{
  display: block;
  margin-bottom: 0px;
  color: var(--ulvi-lux-black) !important;
  text-align: left !important;
  font-family: var(--ulvi-lux-font);
  font-size: 15px;
  line-height: 1.24;
  letter-spacing: -0.02em;
  font-weight: 600;
}

body.woocommerce-cart .ulvi-cart-inline-price{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 0 14px 0;
  white-space: nowrap;
  color: var(--ulvi-lux-black);
  text-align: left !important;
  font-family: var(--ulvi-lux-font);
}

body.woocommerce-cart .ulvi-cart-inline-price .ulvi-price{
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start !important;
}

body.woocommerce-cart .ulvi-cart-inline-price .ulvi-currency{
  margin-right: 4px;
  font-size: .84em;
  font-weight: 500;
}

body.woocommerce-cart .ulvi-cart-inline-price .ulvi-major{
  font-size: 15px;
  font-weight: 500;
}

body.woocommerce-cart .ulvi-cart-meta{
  max-width: 240px;
  margin-top: 6px;
}

body.woocommerce-cart .ulvi-cart-meta-row{
  color: var(--ulvi-lux-black);
  text-align: left !important;
  font-family: var(--ulvi-lux-font);
  font-size: 13px;
  line-height: 1.9;
}

body.woocommerce-cart .ulvi-cart-meta-label{
  color: var(--ulvi-lux-black);
  font-weight: 500;
}

body.woocommerce-cart .ulvi-cart-meta-value{
  color: var(--ulvi-lux-black);
}

body.woocommerce-cart .ulvi-cart-links{
  position: absolute;
  right: 18px;
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(2px);
}

body.woocommerce-cart .ulvi-cart-link,
body.woocommerce-cart .ulvi-cart-link:link,
body.woocommerce-cart .ulvi-cart-link:visited,
body.woocommerce-cart .ulvi-cart-link:hover{
  display: inline-block;
  color: var(--ulvi-lux-black) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1.2px !important;
  opacity: .96;
  font-family: var(--ulvi-lux-font);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

body.woocommerce-cart .ulvi-cart-link:hover{
  opacity: 1;
}

/* =========================================================
   CART TOTALS
   ========================================================= */
body.woocommerce-cart .cart_totals{
  width: 100% !important;
  padding: 22px 24px 18px !important;
  border: 1px solid var(--ulvi-lux-border-mid) !important;
  border-radius: 0 !important;
  background: var(--ulvi-lux-white) !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart_totals h2{
  margin: 0 0 18px 0;
  color: var(--ulvi-lux-black);
  font-family: var(--ulvi-lux-font);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

body.woocommerce-cart .cart_totals h2::after{
  content: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table{
  margin: 0 0 18px 0;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td{
  padding: 12px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ulvi-lux-border-soft) !important;
  color: var(--ulvi-lux-black);
  font-family: var(--ulvi-lux-font);
  font-size: 15px;
}

body.woocommerce-cart .cart_totals table.shop_table th{
  font-weight: 500;
}

body.woocommerce-cart .cart_totals table.shop_table td{
  text-align: right;
  font-weight: 600;
}

body.woocommerce-cart .cart_totals tr.cart-subtotal th,
body.woocommerce-cart .cart_totals tr.cart-subtotal td,
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
  font-size: 16px;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
  color: var(--ulvi-lux-black);
  font-weight: 600;
}

body.woocommerce-cart .woocommerce-shipping-totals,
body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-methods,
body.woocommerce-cart .shipping-calculator-button,
body.woocommerce-cart .woocommerce-shipping-calculator,
body.woocommerce-cart .shipping-calculator-form,
body.woocommerce-cart #shipping_method,
body.woocommerce-cart .cart_totals tr.shipping,
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals{
  display: none !important;
}

/* =========================================================
   CHECKOUT — DESKTOP LAYOUT
   ========================================================= */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .woocommerce{
  width: 100%;
}

body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review{
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-checkout form.checkout{
  display: grid !important;
  grid-template-columns: minmax(0,720px) minmax(380px,440px) !important;
  justify-content: space-between !important;
  align-items: start !important;
  column-gap: 72px !important;
  row-gap: 0 !important;
}

body.woocommerce-checkout #customer_details{
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  align-self: start !important;
}

body.woocommerce-checkout #order_review_heading{
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  align-self: start !important;
  color: var(--ulvi-lux-black) !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout #order_review_heading::after{
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  background: rgba(0,0,0,.16);
}

body.woocommerce-checkout #order_review{
  position: sticky !important;
  top: var(--ulvi-checkout-sticky-top) !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: 440px !important;
  margin: 50px 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  justify-self: end !important;
  align-self: start !important;
}

/* =========================================================
   CHECKOUT FORM COLUMN
   ========================================================= */
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .col2-set{
  width: 100% !important;
  max-width: 760px !important;
  margin: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3{
  margin: 0 0 18px 0;
  color: var(--ulvi-lux-black);
  font-family: var(--ulvi-lux-font);
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
}

body.woocommerce-checkout .form-row{
  margin-bottom: 18px;
}

body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last{
  width: calc(50% - 10px) !important;
}

body.woocommerce-checkout .form-row-wide{
  width: 100% !important;
}

body.woocommerce-checkout .form-row label{
  display: block;
  margin-bottom: 10px;
  color: var(--ulvi-lux-text);
  font-family: var(--ulvi-lux-font);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

/* =========================================================
   FORM FIELDS — DESKTOP + MOBILE BASE
   ========================================================= */
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
.ulvi-contact-form-wrap input[type="text"],
.ulvi-contact-form-wrap input[type="tel"],
.ulvi-contact-form-wrap input[type="email"],
.ulvi-contact-form-wrap textarea{
  width: 100% !important;
  max-width: 100% !important;
  min-height: var(--ulvi-field-h) !important;
  border: 1px solid var(--ulvi-lux-border-strong) !important;
  border-radius: var(--ulvi-field-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  color: var(--ulvi-lux-text) !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease !important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
.ulvi-contact-form-wrap input[type="text"],
.ulvi-contact-form-wrap input[type="tel"],
.ulvi-contact-form-wrap input[type="email"],
.ulvi-contact-form-wrap textarea{
  padding: 0 18px !important;
  -webkit-text-fill-color: var(--ulvi-lux-text) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout textarea,
.ulvi-contact-form-wrap textarea{
  min-height: 108px !important;
  height: auto !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  resize: vertical;
}

body.woocommerce-checkout input.input-text::placeholder,
body.woocommerce-checkout textarea::placeholder,
.ulvi-contact-form-wrap input::placeholder,
.ulvi-contact-form-wrap textarea::placeholder{
  color: var(--ulvi-lux-placeholder) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout input.input-text::-webkit-input-placeholder,
body.woocommerce-checkout textarea::-webkit-input-placeholder,
.ulvi-contact-form-wrap input::-webkit-input-placeholder,
.ulvi-contact-form-wrap textarea::-webkit-input-placeholder{
  color: var(--ulvi-lux-placeholder) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout input.input-text::-moz-placeholder,
body.woocommerce-checkout textarea::-moz-placeholder,
.ulvi-contact-form-wrap input::-moz-placeholder,
.ulvi-contact-form-wrap textarea::-moz-placeholder{
  color: var(--ulvi-lux-placeholder) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout input.input-text:-ms-input-placeholder,
body.woocommerce-checkout textarea:-ms-input-placeholder,
.ulvi-contact-form-wrap input:-ms-input-placeholder,
.ulvi-contact-form-wrap textarea:-ms-input-placeholder{
  color: var(--ulvi-lux-placeholder) !important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus,
.ulvi-contact-form-wrap input:focus,
.ulvi-contact-form-wrap textarea:focus{
  border-color: #000 !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.12) !important;
}

body.woocommerce-checkout input.input-text:-webkit-autofill,
body.woocommerce-checkout input.input-text:-webkit-autofill:hover,
body.woocommerce-checkout input.input-text:-webkit-autofill:focus,
body.woocommerce-checkout textarea:-webkit-autofill,
body.woocommerce-checkout textarea:-webkit-autofill:hover,
body.woocommerce-checkout textarea:-webkit-autofill:focus,
.ulvi-contact-form-wrap input:-webkit-autofill,
.ulvi-contact-form-wrap input:-webkit-autofill:hover,
.ulvi-contact-form-wrap input:-webkit-autofill:focus,
.ulvi-contact-form-wrap textarea:-webkit-autofill,
.ulvi-contact-form-wrap textarea:-webkit-autofill:hover,
.ulvi-contact-form-wrap textarea:-webkit-autofill:focus{
  -webkit-text-fill-color: #111 !important;
  transition: background-color 9999s ease-out 0s;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

body.woocommerce-checkout .select2-container{
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-checkout .select2-container .select2-selection--single{
  display: flex !important;
  align-items: center !important;
  height: 54px !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  display: flex !important;
  align-items: center !important;
  min-height: 54px !important;
  height: 100% !important;
  padding-left: 16px !important;
  padding-right: 40px !important;
  line-height: normal !important;
  color: #111 !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: var(--ulvi-lux-placeholder) !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 0 !important;
  right: 8px !important;
  height: 54px !important;
}

body.woocommerce-checkout .woocommerce-additional-fields{
  margin-top: 18px;
}

/* =========================================================
   CHECKOUT SUMMARY TABLE
   ========================================================= */
body.woocommerce-checkout table.shop_table{
  width: 100% !important;
  min-width: 100% !important;
  table-layout: fixed !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout table.shop_table thead{
  display: none !important;
}

body.woocommerce-checkout table.shop_table tbody{
  display: none !important;
}

body.woocommerce-checkout table.shop_table tfoot{
  display: table-row-group !important;
}

body.woocommerce-checkout table.shop_table tfoot th:first-child{
  width: 68% !important;
  text-align: left !important;
}

body.woocommerce-checkout table.shop_table tfoot td:last-child{
  width: 32% !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout table.shop_table .shipping,
body.woocommerce-checkout table.shop_table .woocommerce-shipping-totals,
body.woocommerce-checkout .woocommerce-shipping-totals,
body.woocommerce-checkout tr.shipping,
body.woocommerce-checkout tr.woocommerce-shipping-totals,
body.woocommerce-checkout ul#shipping_method,
body.woocommerce-checkout .shipping{
  display: none !important;
}

body.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal th,
body.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal td{
  padding: 0 0 8px 0 !important;
}

body.woocommerce-checkout table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout table.shop_table tfoot tr.order-total td{
  padding: 8px 0 !important;
  border-bottom: 1px solid var(--ulvi-lux-border-soft) !important;
  color: var(--ulvi-lux-black) !important;
}

body.woocommerce-checkout table.shop_table tfoot tr.order-total th{
  font-size: 16px !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout table.shop_table tfoot tr.order-total td{
  font-size: 17px !important;
  font-weight: 500 !important;
}

/* =========================================================
   PAYMENT AREA
   ========================================================= */
body.woocommerce-checkout .ulvi-checkout-summary-note,
body.woocommerce-checkout #payment .payment_method_paytr_payment_gateway > label,
body.woocommerce-checkout #payment .payment_method_paytr_payment_gateway .payment_box{
  display: none !important;
}

body.woocommerce-checkout #payment{
  width: 100% !important;
  margin-top: 10px !important;
  padding-top: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods li{
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text{
  margin-top: 10px !important;
  margin-bottom: 12px !important;
  color: var(--ulvi-lux-text-muted);
  font-family: var(--ulvi-lux-font);
  font-size: 12px;
  line-height: 1.55;
}

body.woocommerce-checkout .form-row.terms{
  margin: 8px 0 12px 0 !important;
  color: var(--ulvi-lux-text-muted);
  font-family: var(--ulvi-lux-font);
  font-size: 12px;
  line-height: 1.7;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .form-row.terms a{
  color: var(--ulvi-lux-black);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.16);
}

body.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order{
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1180px){
  body.woocommerce-checkout form.checkout{
    grid-template-columns: minmax(0,1fr) minmax(320px,360px) !important;
    column-gap: 36px !important;
  }

  body.woocommerce-checkout #order_review{
    max-width: 360px !important;
  }
}

/* =========================================================
   MOBILE — CART + CHECKOUT
   ========================================================= */
@media (max-width: 980px){
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce{
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-cart .site-content > .ast-container,
  body.woocommerce-checkout .site-content > .ast-container{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.woocommerce-cart .entry-content::before,
  body.woocommerce-checkout .entry-content::before{
    height: 50px;
  }

  body.woocommerce-cart .entry-content > h1,
  body.woocommerce-checkout .entry-content > h1{
    margin: 0 0 14px 0 !important;
    padding-left: 14px !important;
    padding-right: 0 !important;
    font-size: clamp(19px, 9vw, 23px) !important;
    line-height: .98 !important;
    letter-spacing: -0.01em !important;
  }

  body.woocommerce-checkout .ulvi-checkout-under-button-notices{
    margin-top: 10px;
  }

  body.woocommerce-checkout .ulvi-checkout-under-button-notices .ulvi-terms-notice{
    padding: 11px 12px 11px 32px;
    font-size: 12px;
  }

  body.woocommerce-checkout .ulvi-checkout-under-button-notices .ulvi-terms-notice__dot{
    top: 17px;
    left: 12px;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals{
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  body.woocommerce-cart .woocommerce-cart-form__contents,
  body.woocommerce-cart .woocommerce-cart-form__contents tbody,
  body.woocommerce-cart .woocommerce-cart-form__contents tr,
  body.woocommerce-cart .woocommerce-cart-form__contents td{
    width: 100% !important;
    box-sizing: border-box !important;
  }

body.woocommerce-cart .woocommerce-cart-form__contents tr.cart_item{
  position: relative;
  display: grid !important;
  grid-template-columns: 132px minmax(0,1fr);
  column-gap: 16px;
  row-gap: 0;
  padding: 16px !important;
  margin: 0 0 24px 0 !important;
  min-height: 208px !important;
  overflow: hidden !important;
  align-items: stretch !important;
  border: 1px solid var(--ulvi-lux-border-mid) !important;
  background: var(--ulvi-lux-white) !important;
}

  body.woocommerce-cart td.product-thumbnail{
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

body.woocommerce-cart td.product-thumbnail a{
  display: block !important;
  width: 132px !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-cart td.product-thumbnail img{
  display: block !important;
  width: 132px !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

body.woocommerce-cart td.product-name{
  position: relative !important;
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 0 0 18px 0 !important;
  text-align: left !important;
  align-self: end !important;
}

  body.woocommerce-cart td.product-name::before,
  body.woocommerce-cart td.product-price::before,
  body.woocommerce-cart td.product-quantity::before,
  body.woocommerce-cart td.product-subtotal::before{
    content: none !important;
    display: none !important;
  }

  body.woocommerce-cart .ulvi-cart-copy{
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.woocommerce-cart .ulvi-cart-title-link{
    display: block !important;
    max-width: 100% !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-align: left !important;
  }

  body.woocommerce-cart .ulvi-cart-inline-price{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 0 0px 0 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    text-align: left !important;
  }

  body.woocommerce-cart .ulvi-cart-inline-price .ulvi-price{
    justify-content: flex-start !important;
  }

  body.woocommerce-cart .ulvi-cart-inline-price .ulvi-major{
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  body.woocommerce-cart .ulvi-cart-meta{
    max-width: none !important;
    margin-top: 8 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-cart .ulvi-cart-meta-row{
    font-size: 12.5px !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }

body.woocommerce-cart .ulvi-cart-links{
  position: absolute !important;
  right: 4px !important;
  bottom: 4px !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  transform: none !important;
  margin: 0 !important;
}

  body.woocommerce-cart .ulvi-cart-link{
    font-size: 12.5px !important;
  }

  body.woocommerce-cart .cart-collaterals{
    margin-top: 10px !important;
  }

  body.woocommerce-cart .cart_totals{
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 14px 14px !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals h2{
    margin-bottom: 14px;
    font-size: 14px;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td{
    padding: 11px 0 !important;
    font-size: 14px;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    height: var(--ulvi-button-h-mobile) !important;
    min-height: var(--ulvi-button-h-mobile) !important;
    font-size: 11.5px !important;
    letter-spacing: .11em !important;
  }

  body.woocommerce-checkout form.checkout{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout .col2-set .col-1,
  body.woocommerce-checkout .col2-set .col-2{
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout #customer_details{
    display: block !important;
    padding: 16px 14px 14px 14px !important;
    border: 1px solid var(--ulvi-lux-border) !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .woocommerce-additional-fields{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout .woocommerce-billing-fields h3,
  body.woocommerce-checkout .woocommerce-additional-fields h3{
    margin: 0 0 16px 0 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    font-weight: 600 !important;
  }

  body.woocommerce-checkout .form-row,
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last,
  body.woocommerce-checkout .form-row-wide{
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .form-row label{
    margin-bottom: 7px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout select,
  body.woocommerce-checkout .select2-container--default .select2-selection--single,
  .ulvi-contact-form-wrap input[type="text"],
  .ulvi-contact-form-wrap input[type="tel"],
  .ulvi-contact-form-wrap input[type="email"],
  .ulvi-contact-form-wrap textarea{
    min-height: var(--ulvi-field-h-mobile) !important;
    border: 1px solid var(--ulvi-lux-border-strong) !important;
    font-size: 15px !important;
  }

  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout select{
    padding: 0 14px !important;
  }

  body.woocommerce-checkout textarea,
  .ulvi-contact-form-wrap textarea{
    min-height: 96px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  body.woocommerce-checkout .select2-container .select2-selection--single{
    height: 52px !important;
  }

  body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    min-height: 52px !important;
    height: 52px !important;
    padding-left: 14px !important;
    padding-right: 38px !important;
    color: var(--ulvi-lux-black) !important;
  }

  body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 52px !important;
  }

  body.woocommerce-checkout #order_review_heading{
    margin: 14px 0 4px 0 !important;
    padding: 0 14px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: .14em !important;
  }

  body.woocommerce-checkout #order_review{
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid var(--ulvi-lux-border) !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout table.shop_table{
    table-layout: fixed !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout table.shop_table tbody tr.cart_item th,
  body.woocommerce-checkout table.shop_table tbody tr.cart_item td{
    padding-bottom: 10px !important;
  }

  body.woocommerce-checkout table.shop_table tfoot tr.order-total th{
    font-size: 15px !important;
  }

  body.woocommerce-checkout table.shop_table tfoot tr.order-total td{
    font-size: 16px !important;
  }

  body.woocommerce-checkout #payment{
    margin-top: 12px !important;
  }

  body.woocommerce-checkout .woocommerce-privacy-policy-text,
  body.woocommerce-checkout .form-row.terms{
    font-size: 11.5px !important;
    line-height: 1.6 !important;
  }

  body.woocommerce-checkout .form-row.place-order{
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-checkout #place_order{
    height: var(--ulvi-button-h-mobile) !important;
    min-height: var(--ulvi-button-h-mobile) !important;
    margin-top: 8px !important;
    font-size: 11.5px !important;
    letter-spacing: .12em !important;
  }
}

/* =========================================================
   CONTACT PAGE — ULVI FINAL REFINED
   ========================================================= */

.ulvi-contact-page{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(20px, 2.4vw, 30px) clamp(28px, 4vw, 42px) 88px;
  box-sizing: border-box;
}

/* =========================================================
   HERO
   ========================================================= */

.ulvi-contact-hero{
  max-width: 480px;
  margin: 0 0 40px;
}

.ulvi-contact-hero h1{
  margin: 0 0 8px;
  color: #000;
  font-family: var(--ulvi-lux-font);
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1;
  letter-spacing: -.026em;
  font-weight: 600;
}

.ulvi-contact-hero p{
  margin: 0;
  color: rgba(0,0,0,.72);
  font-family: var(--ulvi-lux-font);
  font-size: 14.5px;
  line-height: 1.56;
  letter-spacing: -.01em;
  font-weight: 500;
}

/* =========================================================
   INFO GRID
   ========================================================= */

.ulvi-contact-info-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  column-gap: 76px;
  row-gap: 28px;
  max-width: 860px;
  margin: 0 0 58px;
}

.ulvi-contact-block{
  min-width: 0;
}

.ulvi-contact-block h3{
  display: inline-block;
  margin: 0 0 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0,0,0,.28);
  color: #000;
  font-family: var(--ulvi-lux-font);
  font-size: 10.8px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}

.ulvi-contact-block p,
.ulvi-contact-block p a{
  margin: 0;
  color: rgba(0,0,0,.88);
  text-decoration: none;
  font-family: var(--ulvi-lux-font);
  font-size: 14.5px;
  line-height: 1.64;
  letter-spacing: -.01em;
  font-weight: 500;
}

.ulvi-contact-block p a:hover{
  color: #000;
}

.ulvi-contact-whatsapp-block{
  display: flex;
  align-items: flex-start;
}

.ulvi-contact-whatsapp-block a{
  display: inline-block;
  margin-top: 1px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-family: var(--ulvi-lux-font);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 600;
  text-transform: none;
}

.ulvi-contact-whatsapp-block a:hover{
  opacity: .72;
}

.ulvi-contact-hours{
  grid-column: 1 / -1;
  max-width: 340px;
}

/* =========================================================
   FORM
   ========================================================= */

.ulvi-contact-form-wrap{
  width: 100%;
  max-width: 640px;
  margin: 0;
}

.ulvi-contact-form-wrap h2{
  margin: 0 0 14px;
  color: #000;
  font-family: var(--ulvi-lux-font);
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 600;
}

.ulvi-contact-form-wrap > p,
.ulvi-contact-form-wrap .wpforms-field-label{
  display: none !important;
}

.ulvi-contact-form-wrap .wpforms-container{
  margin: 0 !important;
}

.ulvi-contact-form-wrap .wpforms-form{
  display: block;
}

.ulvi-contact-form-wrap .wpforms-field-container{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ulvi-contact-form-wrap .wpforms-field{
  margin: 0 !important;
  padding: 0 !important;
}

.ulvi-contact-form-wrap input[type="text"],
.ulvi-contact-form-wrap input[type="tel"],
.ulvi-contact-form-wrap input[type="email"],
.ulvi-contact-form-wrap textarea{
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(0,0,0,.20) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  color: #111 !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -.01em !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    border-color .22s ease,
    background-color .22s ease,
    box-shadow .22s ease !important;
}

.ulvi-contact-form-wrap textarea{
  min-height: 96px !important;
  height: auto !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  resize: vertical;
}

.ulvi-contact-form-wrap input::placeholder,
.ulvi-contact-form-wrap textarea::placeholder{
  color: rgba(0,0,0,.54) !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

.ulvi-contact-form-wrap input:focus,
.ulvi-contact-form-wrap textarea:focus{
  border-color: #000 !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.04) !important;
}

/* =========================================================
   BUTTON
   ========================================================= */

.ulvi-contact-form-wrap .wpforms-submit-container{
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
}

.ulvi-contact-form-wrap button[type="submit"],
.ulvi-contact-form-wrap .wpforms-submit{
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: 10.8px !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  font-weight: 600 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    background-color var(--ulvi-lux-transition),
    border-color var(--ulvi-lux-transition),
    color var(--ulvi-lux-transition),
    opacity var(--ulvi-lux-transition) !important;
}

@media (hover:hover){
  .ulvi-contact-form-wrap button[type="submit"]:hover,
  .ulvi-contact-form-wrap .wpforms-submit:hover{
    opacity: .96 !important;
  }
}

.ulvi-contact-form-wrap button[type="submit"]:focus,
.ulvi-contact-form-wrap .wpforms-submit:focus,
.ulvi-contact-form-wrap button[type="submit"]:active,
.ulvi-contact-form-wrap .wpforms-submit:active{
  outline: none !important;
  box-shadow: none !important;
}

.ulvi-contact-form-wrap .wpforms-error{
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.ulvi-contact-form-wrap .wpforms-confirmation-container,
.ulvi-contact-form-wrap .wpforms-confirmation-scroll{
  margin-top: 12px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: rgba(255,255,255,.72) !important;
  color: #111 !important;
  font-family: var(--ulvi-lux-font) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px){
  .ulvi-contact-page{
    padding: 22px 26px 74px;
  }

  .ulvi-contact-info-grid{
    column-gap: 44px;
    row-gap: 24px;
    max-width: 100%;
    margin-bottom: 48px;
  }

  .ulvi-contact-form-wrap{
    max-width: 580px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px){
  .ulvi-contact-page{
    padding: 24px 24px 62px;
  }

  .ulvi-contact-hero{
    max-width: 100%;
    margin-bottom: 28px;
  }

  .ulvi-contact-hero h1{
    font-size: clamp(25px, 7.5vw, 31px);
    margin-bottom: 7px;
  }

  .ulvi-contact-hero p{
    font-size: 14px;
    line-height: 1.54;
  }

  .ulvi-contact-info-grid{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 22px;
    margin-bottom: 42px;
  }

  .ulvi-contact-hours{
    grid-column: auto;
    max-width: none;
  }

  .ulvi-contact-block h3{
    margin-bottom: 7px;
    padding-bottom: 2px;
    font-size: 10.4px;
  }

  .ulvi-contact-block p,
  .ulvi-contact-block p a{
    font-size: 14px;
    line-height: 1.58;
  }

  .ulvi-contact-whatsapp-block a{
    font-size: 14px;
    line-height: 1.3;
  }

  .ulvi-contact-form-wrap{
    max-width: 100%;
  }

  .ulvi-contact-form-wrap h2{
    margin-bottom: 12px;
    font-size: 18px;
  }

  .ulvi-contact-form-wrap .wpforms-field-container{
    gap: 9px;
  }

  .ulvi-contact-form-wrap input[type="text"],
  .ulvi-contact-form-wrap input[type="tel"],
  .ulvi-contact-form-wrap input[type="email"],
  .ulvi-contact-form-wrap textarea{
    min-height: 46px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 15px !important;
  }

  .ulvi-contact-form-wrap textarea{
    min-height: 92px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .ulvi-contact-form-wrap .wpforms-submit-container{
    padding-top: 12px !important;
  }

  .ulvi-contact-form-wrap button[type="submit"],
  .ulvi-contact-form-wrap .wpforms-submit{
    height: 42px !important;
    min-height: 42px !important;
    font-size: 10.8px !important;
    letter-spacing: .13em !important;
  }
}
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__link{
  display: block !important;
  background: #f7f3ee !important;
}

body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__link img,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__link img,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__link img{
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}
/* ==================================================
   TOUCH DEVICES — DISABLE HOVER CART ON SHOP GRID
   ================================================== */
@media (hover: none), (pointer: coarse){

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .add_to_cart_button,
  .woocommerce ul.products li.product .ajax_add_to_cart,
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .button,
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .add_to_cart_button,
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .ajax_add_to_cart,
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap .added_to_cart{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .woocommerce ul.products li.product a{
    pointer-events: auto !important;
  }
}

/* =========================================================
   ULVI — OUT OF STOCK FINAL (REFINED MINI LABEL)
   ========================================================= */

/* Konum */
.woocommerce ul.products li.product .ast-shop-product-out-of-stock{
  position: absolute !important;
  left: auto !important;
  right: 19px !important;
  bottom: 17px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
  z-index: 8 !important;
}

/* Yazı dili */
.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce ul.products li.product .ast-shop-product-out-of-stock span,
.woocommerce ul.products li.product .ast-shop-product-out-of-stock .out-of-stock,
.woocommerce ul.products li.product .out-of-stock{
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

/* Etiket görünümü — FINAL */
.woocommerce ul.products li.product .ast-shop-product-out-of-stock span,
.woocommerce ul.products li.product .ast-shop-product-out-of-stock .out-of-stock,
.woocommerce ul.products li.product .out-of-stock{
  display: inline-block !important; /* inline-flex yerine */
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;

  background: #111 !important; /* düz opak siyah */
  color: #fff !important;      /* net beyaz */

  padding: 4px 8px !important; /* biraz daha dengeli */
  border-radius: 2px !important; /* ultra subtle */

  border: 0 !important;
  box-shadow: none !important;
  white-space: nowrap !important;

  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* Mobil */
@media (max-width:768px){
  .woocommerce ul.products li.product .ast-shop-product-out-of-stock{
    right: 9px !important;
    bottom: 11px !important;
  }

  .woocommerce ul.products li.product .ast-shop-product-out-of-stock,
  .woocommerce ul.products li.product .ast-shop-product-out-of-stock span,
  .woocommerce ul.products li.product .ast-shop-product-out-of-stock .out-of-stock,
  .woocommerce ul.products li.product .out-of-stock{
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
  }

  .woocommerce ul.products li.product .ast-shop-product-out-of-stock span,
  .woocommerce ul.products li.product .ast-shop-product-out-of-stock .out-of-stock,
  .woocommerce ul.products li.product .out-of-stock{
    padding: 2px 5px !important;
    border-radius: 1px !important;
  }
}

/* =========================================================
   ULVI SHOP — IPHONE FIRST TAP / OPTIONS OVERLAY KAPAT
   ========================================================= */

/* Shop gridde ürün kartı üstündeki Astra/WooCommerce buton katmanlarını kapat */
.woocommerce-shop ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.tax-product_tag ul.products li.product .button,
.woocommerce-shop ul.products li.product .added_to_cart,
.tax-product_cat ul.products li.product .added_to_cart,
.tax-product_tag ul.products li.product .added_to_cart,
.woocommerce-shop ul.products li.product .ast-on-card-button,
.tax-product_cat ul.products li.product .ast-on-card-button,
.tax-product_tag ul.products li.product .ast-on-card-button,
.woocommerce-shop ul.products li.product .ast-loop-product__link .button,
.tax-product_cat ul.products li.product .ast-loop-product__link .button,
.tax-product_tag ul.products li.product .ast-loop-product__link .button{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Link alanı temiz kalsın */
.woocommerce-shop ul.products li.product a,
.tax-product_cat ul.products li.product a,
.tax-product_tag ul.products li.product a{
  -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   ULVI SHOP — LOOP MEDIA / DESKTOP HOVER / MOBILE SWIPE FINAL
   ========================================================= */

.woocommerce ul.products li.product .ulvi-loop-media{
  position: relative;
  width: 100%;
}

/* Desktop */
.woocommerce ul.products li.product .ulvi-loop-media-desktop{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.woocommerce ul.products li.product .ulvi-loop-media-desktop .ulvi-loop-image{
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce ul.products li.product .ulvi-loop-image-main{
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity .42s ease,
    transform .72s cubic-bezier(.22,.61,.36,1);
}

.woocommerce ul.products li.product .ulvi-loop-image-hover{
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.018);
  transition:
    opacity .42s ease,
    transform .72s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine){
  .woocommerce ul.products li.product .ulvi-loop-media.has-second-image:hover .ulvi-loop-image-hover{
    opacity: 1;
    transform: scale(1);
  }

  .woocommerce ul.products li.product .ulvi-loop-media.has-second-image:hover .ulvi-loop-image-main{
    opacity: 0;
    transform: scale(1.01);
  }
}

/* Mobile base */
.woocommerce ul.products li.product .ulvi-loop-media-mobile{
  display: none;
}

.woocommerce ul.products li.product .ulvi-loop-dots{
  display: none;
}

/* Touch devices */
@media (hover: none), (pointer: coarse){

  .woocommerce ul.products li.product .ulvi-loop-media-desktop{
    display: none;
  }

  .woocommerce ul.products li.product .ulvi-loop-media-mobile{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: auto;
  }

  .woocommerce ul.products li.product .ulvi-loop-media-mobile::-webkit-scrollbar{
    display: none;
  }

  .woocommerce ul.products li.product .ulvi-loop-slide{
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .woocommerce ul.products li.product .ulvi-loop-image-mobile{
    display: block;
    width: 100%;
    height: auto;
  }

  .woocommerce ul.products li.product .ulvi-loop-dots{
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    pointer-events: none;
  }

  .woocommerce ul.products li.product .ulvi-loop-dot{
    display: block;
    width: 12px;
    height: 1px;
    border-radius: 999px;
    background: rgba(17,17,17,.22);
    transition:
      width .22s ease,
      background-color .22s ease,
      opacity .22s ease,
      transform .22s ease;
    opacity: 1;
  }

  .woocommerce ul.products li.product .ulvi-loop-dot.is-active{
    width: 24px;
    background: rgba(17,17,17,.92);
    transform: none;
  }
}

/* =========================================================
   ULVI — SHOP MANIFESTO (SYSTEM / OPTICALLY TUNED FINAL)
   ========================================================= */

:root{
  --ulvi-manifesto-left: clamp(22px, 7vw, 110px);
  --ulvi-manifesto-line-offset: -8px;   /* çizgiyi tek başına aşağı iter */
  --ulvi-manifesto-line-width: 52px;    /* desktop optik uzunluk */
}

/* BAND */
section.ulvi-manifesto-band{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100vw;
  min-height: 36vh;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 72px 24px 56px;
  background: #000000;
  color: #f4efe8;
  text-align: left;
  box-sizing: border-box;
  overflow: visible;
}

/* INNER */
section.ulvi-manifesto-band .ulvi-manifesto-band__inner{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--ulvi-manifesto-left);
  padding-right: 24px;
  padding-bottom: 20px; /* yazı–çizgi ana mesafe */
  box-sizing: border-box;
  text-align: left;
}

/* EYEBROW */
section.ulvi-manifesto-band .ulvi-manifesto-band__eyebrow{
  display: block;
  margin: 0 0 12px 0;
  padding: 0;
  color: rgba(244,239,232,.60);
  font-family: 'Helvetica Neue ULVI', 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: none;
}

/* TITLE */
section.ulvi-manifesto-band .ulvi-manifesto-band__title{
  display: block;
  margin: 0;
  padding: 0;
  color: #f4efe8;
  font-family: 'Canela ULVI', 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* LINE */
section.ulvi-manifesto-band .ulvi-manifesto-band__inner::after{
  content: "";
  position: absolute;
  left: var(--ulvi-manifesto-left);
  bottom: var(--ulvi-manifesto-line-offset);
  width: var(--ulvi-manifesto-line-width);
  height: 1px;
  background: rgba(244,239,232,.16);
}

/* =========================
   TABLET
   ========================= */
@media (max-width: 980px){
  :root{
    --ulvi-manifesto-left: 20px;
    --ulvi-manifesto-line-width: 42px;
    --ulvi-manifesto-line-offset: -6px;
  }

  section.ulvi-manifesto-band{
    min-height: 31vh;
    padding: 62px 20px 46px;
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__inner{
    padding-left: var(--ulvi-manifesto-left);
    padding-right: 20px;
    padding-bottom: 18px;
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__eyebrow{
    margin-bottom: 10px;
    font-size: 11.5px;
    line-height: 1.32;
    letter-spacing: .045em;
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__title{
    font-size: 20px;
    line-height: 1.06;
  }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 640px){
  :root{
    --ulvi-manifesto-left: 18px;
    --ulvi-manifesto-line-width: 38px;
    --ulvi-manifesto-line-offset: -5px;
  }

  section.ulvi-manifesto-band{
    min-height: 20vh;
    padding: 40px 18px 20px;
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__inner{
    padding-left: var(--ulvi-manifesto-left);
    padding-right: 18px;
    padding-bottom: 16px;
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__eyebrow{
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 1.34;
    letter-spacing: .04em;
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__title{
    font-size: 18px;
    line-height: 1.08;
  }
}

/* =========================================================
   ULVI — DESKTOP LEFT SHIFT + TITLE OPACITY
   ========================================================= */

/* 1) Başlık hafif şeffaf (tüm cihazlarda) */
.ulvi-manifesto-band__title{
  color: rgba(244,239,232,.88);
}

/* 2) SADECE DESKTOP → içeriği sola yaklaştır */
@media (min-width: 981px){

  section.ulvi-manifesto-band .ulvi-manifesto-band__inner{
    padding-left: 40px; /* ↓ sola yaklaştır */
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__inner::after{
    left: 40px; /* çizgi de aynı hizaya gelsin */
  }

}

/* =========================================================
   ULVI — MOBILE LINE CLOSER
   ========================================================= */
@media (max-width: 640px){

  section.ulvi-manifesto-band .ulvi-manifesto-band__inner{
    padding-bottom: 12px; /* ↓ çizgi başlığa yaklaşır */
  }

  section.ulvi-manifesto-band .ulvi-manifesto-band__inner::after{
    bottom: -2px; /* ince mikro ayar */
  }

}