:root{
    --g1962cx-blue:#2f80ed;
    --g1962cx-blue-deep:#1769d2;
    --g1962cx-blue-soft:#eef6ff;
    --g1962cx-navy:#123a56;
    --g1962cx-navy-dark:#071d2d;
    --g1962cx-lime:#b7ff2a;
    --g1962cx-ink:#13202e;
    --g1962cx-text:#526476;
    --g1962cx-muted:#8795a3;
    --g1962cx-line:#e1e9f0;
    --g1962cx-surface:#f6f9fc;
    --g1962cx-white:#fff;
    --g1962cx-danger:#c43f52;
    --g1962cx-success:#28815a;
    --g1962cx-font:"Yekan Bakh","YekanBakh",Tahoma,Arial,sans-serif;
}

/* Neutralize theme commerce shells without touching the global header/footer. */
.g1962px-commerce-page .hero-section,
.g1962px-commerce-page .page-title,
.g1962px-commerce-page .entry-header,
.g1962px-commerce-page .ct-breadcrumbs,
.g1962px-commerce-page .woocommerce-breadcrumb{display:none!important}
.g1962px-commerce-page .site-main{padding-top:0!important}
.g1962px-commerce-page .site-main>.ct-container,
.g1962px-commerce-page .site-main>.ct-container-full,
.g1962px-commerce-page .content-area,
.g1962px-commerce-page .entry-content,
.g1962px-commerce-page article>.entry-content,
.g1962px-commerce-page .woocommerce{width:100%!important;max-width:none!important;margin-inline:0!important;padding-inline:0!important}
.g1962px-commerce-page .ct-cart-form{display:block!important;grid-template-columns:none!important}
.g1962px-commerce-page .woocommerce form .form-row{float:none}

