/* ============================================================
   IL SIGNORE — Stiluri WooCommerce (Signature A2)
   Notă: woocommerce-layout & smallscreen sunt dezactivate din
   functions.php; layout-ul e definit integral aici.
   ============================================================ */

/* ---------- Grila de produse ---------- */
ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;list-style:none;margin:0;padding:0}
ul.products.columns-2{grid-template-columns:repeat(2,1fr)}
ul.products.columns-3{grid-template-columns:repeat(3,1fr)}
ul.products.columns-5{grid-template-columns:repeat(5,1fr)}
ul.products li.product{margin:0;padding:0}

/* ---------- Card produs (design .prod) ---------- */
li.product.prod,.prod{background:var(--paper);border:1px solid var(--line2);border-radius:11px;overflow:hidden;
  box-shadow:0 16px 40px rgba(39,23,8,.07);transition:.24s ease;position:relative;display:flex;flex-direction:column}
li.product.prod:hover{transform:translateY(-5px);box-shadow:0 26px 64px rgba(39,23,8,.14)}
.prod-im{position:relative;overflow:hidden;background:var(--cream3);aspect-ratio:4/4.4}
.prod-im>a{display:block;width:100%;height:100%}
.prod-im img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
li.product.prod:hover .prod-im img{transform:scale(1.05)}
.prod-body{padding:16px 16px 18px;text-align:center;display:flex;flex-direction:column;gap:0;flex:1}
.prod-eye{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-d);margin-bottom:6px;font-weight:600}
.prod-body h3{font-family:var(--serif);font-weight:500;font-size:17px;margin:0 0 8px;line-height:1.18;letter-spacing:-.01em}
.prod-body h3 a:hover{color:var(--gold-d)}
.prod-body .price{font-size:14px;color:#37291a;font-weight:600;letter-spacing:.01em;margin-top:auto}
.prod-body .price del{color:var(--muted2);text-decoration:line-through;margin-left:7px;font-size:12.5px;font-weight:400;opacity:1}
.prod-body .price del .amount{color:inherit;font-weight:400}
.prod-body .price ins{text-decoration:none}
.prod-body .star-rating{margin:6px auto 0}

/* Bara „Adaugă în coș" (slide-up la hover) */
.prod-add{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;
  transform:translateY(100%);transition:.32s cubic-bezier(.2,.7,.2,1)}
.prod-im:hover .prod-add,.prod-add:focus-within{transform:none}
@media (hover:none){.prod-add{transform:none}}
.prod-add .button{flex:1;background:var(--gold-grad);color:#171006;border:0;border-radius:0;cursor:pointer;
  height:46px;font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  display:flex;align-items:center;justify-content:center;gap:9px;padding:0 10px;transition:.2s;line-height:1}
.prod-add .button:hover{filter:brightness(1.06)}
.prod-add .added_to_cart{flex:1;background:var(--ink);color:var(--cream);height:46px;font-size:10.5px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;padding:0 10px}
.prod-add .button.loading{opacity:.7;pointer-events:none}
.prod-add .button.loading::after{content:"";width:13px;height:13px;border:2px solid rgba(23,16,6,.35);
  border-top-color:#171006;border-radius:50%;animation:ilspin .7s linear infinite;margin-left:4px}
@keyframes ilspin{to{transform:rotate(360deg)}}

/* Insignă reducere */
span.onsale{position:absolute;top:12px;left:12px;z-index:3;background:var(--gold-grad);color:#1a1304;
  font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 11px;border-radius:5px;
  min-height:0;min-width:0;line-height:1.2;box-shadow:0 10px 24px rgba(201,154,67,.35)}
.single-product div.product>span.onsale{top:18px;left:96px}

/* Rating stele */
.star-rating{color:var(--gold-d)}
.star-rating span{color:var(--gold-d)}
p.stars a{color:var(--gold-d)}

/* ---------- Antet arhivă magazin ---------- */
.shop-hero{background:var(--ink);color:var(--cream);padding:50px 0 54px}
.shop-hero .woocommerce-breadcrumb{font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,248,235,.5);margin:0 0 14px;font-weight:600}
.shop-hero .woocommerce-breadcrumb a{color:rgba(255,248,235,.7)}
.shop-hero .woocommerce-breadcrumb a:hover{color:var(--gold2)}
.shop-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(34px,4.6vw,60px);line-height:1;letter-spacing:-.02em;margin:0}
.shop-hero .term-description{max-width:560px;color:rgba(255,248,235,.7);font-weight:300;line-height:1.7;margin-top:14px;font-size:15px}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}
.woocommerce-result-count{margin:0;color:var(--muted);font-size:13px;font-weight:300}
.woocommerce-ordering{margin:0}
.woocommerce-ordering select{border:1px solid var(--line);background:#fffdf7;border-radius:999px;padding:10px 38px 10px 18px;
  font-size:12.5px;font-weight:500;outline:0;appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237d7060' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:14px}
.woocommerce-ordering select:focus{border-color:var(--gold)}
.woocommerce-pagination{text-align:center;margin-top:46px}
.woocommerce-pagination ul.page-numbers{display:inline-flex;gap:8px;list-style:none;margin:0;padding:0;border:0}
.woocommerce-pagination .page-numbers li{border:0;margin:0}
.woocommerce-pagination .page-numbers .page-numbers{min-width:42px;height:42px;display:inline-grid;place-items:center;
  border:1px solid var(--line);border-radius:50%;padding:0 8px;font-size:13px;font-weight:600;transition:.2s;background:none}
.woocommerce-pagination .page-numbers .page-numbers.current{background:var(--ink);color:var(--cream);border-color:var(--ink)}
.woocommerce-pagination .page-numbers .page-numbers:hover{border-color:var(--gold)}

/* ---------- Notificări ---------- */
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews,p.no-comments{
  background:var(--paper);border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:8px;
  color:#3a2f1f;padding:16px 20px;margin:0 0 24px;list-style:none;font-size:14px;line-height:1.6;
  display:flow-root;box-shadow:0 10px 30px rgba(39,23,8,.06)}
.woocommerce-error{border-left-color:#b4502e}
.woocommerce-error li{margin:4px 0}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none}
.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button{
  float:right;margin-left:16px;background:none;border:1px solid var(--line);border-radius:6px;color:var(--ink);
  padding:8px 14px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:.2s;line-height:1.2}
.woocommerce-message .button:hover,.woocommerce-info .button:hover{border-color:var(--gold);color:var(--gold-d)}
.woocommerce-store-notice{background:var(--ink);color:var(--cream);text-align:center;padding:12px 20px;font-size:13px;position:relative;z-index:50}
.woocommerce-store-notice a{color:var(--gold2)}

/* ---------- Butoane WooCommerce generice ---------- */
.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,
.wc-block-components-button,.woocommerce #respond input#submit{
  font-family:var(--sans);text-decoration:none}
