/* ============================================================
   WooCommerce skin — cart, checkout, obavijesti (classic shortcode)
   ============================================================ */

/* ---------- zajedničko ---------- */
.woocommerce a.remove{color:#D64545!important;font-size:20px;font-weight:400;display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;transition:all .2s}
.woocommerce a.remove:hover{background:#F7E3EF;color:var(--accent)!important}
.woocommerce .button,.woocommerce button.button{border:0;cursor:pointer;padding:13px 24px;border-radius:100px;font:800 13.5px var(--font-u);letter-spacing:.02em;background:var(--navy);color:#fff;transition:transform .2s,box-shadow .2s}
.woocommerce .button:hover{transform:translateY(-1px)}
.woocommerce .button:disabled{background:#C6CBD6;color:#fff;cursor:default;transform:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid var(--line);border-left:4px solid var(--green);border-radius:12px;padding:14px 20px;background:#fff;margin:0 0 22px;font-size:14px;list-style:none;box-shadow:var(--shadow)}
.woocommerce-error{border-left-color:#D64545}
.woocommerce-info{border-left-color:var(--blue)}
.woocommerce-message a.button,.woocommerce-info a.button{padding:8px 16px;font-size:12px;margin-right:12px}

/* input polja svugdje u Woo kontekstu */
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select,
.woocommerce-page input[type="text"],.woocommerce-page input[type="email"],
.woocommerce-page input[type="tel"],.woocommerce-page input[type="password"]{
  width:100%;border:1px solid var(--line2);border-radius:12px;padding:13px 16px;
  font:600 14.5px var(--font-u);color:var(--ink);background:#fff;outline:none;
  transition:border-color .2s,box-shadow .2s}
.woocommerce input.input-text:focus,.woocommerce textarea:focus,.woocommerce select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(46,107,214,.08)}
.woocommerce form .form-row{margin:0 0 14px;padding:0}
.woocommerce form .form-row label{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#5D6470;margin-bottom:6px;display:block}
.woocommerce form .form-row .required{color:var(--accent);text-decoration:none}
.select2-container--default .select2-selection--single{border:1px solid var(--line2);border-radius:12px;height:47px;display:flex;align-items:center;padding:0 16px;font:600 14.5px var(--font-u)}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:normal;padding:0;color:var(--ink)}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:45px;right:10px}
.select2-dropdown{border:1px solid var(--line2);border-radius:12px;overflow:hidden;font:600 14px var(--font-u)}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--navy)}

/* ---------- CART ---------- */
.woocommerce-cart .page-hero{padding:56px 0 40px}
.woocommerce-cart .woocommerce{display:grid;grid-template-columns:1.45fr .8fr;gap:36px;align-items:start;max-width:1240px;margin:0 auto;padding:0 28px 88px}
.woocommerce-cart form.woocommerce-cart-form{margin:0}
table.shop_table{border:1px solid var(--line);border-radius:var(--radius);border-collapse:separate;border-spacing:0;width:100%;background:#fff;box-shadow:var(--shadow);overflow:hidden}
table.shop_table th{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#98A0AC;text-align:left;padding:16px 18px;border-bottom:1px solid var(--line)}
table.shop_table td{padding:16px 18px;border-bottom:1px solid var(--line);font-size:14.5px;font-weight:600;vertical-align:middle}
table.shop_table tr:last-child td{border-bottom:0}
.woocommerce-cart table.cart img{width:64px;height:64px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.woocommerce-cart table.cart td.product-name a{font-weight:800;color:var(--ink)}
.woocommerce-cart table.cart td.product-name a:hover{color:var(--blue)}
.woocommerce-cart table.cart input.qty{width:70px;border:1px solid var(--line2);border-radius:100px;padding:9px 6px 9px 14px;font:700 14px var(--font-u);text-align:center;outline:none}
.woocommerce-cart table.cart td.actions{padding:14px 18px}
.woocommerce-cart table.cart td.actions .coupon{display:inline-flex;gap:10px;float:left}
.woocommerce-cart table.cart td.actions .coupon input.input-text{width:180px!important;border-radius:100px;padding:11px 18px}
.woocommerce-cart table.cart td.actions .button{float:right}
.cart_totals{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 28px;width:100%!important;float:none!important}
.cart_totals h2{font-family:var(--font-d);font-weight:600;font-size:21px;letter-spacing:-.01em;margin-bottom:14px}
.cart_totals table.shop_table{border:0;box-shadow:none}
.cart_totals table.shop_table th{padding:12px 0;font-size:12px}
.cart_totals table.shop_table td{padding:12px 0;text-align:right}
.cart_totals .order-total td,.cart_totals .order-total th{border-top:1px solid var(--line);font-size:17px;font-weight:800}
.wc-proceed-to-checkout{padding:18px 0 0}
.wc-proceed-to-checkout a.checkout-button{display:flex;justify-content:center;width:100%;font-size:15px;padding:16px 28px;background:var(--navy)!important;color:#fff!important;border-radius:100px}
.cross-sells{display:none}

/* ---------- CHECKOUT ---------- */
.woocommerce-checkout .page-hero{padding:56px 0 40px}
.woocommerce-checkout .woocommerce{max-width:1240px;margin:0 auto;padding:0 28px 88px}
form.woocommerce-checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}
form.woocommerce-checkout #customer_details{grid-column:1;grid-row:1/span 3}
form.woocommerce-checkout #customer_details .col-1,form.woocommerce-checkout #customer_details .col-2{width:100%;float:none}
form.woocommerce-checkout #customer_details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px 32px}
form.woocommerce-checkout .woocommerce-billing-fields h3,
form.woocommerce-checkout .woocommerce-additional-fields h3,
#order_review_heading{font-family:var(--font-d);font-weight:600;font-size:21px;letter-spacing:-.01em;margin:0 0 18px}
#order_review_heading{grid-column:2;grid-row:1;margin-bottom:0}
form.woocommerce-checkout #order_review{grid-column:2;grid-row:2;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 28px;position:sticky;top:100px}
form.woocommerce-checkout #order_review table.shop_table{border:0;box-shadow:none}
form.woocommerce-checkout #order_review table.shop_table th,
form.woocommerce-checkout #order_review table.shop_table td{padding:11px 0;font-size:14px}
form.woocommerce-checkout #order_review table.shop_table td{text-align:right}
form.woocommerce-checkout #order_review .order-total th,
form.woocommerce-checkout #order_review .order-total td{border-top:1px solid var(--line);font-size:17px;font-weight:800}
#payment{background:transparent!important}
#payment ul.payment_methods{border:0!important;padding:14px 0 0!important;list-style:none}
#payment ul.payment_methods li{background:var(--bg2);border:1px solid var(--line);border-radius:12px;padding:12px 16px;margin-bottom:10px;font-weight:700;font-size:14px}
#payment div.payment_box{background:#fff!important;border-radius:10px;margin-top:10px;padding:12px 14px!important;font-size:13px;color:var(--muted)}
#payment div.payment_box::before{display:none!important}
#payment div.place-order{padding:18px 0 0!important}
#place_order{width:100%;font-size:15px!important;padding:16px 28px!important;border-radius:100px!important;background:var(--navy)!important;color:#fff!important;float:none!important}
.woocommerce-checkout-review-order-table th.product-name{font-weight:800;text-align:left!important}
.woocommerce-checkout-review-order-table td.product-name{font-weight:600;text-align:left!important;display:flex;align-items:center;gap:8px;line-height:1.4}
.woocommerce-checkout-review-order-table .sa-fw-checkout-product{display:flex;align-items:center;gap:10px;flex:1;min-width:0}
.woocommerce-checkout-review-order-table td.product-name img{flex:none;margin:0!important;width:56px;height:56px;border-radius:10px;border:1px solid var(--line);object-fit:cover}
.woocommerce-checkout-review-order-table .product-quantity{flex:none;white-space:nowrap;font-weight:800;color:var(--ink)}
.woocommerce-checkout-review-order-table td.product-name .p221-sub{display:block;margin:2px 0 0;white-space:nowrap}
.woocommerce form.checkout_coupon{border:1px solid var(--line);border-radius:var(--radius);padding:20px;background:#fff}
.woocommerce-terms-and-conditions-wrapper{font-size:13px;color:var(--muted);margin-top:12px}
.woocommerce-privacy-policy-text p{font-size:12.5px;color:#98A0AC}

/* thank you stranica */
.woocommerce-order .woocommerce-thankyou-order-received{font-family:var(--font-d);font-size:26px;font-weight:600;margin-bottom:20px}
ul.woocommerce-order-overview{display:flex;flex-wrap:wrap;gap:14px;list-style:none;padding:0;margin:0 0 30px}
ul.woocommerce-order-overview li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 18px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#98A0AC;font-weight:700;border-right:1px solid var(--line)!important;float:none!important;width:auto!important}
ul.woocommerce-order-overview li strong{display:block;font-size:15px;color:var(--ink);text-transform:none;letter-spacing:0;margin-top:4px}

/* login / prijava na checkoutu */
.woocommerce form.login{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff}

/* ---------- mobile ---------- */
@media (max-width:900px){
  .woocommerce-cart .woocommerce{grid-template-columns:1fr;gap:24px;padding:0 20px 68px}
  form.woocommerce-checkout{grid-template-columns:1fr;gap:20px}
  form.woocommerce-checkout #customer_details{grid-column:1;grid-row:auto;padding:22px 20px}
  #order_review_heading{grid-column:1;grid-row:auto}
  form.woocommerce-checkout #order_review{grid-column:1;grid-row:auto;position:static}
  .woocommerce-cart table.cart td.actions .coupon{float:none;width:100%;margin-bottom:12px}
  .woocommerce-cart table.cart td.actions .coupon input.input-text{width:100%!important}
  .woocommerce-cart table.cart td.actions .button{float:none;width:100%}
  table.shop_table th,table.shop_table td{padding:12px 10px;font-size:13px}
  .woocommerce-cart table.cart img{width:48px;height:48px}
}

/* mobile cart: stacked redovi */
@media (max-width:640px){
  .woocommerce-cart table.cart thead{display:none}
  .woocommerce-cart table.cart tr{display:block;border-bottom:1px solid var(--line);padding:10px 0}
  .woocommerce-cart table.cart td{display:flex;align-items:center;justify-content:space-between;border:0;padding:6px 14px;text-align:right}
  .woocommerce-cart table.cart td::before{content:attr(data-title);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#98A0AC;text-align:left}
  .woocommerce-cart table.cart td.product-remove::before,
  .woocommerce-cart table.cart td.product-thumbnail::before,
  .woocommerce-cart table.cart td.actions::before{content:none}
  .woocommerce-cart table.cart td.product-thumbnail{justify-content:flex-start}
  .woocommerce-cart table.cart td.actions{display:block}
  .cart_totals table.shop_table th{width:auto}
}

/* cart grid raspored — notices preko obje kolone, forma lijevo, totals desno */
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-cart form.woocommerce-cart-form{grid-column:1;grid-row:2}
.woocommerce-cart .cart-collaterals{grid-column:2;grid-row:2}

@media (max-width:900px){
  .woocommerce-cart form.woocommerce-cart-form{grid-column:1;grid-row:auto}
  .woocommerce-cart .cart-collaterals{grid-column:1;grid-row:auto}
}

/* cart: cisti izgled kao .co */
.woocommerce-cart table.cart td.product-thumbnail{width:88px}
.woocommerce-cart table.cart td.product-thumbnail a{display:block}
.woocommerce-cart table.cart td.product-remove{width:40px}
.woocommerce-cart table.cart td.product-name{width:auto}
table.shop_table th:empty{padding:16px 0}
/* shipping u totals */
.cart_totals .woocommerce-shipping-destination{font-size:12.5px;color:#98A0AC;font-weight:600}
.cart_totals .woocommerce-shipping-methods{list-style:none;margin:0;padding:0;text-align:right;font-size:13.5px}
.cart_totals .woocommerce-shipping-calculator .button{margin-top:8px}

/* shipping metode: bez tockica, uredni radiji */
ul#shipping_method,.woocommerce-shipping-methods{list-style:none!important;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;align-items:flex-end}
ul#shipping_method li,.woocommerce-shipping-methods li{list-style:none!important;margin:0;padding:0;display:block}
ul#shipping_method li::marker,.woocommerce-shipping-methods li::marker{content:none}
ul#shipping_method label,.woocommerce-shipping-methods label{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;cursor:pointer}
ul#shipping_method input[type="radio"],.woocommerce-shipping-methods input[type="radio"]{accent-color:var(--navy);width:15px;height:15px;margin:0}
/* cart: bez adrese i kalkulatora (to ide na checkout) */
.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator{display:none}

/* ---------- WooCommerce Product Bundles — forma na bundle stranici ---------- */
.bundle_form{width:100%}
.bundle_form .bundled_product{border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin-bottom:12px;background:#fff;display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center}
.bundle_form .bundled_product_images{margin:0!important;width:64px!important;float:none!important}
.bundle_form .bundled_product_images img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.bundle_form .bundled_product_summary{grid-column:2}
.bundle_form .bundled_product_title{font-size:15px;font-weight:800;margin:0 0 4px}
.bundle_form .bundled_product_excerpt{font-size:12.5px;color:var(--muted);line-height:1.5}
.bundle_form .bundled_product_excerpt p{margin:0}
.bundle_form .bundled_item_cart_content{grid-column:3;font-size:13px;font-weight:700;color:#5D6470;text-align:right}
.bundle_form .bundled_item_cart_content .quantity{display:inline-block}
.bundle_form table.bundled_products{border:0;box-shadow:none;width:100%}
.bundle_form table.bundled_products th{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#98A0AC;padding:8px 6px;border-bottom:1px solid var(--line)}
.bundle_form table.bundled_products td{padding:12px 6px;border-bottom:1px solid var(--line);vertical-align:middle;font-size:14px}
.bundle_form table.bundled_products td.bundled_item_col_bundled_item_image img{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.bundle_form table.bundled_products td.bundled_item_col_bundled_item_details .bundled_product_title{font-size:14px;font-weight:800}
.bundle_form table.bundled_products td.bundled_item_col_bundled_item_details .bundled_product_excerpt{display:none}
.bundle_form .bundle_wrap{border-top:1px solid var(--line);margin-top:14px;padding-top:16px}
.bundle_form .bundle_price{font-family:var(--font-d);font-size:24px;font-weight:700;margin-bottom:12px}
.bundle_form .bundle_price .price del{color:#98A0AC;font-weight:600;font-size:15px;margin-right:6px}
.bundle_form .bundle_availability{font-size:13px;color:var(--green);font-weight:700;margin-bottom:10px}
.bundle_form .bundle_button{display:flex;gap:12px;align-items:stretch;margin:0}
.bundle_form .bundle_button .quantity input.qty{width:86px;border:1px solid var(--line2);border-radius:100px;padding:14px 8px 14px 20px;font:700 15px var(--font-u);text-align:center}
.bundle_form .bundle_button .single_add_to_cart_button{flex:1;padding:14px 28px;border-radius:100px;font:800 14px var(--font-u);background:var(--navy)!important;color:#fff!important;border:0;box-shadow:0 10px 26px -12px rgba(14,27,51,.5);white-space:nowrap}
.bundle_form .bundle_error{font-size:13px;color:#D64545;margin:8px 0 0}
@media (max-width:640px){
  .bundle_form .bundled_product{grid-template-columns:52px 1fr;gap:10px}
  .bundle_form .bundled_item_cart_content{grid-column:1/-1;text-align:left}
  .bundle_form table.bundled_products,.bundle_form table.bundled_products tbody,.bundle_form table.bundled_products tr{display:block;width:100%}
  .bundle_form table.bundled_products thead{display:none}
  .bundle_form table.bundled_products td{display:block;border:0;padding:4px 0}
  .bundle_form table.bundled_products tr{border-bottom:1px solid var(--line);padding:10px 0}
  .bundle_form .bundle_button{flex-direction:column}
}

/* Product Bundles v2 — stacked lista na svim sirinama, bez excerpta */
.bundle_form table.bundled_products,.bundle_form table.bundled_products tbody,.bundle_form table.bundled_products tr,.bundle_form table.bundled_products td{display:block;width:100%;padding:0;border:0}
.bundle_form table.bundled_products thead{display:none}
.bundle_form table.bundled_products tr{margin-bottom:10px}
.bundle_form .bundled_product{grid-template-columns:56px 1fr auto;padding:12px 14px;margin:0}
.bundle_form .bundled_product_excerpt{display:none!important}
.bundle_form .bundled_product_title{margin:0;font-size:14.5px}
.bundle_form .bundled_product_title a{color:var(--ink)}
.bundle_form .bundled_product_images,.bundle_form td.bundled_item_col_bundled_item_image{width:56px!important}
.bundle_form .bundled_product_images img,.bundle_form td.bundled_item_col_bundled_item_image img{width:56px;height:56px}
.bundle_form .bundled_item_cart_content,.bundle_form td.bundled_item_col_bundled_item_qty{text-align:right;font-weight:800;font-size:13px;color:#5D6470;white-space:nowrap}
.bundle_form .bundled_item_cart_content::before,.bundle_form td.bundled_item_col_bundled_item_qty::before{content:"× ";color:#98A0AC}
.bundle_form .bundle_wrap{margin-top:16px}
.bundle_form .bundle_button{margin-top:12px}

/* Product Bundles v3 — redovi kao grid kartice, forma punom sirinom */
.bundle_form,.bundle_form > *{float:none!important;width:100%!important;max-width:none!important}
.bundle_form table.bundled_products{display:block;margin:0 0 6px}
.bundle_form table.bundled_products tbody{display:block}
.bundle_form table.bundled_products tr{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px 14px;background:#fff;margin-bottom:10px}
.bundle_form table.bundled_products td{display:block;padding:0;border:0;width:auto}
.bundle_form table.bundled_products td.bundled_item_col_bundled_item_details{min-width:0}
.bundle_form .bundled_product{display:contents}
.bundle_form .bundled_product_images{margin:0!important}
.bundle_form .bundled_product_title{font-size:14.5px;font-weight:800;margin:0}
.bundle_form .bundled_product_title a{color:var(--ink)}
.bundle_form .bundled_item_cart_content,.bundle_form td.bundled_item_col_bundled_item_qty{display:flex;align-items:center;gap:4px;font-weight:800;font-size:13px;color:#5D6470;justify-self:end}
.bundle_form .bundle_wrap{display:block;width:100%;border-top:1px solid var(--line);margin-top:14px;padding-top:16px}
.bundle_form .bundle_button{display:flex;gap:12px;align-items:stretch}
.bundle_form .bundle_button .quantity{display:flex}
.bundle_form .bundle_button .single_add_to_cart_button{flex:1}
@media (max-width:640px){.bundle_form table.bundled_products tr{grid-template-columns:48px 1fr auto;gap:10px;padding:8px 10px}}

/* Product Bundles v4 — ubij plugin tabular float layout, sve punom sirinom */
.pp-grid > *{min-width:0}
.bundle_form.layout_tabular .bundled_products,.bundle_form .bundled_products,.bundle_form .bundle_data,.bundle_form.layout_tabular .bundle_data{float:none!important;width:100%!important;max-width:none!important;position:static!important;clear:both}
.bundle_form .bundled_product{display:block}
.bundle_form table.bundled_products tr{grid-template-columns:56px minmax(0,1fr) 44px}
.bundle_form td.bundled_item_col_bundled_item_image .bundled_product_images{float:none!important;width:56px!important;margin:0!important}
.bundle_form td.bundled_item_col_bundled_item_details .bundled_product_images{display:none!important}
.bundle_form td.bundled_item_col_bundled_item_details{padding-left:0!important}
.bundle_form .bundled_item_cart_content::before{content:none!important}
.bundle_form .bundled_item_cart_content{display:none!important}
.bundle_form td.bundled_item_col_bundled_item_qty{justify-self:end;font-weight:800;font-size:14px}
.bundle_form td.bundled_item_col_bundled_item_qty::before{content:"× ";color:#98A0AC}
.bundle_form .bundle_price{margin-top:8px}

/* Product Bundles v5 — tocne klase celija + forma kao block (ne flex) */
.pp-buy:has(.bundle_form){display:block}
form.cart.bundle_form{display:block!important}
.bundle_form > *{flex:none!important;width:100%!important}
.bundle_form table.bundled_products tr{grid-template-columns:56px minmax(0,1fr) 52px}
.bundle_form table.bundled_products td.bundled_item_images{width:56px!important}
.bundle_form table.bundled_products td.bundled_item_images img{width:56px;height:56px;object-fit:cover;border-radius:10px;border:1px solid var(--line);display:block}
.bundle_form table.bundled_products td.bundled_item_details{min-width:0;padding-left:4px!important}
.bundle_form table.bundled_products td.bundled_item_details .bundled_product_title{font-size:14.5px;font-weight:800;margin:0}
.bundle_form table.bundled_products td.bundled_item_details .bundled_product_excerpt,
.bundle_form table.bundled_products td.bundled_item_details .bundled_product_images{display:none!important}
.bundle_form table.bundled_products td.bundled_item_qty{justify-self:end;font-weight:800;font-size:14px;white-space:nowrap}
.bundle_form table.bundled_products td.bundled_item_qty::before{content:"× ";color:#98A0AC}
.bundle_form .bundle_data{margin-top:14px}

/* Product Bundles v6 — prave klase: *_col */
.bundle_form table.bundled_products td.bundled_item_images_col{width:56px!important;overflow:hidden}
.bundle_form table.bundled_products td.bundled_item_images_col .bundled_product_images{width:56px!important;margin:0!important;float:none!important}
.bundle_form table.bundled_products td.bundled_item_images_col img{width:56px!important;max-width:56px!important;height:56px;object-fit:cover;border-radius:10px;border:1px solid var(--line);display:block}
.bundle_form table.bundled_products td.bundled_item_details_col{min-width:0;padding-left:6px!important}
.bundle_form table.bundled_products td.bundled_item_details_col .bundled_product_excerpt{display:none!important}
.bundle_form table.bundled_products td.bundled_item_qty_col{justify-self:end;font-weight:800;font-size:14px;white-space:nowrap}
.bundle_form table.bundled_products td.bundled_item_qty_col::before{content:"× ";color:#98A0AC;font-weight:600}

/* shipping metode u order review / cart totals — radio + label u jednom redu */
ul#shipping_method li,.woocommerce-shipping-methods li{display:flex!important;align-items:center;justify-content:flex-end;gap:8px;margin:0 0 8px;font-size:13.5px;font-weight:700;line-height:1.35}
ul#shipping_method li label,.woocommerce-shipping-methods li label{display:inline!important;margin:0;cursor:pointer}
ul#shipping_method li .amount,.woocommerce-shipping-methods li .amount{font-weight:800;color:var(--ink)}
ul#shipping_method input[type="radio"],.woocommerce-shipping-methods input[type="radio"]{flex:none;margin:0!important;width:15px;height:15px;accent-color:var(--navy);vertical-align:middle}
.woocommerce-shipping-totals td,.cart_totals .woocommerce-shipping-totals td{text-align:right}
/* payment gateway ikone — manje, u redu s nazivom */
#payment ul.payment_methods li label{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px 8px;cursor:pointer}
#payment ul.payment_methods li img{max-height:22px!important;width:auto!important;height:22px;margin:0!important;vertical-align:middle;display:inline-block}
#payment ul.payment_methods li input[type="radio"]{margin:0 6px 0 0!important;accent-color:var(--navy);width:15px;height:15px;vertical-align:middle}

/* shipping label: jedan red, tekst uz radio */
ul#shipping_method li label,.woocommerce-shipping-methods li label{white-space:nowrap;text-align:left;font-size:13px}
ul#shipping_method li,.woocommerce-shipping-methods li{justify-content:flex-end}
@media (max-width:640px){ul#shipping_method li label,.woocommerce-shipping-methods li label{white-space:normal;max-width:220px}}
/* shipping radiji poravnati u stupac (cart + checkout, svi koraci): blok desno, radiji na istoj x-osi, tekst lijevo uz radio */
ul#shipping_method,.woocommerce-shipping-methods{display:inline-flex!important;flex-direction:column;align-items:stretch!important;margin-left:auto;gap:0}
ul#shipping_method li,.woocommerce-shipping-methods li{justify-content:flex-start!important;align-items:flex-start!important}
ul#shipping_method input[type="radio"],.woocommerce-shipping-methods input[type="radio"]{margin-top:2px!important}
.woocommerce-shipping-totals td,.cart_totals .woocommerce-shipping-totals td,#order_review .woocommerce-shipping-totals td{text-align:right}
.woocommerce-shipping-totals th,.cart_totals .woocommerce-shipping-totals th{vertical-align:top;padding-top:14px}
@media (max-width:640px){ul#shipping_method li label,.woocommerce-shipping-methods li label{max-width:200px}}

/* varijabilni proizvodi — forma varijacija u nasem stilu */
form.cart.variations_form{display:block!important}
form.cart.variations_form table.variations{border:0;width:100%;margin:0 0 14px;display:block}
form.cart.variations_form table.variations tbody,form.cart.variations_form table.variations tr,form.cart.variations_form table.variations th,form.cart.variations_form table.variations td{display:block;width:100%}
form.cart.variations_form table.variations th,form.cart.variations_form table.variations td{padding:6px 0;border:0;vertical-align:middle}
form.cart.variations_form table.variations th{padding-bottom:0}
form.cart.variations_form table.variations th label{display:block;margin-bottom:8px;font-size:11.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}
form.cart.variations_form table.variations select{appearance:none;-webkit-appearance:none;width:100%;border:1px solid var(--line2);border-radius:100px;padding:13px 40px 13px 20px;font:700 14px var(--font-u);color:var(--ink);background:#fff url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2312172A%22 stroke-width=%223%22><path d=%22m6 9 6 6 6-6%22/></svg>') no-repeat right 16px center;outline:none;cursor:pointer}
form.cart.variations_form .reset_variations{font-size:12px;color:var(--blue);font-weight:700;margin-left:8px}
form.cart.variations_form .single_variation_wrap{margin-top:8px;display:block;width:100%}
form.cart.variations_form .woocommerce-variation-add-to-cart .quantity input{width:84px}
form.cart.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button{flex:1}
form.cart.variations_form .woocommerce-variation-price{font-family:var(--font-d);font-size:22px;font-weight:700;margin-bottom:12px}
form.cart.variations_form .woocommerce-variation-add-to-cart{display:flex;gap:12px;align-items:stretch}
form.cart.variations_form .woocommerce-variation-add-to-cart .quantity{display:flex}
/* notice-ovi (cart/checkout): bez uvlake, bez focus outlinea, gumb u redu s tekstom */
.woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-message,.woocommerce-info,ul.woocommerce-error{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-left:0!important;padding:14px 18px 14px 18px!important;outline:none!important;line-height:1.45}
.woocommerce-message:focus,.woocommerce-info:focus,.woocommerce-error:focus{outline:none!important;box-shadow:var(--shadow)!important}
ul.woocommerce-error li,ul.woocommerce-message li,ul.woocommerce-info li{list-style:none!important;margin:0!important;padding:0!important}
.woocommerce-message a.button,.woocommerce-info a.button{margin:0!important;white-space:nowrap}
/* checkout: TOTAL redak — th je imao donji rub, td nije → kratka crtica */
.woocommerce-checkout-review-order-table tfoot tr:last-child th,.woocommerce-checkout-review-order-table tfoot tr:last-child td,.woocommerce-checkout-review-order-table tfoot .order-total th,.woocommerce-checkout-review-order-table tfoot .order-total td{border-bottom:0!important}
/* osiguranje paketa (snippet #25): uredna kartica */
#delivery_insurance_field{margin:16px 0 4px!important;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}
#delivery_insurance_field label.checkbox{display:block!important;position:relative;padding-left:28px;text-transform:none!important;letter-spacing:0!important;font-size:13.5px!important;font-weight:700!important;color:var(--ink)!important;line-height:1.45;cursor:pointer}
#delivery_insurance_field input[type="checkbox"]{position:absolute;left:0;top:2px;width:16px;height:16px;margin:0!important;accent-color:var(--navy)}
#delivery_insurance_field .optional{float:none;display:inline;margin-left:4px;font-weight:600;color:var(--muted);text-transform:none}
/* promo fee redak u totalima: vise mjesta za naziv */
.cart_totals table.shop_table tr.fee th,#order_review table.shop_table tr.fee th{display:none}
.cart_totals table.shop_table tr.fee td,#order_review table.shop_table tr.fee td{text-align:right}
tr.fee td .fee-name{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#98A0AC;margin-right:14px;vertical-align:middle;text-align:left}
tr.fee td .fee-amt{font-weight:800;vertical-align:middle;white-space:nowrap}
tr.fee .fee-amt .amount{color:#1F8F5F}
.cart_totals tr.fee td,#order_review tr.fee td{color:#1F8F5F;font-weight:800}
/* cart mobile: naziv + promo oznaka + "1 of 4 free" uredno u desnom stupcu */
@media (max-width:640px){
  .woocommerce-cart table.cart td.product-name{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px 8px;text-align:right}
  .woocommerce-cart table.cart td.product-name::before{margin-right:auto}
  .woocommerce-cart table.cart td.product-name a{white-space:nowrap}
  .woocommerce-cart table.cart td.product-name .p221-free{white-space:nowrap;margin-left:0}
  .woocommerce-cart table.cart td.product-name .p221-sub{flex-basis:100%;text-align:right;white-space:nowrap;margin:0}
}