.g1962cx,.g1962cx *{box-sizing:border-box}
.g1962cx{width:min(1320px,calc(100% - 40px));margin:22px auto 82px;color:var(--g1962cx-ink);font-family:var(--g1962cx-font);font-size:14px;font-weight:400;line-height:1.9;-webkit-font-smoothing:antialiased}
.g1962cx a{color:inherit;text-decoration:none}
.g1962cx button,.g1962cx input,.g1962cx select,.g1962cx textarea{font-family:inherit}
.g1962cx svg{display:block;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.g1962cx :focus-visible{outline:3px solid rgba(47,128,237,.2);outline-offset:2px}

/* Header and progress */
.g1962cx-page-head{min-height:132px;margin-bottom:18px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid var(--g1962cx-line);border-radius:24px;background:linear-gradient(135deg,#fff 0,#f7fbff 100%);box-shadow:0 12px 34px rgba(18,58,86,.055)}
.g1962cx-page-head>div>span{color:var(--g1962cx-blue);font-size:12px;font-weight:600}
.g1962cx-page-head h1{margin:2px 0 1px!important;color:var(--g1962cx-ink)!important;font:700 clamp(26px,2.2vw,35px)/1.6 var(--g1962cx-font)!important;letter-spacing:-.45px}
.g1962cx-page-head p{margin:0!important;color:var(--g1962cx-text)!important;font-size:13.5px;font-weight:400}
.g1962cx-steps{min-width:390px;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;counter-reset:none}
.g1962cx-steps li{position:relative;min-width:0;display:flex;align-items:center;gap:9px;color:#91a0ad;font-size:12px;font-weight:500}
.g1962cx-steps li:not(:last-child):after{content:"";position:absolute;top:19px;right:calc(100% - 12px);width:calc(100% - 30px);height:1px;background:#dce5ed}
.g1962cx-steps b{position:relative;z-index:1;width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border:1px solid #dbe5ed;border-radius:50%;background:#fff;color:#7c8d9d;font-size:12px;font-weight:600}
.g1962cx-steps b svg{width:17px;height:17px}
.g1962cx-steps .is-active{color:var(--g1962cx-ink);font-weight:650}.g1962cx-steps .is-active b{border-color:var(--g1962cx-blue);background:var(--g1962cx-blue);color:#fff;box-shadow:0 8px 20px rgba(47,128,237,.2)}
.g1962cx-steps .is-done{color:var(--g1962cx-success)}.g1962cx-steps .is-done b{border-color:#d6f1e4;background:#eaf8f1;color:var(--g1962cx-success)}

/* Shared surfaces */
.g1962cx-panel{min-width:0;border:1px solid var(--g1962cx-line);border-radius:24px;background:#fff;box-shadow:0 13px 36px rgba(18,58,86,.055)}
.g1962cx-panel-head{min-height:76px;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e8eef3}
.g1962cx-panel-head>div{min-width:0;display:flex;align-items:center;gap:12px}.g1962cx-panel-head>div>svg{width:42px;height:42px;padding:10px;flex:0 0 42px;border-radius:13px;background:var(--g1962cx-blue-soft);color:var(--g1962cx-blue)}
.g1962cx-panel-head span{min-width:0}.g1962cx-panel-head strong,.g1962cx-panel-head small{display:block}.g1962cx-panel-head strong{color:var(--g1962cx-ink);font-size:15px;font-weight:650}.g1962cx-panel-head small{margin-top:1px;color:var(--g1962cx-muted);font-size:11px;font-weight:400}
.g1962cx-panel-head>b{min-width:max-content;padding:5px 9px;border-radius:8px;background:#f2f6f9;color:#6e7f8e;font-size:10px;font-weight:500}
.g1962cx-panel-head>a{min-width:max-content;color:var(--g1962cx-blue);font-size:11px;font-weight:600}
.g1962cx-primary{min-height:54px;padding:0 18px;display:flex!important;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:var(--g1962cx-lime);color:#16210a!important;font-size:13px;font-weight:700;line-height:1.3;box-shadow:0 11px 25px rgba(151,218,24,.2);transition:transform .18s,box-shadow .18s,background .18s}
.g1962cx-primary:hover{background:#a8ef1f;color:#101804!important;transform:translateY(-2px);box-shadow:0 15px 30px rgba(151,218,24,.28)}
.g1962cx-primary>svg:first-child{width:18px;height:18px}.g1962cx-primary>svg:last-child{width:17px;height:17px;margin-right:auto;transform:rotate(180deg)}

/* Notices */
.g1962cx-notices:empty{display:none}.g1962cx-notices{margin-bottom:15px}
.g1962cx .woocommerce-error,.g1962cx .woocommerce-info,.g1962cx .woocommerce-message{min-height:52px;margin:0 0 10px!important;padding:12px 48px 12px 14px!important;border:1px solid #dce9f7!important;border-radius:14px!important;background:#f3f8fe!important;color:#42627f!important;font-size:12.5px!important;font-weight:400!important;line-height:2!important;box-shadow:none!important;list-style:none!important}
.g1962cx .woocommerce-error{border-color:#f1d5da!important;background:#fff5f6!important;color:#9f3445!important}.g1962cx .woocommerce-message{border-color:#d5eee2!important;background:#f2fbf6!important;color:#2e7958!important}
.g1962cx .woocommerce-error:before,.g1962cx .woocommerce-info:before,.g1962cx .woocommerce-message:before{top:14px!important;right:17px!important;left:auto!important;color:currentColor!important}

/* Cart */
.g1962cx-cart-layout{display:grid;direction:rtl;grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:18px}
.g1962cx-cart-items{overflow:hidden}.g1962cx-cart-form{margin:0!important}.g1962cx-cart-list{padding:0 20px}
.g1962cx-cart-item{min-width:0;padding:18px 0;display:grid;grid-template-columns:136px minmax(0,1fr);gap:18px;border-bottom:1px solid #e9eef2}.g1962cx-cart-item:last-child{border-bottom:0}
.g1962cx-cart-item__media{width:136px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;border:1px solid #e6edf3;border-radius:17px;background:radial-gradient(circle at center,#fff 0,#f5f8fb 100%)}
.g1962cx-cart-item__media img{width:100%!important;height:100%!important;margin:0!important;padding:11px!important;display:block!important;object-fit:contain!important;mix-blend-mode:multiply}
.g1962cx-cart-item__content{min-width:0;display:flex;flex-direction:column}.g1962cx-cart-item__title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.g1962cx-cart-item__title>div{min-width:0}
.g1962cx-cart-item__title small{display:block;margin-bottom:4px;overflow:hidden;color:var(--g1962cx-muted);font-size:10px;font-weight:400;white-space:nowrap;text-overflow:ellipsis}.g1962cx-cart-item__title a,.g1962cx-cart-item__title strong{display:block;color:var(--g1962cx-ink);font-size:14.5px;font-weight:650;line-height:1.95}
.g1962cx-remove{width:38px;height:38px;padding:0;display:grid;place-items:center;flex:0 0 38px;border:1px solid #e6ecf1;border-radius:11px;background:#fff;color:#8795a1;cursor:pointer;transition:.16s}.g1962cx-remove svg{width:17px;height:17px}.g1962cx-remove:hover{border-color:#f1ccd3;background:#fff5f7;color:var(--g1962cx-danger)}
.g1962cx-cart-item__meta{margin-top:6px;color:#718191;font-size:11px}.g1962cx-cart-item__meta dl.variation{margin:0;display:flex;flex-wrap:wrap;gap:5px 13px}.g1962cx-cart-item__meta dl.variation dt,.g1962cx-cart-item__meta dl.variation dd{margin:0!important;padding:0!important;float:none!important}.g1962cx-cart-item__meta dl.variation dt{color:#9aa6b1;font-weight:400}.g1962cx-cart-item__meta dl.variation dd{color:#5c6e7f;font-weight:500}.g1962cx-cart-item__meta p{margin:0!important}
.g1962cx-cart-item__bottom{margin-top:auto;padding-top:13px;display:grid;grid-template-columns:minmax(115px,1fr) auto minmax(140px,1fr);align-items:end;gap:14px;border-top:1px dashed #e4ebf1}
.g1962cx-cart-item__price small,.g1962cx-cart-item__subtotal small{display:block;color:var(--g1962cx-muted);font-size:10px;font-weight:400}.g1962cx-cart-item__price span,.g1962cx-cart-item__subtotal strong{display:block;margin-top:2px;color:var(--g1962cx-navy);font-size:14px;font-weight:650}.g1962cx-cart-item__subtotal{text-align:left}
.g1962cx-cart-item__price .woocommerce-Price-currencySymbol,.g1962cx-cart-item__subtotal .woocommerce-Price-currencySymbol{margin-right:3px;color:#758594;font-size:9px}
.g1962cx-quantity{height:42px;display:grid;grid-template-columns:35px 44px 35px;overflow:hidden;border:1px solid #dfe7ed;border-radius:12px;background:#fff}.g1962cx-quantity button{width:35px;height:40px;padding:0;border:0;background:#f5f8fa;color:#526575;font-size:19px;font-weight:400;cursor:pointer}.g1962cx-quantity input.qty{width:44px!important;height:40px!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;color:#213343!important;font-size:13px!important;font-weight:600!important;text-align:center!important;box-shadow:none!important;-moz-appearance:textfield}.g1962cx-quantity input::-webkit-outer-spin-button,.g1962cx-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.g1962cx-update-fallback{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.g1962cx-cart-items__footer{min-height:65px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #e8eef3;background:#fbfcfd;color:#71808d;font-size:11px}.g1962cx-cart-items__footer a,.g1962cx-cart-items__footer>span{display:flex;align-items:center;gap:7px}.g1962cx-cart-items__footer a{color:var(--g1962cx-blue);font-weight:600}.g1962cx-cart-items__footer svg{width:17px;height:17px}.g1962cx-cart-items__footer a svg{transform:rotate(180deg)}

.g1962cx-summary{position:sticky;top:90px;overflow:hidden}.g1962cx-summary table{width:calc(100% - 40px)!important;margin:8px 20px 0!important;border:0!important;border-collapse:collapse!important;background:transparent!important}
.g1962cx-summary table tr{border-bottom:1px solid #edf1f4}.g1962cx-summary table tr:last-child{border-bottom:0}.g1962cx-summary table th,.g1962cx-summary table td{padding:12px 0!important;border:0!important;background:transparent!important;color:#5e7080;font-size:12px;font-weight:400;text-align:right!important;vertical-align:middle}.g1962cx-summary table td{text-align:left!important}.g1962cx-summary table .order-total th{color:var(--g1962cx-ink);font-size:13px;font-weight:650}.g1962cx-summary table .order-total td{color:var(--g1962cx-navy);font-size:19px;font-weight:750}.g1962cx-summary table .order-total small{display:block;color:#8996a2;font-size:9px;font-weight:400}.g1962cx-summary table .woocommerce-Price-currencySymbol{margin-right:4px;font-size:.64em;color:#718190}
.g1962cx-summary .woocommerce-remove-coupon{color:var(--g1962cx-danger);font-size:9px}.g1962cx-summary .shipping-calculator-button{color:var(--g1962cx-blue);font-weight:600}.g1962cx-summary .woocommerce-shipping-methods{margin:0;padding:0;list-style:none}.g1962cx-summary .woocommerce-shipping-methods li{margin:5px 0;display:flex;align-items:center;justify-content:flex-end;gap:6px}.g1962cx-summary .woocommerce-shipping-methods input{accent-color:var(--g1962cx-blue)}
.g1962cx-coupon{margin:4px 20px 14px;border:1px solid #e4ebf1;border-radius:13px;background:#fafcfd}.g1962cx-coupon summary{height:46px;padding:0 12px;display:flex;align-items:center;gap:8px;color:#506273;font-size:11px;font-weight:550;cursor:pointer;list-style:none}.g1962cx-coupon summary::-webkit-details-marker{display:none}.g1962cx-coupon summary svg{width:16px;height:16px;color:var(--g1962cx-blue)}.g1962cx-coupon summary svg:last-child{margin-right:auto;color:#8998a5;transform:rotate(90deg);transition:transform .18s}.g1962cx-coupon[open] summary svg:last-child{transform:rotate(-90deg)}
.g1962cx-coupon-form{padding:0 9px 9px;display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:7px}.g1962cx-coupon-form input{width:100%;height:43px;margin:0!important;padding:0 11px!important;border:1px solid #dfe7ee!important;border-radius:10px!important;background:#fff!important;color:var(--g1962cx-ink)!important;font-size:11px!important;box-shadow:none!important}.g1962cx-coupon-form button{height:43px;padding:0 10px;border:0;border-radius:10px;background:var(--g1962cx-blue);color:#fff;font-size:10px;font-weight:650;cursor:pointer}
.g1962cx-summary>.g1962cx-primary{margin:0 20px 14px}.g1962cx-assurance{min-height:55px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #e8eef3;color:#768694;font-size:9.5px}.g1962cx-assurance span{display:flex;align-items:center;gap:5px}.g1962cx-assurance svg{width:15px;height:15px;color:var(--g1962cx-blue)}

.g1962cx-trust{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--g1962cx-line);border-radius:19px;background:#fff}.g1962cx-trust>div{min-height:76px;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:12px;border-left:1px solid #e7edf2}.g1962cx-trust>div:last-child{border-left:0}.g1962cx-trust svg{width:26px;height:26px;color:var(--g1962cx-blue)}.g1962cx-trust b,.g1962cx-trust small{display:block}.g1962cx-trust b{font-size:12.5px;font-weight:650}.g1962cx-trust small{margin-top:1px;color:var(--g1962cx-muted);font-size:10px;font-weight:400}

/* Empty cart */
.g1962cx-empty__hero{min-height:420px;padding:55px 20px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;border:1px solid var(--g1962cx-line);border-radius:28px;background:radial-gradient(circle at 50% 28%,#f1f7ff 0,#fff 48%);box-shadow:0 15px 40px rgba(18,58,86,.05)}
.g1962cx-empty__icon{position:relative;width:92px;height:92px;margin-bottom:20px;display:grid;place-items:center;border-radius:28px;background:var(--g1962cx-navy);color:#fff;box-shadow:0 17px 34px rgba(18,58,86,.19)}.g1962cx-empty__icon svg{width:38px;height:38px}.g1962cx-empty__icon i{position:absolute;top:-5px;right:-5px;width:24px;height:24px;border:6px solid #fff;border-radius:50%;background:var(--g1962cx-lime)}
.g1962cx-empty__hero>span{color:var(--g1962cx-blue);font-size:12px;font-weight:600}.g1962cx-empty__hero h1{margin:6px 0 6px!important;font:700 clamp(26px,3vw,38px)/1.6 var(--g1962cx-font)!important}.g1962cx-empty__hero p{max-width:570px;margin:0 0 22px!important;color:var(--g1962cx-text)!important;font-size:14px;line-height:2}.g1962cx-empty__hero .g1962cx-primary{min-width:230px}
.g1962cx-empty__products{margin-top:34px}.g1962cx-empty__products>header{margin-bottom:14px;display:flex;align-items:end;justify-content:space-between;gap:18px}.g1962cx-empty__products>header span{color:var(--g1962cx-blue);font-size:11px;font-weight:600}.g1962cx-empty__products h2{margin:1px 0 0!important;font:700 25px/1.7 var(--g1962cx-font)!important}.g1962cx-empty__products>header>a{display:flex;align-items:center;gap:6px;color:var(--g1962cx-blue);font-size:11px;font-weight:600}.g1962cx-empty__products>header>a svg{width:16px;height:16px;transform:rotate(180deg)}.g1962cx-empty__products>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}

/* Checkout */
.g1962cx-checkout-assist{margin-bottom:12px}.g1962cx-checkout-assist:empty{display:none}.g1962cx-checkout-assist .woocommerce-form-login-toggle,.g1962cx-checkout-assist .woocommerce-form-coupon-toggle{margin:0 0 8px}.g1962cx-checkout-assist .woocommerce-info{margin:0!important}.g1962cx-checkout-assist form.login,.g1962cx-checkout-assist form.checkout_coupon{margin:8px 0 12px!important;padding:18px!important;border:1px solid var(--g1962cx-line)!important;border-radius:17px!important;background:#fff!important}.g1962cx-checkout-assist form.checkout_coupon{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:end;gap:9px}.g1962cx-checkout-assist form.checkout_coupon p{width:auto!important;margin:0!important;float:none!important}.g1962cx-checkout-assist form.checkout_coupon input{height:48px!important;margin:0!important;border:1px solid #dde6ed!important;border-radius:12px!important}.g1962cx-checkout-assist form.checkout_coupon button{height:48px!important;margin:0!important;border-radius:12px!important;background:var(--g1962cx-blue)!important;color:#fff!important;font-size:12px!important}
.g1962cx-checkout-layout{display:grid;direction:rtl;grid-template-columns:minmax(0,1fr) 410px;align-items:start;gap:18px}.g1962cx-checkout-customer{min-width:0}.g1962cx-checkout-section{margin-bottom:18px;overflow:hidden}.g1962cx-checkout-section>.woocommerce-billing-fields,.g1962cx-checkout-section>.woocommerce-shipping-fields,.g1962cx-checkout-section>.woocommerce-additional-fields{padding:20px}.g1962cx-checkout-section h3{margin:0 0 14px!important;color:var(--g1962cx-ink)!important;font:650 15px/1.8 var(--g1962cx-font)!important}.g1962cx-billing .woocommerce-billing-fields>h3{display:none}
.g1962cx-checkout-section .woocommerce-billing-fields__field-wrapper,.g1962cx-checkout-section .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.g1962cx-checkout-section .form-row{width:100%!important;margin:0!important;padding:0!important;float:none!important}.g1962cx-checkout-section #billing_address_1_field,.g1962cx-checkout-section #billing_address_2_field,.g1962cx-checkout-section #shipping_address_1_field,.g1962cx-checkout-section #shipping_address_2_field{grid-column:1/-1}.g1962cx-checkout-section label{margin:0 0 6px!important;display:block!important;color:#526474!important;font-size:11.5px!important;font-weight:500!important;line-height:1.7!important}.g1962cx-checkout-section label .required{color:var(--g1962cx-danger)!important;text-decoration:none!important}
.g1962cx-checkout-section input.input-text,.g1962cx-checkout-section select,.g1962cx-checkout-section textarea{width:100%!important;margin:0!important;border:1px solid #dfe7ee!important;border-radius:13px!important;background:#fff!important;color:var(--g1962cx-ink)!important;font-size:13px!important;font-weight:400!important;box-shadow:none!important;outline:0!important;transition:border-color .16s,box-shadow .16s}.g1962cx-checkout-section input.input-text,.g1962cx-checkout-section select{height:52px!important;padding:0 13px!important}.g1962cx-checkout-section textarea{min-height:110px!important;padding:12px 13px!important;resize:vertical}.g1962cx-checkout-section input:focus,.g1962cx-checkout-section select:focus,.g1962cx-checkout-section textarea:focus{border-color:#83b6ef!important;box-shadow:0 0 0 4px rgba(47,128,237,.08)!important}.g1962cx-checkout-section .woocommerce-invalid input,.g1962cx-checkout-section .woocommerce-invalid select{border-color:#e7a9b2!important;background:#fffafb!important}
.g1962cx-checkout-section #billing_email,.g1962cx-checkout-section #billing_phone,.g1962cx-checkout-section #billing_postcode,.g1962cx-checkout-section #shipping_postcode{direction:ltr;text-align:left}
.g1962cx-checkout-section .select2-container{width:100%!important}.g1962cx-checkout-section .select2-selection--single{height:52px!important;border:1px solid #dfe7ee!important;border-radius:13px!important;background:#fff!important}.g1962cx-checkout-section .select2-selection__rendered{height:50px!important;padding:0 13px!important;color:var(--g1962cx-ink)!important;font-size:13px!important;line-height:50px!important}.g1962cx-checkout-section .select2-selection__arrow{top:12px!important;left:9px!important;right:auto!important}
.g1962cx-checkout-section #ship-to-different-address{margin:0!important;padding:15px 20px;border-bottom:1px solid #e8eef3;background:#fafcfd}.g1962cx-checkout-section #ship-to-different-address label{margin:0!important;display:flex!important;align-items:center;gap:8px;font-size:12px!important}.g1962cx-checkout-section #ship-to-different-address-checkbox{width:18px;height:18px;accent-color:var(--g1962cx-blue)}.g1962cx-checkout-section .shipping_address{padding:20px}.g1962cx-checkout-section .woocommerce-additional-fields{padding-top:0}.g1962cx-checkout-section .woocommerce-additional-fields h3{padding-top:18px;border-top:1px solid #e8eef3}.g1962cx-checkout-section .create-account{margin-top:14px!important;padding-top:14px!important;border-top:1px solid #e8eef3}.g1962cx-checkout-section .woocommerce-account-fields{margin-top:15px}
.g1962cx-checkout-review{position:sticky;top:90px;overflow:hidden}.g1962cx-checkout-review>#order_review{padding:0 20px 18px}.g1962cx-review-products{max-height:310px;margin:0 -20px;padding:4px 20px;overflow:auto;border-bottom:1px solid #e7edf2;scrollbar-width:thin}.g1962cx-review-product{padding:12px 0;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #edf1f4}.g1962cx-review-product:last-child{border-bottom:0}.g1962cx-review-product__media{position:relative;width:58px;aspect-ratio:1/1;display:grid;place-items:center;border:1px solid #e6edf3;border-radius:12px;background:#f6f9fb}.g1962cx-review-product__media img{width:100%!important;height:100%!important;margin:0!important;padding:5px!important;display:block!important;object-fit:contain!important}.g1962cx-review-product__media b{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--g1962cx-blue);color:#fff;font-size:8px;font-weight:600}.g1962cx-review-product>div:nth-child(2){min-width:0}.g1962cx-review-product strong{display:block;overflow:hidden;color:#243544;font-size:11.5px;font-weight:550;line-height:1.8;text-overflow:ellipsis;white-space:nowrap}.g1962cx-review-product dl.variation{margin:2px 0 0;display:flex;gap:6px;color:#8a97a2;font-size:8.5px}.g1962cx-review-product dl.variation dt,.g1962cx-review-product dl.variation dd{margin:0;padding:0;float:none}.g1962cx-review-product>span{min-width:max-content;color:var(--g1962cx-navy);font-size:11px;font-weight:650}
.g1962cx-checkout-review table{width:100%!important;margin:6px 0 12px!important;border:0!important;border-collapse:collapse!important}.g1962cx-checkout-review table tr{border-bottom:1px solid #edf1f4}.g1962cx-checkout-review table th,.g1962cx-checkout-review table td{padding:11px 0!important;border:0!important;background:transparent!important;color:#5d6f7f;font-size:11.5px;font-weight:400;text-align:right!important;vertical-align:middle}.g1962cx-checkout-review table td{text-align:left!important}.g1962cx-checkout-review table .order-total th{color:var(--g1962cx-ink);font-size:13px;font-weight:650}.g1962cx-checkout-review table .order-total td{color:var(--g1962cx-navy);font-size:18px;font-weight:750}.g1962cx-checkout-review table .woocommerce-Price-currencySymbol{margin-right:3px;font-size:.62em;color:#748494}.g1962cx-checkout-review .woocommerce-shipping-methods{margin:0;padding:0;list-style:none}.g1962cx-checkout-review .woocommerce-shipping-methods li{margin:5px 0;display:flex;align-items:center;justify-content:flex-end;gap:5px}.g1962cx-checkout-review input[type="radio"],.g1962cx-checkout-review input[type="checkbox"]{accent-color:var(--g1962cx-blue)}
.g1962cx-checkout-review #payment{margin:0 -20px -18px!important;padding:16px 20px 18px!important;border-radius:0!important;background:#f8fafc!important}.g1962cx-checkout-review .wc_payment_methods{margin:0 0 12px!important;padding:0!important;border:0!important;list-style:none!important}.g1962cx-checkout-review .wc_payment_method{margin:0 0 8px!important;padding:12px!important;border:1px solid #e0e8ef;border-radius:13px;background:#fff}.g1962cx-checkout-review .wc_payment_method>label{display:inline-flex!important;align-items:center;gap:7px;color:#35495a;font-size:11.5px;font-weight:600}.g1962cx-checkout-review .payment_box{margin:10px 0 0!important;padding:11px!important;border-radius:10px!important;background:#f2f7fd!important;color:#5f7487!important;font-size:10.5px!important;line-height:2!important}.g1962cx-checkout-review .payment_box:before{display:none!important}.g1962cx-checkout-review .place-order{margin:0!important;padding:0!important}.g1962cx-checkout-review .woocommerce-privacy-policy-text,.g1962cx-checkout-review .woocommerce-terms-and-conditions-wrapper{color:#748390;font-size:9.5px;line-height:2}.g1962cx-checkout-review #place_order{width:100%!important;min-height:55px!important;margin:12px 0 0!important;padding:0 16px!important;border:0!important;border-radius:14px!important;background:var(--g1962cx-lime)!important;color:#172108!important;font-size:13px!important;font-weight:700!important;box-shadow:0 11px 25px rgba(151,218,24,.2)!important}.g1962cx-checkout-review #place_order:hover{background:#a8ef1f!important}.g1962cx-checkout-review #place_order:after{display:none!important}
.g1962cx-checkout-trust{margin-top:0}.g1962cx-gate{padding:30px;text-align:center}.g1962cx-gate h2{font-size:22px;font-weight:700}.g1962cx-gate p{color:var(--g1962cx-text)}

/* Pay for an existing order */
.g1962cx-pay-layout{display:grid;direction:rtl;grid-template-columns:minmax(0,1fr) 400px;align-items:start;gap:18px}.g1962cx-pay-products{overflow:hidden}.g1962cx-pay-list{padding:4px 20px}.g1962cx-pay-product{padding:14px 0;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:13px;border-bottom:1px solid #e9eef2}.g1962cx-pay-product__media{position:relative;width:72px;aspect-ratio:1/1;display:grid;place-items:center;border:1px solid #e5edf3;border-radius:14px;background:#f6f9fb}.g1962cx-pay-product__media img{width:100%!important;height:100%!important;margin:0!important;padding:6px!important;object-fit:contain!important}.g1962cx-pay-product__media>b{position:absolute;top:-6px;right:-6px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--g1962cx-blue);color:#fff;font-size:8px}.g1962cx-pay-product>div:nth-child(2){min-width:0}.g1962cx-pay-product strong{display:block;color:#263848;font-size:13px;font-weight:600;line-height:1.9}.g1962cx-pay-product .wc-item-meta{margin:3px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:5px 12px;color:#81909d;font-size:9px;list-style:none}.g1962cx-pay-product .wc-item-meta li{display:flex;gap:4px}.g1962cx-pay-product .wc-item-meta p{margin:0}.g1962cx-pay-product>span{min-width:max-content;color:var(--g1962cx-navy);font-size:12px;font-weight:650}.g1962cx-pay-totals{margin:0;padding:7px 20px 18px}.g1962cx-pay-totals>div{min-height:46px;margin:0;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #edf1f4}.g1962cx-pay-totals>div:last-child{border-bottom:0}.g1962cx-pay-totals dt,.g1962cx-pay-totals dd{margin:0;color:#5d6f7f;font-size:12px;font-weight:400}.g1962cx-pay-totals dd{text-align:left}.g1962cx-pay-totals .is-total dt{color:var(--g1962cx-ink);font-weight:650}.g1962cx-pay-totals .is-total dd{color:var(--g1962cx-navy);font-size:20px;font-weight:750}.g1962cx-pay-methods{position:sticky;top:90px;overflow:hidden}.g1962cx-pay-methods #payment{margin:0!important;padding:17px 20px 8px!important;border-radius:0!important;background:#f8fafc!important}.g1962cx-pay-methods .wc_payment_methods{margin:0 0 12px!important;padding:0!important;border:0!important;list-style:none!important}.g1962cx-pay-methods .wc_payment_method{margin:0 0 9px!important;padding:13px!important;border:1px solid #e0e8ef;border-radius:13px;background:#fff}.g1962cx-pay-methods .wc_payment_method>label{display:inline-flex!important;align-items:center;gap:7px;color:#35495a;font-size:12px;font-weight:600}.g1962cx-pay-methods input[type="radio"],.g1962cx-pay-methods input[type="checkbox"]{accent-color:var(--g1962cx-blue)}.g1962cx-pay-methods .payment_box{margin:10px 0 0!important;padding:11px!important;border-radius:10px!important;background:#f2f7fd!important;color:#5f7487!important;font-size:10.5px!important;line-height:2!important}.g1962cx-pay-methods .payment_box:before{display:none!important}.g1962cx-pay-methods .form-row{margin:0!important;padding:0!important}.g1962cx-pay-methods .woocommerce-terms-and-conditions-wrapper{color:#748390;font-size:9.5px;line-height:2}.g1962cx-pay-methods #place_order{width:100%!important;margin:12px 0!important}.g1962cx-pay-methods .g1962cx-assurance{background:#fff}

/* Order confirmation */
.g1962cx-thankyou__hero{min-height:380px;padding:48px 25px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;border:1px solid var(--g1962cx-line);border-radius:28px;background:radial-gradient(circle at 50% 24%,#eaf8f1 0,#fff 52%);box-shadow:0 15px 40px rgba(18,58,86,.055)}.g1962cx-thankyou__hero.is-failed{background:radial-gradient(circle at 50% 24%,#fff0f3 0,#fff 52%)}
.g1962cx-thankyou__mark{width:86px;height:86px;margin-bottom:18px;display:grid;place-items:center;border-radius:28px;background:var(--g1962cx-success);color:#fff;font-size:36px;font-weight:500;box-shadow:0 17px 36px rgba(40,129,90,.2)}.g1962cx-thankyou__mark svg{width:38px;height:38px;stroke-width:2}.is-failed .g1962cx-thankyou__mark{background:var(--g1962cx-danger);box-shadow:0 17px 36px rgba(196,63,82,.18)}
.g1962cx-thankyou__hero>span{color:var(--g1962cx-success);font-size:12px;font-weight:600}.is-failed.g1962cx-thankyou__hero>span{color:var(--g1962cx-danger)}.g1962cx-thankyou__hero h1{margin:5px 0!important;font:700 clamp(27px,3vw,40px)/1.6 var(--g1962cx-font)!important}.g1962cx-thankyou__hero p{max-width:680px;margin:0!important;color:var(--g1962cx-text)!important;font-size:14px;line-height:2}.g1962cx-thankyou__hero .g1962cx-steps{margin-top:28px}.g1962cx-thankyou__actions{margin-top:20px;display:flex;gap:10px}.g1962cx-thankyou__actions>a:not(.g1962cx-primary){min-height:54px;padding:0 18px;display:flex;align-items:center;border:1px solid var(--g1962cx-line);border-radius:14px;background:#fff;color:var(--g1962cx-text);font-size:12px;font-weight:600}
.g1962cx-order-facts{margin-top:18px;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden}.g1962cx-order-facts>div{min-height:88px;padding:16px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;border-left:1px solid #e7edf2}.g1962cx-order-facts>div:last-child{border-left:0}.g1962cx-order-facts small,.g1962cx-order-facts strong{display:block}.g1962cx-order-facts small{color:var(--g1962cx-muted);font-size:10px}.g1962cx-order-facts strong{margin-top:3px;color:var(--g1962cx-navy);font-size:13px;font-weight:650;word-break:break-word}.g1962cx-order-details{margin-top:18px;padding-bottom:20px;overflow:hidden}.g1962cx-order-details>.woocommerce-order-details,.g1962cx-order-details>.woocommerce-customer-details{padding:0 20px}.g1962cx-order-details h2{margin:22px 0 10px!important;font:650 18px/1.7 var(--g1962cx-font)!important}.g1962cx-order-details table{width:100%!important;margin:0!important;border:1px solid #e4ebf1!important;border-collapse:separate!important;border-spacing:0!important;border-radius:14px!important;overflow:hidden}.g1962cx-order-details table th,.g1962cx-order-details table td{padding:13px!important;border:0!important;border-bottom:1px solid #e8eef3!important;background:#fff!important;color:#536575!important;font-size:12px!important}.g1962cx-order-details table thead th{background:#f6f9fb!important;color:#263848!important;font-weight:650!important}.g1962cx-order-details table tfoot tr:last-child th,.g1962cx-order-details table tfoot tr:last-child td{border-bottom:0!important}.g1962cx-order-details address{padding:16px!important;border:1px solid #e4ebf1!important;border-radius:14px!important;background:#fafcfd!important;color:#536575!important;font-style:normal!important;font-size:12px!important;line-height:2!important}

/* AJAX/loading */
.g1962cx-cart-app.is-loading{cursor:progress}.g1962cx-cart-app.is-loading .g1962cx-cart-layout{opacity:.48;pointer-events:none}.g1962cx-cart-app.is-loading:after{content:"";position:fixed;top:50%;left:50%;z-index:99999;width:42px;height:42px;margin:-21px;border:3px solid #dbe9f7;border-top-color:var(--g1962cx-blue);border-radius:50%;animation:g1962cx-spin .7s linear infinite}.g1962cx-checkout-review{transition:opacity .18s}.g1962cx-checkout-review.is-updating{opacity:.48;pointer-events:none}.g1962cx #place_order.is-loading{color:transparent!important;pointer-events:none;position:relative}.g1962cx #place_order.is-loading:before{content:"";position:absolute;top:50%;left:50%;width:21px;height:21px;margin:-10px;border:2px solid rgba(18,33,8,.24);border-top-color:#172108;border-radius:50%;animation:g1962cx-spin .65s linear infinite}@keyframes g1962cx-spin{to{transform:rotate(360deg)}}

@media (max-width:1100px){
    .g1962cx-page-head{align-items:flex-start;flex-direction:column}.g1962cx-steps{width:100%;min-width:0}
    .g1962cx-cart-layout,.g1962cx-checkout-layout,.g1962cx-pay-layout{grid-template-columns:minmax(0,1fr)}
    .g1962cx-summary,.g1962cx-checkout-review,.g1962cx-pay-methods{position:static}.g1962cx-summary{order:2}.g1962cx-checkout-review{order:2}.g1962cx-checkout-customer{order:1}.g1962cx-pay-methods{order:2}
    .g1962cx-empty__products>div{grid-template-columns:repeat(3,minmax(0,1fr))}
    .g1962cx-order-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.g1962cx-order-facts>div:nth-child(3){border-left:0}
}

@media (max-width:760px){
    .g1962cx{width:calc(100% - 24px);margin:12px auto 100px;font-size:13px}
    .g1962cx-page-head{min-height:0;margin-bottom:12px;padding:18px;border-radius:20px;gap:18px}.g1962cx-page-head>div>span{font-size:10.5px}.g1962cx-page-head h1{font-size:25px!important}.g1962cx-page-head p{font-size:11.5px}
    .g1962cx-steps li{justify-content:center;gap:6px;font-size:9.5px;text-align:center}.g1962cx-steps li:not(:last-child):after{top:15px;right:calc(100% - 8px);width:calc(100% - 18px)}.g1962cx-steps b{width:31px;height:31px;flex-basis:31px;font-size:10px}.g1962cx-steps b svg{width:14px;height:14px}
    .g1962cx-panel{border-radius:19px}.g1962cx-panel-head{min-height:68px;padding:12px 14px}.g1962cx-panel-head>div>svg{width:38px;height:38px;padding:9px;flex-basis:38px}.g1962cx-panel-head strong{font-size:13.5px}.g1962cx-panel-head small{font-size:9.5px}
    .g1962cx-cart-list{padding:0 13px}.g1962cx-cart-item{padding:15px 0;grid-template-columns:98px minmax(0,1fr);gap:11px}.g1962cx-cart-item__media{width:98px;border-radius:14px}.g1962cx-cart-item__title a,.g1962cx-cart-item__title strong{font-size:12.5px;line-height:1.85}.g1962cx-cart-item__title small{font-size:8.5px}.g1962cx-remove{width:33px;height:33px;flex-basis:33px}.g1962cx-remove svg{width:15px;height:15px}.g1962cx-cart-item__meta{font-size:9.5px}
    .g1962cx-cart-item__bottom{grid-template-columns:1fr auto;grid-template-areas:"price quantity" "subtotal subtotal";gap:10px}.g1962cx-cart-item__price{grid-area:price}.g1962cx-quantity{grid-area:quantity}.g1962cx-cart-item__subtotal{grid-area:subtotal;padding-top:8px;display:flex;align-items:center;justify-content:space-between;border-top:1px dashed #e4ebf1;text-align:right}.g1962cx-cart-item__price span,.g1962cx-cart-item__subtotal strong{font-size:12.5px}.g1962cx-cart-items__footer{padding:12px 14px;align-items:flex-start;flex-direction:column;font-size:9.5px}
    .g1962cx-summary table{width:calc(100% - 28px)!important;margin-inline:14px!important}.g1962cx-summary>.g1962cx-primary{margin-inline:14px}.g1962cx-coupon{margin-inline:14px}.g1962cx-assurance{padding-inline:14px}
    .g1962cx-trust{grid-template-columns:1fr;border-radius:17px}.g1962cx-trust>div{min-height:66px;justify-content:flex-start;border-left:0;border-bottom:1px solid #e7edf2}.g1962cx-trust>div:last-child{border-bottom:0}.g1962cx-trust svg{width:23px;height:23px}
    .g1962cx-empty__hero{min-height:390px;padding:42px 16px;border-radius:22px}.g1962cx-empty__hero h1{font-size:26px!important}.g1962cx-empty__hero p{font-size:12.5px}.g1962cx-empty__products>div{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.g1962cx-empty__products>div::-webkit-scrollbar{display:none}.g1962cx-empty__products .g1962px-card{min-width:78vw;scroll-snap-align:start}.g1962cx-empty__products h2{font-size:21px!important}
    .g1962cx-checkout-assist form.checkout_coupon{grid-template-columns:1fr}.g1962cx-checkout-section>.woocommerce-billing-fields,.g1962cx-checkout-section>.woocommerce-shipping-fields,.g1962cx-checkout-section>.woocommerce-additional-fields{padding:14px}.g1962cx-checkout-section .woocommerce-billing-fields__field-wrapper,.g1962cx-checkout-section .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr;gap:11px}.g1962cx-checkout-section #billing_address_1_field,.g1962cx-checkout-section #billing_address_2_field,.g1962cx-checkout-section #shipping_address_1_field,.g1962cx-checkout-section #shipping_address_2_field{grid-column:auto}.g1962cx-checkout-section input.input-text,.g1962cx-checkout-section select{height:50px!important}.g1962cx-checkout-review>#order_review{padding-inline:14px}.g1962cx-review-products{margin-inline:-14px;padding-inline:14px}.g1962cx-checkout-review #payment{margin-inline:-14px!important;padding-inline:14px!important}
    .g1962cx-review-product{grid-template-columns:52px minmax(0,1fr)}.g1962cx-review-product>span{grid-column:2;margin-top:2px;text-align:right}.g1962cx-review-product strong{font-size:10.5px}
    .g1962cx-pay-list{padding-inline:13px}.g1962cx-pay-product{grid-template-columns:60px minmax(0,1fr);gap:10px}.g1962cx-pay-product__media{width:60px}.g1962cx-pay-product>span{grid-column:2}.g1962cx-pay-totals{padding-inline:13px}.g1962cx-pay-methods #payment{padding-inline:14px!important}.g1962cx-pay-product strong{font-size:11.5px}
    .g1962cx-thankyou__hero{min-height:420px;padding:38px 16px;border-radius:22px}.g1962cx-thankyou__hero h1{font-size:27px!important}.g1962cx-thankyou__hero p{font-size:12.5px}.g1962cx-thankyou__hero .g1962cx-steps{width:100%;min-width:0}.g1962cx-thankyou__actions{width:100%;flex-direction:column}.g1962cx-thankyou__actions>a{justify-content:center}.g1962cx-order-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.g1962cx-order-facts>div{border-bottom:1px solid #e7edf2}.g1962cx-order-facts>div:nth-child(2n){border-left:0}.g1962cx-order-facts>div:nth-last-child(-n+2){border-bottom:0}.g1962cx-order-details>.woocommerce-order-details,.g1962cx-order-details>.woocommerce-customer-details{padding-inline:12px}.g1962cx-order-details table th,.g1962cx-order-details table td{padding:10px!important;font-size:10px!important}
}

@media (max-width:390px){
    .g1962cx{width:calc(100% - 16px)}.g1962cx-page-head{padding:15px}.g1962cx-steps li span{display:none}.g1962cx-cart-item{grid-template-columns:82px minmax(0,1fr)}.g1962cx-cart-item__media{width:82px}.g1962cx-quantity{grid-template-columns:31px 38px 31px}.g1962cx-quantity button{width:31px}.g1962cx-quantity input.qty{width:38px!important}.g1962cx-assurance{align-items:flex-start;flex-direction:column}
}

@media (prefers-reduced-motion:reduce){.g1962cx *{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important}}

/* 2.0.1 — one deterministic cart interaction; neither Blocksy nor a legacy 1962 header owns a drawer. */
a.added_to_cart.wc-forward,
.g1962px-product-shell a.added_to_cart,
html body #woo-cart-panel,
html body #woo-cart-panel.ct-panel,
html body .ct-cart-content[data-id="cart"],
html body .ct-floating-cart,
html body .ct-cart-drawer,
html body .ct-offcanvas-cart,
html body .ct-panel[data-id="cart"],
html body .ct-panel[data-behaviour*="cart"],
html body [data-g1962-cart-drawer],
html body .g1962ch__cart-drawer,
html body [data-g1962mh-cart-drawer],
html body .g1962mh-cart-drawer{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transform:none!important}
html.g1962cx-cart-pop-open{overflow:hidden!important}

.g1962cx-cart-pop[hidden]{display:none!important}
.g1962cx-cart-pop{position:fixed;inset:0;z-index:1000002;display:grid;place-items:center;padding:20px;direction:rtl;font-family:var(--g1962cx-font);opacity:0;pointer-events:none;transition:opacity .18s ease}
.g1962cx-cart-pop.is-open{opacity:1;pointer-events:auto}
.g1962cx-cart-pop__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(5,20,32,.58);backdrop-filter:blur(7px);cursor:pointer}
.g1962cx-cart-pop__dialog{position:relative;width:min(520px,100%);max-height:min(690px,calc(100dvh - 40px));overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:27px;background:#fff;color:var(--g1962cx-ink);box-shadow:0 32px 90px rgba(4,24,39,.28);outline:0;transform:translateY(14px) scale(.975);transition:transform .2s ease}
.g1962cx-cart-pop.is-open .g1962cx-cart-pop__dialog{transform:none}
.g1962cx-cart-pop__dialog>header{min-height:92px;padding:18px 20px;display:grid;grid-template-columns:48px minmax(0,1fr) 42px;align-items:center;gap:13px;border-bottom:1px solid #e7edf2;background:linear-gradient(135deg,#f7fbff,#fff)}
.g1962cx-cart-pop__check{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#eaf8f1;color:#28815a}.g1962cx-cart-pop__check svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2}
.g1962cx-cart-pop__dialog header span{display:block;color:var(--g1962cx-blue);font-size:10.5px;font-weight:600}.g1962cx-cart-pop__dialog header h2{margin:1px 0 0!important;color:var(--g1962cx-ink)!important;font:700 19px/1.7 var(--g1962cx-font)!important}
.g1962cx-cart-pop__close{width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid #e3eaf0;border-radius:13px;background:#fff;color:#607283;font:300 29px/1 Arial;cursor:pointer}
.g1962cx-cart-pop__summary{padding:21px 20px;display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;gap:17px}
.g1962cx-cart-pop__media{width:100px;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border:1px solid #e4ebf1;border-radius:19px;background:#f5f8fb;color:var(--g1962cx-blue)}.g1962cx-cart-pop__media img{width:100%!important;height:100%!important;padding:8px!important;display:block!important;object-fit:contain!important}.g1962cx-cart-pop__media svg{width:31px;height:31px;fill:none;stroke:currentColor}
.g1962cx-cart-pop__copy{min-width:0}.g1962cx-cart-pop__copy>span{display:block;margin-bottom:4px;color:#28815a;font-size:11px;font-weight:650}.g1962cx-cart-pop__copy>strong{display:-webkit-box;overflow:hidden;color:var(--g1962cx-ink);font-size:14px;font-weight:650;line-height:1.95;-webkit-box-orient:vertical;-webkit-line-clamp:2}.g1962cx-cart-pop__copy>small{margin-top:7px;display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#7c8b98;font-size:10px}.g1962cx-cart-pop__copy>small b{color:var(--g1962cx-navy);font-size:11px}.g1962cx-cart-pop__copy>small i{width:4px;height:4px;border-radius:50%;background:#c8d2da}.g1962cx-cart-pop__copy .woocommerce-Price-amount{color:var(--g1962cx-navy);font-weight:650}
.g1962cx-cart-pop__dialog>footer{padding:15px 20px 20px;display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:8px;border-top:1px solid #e8eef3}.g1962cx-cart-pop__dialog>footer a,.g1962cx-cart-pop__dialog>footer button{min-height:50px;padding:0 12px;display:flex;align-items:center;justify-content:center;border:1px solid #dfe7ed;border-radius:13px;background:#fff;color:#526474;font-family:inherit;font-size:11px;font-weight:650;text-decoration:none;cursor:pointer}.g1962cx-cart-pop__dialog>footer a.is-primary{border-color:var(--g1962cx-navy);background:var(--g1962cx-navy);color:#fff}
.g1962cx-cart-pop__dialog>footer.is-empty{grid-template-columns:1fr 1.2fr}.g1962cx-cart-pop__summary.is-empty{min-height:190px}.g1962cx-cart-pop__summary.is-empty .g1962cx-cart-pop__media{background:linear-gradient(145deg,#eff7ff,#f8fbfd)}.g1962cx-cart-pop__summary.is-empty .g1962cx-cart-pop__copy>span{color:var(--g1962cx-blue)}.g1962cx-cart-pop__dialog.is-empty .g1962cx-cart-pop__check{background:#edf5ff;color:var(--g1962cx-blue)}

/* Checkout shell reset: Blocksy/Woo floats and legacy columns must not constrain it. */
body.g1962px-checkout-page .site-main,
body.g1962px-checkout-page .content-area,
body.g1962px-checkout-page article,
body.g1962px-checkout-page .entry-content,
body.g1962px-checkout-page .woocommerce,
body.g1962px-checkout-page .g1962cx-checkout-app,
body.g1962px-checkout-page form.woocommerce-checkout{width:100%!important;max-width:none!important;min-width:0!important;margin-inline:0!important;float:none!important}
body.g1962px-checkout-page .g1962cx-checkout-app{width:min(1320px,calc(100% - 40px))!important;margin:22px auto 82px!important}
body.g1962px-checkout-page form.woocommerce-checkout{display:block!important;padding:0!important}
body.g1962px-checkout-page .g1962cx-checkout-layout{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(390px,.75fr)!important;align-items:start!important;gap:20px!important}
body.g1962px-checkout-page .g1962cx-checkout-customer,
body.g1962px-checkout-page .g1962cx-checkout-review{width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding-inline:0!important;float:none!important}
body.g1962px-checkout-page #customer_details,
body.g1962px-checkout-page .woocommerce .col2-set{width:100%!important;max-width:none!important;display:block!important;margin:0!important;padding:0!important;float:none!important}
body.g1962px-checkout-page #customer_details .col-1,
body.g1962px-checkout-page #customer_details .col-2,
body.g1962px-checkout-page .woocommerce .col2-set .col-1,
body.g1962px-checkout-page .woocommerce .col2-set .col-2{width:100%!important;max-width:none!important;display:block!important;margin:0!important;padding:0!important;float:none!important}
body.g1962px-checkout-page .g1962cx-checkout-review{position:sticky!important;top:92px!important}

@media (max-width:1100px){
    body.g1962px-checkout-page .g1962cx-checkout-layout{grid-template-columns:minmax(0,1fr)!important}
    body.g1962px-checkout-page .g1962cx-checkout-review{position:static!important;order:2}
}
@media (max-width:760px){
    body.g1962px-checkout-page .g1962cx-checkout-app{width:calc(100% - 24px)!important;margin:12px auto 105px!important}
    .g1962cx-cart-pop{padding:12px;align-items:center}.g1962cx-cart-pop__dialog{width:100%;max-height:calc(100dvh - 50px);border-radius:24px;transform:translateY(14px) scale(.98)}
    .g1962cx-cart-pop__dialog>header{min-height:80px;padding:14px;grid-template-columns:42px minmax(0,1fr) 38px}.g1962cx-cart-pop__check{width:42px;height:42px;border-radius:14px}.g1962cx-cart-pop__close{width:38px;height:38px}.g1962cx-cart-pop__dialog header h2{font-size:16px!important}
    .g1962cx-cart-pop__summary{padding:15px 14px;grid-template-columns:78px minmax(0,1fr);gap:12px}.g1962cx-cart-pop__media{width:78px;border-radius:15px}.g1962cx-cart-pop__copy>strong{font-size:12.5px}
    .g1962cx-cart-pop__dialog>footer{padding:12px 14px 15px;grid-template-columns:1fr 1fr}.g1962cx-cart-pop__dialog>footer button{grid-column:1/-1;order:3;min-height:43px}.g1962cx-cart-pop__dialog>footer.is-empty button{grid-column:auto;order:initial}.g1962cx-cart-pop__dialog>footer a{min-height:48px}
}