.woocommerce .button.alt,.woocommerce button.button.alt,
button.single_add_to_cart_button,.woocommerce-cart .checkout-button,#place_order,
.woocommerce-form-login button,.woocommerce-form-register button,.woocommerce-ResetPassword button,
.woocommerce-EditAccountForm button,.woocommerce-address-fields button,
.woocommerce-cart .coupon .button,.woocommerce form.cart .button{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 30px;
  font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:1px solid transparent;
  border-radius:7px;transition:.24s ease;background:var(--gold-grad);color:#171006;box-shadow:0 16px 36px rgba(201,154,67,.26);line-height:1.1}
.woocommerce .button.alt:hover,button.single_add_to_cart_button:hover,.woocommerce-cart .checkout-button:hover,#place_order:hover{
  transform:translateY(-2px);box-shadow:0 22px 44px rgba(201,154,67,.34);color:#171006}
button.single_add_to_cart_button.disabled,.woocommerce .button.disabled{opacity:.55;cursor:not-allowed;transform:none}
.woocommerce-cart .coupon .button{background:var(--ink);color:var(--cream);box-shadow:none;min-height:48px}

/* ---------- Câmpuri formular ---------- */
.woocommerce form .form-row{margin:0 0 13px;padding:0}
.woocommerce form .form-row label{display:block;margin-bottom:7px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4a3c2a}
.woocommerce form .form-row label .optional{color:var(--muted2);font-weight:400;text-transform:none;letter-spacing:0}
.woocommerce form .form-row .required{color:var(--gold-d);text-decoration:none}
.woocommerce .input-text,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce form .form-row select,.woocommerce-cart .coupon .input-text,.select2-container--default .select2-selection--single{
  width:100%;padding:14px 15px;border:1px solid var(--line);background:#fffdf7;border-radius:7px;font-size:14px;outline:0;transition:.25s;color:var(--ink)}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{border-color:var(--gold)}
.woocommerce form .form-row select{appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237d7060' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:14px}
.select2-container--default .select2-selection--single{height:auto;padding:12px 15px}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.4;padding:0;color:var(--ink)}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;right:10px}
.select2-dropdown{border-color:var(--line);background:#fffdf7;border-radius:7px}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--cream3);color:var(--ink)}
.woocommerce form .form-row.woocommerce-invalid input.input-text{border-color:#b4502e}
.woocommerce form .form-row.woocommerce-validated input.input-text{border-color:#9bb27a}

/* Grilă 2 coloane pentru câmpurile de facturare/livrare (design .form2) */
.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper,.woocommerce-address-fields__field-wrapper{
  display:grid;grid-template-columns:1fr 1fr;gap:0 13px}
.woocommerce-billing-fields__field-wrapper .form-row,.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-address-fields__field-wrapper .form-row{grid-column:auto}
.woocommerce-billing-fields__field-wrapper .form-row-wide,.woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-address-fields__field-wrapper .form-row-wide,
.woocommerce-billing-fields__field-wrapper #billing_address_1_field,.woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-billing-fields__field-wrapper #billing_email_field{grid-column:1/-1}

/* ---------- Pagina de produs (PDP) ---------- */
.single-product-main{padding:32px 0 92px}
.single-product-main .woocommerce-breadcrumb{font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:0 0 30px;font-weight:600}
.single-product-main .woocommerce-breadcrumb a{color:var(--muted)}
.single-product-main .woocommerce-breadcrumb a:hover{color:var(--gold-d)}
.single-product div.product{display:grid;grid-template-columns:1.02fr .98fr;gap:54px 60px;align-items:start;position:relative}
.single-product div.product .woocommerce-product-gallery{width:100%;float:none}
.single-product div.product .summary{width:100%;float:none;margin:0}
.single-product div.product .woocommerce-tabs,.single-product div.product .related.products,
.single-product div.product .up-sells{grid-column:1/-1}

/* Galerie: thumbs pe coloană stânga (design .gal) */
.woocommerce-product-gallery{display:grid;grid-template-columns:78px 1fr;gap:16px;align-items:start;position:relative}
.woocommerce-product-gallery .flex-viewport,.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper{
  grid-column:2;grid-row:1;border-radius:11px;overflow:hidden;background:var(--cream3);box-shadow:var(--shadow)}
.woocommerce-product-gallery__wrapper{margin:0}
.woocommerce-product-gallery__image a{display:block}
.woocommerce-product-gallery img{width:100%}
.woocommerce-product-gallery ol.flex-control-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}
.woocommerce-product-gallery ol.flex-control-thumbs li{width:100%;float:none;margin:0}
.woocommerce-product-gallery ol.flex-control-thumbs img{aspect-ratio:1/1.1;object-fit:cover;width:100%;cursor:pointer;
  opacity:.6;border:1px solid transparent;border-radius:8px;transition:.25s;background:var(--cream3)}
.woocommerce-product-gallery ol.flex-control-thumbs img:hover{opacity:.85}
.woocommerce-product-gallery ol.flex-control-thumbs img.flex-active{opacity:1;border-color:var(--gold)}
.woocommerce-product-gallery:not(:has(.flex-control-thumbs)){grid-template-columns:1fr}
.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .flex-viewport,
.woocommerce-product-gallery:not(:has(.flex-control-thumbs))>.woocommerce-product-gallery__wrapper{grid-column:1}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:14px;right:14px;z-index:9;
  width:40px;height:40px;border-radius:50%;background:rgba(255,250,240,.92);display:grid;place-items:center;font-size:0;text-indent:-9999px;transition:.2s}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before{content:"";width:13px;height:13px;border:2px solid #3a2f20;border-radius:50%;position:static;display:block}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::after{content:"";width:2px;height:8px;background:#3a2f20;transform:rotate(-45deg);position:absolute;bottom:8px;right:9px}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{background:#fff}

/* Sumar produs */
.summary .pdp-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.26em;color:var(--gold-d);margin-bottom:4px}
.summary .product_title{font-family:var(--serif);font-weight:400;font-size:clamp(32px,3.8vw,50px);line-height:1.04;letter-spacing:-.02em;margin:8px 0 14px}
.summary .woocommerce-product-rating{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:var(--gold-d);font-size:13px}
.summary .woocommerce-product-rating .woocommerce-review-link{color:var(--muted);letter-spacing:.02em;font-size:13px}
.summary .woocommerce-product-details__short-description{color:var(--muted);line-height:1.8;font-weight:300;max-width:480px}
.summary .woocommerce-product-details__short-description p{margin:0 0 10px}
.summary p.price{font-family:var(--serif);font-size:34px;margin:20px 0 6px;font-weight:500;color:var(--ink)}
.summary p.price del{font-size:20px;color:var(--muted2);opacity:1;margin-right:10px}
.summary p.price ins{text-decoration:none}
.summary .stock.in-stock{color:#5a7a36;font-size:13px;font-weight:500}
.summary .stock.out-of-stock{color:#b4502e;font-size:13px;font-weight:500}

/* Variații (mărime/culoare) */
.summary table.variations{border-collapse:collapse;margin:18px 0 0;width:100%}
.summary table.variations th,.summary table.variations td{border:0;padding:0 0 14px;text-align:left;vertical-align:top}
.summary table.variations th.label{display:block;padding:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4a3c2a}
.summary table.variations tr{display:block;margin-bottom:6px}
.summary table.variations select{max-width:340px;width:100%;padding:13px 38px 13px 15px;border:1px solid var(--line);background-color:#fffdf7;border-radius:7px;font-size:14px;outline:0;appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237d7060' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:14px}
.summary table.variations select:focus{border-color:var(--gold)}
.summary .reset_variations{font-size:11.5px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}
.woocommerce-variation-price .price{font-family:var(--serif);font-size:26px;font-weight:500}
.woocommerce-variation-availability{margin-top:6px}

/* Cantitate + Adaugă în coș */
.summary form.cart{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:26px 0 0}
.summary form.cart.variations_form{display:block}
.summary form.cart .woocommerce-variation-add-to-cart{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:18px}
.summary .quantity{position:relative}
.summary .quantity .qty{width:92px;height:52px;text-align:center;border:1px solid var(--line);background:#fffdf7;border-radius:7px;font-size:15px;font-weight:600;outline:0;transition:.25s}
.summary .quantity .qty:focus{border-color:var(--gold)}
.summary form.cart .button{flex:none}

/* Extra PDP: WhatsApp + listă ajutor (design .help) */
.pdp-extra{margin-top:16px}
.pdp-extra .btn-wa{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 28px;
  font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:7px;background:var(--ink);color:var(--cream);transition:.24s}
.pdp-extra .btn-wa:hover{transform:translateY(-2px);background:var(--ink3)}
.pdp-extra .btn-wa svg{width:17px;height:17px}
.help{margin-top:24px;display:grid;gap:10px}
.help div{font-size:13.5px;color:#52442f;display:flex;gap:10px;align-items:flex-start;line-height:1.5;font-weight:300}
.help svg{width:16px;height:16px;color:var(--gold-d);flex:none;margin-top:2px}

.summary .product_meta{margin-top:26px;padding-top:18px;border-top:1px solid var(--line2);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);display:grid;gap:6px}
.summary .product_meta a{color:var(--gold-d)}

/* Tab-uri */
.woocommerce-tabs{margin-top:70px}
.woocommerce-tabs ul.wc-tabs,.woocommerce-tabs ul.tabs{display:flex;gap:30px;list-style:none;margin:0 0 30px;padding:0 0 0 0;border-bottom:1px solid var(--line)}
.woocommerce-tabs ul.wc-tabs li,.woocommerce-tabs ul.tabs li{margin:0;padding:0;border:0;background:none}
.woocommerce-tabs ul.wc-tabs li a,.woocommerce-tabs ul.tabs li a{display:block;padding:0 2px 14px;font-size:12px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted);position:relative;transition:.2s}
.woocommerce-tabs ul.wc-tabs li a::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold);transform:scaleX(0);transition:.25s}
.woocommerce-tabs ul.wc-tabs li.active a{color:var(--ink)}
.woocommerce-tabs ul.wc-tabs li.active a::after{transform:none}
.woocommerce-Tabs-panel{line-height:1.8;font-weight:300;color:#2e2618;font-size:15.5px}
.woocommerce-Tabs-panel>h2:first-of-type{display:none}
.woocommerce-Tabs-panel table.shop_attributes{border-collapse:collapse;width:100%;max-width:680px;font-size:14px}
.woocommerce-Tabs-panel table.shop_attributes th,.woocommerce-Tabs-panel table.shop_attributes td{border:1px solid var(--line);padding:10px 14px;text-align:left;background:none}
.woocommerce-Tabs-panel table.shop_attributes th{background:var(--cream2);font-weight:600;width:34%}

/* Recenzii */
#reviews #comments ol.commentlist{list-style:none;margin:0;padding:0}
#reviews #comments ol.commentlist li{margin-bottom:18px}
#reviews #comments ol.commentlist li .comment_container{display:flex;gap:16px;background:var(--paper);border:1px solid var(--line2);border-radius:10px;padding:20px}
#reviews img.avatar{width:46px;height:46px;border-radius:50%;flex:none}
#reviews .comment-text{flex:1}
#reviews .comment-text .meta{margin:4px 0 8px;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
#reviews .comment-text .description{font-weight:300;line-height:1.7;font-size:14.5px}
#review_form .comment-reply-title{font-family:var(--serif);font-size:24px;font-weight:500;display:block;margin-bottom:14px}
#review_form .comment-form{display:grid;gap:13px}
#review_form .comment-form label{display:block;margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4a3c2a}
#review_form .comment-form input,#review_form .comment-form textarea{width:100%;padding:13px 15px;border:1px solid var(--line);background:#fffdf7;border-radius:7px;font-size:14px;outline:0}
#review_form .comment-form input:focus,#review_form .comment-form textarea:focus{border-color:var(--gold)}

/* Produse similare / upsells */
.related.products,.up-sells{margin-top:80px}
.related.products>h2,.up-sells>h2{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3.4vw,44px);letter-spacing:-.02em;
  display:flex;align-items:center;justify-content:center;gap:24px;text-align:center;margin:0 0 44px}
.related.products>h2::before,.related.products>h2::after,.up-sells>h2::before,.up-sells>h2::after{content:"";width:70px;height:1px;background:var(--gold);flex:none}

/* ---------- Coș ---------- */
.woocommerce-cart-wrap{padding:56px 0 92px}
.woocommerce-cart .woocommerce{display:grid;grid-template-columns:1.6fr 1fr;gap:30px;align-items:start}
.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .woocommerce>.woocommerce-form-coupon-toggle{grid-column:1/-1}
.woocommerce-cart form.woocommerce-cart-form{grid-column:1}
.woocommerce-cart .cart-collaterals{grid-column:2;grid-row:auto}
table.shop_table{border-collapse:collapse;width:100%;border:0;font-size:14px}
table.shop_table th{padding:0 12px 14px;text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line)}
table.shop_table td{padding:16px 12px;border-bottom:1px solid var(--line2);vertical-align:middle;background:none}
table.shop_table td.product-thumbnail{width:78px}
table.shop_table td.product-thumbnail img{width:62px;border-radius:7px;background:var(--cream3)}
table.shop_table td.product-name{font-family:var(--serif);font-weight:500;font-size:16.5px}
table.shop_table td.product-name .variation{font-family:var(--sans);font-size:12px;color:var(--muted);margin:4px 0 0;display:grid;grid-template-columns:auto 1fr;gap:0 8px;font-weight:300}
table.shop_table td.product-name .variation dd{margin:0}
table.shop_table td.product-name .variation dt{font-weight:500}
table.shop_table td.product-remove a.remove{color:#8a4a2e!important;font-size:20px;width:30px;height:30px;line-height:28px;border-radius:50%;display:grid;place-items:center;transition:.2s;text-align:center}
table.shop_table td.product-remove a.remove:hover{background:#8a4a2e;color:#fff!important}
table.shop_table .quantity .qty{width:74px;height:44px;text-align:center;border:1px solid var(--line);background:#fffdf7;border-radius:7px;font-size:14px;outline:0}
.woocommerce-cart table.shop_table td.actions{padding-top:22px}
.woocommerce-cart table.shop_table td.actions .coupon{display:flex;gap:10px;float:left}
.woocommerce-cart table.shop_table td.actions .coupon .input-text{width:180px;padding:12px 14px}
.woocommerce-cart table.shop_table td.actions>.button{float:right;background:var(--ink);color:var(--cream);box-shadow:none;min-height:48px}
.cart_totals{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:28px;box-shadow:var(--shadow)}
.cart_totals>h2{font-family:var(--serif);font-weight:500;font-size:25px;margin:0 0 18px}
.cart_totals table.shop_table{font-size:14px}
.cart_totals table.shop_table th{padding:10px 0;font-size:12px;border:0;vertical-align:top}
.cart_totals table.shop_table td{padding:10px 0;border:0;text-align:right}
.cart_totals .order-total td,.cart_totals .order-total th{border-top:1px solid var(--line);padding-top:16px;font-family:var(--serif);font-size:20px;color:var(--ink)}
.cart_totals .woocommerce-shipping-destination{font-size:12.5px;color:var(--muted)}
.wc-proceed-to-checkout{margin-top:18px}
.wc-proceed-to-checkout .checkout-button{width:100%}
.cross-sells{grid-column:1/-1}
.cross-sells>h2{font-family:var(--serif);font-weight:400;font-size:30px;margin:30px 0 26px}
.cart-empty.woocommerce-info{grid-column:1/-1}
.return-to-shop{grid-column:1/-1}

/* ---------- Checkout (design .chk) ---------- */
.woocommerce-checkout-wrap{padding:56px 0 92px}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{margin-bottom:18px}
.woocommerce-checkout form.checkout_coupon{max-width:520px;margin:0 0 24px;padding:22px;border:1px solid var(--line);border-radius:10px;background:var(--paper);display:flex;gap:12px;align-items:flex-end}
.woocommerce-checkout form.checkout_coupon p{margin:0}
.woocommerce-checkout form.checkout_coupon .form-row{flex:1}
form.woocommerce-checkout{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:start}
#customer_details{grid-column:1;grid-row:1/3;border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:32px;box-shadow:var(--shadow)}
#customer_details .col-1,#customer_details .col-2{width:100%;float:none}
#customer_details .col-2{margin-top:10px}
.woocommerce-billing-fields>h3,#order_review_heading,.woocommerce-additional-fields>h3{
  font-family:var(--serif);font-weight:500;font-size:25px;margin:0 0 22px;display:flex;align-items:center;gap:14px;counter-increment:none}
.woocommerce-billing-fields>h3::before{content:"1";width:30px;height:30px;border-radius:50%;background:var(--gold-grad);color:#1a1304;font-family:var(--sans);font-size:13px;font-weight:700;display:grid;place-items:center;flex:none}
#order_review_heading{grid-column:2;grid-row:1;margin:0;background:var(--paper);border:1px solid var(--line);border-bottom:0;border-radius:12px 12px 0 0;padding:32px 32px 0;box-shadow:var(--shadow)}
#order_review_heading::before{content:"2";width:30px;height:30px;border-radius:50%;background:var(--gold-grad);color:#1a1304;font-family:var(--sans);font-size:13px;font-weight:700;display:grid;place-items:center;flex:none}
#order_review{grid-column:2;grid-row:2;background:var(--paper);border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px;padding:18px 32px 32px;box-shadow:var(--shadow)}
.woocommerce-additional-fields{margin-top:14px}
.woocommerce-additional-fields>h3::before{display:none}
.woocommerce-additional-fields>h3{font-size:19px}
#ship-to-different-address{font-size:14px;font-family:var(--sans);font-weight:500;display:flex;gap:10px;align-items:center;margin:8px 0 14px}
#ship-to-different-address input{accent-color:var(--gold-d);width:17px;height:17px}
table.woocommerce-checkout-review-order-table th{font-size:10.5px}
table.woocommerce-checkout-review-order-table td.product-name{font-family:var(--sans);font-size:13.5px;font-weight:400}
table.woocommerce-checkout-review-order-table .order-total td,table.woocommerce-checkout-review-order-table .order-total th{
  border-top:1px solid var(--line);border-bottom:0;padding-top:16px;font-family:var(--serif);font-size:20px;font-weight:500;color:var(--ink)}
table.woocommerce-checkout-review-order-table .cart-subtotal td,table.woocommerce-checkout-review-order-table .cart-subtotal th{border-bottom:0;padding:8px 12px}
table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td,table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th{border-bottom:0;padding:8px 12px}
#payment{background:none}
#payment ul.payment_methods{list-style:none;margin:14px 0 0;padding:16px 0 0;border-top:1px solid var(--line)}
#payment ul.payment_methods li{margin:0 0 10px;background:#fffdf7;border:1px solid var(--line);border-radius:7px;padding:0;transition:.2s}
#payment ul.payment_methods li:has(input:checked){border-color:var(--gold);background:rgba(198,150,63,.07)}
#payment ul.payment_methods li>label{display:flex;align-items:center;gap:10px;padding:14px 15px;font-size:13px;font-weight:600;letter-spacing:.03em;cursor:pointer;margin:0;text-transform:uppercase}
#payment ul.payment_methods li input.input-radio{accent-color:var(--gold-d);width:16px;height:16px;margin:0 2px 0 14px;flex:none}
#payment ul.payment_methods li img{max-height:24px}
#payment div.payment_box{background:var(--cream2);border-radius:0 0 6px 6px;padding:13px 15px;font-size:13px;color:var(--muted);font-weight:300;margin:0 1px 1px;line-height:1.55}
#payment div.payment_box::before{display:none}
.woocommerce-terms-and-conditions-wrapper{margin:16px 0;font-size:13px;color:var(--muted);font-weight:300}
.woocommerce-terms-and-conditions-wrapper a{color:var(--gold-d)}
#place_order{width:100%;margin-top:14px}
.woocommerce-checkout .woocommerce-NoticeGroup{grid-column:1/-1}
.woocommerce-privacy-policy-text{font-size:12.5px;color:var(--muted);font-weight:300;line-height:1.6}
.woocommerce-privacy-policy-text a{color:var(--gold-d)}

/* Pagina de mulțumire */
.woocommerce-order{padding:56px 0 92px}
.woocommerce-thankyou-order-received{font-family:var(--serif);font-size:clamp(26px,3vw,38px);font-weight:400;margin:0 0 26px;text-align:center}
ul.woocommerce-order-overview{list-style:none;margin:0 0 34px;padding:24px;display:flex;flex-wrap:wrap;gap:18px 34px;
  background:var(--paper);border:1px solid var(--line);border-radius:12px;font-size:13px;box-shadow:var(--shadow)}
ul.woocommerce-order-overview li{border:0;margin:0;padding:0;text-transform:uppercase;letter-spacing:.08em;font-size:10.5px;color:var(--muted);font-weight:700}
ul.woocommerce-order-overview li strong{display:block;margin-top:6px;font-size:15px;color:var(--ink);letter-spacing:0;text-transform:none;font-weight:600}

/* ---------- Cont (My Account) ---------- */
.woocommerce-account-wrap{padding:56px 0 92px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:250px 1fr;gap:30px;align-items:start}
.woocommerce-account .woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-account:not(.logged-in) .woocommerce{display:block;max-width:520px;margin-inline:auto}
.woocommerce-MyAccount-navigation{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:14px;box-shadow:var(--shadow)}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-MyAccount-navigation li a{display:block;padding:12px 16px;border-radius:7px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#4a3c2a;transition:.2s}
.woocommerce-MyAccount-navigation li a:hover{color:var(--gold-d)}
.woocommerce-MyAccount-navigation li.is-active a{background:var(--ink);color:var(--cream)}
.woocommerce-MyAccount-content{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:32px;box-shadow:var(--shadow);font-weight:300;line-height:1.7;font-size:14.5px}
.woocommerce-MyAccount-content a{color:var(--gold-d)}
.woocommerce-MyAccount-content fieldset{border:1px solid var(--line);border-radius:8px;padding:18px;margin:18px 0}
.woocommerce-MyAccount-content legend{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);padding:0 8px}
.woocommerce-form-login,.woocommerce-form-register,.woocommerce-ResetPassword{
  background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:32px;box-shadow:var(--shadow);margin:0 0 26px}
.woocommerce-form-login .woocommerce-form-login__rememberme{display:flex;gap:8px;align-items:center;margin-bottom:10px;font-size:13.5px}
.woocommerce-form-login input[type=checkbox]{accent-color:var(--gold-d);width:16px;height:16px}
.woocommerce-LostPassword{font-size:13px}
.woocommerce-LostPassword a{color:var(--gold-d)}
.woocommerce-account h2{font-family:var(--serif);font-weight:500;font-size:26px}

/* ---------- Responsive WooCommerce ---------- */
@media(max-width:1080px){
  ul.products,ul.products.columns-4,ul.products.columns-5{grid-template-columns:repeat(3,1fr)}
  .single-product div.product{grid-template-columns:1fr;gap:40px}
  form.woocommerce-checkout{grid-template-columns:1fr}
  #customer_details{grid-column:1;grid-row:auto}
  #order_review_heading{grid-column:1;grid-row:auto}
  #order_review{grid-column:1;grid-row:auto}
  .woocommerce-cart .woocommerce{grid-template-columns:1fr}
  .woocommerce-cart form.woocommerce-cart-form,.woocommerce-cart .cart-collaterals{grid-column:1}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
}
@media(max-width:720px){
  ul.products,ul.products.columns-3,ul.products.columns-4,ul.products.columns-5{grid-template-columns:1fr 1fr;gap:14px}
  .woocommerce-product-gallery{grid-template-columns:1fr}
  .woocommerce-product-gallery .flex-viewport,.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper{grid-column:1}
  .woocommerce-product-gallery ol.flex-control-thumbs{grid-column:1;grid-row:2;flex-direction:row}
  .woocommerce-product-gallery ol.flex-control-thumbs li{width:76px}
  .woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper,.woocommerce-address-fields__field-wrapper{grid-template-columns:1fr}
  #customer_details,#order_review,.woocommerce-MyAccount-content{padding:22px}
  #order_review_heading{padding:22px 22px 0}
  table.shop_table td.product-thumbnail{display:none}
  .woocommerce-cart table.shop_table td.actions .coupon .input-text{width:130px}
  .shop-toolbar{flex-direction:column;align-items:flex-start;gap:10px}
  .summary form.cart .button{flex:1}
}
@media(max-width:480px){
  ul.products,ul.products.columns-2,ul.products.columns-3,ul.products.columns-4,ul.products.columns-5{grid-template-columns:1fr}
}
