.cc-header__cart{position:relative;display:flex;align-items:center}.cc-header__cart .cc-header__cart-toggle{position:relative;display:flex;align-items:center;justify-content:center;width:40px !important;height:40px !important;padding:0 !important;background:rgba(0,0,0,0) !important;border:none !important;border-radius:50% !important;color:var(--color-dark-gray) !important;cursor:pointer;transition:all cubic-bezier(0.4, 0, 0.2, 1) 200ms;text-decoration:none}@media(min-width: 768px){.cc-header__cart .cc-header__cart-toggle{width:44px;height:44px;margin-right:var(--space-2)}}.cc-header__cart .cc-header__cart-toggle:hover{color:var(--color-primary, #2563EB);transform:scale(1.05)}.cc-header__cart .cc-header__cart-toggle:hover .cc-icon--cart{transform:translateY(-1px)}.cc-header__cart .cc-header__cart-toggle:active{transform:scale(0.98)}.cc-header__cart .cc-header__cart-toggle .cc-icon--cart{width:22px;height:22px;transition:transform .2s ease}.cc-header__cart .cc-header__cart-count{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);color:#fff;font-size:11px;font-weight:700;line-height:1;border-radius:50%;box-shadow:0 2px 6px rgba(220,38,38,.4),0 1px 3px rgba(220,38,38,.3);animation:cart-badge-pop .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1}@media(min-width: 768px){.cc-header__cart .cc-header__cart-count{top:-2px;right:-2px}}@keyframes cart-badge-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}.cc-header__actions{display:flex;align-items:center;gap:8px}@media(max-width: 768px){.cc-header__actions{gap:4px}}.mini-cart-widget{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s ease}.mini-cart-widget.is-visible{visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease}.mini-cart-widget.is-visible .mini-cart__panel{transform:translateX(0)}.mini-cart-widget.is-visible .mini-cart__overlay{opacity:1}.mini-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease;cursor:pointer}.mini-cart__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;box-shadow:-2px 0 20px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column}@media(max-width: 480px){.mini-cart__panel{max-width:100%}}.mini-cart__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg, var(--color-primary, #0D47A1) 0%, var(--color-primary-dark, #01579B) 100%);color:#fff}.mini-cart__title{display:flex;align-items:center;gap:12px;margin:0;font-size:18px;font-weight:700;color:#fff}.mini-cart__title i{font-size:20px;flex-shrink:0}.mini-cart__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.mini-cart__close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.mini-cart__close i{font-size:18px}.mini-cart__body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.mini-cart__items{flex:1;overflow-y:auto;padding:24px}.mini-cart__items::-webkit-scrollbar{width:6px}.mini-cart__items::-webkit-scrollbar-track{background:#f1f1f1}.mini-cart__items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.mini-cart__items::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.mini-cart__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--color-gray, #6C757D)}.mini-cart__loading p{margin:16px 0 0 0;font-size:14px;font-weight:500}.mini-cart__spinner{width:40px;height:40px;border:3px solid rgba(13,71,161,.1);border-top-color:var(--color-primary, #0D47A1);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mini-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;color:var(--color-gray, #6C757D)}.mini-cart__empty i{font-size:48px;margin-bottom:16px;opacity:.3}.mini-cart__empty p{margin:0;font-size:16px;font-weight:500}.mini-cart__item{position:relative;display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06);transition:opacity .3s ease}.mini-cart__item:first-child{padding-top:0}.mini-cart__item:last-child{border-bottom:none}.mini-cart__item.is-removing{opacity:.5;pointer-events:none}.mini-cart__item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f9fa;border:1px solid rgba(0,0,0,.05)}.mini-cart__item-image a{display:block;width:100%;height:100%}.mini-cart__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.mini-cart__item-image:hover img{transform:scale(1.05)}.mini-cart__item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding-right:32px}.mini-cart__item-info h4{margin:0 0 8px 0;font-size:15px;font-weight:600;line-height:1.4;color:var(--color-dark-gray, #343A40)}.mini-cart__item-info h4 a{color:inherit;text-decoration:none;transition:color .2s ease}.mini-cart__item-info h4 a:hover{color:var(--color-primary, #0D47A1)}.mini-cart__item-meta{display:flex;align-items:center;gap:12px;margin-bottom:6px;font-size:13px;color:var(--color-gray, #6C757D)}.mini-cart__item-qty{font-weight:500}.mini-cart__item-price{font-weight:600;color:var(--color-primary, #0D47A1)}.mini-cart__item-price .woocommerce-Price-amount{font-weight:600}.mini-cart__item-total{font-size:16px;font-weight:700;color:var(--color-dark-gray, #343A40)}.mini-cart__item-total .woocommerce-Price-amount{font-weight:700}.mini-cart__item-remove{position:absolute;top:16px;right:0;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;background:rgba(220,53,69,.1);border:none;border-radius:50%;color:#dc3545;font-size:20px;font-weight:400;line-height:1;cursor:pointer;transition:all .2s ease}.mini-cart__item-remove:hover{background:#dc3545;color:#fff;transform:scale(1.1)}.mini-cart__item-remove:active{transform:scale(0.95)}.mini-cart__footer{padding:24px;border-top:2px solid rgba(0,0,0,.08);background:#fafbfc}.mini-cart__totals{margin-bottom:20px;padding:16px;background:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.mini-cart__totals .mini-cart__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;color:var(--color-gray, #6C757D)}.mini-cart__totals .mini-cart__total-row:last-child{margin-bottom:0;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);font-size:16px;font-weight:700;color:var(--color-dark-gray, #343A40)}.mini-cart__totals .mini-cart__total-row .mini-cart__total-label{font-weight:500}.mini-cart__totals .mini-cart__total-row .mini-cart__total-value{font-weight:600;color:var(--color-primary, #0D47A1)}.mini-cart__totals .mini-cart__total-row .mini-cart__total-value .woocommerce-Price-amount{font-weight:600}.mini-cart__totals .mini-cart__total-row:last-child .mini-cart__total-value{font-weight:700;font-size:18px}.mini-cart__totals .mini-cart__total-row:last-child .mini-cart__total-value .woocommerce-Price-amount{font-weight:700}.mini-cart__actions{display:flex;gap:12px}.mini-cart__btn{flex:1;display:block;padding:14px 20px;text-align:center;text-decoration:none;font-size:15px;font-weight:700;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer}.mini-cart__btn--secondary{background:#fff;color:var(--color-primary, #0D47A1);border:2px solid var(--color-primary, #0D47A1)}.mini-cart__btn--secondary:hover{background:var(--color-primary, #0D47A1);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,71,161,.2)}.mini-cart__btn--secondary:active{transform:translateY(0)}.mini-cart__btn--primary{background:linear-gradient(135deg, var(--color-primary, #0D47A1) 0%, var(--color-primary-dark, #01579B) 100%);color:#fff;box-shadow:0 4px 12px rgba(13,71,161,.2)}.mini-cart__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(13,71,161,.3);color:#fff}.mini-cart__btn--primary:active{transform:translateY(0)}.shop-archive-wrapper{padding:64px 0 96px;min-height:70vh;background:linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #fafbfc 100%)}@media(max-width: 768px){.shop-archive-wrapper{padding:40px 0 64px}}.shop-archive-wrapper .container{max-width:var(--content-width, 1140px);margin:0 auto;padding:0 32px}@media(max-width: 1024px){.shop-archive-wrapper .container{padding:0 24px}}@media(max-width: 768px){.shop-archive-wrapper .container{padding:0 16px}}.site-content-wrapper{padding:48px 0 80px;min-height:60vh;background:linear-gradient(180deg, #fafbfc 0%, #ffffff 100%)}.woocommerce .container,.woocommerce-page .container{max-width:var(--content-width, 1140px);margin:0 auto;padding:0 24px}@media(max-width: 768px){.woocommerce .container,.woocommerce-page .container{padding:0 16px}}.wc-block-product-filter-price-slider .text input[type=text]{max-width:90px !important}.shop-page-header{margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.08)}@media(max-width: 768px){.shop-page-header{margin-bottom:32px;padding-bottom:16px}}.shop-page-header .shop-page-title{font-size:clamp(32px,4vw,44px);font-weight:800;letter-spacing:-0.03em;margin:0 0 8px 0;line-height:1.1;background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}body.post-type-archive-product .page-title{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}body.post-type-archive-product .term-description{margin:12px 0 0;font-size:15px;line-height:1.6;color:#6b7280;max-width:700px}body.post-type-archive-product .term-description p{margin:0}.shop-layout{display:grid;gap:48px;align-items:start}.shop-layout.sidebar-right,.shop-layout.has-sidebar:not(.sidebar-left):not(.sidebar-none){grid-template-columns:1fr 320px}@media(max-width: 1024px){.shop-layout.sidebar-right,.shop-layout.has-sidebar:not(.sidebar-left):not(.sidebar-none){grid-template-columns:1fr 280px}}.shop-layout.sidebar-left{grid-template-columns:320px 1fr}@media(max-width: 1024px){.shop-layout.sidebar-left{grid-template-columns:280px 1fr}}.shop-layout.sidebar-left .shop-sidebar{order:-1}.shop-layout.sidebar-none,.shop-layout.no-sidebar{grid-template-columns:1fr}@media(max-width: 768px){.shop-layout{grid-template-columns:1fr !important;gap:40px}.shop-layout .shop-sidebar{order:-1}}@media(max-width: 1024px){.shop-layout{gap:32px}}.shop-main-content{min-width:0}.shop-toolbar-wrapper{margin-bottom:32px !important;background:#fff !important;border:1px solid rgba(0,0,0,.08) !important;border-radius:12px !important;padding:20px 24px !important;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02) !important}@media(max-width: 768px){.shop-toolbar-wrapper{margin-bottom:24px !important;padding:16px 20px !important}}.shop-toolbar-wrapper .shop-toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width: 640px){.shop-toolbar-wrapper .shop-toolbar-inner{flex-direction:column;align-items:stretch;gap:16px}}.shop-toolbar-wrapper .woocommerce-result-count{font-size:15px;font-weight:600;color:#374151;margin:0;flex-shrink:0}@media(max-width: 640px){.shop-toolbar-wrapper .woocommerce-result-count{font-size:14px}}.shop-toolbar-wrapper .woocommerce-ordering{margin:0;flex-shrink:0}.shop-toolbar-wrapper .woocommerce-ordering select.orderby{min-width:200px;padding:11px 40px 11px 16px;font-family:var(--font-body);font-size:14px;font-weight:600;color:#1f2937;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%279%27 viewBox=%270 0 14 9%27><path fill=%27%233b82f6%27 d=%27M1.41 0L7 5.58 12.59 0 14 1.41l-7 7-7-7z%27/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;box-shadow:0 1px 2px rgba(0,0,0,.04)}@media(max-width: 640px){.shop-toolbar-wrapper .woocommerce-ordering select.orderby{width:100%;min-width:auto}}.shop-toolbar-wrapper .woocommerce-ordering select.orderby:hover{background-color:#fff;border-color:var(--color-primary);box-shadow:0 2px 4px rgba(0,0,0,.06)}.shop-toolbar-wrapper .woocommerce-ordering select.orderby:focus{background-color:#fff;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(59,130,246,.1)}@media(max-width: 768px){.shop-sidebar{order:-1}}.shop-sidebar .wc-block-product-filter-removable-chips{margin-bottom:24px;padding:0;background:rgba(0,0,0,0);border-radius:0;position:relative;z-index:1}.shop-sidebar .wc-block-product-filter-removable-chips__items{display:flex !important;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;padding:0;margin:0 0 12px 0}.shop-sidebar .wc-block-product-filter-removable-chips__items::after{content:"";flex-grow:999}.shop-sidebar .wc-block-product-filter-removable-chips__item{white-space:nowrap;display:flex !important;align-items:center;gap:6px;padding:.5rem 1rem !important;background:var(--color-primary) !important;color:#fff;border:0;border-radius:6px;font-size:13px;font-weight:500;line-height:1.4;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:none;cursor:default}.shop-sidebar .wc-block-product-filter-removable-chips__item:hover{background:var(--color-primary-light)}@media(max-width: 480px){.shop-sidebar .wc-block-product-filter-removable-chips__item{padding:.5rem 1rem !important;font-size:14px}}.shop-sidebar .wc-block-product-filter-removable-chips__label{line-height:1.4;color:#fff}.shop-sidebar .wc-block-product-filter-removable-chips__remove{display:flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;flex-shrink:0;padding:0;margin-left:4px;background:hsla(0,0%,100%,.3);border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#fff;font-size:16px;font-weight:600;line-height:1}@media(max-width: 480px){.shop-sidebar .wc-block-product-filter-removable-chips__remove{width:22px;height:22px;min-width:22px}}.shop-sidebar .wc-block-product-filter-removable-chips__remove:hover{background:hsla(0,0%,100%,.5);transform:scale(1.1)}.shop-sidebar .wc-block-product-filter-removable-chips__remove:active{transform:scale(0.95)}.shop-sidebar .wc-block-product-filter-removable-chips__remove:focus{outline:2px solid #fff;outline-offset:2px}.shop-sidebar .wc-block-product-filter-removable-chips__remove svg,.shop-sidebar .wc-block-product-filter-removable-chips__remove span{display:block;width:20px;height:20px;fill:currentColor}.shop-sidebar .wc-block-product-filter-removable-chips__remove-icon{width:10px;height:10px;fill:currentColor}.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__clear-all,.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-components-filter-reset-button{display:inline-flex;align-items:center;gap:4px;padding:0;margin:0;background:rgba(0,0,0,0);border:none;color:#86868b;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;cursor:pointer;transition:color .2s ease}.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__clear-all::before,.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-components-filter-reset-button::before{content:"";display:inline-block;width:12px;height:12px;margin-right:2px;opacity:.6;transition:opacity .2s ease}.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__clear-all:hover,.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-components-filter-reset-button:hover{color:var(--color-primary);text-decoration:none}.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__clear-all:hover::before,.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-components-filter-reset-button:hover::before{opacity:1}.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__clear-all:active,.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-components-filter-reset-button:active{transform:scale(0.98)}@media(max-width: 480px){.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-product-filter-removable-chips__clear-all,.shop-sidebar .wc-block-product-filter-removable-chips .wc-block-components-filter-reset-button{font-size:13px}}.shop-sidebar .wp-block-woocommerce-filter-wrapper .wc-block-components-clear-filters-button,.shop-sidebar .wp-block-woocommerce-filter-wrapper button[class*=clear]{display:inline-flex;align-items:center;gap:4px;padding:0;margin-top:4px;background:rgba(0,0,0,0);border:none;color:#86868b;font-size:13px;font-weight:400;text-decoration:none;cursor:pointer;transition:color .2s ease}.shop-sidebar .wp-block-woocommerce-filter-wrapper .wc-block-components-clear-filters-button:hover,.shop-sidebar .wp-block-woocommerce-filter-wrapper button[class*=clear]:hover{color:var(--color-primary)}.shop-sidebar .widget{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:28px 24px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.04),0 1px 4px rgba(0,0,0,.02);transition:box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1)}.shop-sidebar .widget:hover{box-shadow:0 4px 12px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.03)}.shop-sidebar .widget:last-child{margin-bottom:0}.shop-sidebar .widget-title{font-size:15px;font-weight:600;color:#1d1d1f;margin:0 0 20px 0;padding:0;border:none;letter-spacing:-0.01em;line-height:1.4}.shop-sidebar .wc-block-components-filter-title,.shop-sidebar .widget .wp-block-heading,.shop-sidebar h3.widget-title{font-size:14px;font-weight:600;color:#1d1d1f;margin:0 0 16px 0;padding:0;border:none;letter-spacing:-0.005em;line-height:1.3}.wc-block-price-filter .wc-block-price-filter__controls,.wc-block-price-filter .wc-block-components-price-slider__controls,.wc-block-components-price-slider .wc-block-price-filter__controls,.wc-block-components-price-slider .wc-block-components-price-slider__controls{display:flex;align-items:center;gap:12px;margin-bottom:20px}.wc-block-price-filter .wc-block-price-filter__amount,.wc-block-price-filter .wc-block-components-formatted-money-amount-wrapper,.wc-block-components-price-slider .wc-block-price-filter__amount,.wc-block-components-price-slider .wc-block-components-formatted-money-amount-wrapper{flex:1;position:relative}.wc-block-price-filter input[type=text],.wc-block-price-filter input[type=number],.wc-block-price-filter .wc-block-components-formatted-money-amount,.wc-block-components-price-slider input[type=text],.wc-block-components-price-slider input[type=number],.wc-block-components-price-slider .wc-block-components-formatted-money-amount{width:100%;height:44px;padding:10px 12px;background:#f5f5f7;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:15px;font-weight:500;color:#1d1d1f;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-price-filter input[type=text]:hover,.wc-block-price-filter input[type=number]:hover,.wc-block-price-filter .wc-block-components-formatted-money-amount:hover,.wc-block-components-price-slider input[type=text]:hover,.wc-block-components-price-slider input[type=number]:hover,.wc-block-components-price-slider .wc-block-components-formatted-money-amount:hover{border-color:rgba(0,0,0,.12);background:#ebebed}.wc-block-price-filter input[type=text]:focus,.wc-block-price-filter input[type=number]:focus,.wc-block-price-filter .wc-block-components-formatted-money-amount:focus,.wc-block-components-price-slider input[type=text]:focus,.wc-block-components-price-slider input[type=number]:focus,.wc-block-components-price-slider .wc-block-components-formatted-money-amount:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px rgba(13,71,161,.1)}.wc-block-price-filter input[type=text]::-moz-placeholder, .wc-block-price-filter input[type=number]::-moz-placeholder, .wc-block-price-filter .wc-block-components-formatted-money-amount::-moz-placeholder, .wc-block-components-price-slider input[type=text]::-moz-placeholder, .wc-block-components-price-slider input[type=number]::-moz-placeholder, .wc-block-components-price-slider .wc-block-components-formatted-money-amount::-moz-placeholder{color:#86868b}.wc-block-price-filter input[type=text]::placeholder,.wc-block-price-filter input[type=number]::placeholder,.wc-block-price-filter .wc-block-components-formatted-money-amount::placeholder,.wc-block-components-price-slider input[type=text]::placeholder,.wc-block-components-price-slider input[type=number]::placeholder,.wc-block-components-price-slider .wc-block-components-formatted-money-amount::placeholder{color:#86868b}.wc-block-price-filter .wc-block-price-filter__range,.wc-block-price-filter .wc-block-components-price-slider__range,.wc-block-components-price-slider .wc-block-price-filter__range,.wc-block-components-price-slider .wc-block-components-price-slider__range{margin-bottom:24px}.wc-block-price-filter input[type=range],.wc-block-components-price-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#e5e5ea;border-radius:3px;outline:none;cursor:pointer}.wc-block-price-filter input[type=range]::-webkit-slider-thumb,.wc-block-components-price-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;background:#fff;border:2px solid var(--color-primary);border-radius:50%;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.1);-webkit-transition:all .2s cubic-bezier(0.4, 0, 0.2, 1);transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.wc-block-price-filter input[type=range]::-webkit-slider-thumb:hover,.wc-block-components-price-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.12)}.wc-block-price-filter input[type=range]::-webkit-slider-thumb:active,.wc-block-components-price-slider input[type=range]::-webkit-slider-thumb:active{transform:scale(1.05)}.wc-block-price-filter input[type=range]::-moz-range-thumb,.wc-block-components-price-slider input[type=range]::-moz-range-thumb{width:22px;height:22px;background:#fff;border:2px solid var(--color-primary);border-radius:50%;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.1);-moz-transition:all .2s cubic-bezier(0.4, 0, 0.2, 1);transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.wc-block-price-filter input[type=range]::-moz-range-thumb:hover,.wc-block-components-price-slider input[type=range]::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.12)}.wc-block-price-filter input[type=range]::-moz-range-thumb:active,.wc-block-components-price-slider input[type=range]::-moz-range-thumb:active{transform:scale(1.05)}.wc-block-price-filter input[type=range]::-moz-range-track,.wc-block-components-price-slider input[type=range]::-moz-range-track{background:#e5e5ea;border-radius:3px;height:6px}.wc-block-price-filter input[type=range]:focus-visible::-webkit-slider-thumb,.wc-block-components-price-slider input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(13,71,161,.15),0 2px 6px rgba(0,0,0,.15)}.wc-block-price-filter input[type=range]:focus-visible::-moz-range-thumb,.wc-block-components-price-slider input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px rgba(13,71,161,.15),0 2px 6px rgba(0,0,0,.15)}.wc-block-price-filter .wc-block-price-filter__button,.wc-block-price-filter .wc-block-components-filter-submit-button,.wc-block-components-price-slider .wc-block-price-filter__button,.wc-block-components-price-slider .wc-block-components-filter-submit-button{width:100%;height:44px;margin-top:16px;padding:0 20px;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.wc-block-price-filter .wc-block-price-filter__button:hover,.wc-block-price-filter .wc-block-components-filter-submit-button:hover,.wc-block-components-price-slider .wc-block-price-filter__button:hover,.wc-block-components-price-slider .wc-block-components-filter-submit-button:hover{background:var(--color-primary-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,71,161,.25)}.wc-block-price-filter .wc-block-price-filter__button:active,.wc-block-price-filter .wc-block-components-filter-submit-button:active,.wc-block-components-price-slider .wc-block-price-filter__button:active,.wc-block-components-price-slider .wc-block-components-filter-submit-button:active{transform:translateY(0)}.wc-block-price-filter .wc-block-price-filter__button:focus-visible,.wc-block-price-filter .wc-block-components-filter-submit-button:focus-visible,.wc-block-components-price-slider .wc-block-price-filter__button:focus-visible,.wc-block-components-price-slider .wc-block-components-filter-submit-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.wc-block-checkbox ul,.wc-block-components-checkbox ul,.woocommerce-widget-layered-nav-list ul,.wc-layered-nav-term ul{list-style:none;padding:0;margin:0}.wc-block-checkbox li,.wc-block-components-checkbox li,.woocommerce-widget-layered-nav-list li,.wc-layered-nav-term li{margin-bottom:12px}.wc-block-checkbox li:last-child,.wc-block-components-checkbox li:last-child,.woocommerce-widget-layered-nav-list li:last-child,.wc-layered-nav-term li:last-child{margin-bottom:0}.wc-block-checkbox label,.wc-block-components-checkbox label,.woocommerce-widget-layered-nav-list label,.wc-layered-nav-term label{display:flex;align-items:center;gap:12px;padding:8px 4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s ease;border-radius:8px;min-height:44px}.wc-block-checkbox label:hover,.wc-block-components-checkbox label:hover,.woocommerce-widget-layered-nav-list label:hover,.wc-layered-nav-term label:hover{background:rgba(0,0,0,.02)}.wc-block-checkbox input[type=checkbox],.wc-block-components-checkbox input[type=checkbox],.woocommerce-widget-layered-nav-list input[type=checkbox],.wc-layered-nav-term input[type=checkbox]{position:absolute;opacity:0;width:20px;height:20px;cursor:pointer}.wc-block-checkbox input[type=checkbox]+span,.wc-block-checkbox input[type=checkbox]+.wc-block-components-checkbox__mark,.wc-block-components-checkbox input[type=checkbox]+span,.wc-block-components-checkbox input[type=checkbox]+.wc-block-components-checkbox__mark,.woocommerce-widget-layered-nav-list input[type=checkbox]+span,.woocommerce-widget-layered-nav-list input[type=checkbox]+.wc-block-components-checkbox__mark,.wc-layered-nav-term input[type=checkbox]+span,.wc-layered-nav-term input[type=checkbox]+.wc-block-components-checkbox__mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;flex-shrink:0;background:#fff;border:1.5px solid #d2d2d7;border-radius:6px;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.wc-block-checkbox input[type=checkbox]+span::after,.wc-block-checkbox input[type=checkbox]+.wc-block-components-checkbox__mark::after,.wc-block-components-checkbox input[type=checkbox]+span::after,.wc-block-components-checkbox input[type=checkbox]+.wc-block-components-checkbox__mark::after,.woocommerce-widget-layered-nav-list input[type=checkbox]+span::after,.woocommerce-widget-layered-nav-list input[type=checkbox]+.wc-block-components-checkbox__mark::after,.wc-layered-nav-term input[type=checkbox]+span::after,.wc-layered-nav-term input[type=checkbox]+.wc-block-components-checkbox__mark::after{content:"";position:absolute;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s cubic-bezier(0.4, 0, 0.2, 1);margin-top:-2px}.wc-block-checkbox input[type=checkbox]:hover+span,.wc-block-checkbox input[type=checkbox]:hover+.wc-block-components-checkbox__mark,.wc-block-components-checkbox input[type=checkbox]:hover+span,.wc-block-components-checkbox input[type=checkbox]:hover+.wc-block-components-checkbox__mark,.woocommerce-widget-layered-nav-list input[type=checkbox]:hover+span,.woocommerce-widget-layered-nav-list input[type=checkbox]:hover+.wc-block-components-checkbox__mark,.wc-layered-nav-term input[type=checkbox]:hover+span,.wc-layered-nav-term input[type=checkbox]:hover+.wc-block-components-checkbox__mark{border-color:#86868b;background:#fafafa}.wc-block-checkbox input[type=checkbox]:checked+span,.wc-block-checkbox input[type=checkbox]:checked+.wc-block-components-checkbox__mark,.wc-block-components-checkbox input[type=checkbox]:checked+span,.wc-block-components-checkbox input[type=checkbox]:checked+.wc-block-components-checkbox__mark,.woocommerce-widget-layered-nav-list input[type=checkbox]:checked+span,.woocommerce-widget-layered-nav-list input[type=checkbox]:checked+.wc-block-components-checkbox__mark,.wc-layered-nav-term input[type=checkbox]:checked+span,.wc-layered-nav-term input[type=checkbox]:checked+.wc-block-components-checkbox__mark{background:var(--color-primary);border-color:var(--color-primary)}.wc-block-checkbox input[type=checkbox]:checked+span::after,.wc-block-checkbox input[type=checkbox]:checked+.wc-block-components-checkbox__mark::after,.wc-block-components-checkbox input[type=checkbox]:checked+span::after,.wc-block-components-checkbox input[type=checkbox]:checked+.wc-block-components-checkbox__mark::after,.woocommerce-widget-layered-nav-list input[type=checkbox]:checked+span::after,.woocommerce-widget-layered-nav-list input[type=checkbox]:checked+.wc-block-components-checkbox__mark::after,.wc-layered-nav-term input[type=checkbox]:checked+span::after,.wc-layered-nav-term input[type=checkbox]:checked+.wc-block-components-checkbox__mark::after{transform:rotate(45deg) scale(1)}.wc-block-checkbox input[type=checkbox]:checked:hover+span,.wc-block-checkbox input[type=checkbox]:checked:hover+.wc-block-components-checkbox__mark,.wc-block-components-checkbox input[type=checkbox]:checked:hover+span,.wc-block-components-checkbox input[type=checkbox]:checked:hover+.wc-block-components-checkbox__mark,.woocommerce-widget-layered-nav-list input[type=checkbox]:checked:hover+span,.woocommerce-widget-layered-nav-list input[type=checkbox]:checked:hover+.wc-block-components-checkbox__mark,.wc-layered-nav-term input[type=checkbox]:checked:hover+span,.wc-layered-nav-term input[type=checkbox]:checked:hover+.wc-block-components-checkbox__mark{background:var(--color-primary-light);border-color:var(--color-primary-light)}.wc-block-checkbox input[type=checkbox]:focus-visible+span,.wc-block-checkbox input[type=checkbox]:focus-visible+.wc-block-components-checkbox__mark,.wc-block-components-checkbox input[type=checkbox]:focus-visible+span,.wc-block-components-checkbox input[type=checkbox]:focus-visible+.wc-block-components-checkbox__mark,.woocommerce-widget-layered-nav-list input[type=checkbox]:focus-visible+span,.woocommerce-widget-layered-nav-list input[type=checkbox]:focus-visible+.wc-block-components-checkbox__mark,.wc-layered-nav-term input[type=checkbox]:focus-visible+span,.wc-layered-nav-term input[type=checkbox]:focus-visible+.wc-block-components-checkbox__mark{outline:2px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 4px rgba(13,71,161,.1)}.wc-block-checkbox .wc-block-components-checkbox__label,.wc-block-checkbox .woocommerce-widget-layered-nav-list__item-label,.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox .woocommerce-widget-layered-nav-list__item-label,.woocommerce-widget-layered-nav-list .wc-block-components-checkbox__label,.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item-label,.wc-layered-nav-term .wc-block-components-checkbox__label,.wc-layered-nav-term .woocommerce-widget-layered-nav-list__item-label{font-size:15px;font-weight:400;color:#1d1d1f;line-height:1.4;flex:1}.wc-block-checkbox .count,.wc-block-checkbox .wc-block-components-checkbox__label-count,.wc-block-components-checkbox .count,.wc-block-components-checkbox .wc-block-components-checkbox__label-count,.woocommerce-widget-layered-nav-list .count,.woocommerce-widget-layered-nav-list .wc-block-components-checkbox__label-count,.wc-layered-nav-term .count,.wc-layered-nav-term .wc-block-components-checkbox__label-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 6px;background:#f5f5f7;color:#86868b;border-radius:10px;font-size:12px;font-weight:600;line-height:1;margin-left:auto}.shop-no-products{text-align:center;padding:80px 20px}.shop-no-products .woocommerce-info{font-size:18px;color:#6b7280;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;padding:48px 32px;margin:0}.shop-no-products .woocommerce-info::before{display:none}.woocommerce-breadcrumb{padding:24px 0 16px;font-size:14px;font-weight:500;color:var(--color-gray, #6B7280)}.woocommerce-breadcrumb a{color:var(--color-gray, #6B7280);text-decoration:none;transition:color .2s ease}.woocommerce-breadcrumb a:hover{color:var(--color-primary, #2563EB)}.woocommerce-breadcrumb,.woocommerce-breadcrumb ul,.woocommerce-breadcrumb ol{list-style:none;padding:0;margin:0}.woocommerce-products-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 40px;margin-bottom:48px;gap:24px;position:relative}.woocommerce-products-header::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 10%, rgba(0, 0, 0, 0.08) 90%, transparent 100%)}@media(max-width: 768px){.woocommerce-products-header{flex-direction:column;align-items:flex-start;padding-bottom:32px;margin-bottom:32px}}.woocommerce-products-header .woocommerce-products-header__title,.woocommerce-products-header .page-title{font-size:clamp(32px,4vw,42px);font-weight:700;letter-spacing:-0.03em;color:#0a0a0a;margin:0;line-height:1.1;flex-shrink:0;position:relative}.woocommerce-products-header .woocommerce-products-header__title::after,.woocommerce-products-header .page-title::after{content:"";position:absolute;bottom:-8px;left:0;width:48px;height:4px;background:linear-gradient(90deg, #2563EB 0%, #3b82f6 100%);border-radius:2px}.woocommerce-products-header .woocommerce-ordering{margin:0;flex-shrink:0}.woocommerce .products,.woocommerce ul.products{display:grid !important;gap:40px 32px;list-style:none;padding:0;margin:0 0 80px 0}.woocommerce .products::before,.woocommerce ul.products::before{display:none !important;content:none !important}.woocommerce .products.columns-1,.woocommerce ul.products.columns-1{grid-template-columns:repeat(1, 1fr) !important}.woocommerce .products.columns-2,.woocommerce ul.products.columns-2{grid-template-columns:repeat(2, 1fr) !important}.woocommerce .products.columns-3,.woocommerce ul.products.columns-3{grid-template-columns:repeat(3, 1fr) !important}.woocommerce .products.columns-4,.woocommerce ul.products.columns-4{grid-template-columns:repeat(4, 1fr) !important}.woocommerce .products.columns-5,.woocommerce ul.products.columns-5{grid-template-columns:repeat(5, 1fr) !important}.woocommerce .products.columns-6,.woocommerce ul.products.columns-6{grid-template-columns:repeat(6, 1fr) !important}@media(max-width: 1024px){.woocommerce .products,.woocommerce ul.products{gap:24px}.woocommerce .products.columns-4,.woocommerce .products.columns-5,.woocommerce .products.columns-6,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-6{grid-template-columns:repeat(3, 1fr) !important}}@media(max-width: 768px){.woocommerce .products,.woocommerce ul.products{gap:20px}.woocommerce .products.columns-3,.woocommerce .products.columns-4,.woocommerce .products.columns-5,.woocommerce .products.columns-6,.woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-6{grid-template-columns:repeat(2, 1fr) !important}}@media(max-width: 640px){.woocommerce .products,.woocommerce ul.products{gap:20px}.woocommerce .products.columns-2,.woocommerce .products.columns-3,.woocommerce .products.columns-4,.woocommerce .products.columns-5,.woocommerce .products.columns-6,.woocommerce ul.products.columns-2,.woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-5,.woocommerce ul.products.columns-6{grid-template-columns:repeat(1, 1fr) !important}}.woocommerce .products .product,.woocommerce ul.products .product{position:relative;display:flex;flex-direction:column;gap:0;background:#fff;border-radius:4px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.03);transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.woocommerce .products .product:hover,.woocommerce ul.products .product:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.06);border-color:rgba(13,71,161,.2)}.woocommerce .products .product .woocommerce-loop-product__link,.woocommerce ul.products .product .woocommerce-loop-product__link{display:block;text-decoration:none;color:inherit}.woocommerce .products .product .product-loop-image,.woocommerce ul.products .product .product-loop-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f8f9fa}.woocommerce .products .product .product-loop-image .attachment-woocommerce_thumbnail,.woocommerce .products .product .product-loop-image img,.woocommerce ul.products .product .product-loop-image .attachment-woocommerce_thumbnail,.woocommerce ul.products .product .product-loop-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.4, 0, 0.2, 1)}.woocommerce .products .product:hover .product-loop-image .attachment-woocommerce_thumbnail,.woocommerce .products .product:hover .product-loop-image img,.woocommerce ul.products .product:hover .product-loop-image .attachment-woocommerce_thumbnail,.woocommerce ul.products .product:hover .product-loop-image img{transform:scale(1.05)}.woocommerce .products .product .product-loop-category,.woocommerce ul.products .product .product-loop-category{position:absolute;top:12px;left:12px;display:inline-block;padding:6px 14px;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary, #0D47A1);border-radius:2px;z-index:2;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid rgba(13,71,161,.12)}.woocommerce .products .product .product-loop-content,.woocommerce ul.products .product .product-loop-content{display:flex;flex-direction:column;gap:0;padding:24px 20px 20px;border-top:1px solid rgba(0,0,0,.06)}.woocommerce .products .product .product-loop-price,.woocommerce ul.products .product .product-loop-price{margin:0 0 16px 0 !important;display:block !important;font-size:24px !important;font-weight:700 !important;line-height:1.2 !important;letter-spacing:-0.02em !important;color:#1f2937 !important}.woocommerce .products .product .product-loop-price .woocommerce-Price-amount,.woocommerce .products .product .product-loop-price .amount,.woocommerce ul.products .product .product-loop-price .woocommerce-Price-amount,.woocommerce ul.products .product .product-loop-price .amount{font-weight:700 !important;color:#1f2937 !important}.woocommerce .products .product .product-loop-price .woocommerce-Price-amount bdi,.woocommerce .products .product .product-loop-price .amount bdi,.woocommerce ul.products .product .product-loop-price .woocommerce-Price-amount bdi,.woocommerce ul.products .product .product-loop-price .amount bdi{font-weight:700 !important;color:#1f2937 !important}.woocommerce .products .product .product-loop-price .woocommerce-Price-currencySymbol,.woocommerce ul.products .product .product-loop-price .woocommerce-Price-currencySymbol{font-weight:700 !important;font-size:.75em !important;color:#1f2937 !important;margin-right:2px !important}.woocommerce .products .product .product-loop-price ins,.woocommerce ul.products .product .product-loop-price ins{text-decoration:none !important;font-weight:700 !important;color:#1f2937 !important;display:inline-block !important;margin-right:10px !important}.woocommerce .products .product .product-loop-price ins .woocommerce-Price-amount,.woocommerce .products .product .product-loop-price ins .amount,.woocommerce ul.products .product .product-loop-price ins .woocommerce-Price-amount,.woocommerce ul.products .product .product-loop-price ins .amount{font-weight:700 !important;color:#1f2937 !important}.woocommerce .products .product .product-loop-price ins .woocommerce-Price-amount bdi,.woocommerce .products .product .product-loop-price ins .amount bdi,.woocommerce ul.products .product .product-loop-price ins .woocommerce-Price-amount bdi,.woocommerce ul.products .product .product-loop-price ins .amount bdi{color:#1f2937 !important;font-weight:700 !important}.woocommerce .products .product .product-loop-price ins .woocommerce-Price-currencySymbol,.woocommerce ul.products .product .product-loop-price ins .woocommerce-Price-currencySymbol{color:#1f2937 !important;font-weight:700 !important}.woocommerce .products .product .product-loop-price del,.woocommerce ul.products .product .product-loop-price del{display:inline-block !important;font-size:16px !important;font-weight:500 !important;color:#9ca3af !important;text-decoration:line-through !important;text-decoration-thickness:1.5px !important;margin:0 !important}.woocommerce .products .product .product-loop-price del .woocommerce-Price-amount,.woocommerce .products .product .product-loop-price del .amount,.woocommerce ul.products .product .product-loop-price del .woocommerce-Price-amount,.woocommerce ul.products .product .product-loop-price del .amount{font-weight:500 !important;color:#9ca3af !important}.woocommerce .products .product .product-loop-price del .woocommerce-Price-amount bdi,.woocommerce .products .product .product-loop-price del .amount bdi,.woocommerce ul.products .product .product-loop-price del .woocommerce-Price-amount bdi,.woocommerce ul.products .product .product-loop-price del .amount bdi{color:#9ca3af !important;font-weight:500 !important}.woocommerce .products .product .product-loop-price del .woocommerce-Price-currencySymbol,.woocommerce ul.products .product .product-loop-price del .woocommerce-Price-currencySymbol{color:#9ca3af !important;font-weight:500 !important}.woocommerce .products .product .woocommerce-loop-product__title,.woocommerce ul.products .product .woocommerce-loop-product__title{margin:0 0 12px 0;font-size:16px;font-weight:600;line-height:1.4;letter-spacing:-0.01em;color:#1f2937;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:44px}.woocommerce .products .product:hover .woocommerce-loop-product__title,.woocommerce ul.products .product:hover .woocommerce-loop-product__title{color:var(--color-primary, #0D47A1)}.woocommerce .products .product .price,.woocommerce ul.products .product .price{display:block !important;margin:0 0 16px 0 !important;font-size:24px !important;font-weight:700 !important;line-height:1.2;letter-spacing:-0.02em;color:var(--color-dark-gray, #1F2937) !important}.woocommerce .products .product .price .woocommerce-Price-amount,.woocommerce ul.products .product .price .woocommerce-Price-amount{font-weight:700 !important;color:var(--color-dark-gray, #1F2937) !important}.woocommerce .products .product .price .woocommerce-Price-amount bdi,.woocommerce ul.products .product .price .woocommerce-Price-amount bdi{font-weight:700 !important;color:var(--color-dark-gray, #1F2937) !important}.woocommerce .products .product .price .woocommerce-Price-currencySymbol,.woocommerce ul.products .product .price .woocommerce-Price-currencySymbol{font-weight:700 !important;font-size:.75em;color:var(--color-dark-gray, #1F2937) !important;margin-right:2px}.woocommerce .products .product .price ins,.woocommerce ul.products .product .price ins{text-decoration:none;font-weight:700 !important;color:var(--color-dark-gray, #1F2937) !important;display:inline-block;margin-right:10px}.woocommerce .products .product .price ins .woocommerce-Price-amount,.woocommerce ul.products .product .price ins .woocommerce-Price-amount{font-weight:700 !important;color:var(--color-dark-gray, #1F2937) !important}.woocommerce .products .product .price ins .woocommerce-Price-amount bdi,.woocommerce ul.products .product .price ins .woocommerce-Price-amount bdi{color:var(--color-dark-gray, #1F2937) !important}.woocommerce .products .product .price ins .woocommerce-Price-currencySymbol,.woocommerce ul.products .product .price ins .woocommerce-Price-currencySymbol{color:var(--color-dark-gray, #1F2937) !important}.woocommerce .products .product .price del,.woocommerce ul.products .product .price del{display:inline-block;font-size:16px;font-weight:500;color:#9ca3af;text-decoration:line-through;text-decoration-thickness:1.5px;margin:0}.woocommerce .products .product .price del .woocommerce-Price-amount,.woocommerce ul.products .product .price del .woocommerce-Price-amount{font-weight:500;color:#9ca3af}.woocommerce .products .product .price del .woocommerce-Price-amount bdi,.woocommerce ul.products .product .price del .woocommerce-Price-amount bdi{color:#9ca3af}.woocommerce .products .product .price del .woocommerce-Price-currencySymbol,.woocommerce ul.products .product .price del .woocommerce-Price-currencySymbol{color:#9ca3af}.woocommerce .products .product .onsale,.woocommerce ul.products .product .onsale{position:absolute;top:12px;right:12px;padding:7px 16px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:#dc2626;border-radius:2px;box-shadow:0 2px 6px rgba(220,38,38,.25);z-index:3;line-height:1;transition:all .2s ease;border:none;max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.woocommerce .products .product:hover .onsale,.woocommerce ul.products .product:hover .onsale{box-shadow:0 3px 8px rgba(220,38,38,.35)}.woocommerce .products .product .outofstock-badge,.woocommerce ul.products .product .outofstock-badge{position:absolute;top:16px;left:16px;padding:8px 14px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--color-white, #FFFFFF);background:rgba(0,0,0,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:10px;border:1px solid hsla(0,0%,100%,.1);z-index:3;line-height:1}.woocommerce .products .product .added_to_cart,.woocommerce ul.products .product .added_to_cart{display:none !important}.woocommerce .products .product .button,.woocommerce .products .product .add_to_cart_button,.woocommerce .products .product .product_type_simple,.woocommerce .products .product .product_type_variable,.woocommerce .products .product .product_type_grouped,.woocommerce ul.products .product .button,.woocommerce ul.products .product .add_to_cart_button,.woocommerce ul.products .product .product_type_simple,.woocommerce ul.products .product .product_type_variable,.woocommerce ul.products .product .product_type_grouped{display:flex;align-items:center;justify-content:center;width:100%;height:48px;padding:0 24px;margin:0;background:var(--color-dark-gray, #1F2937) !important;color:#fff !important;border:none;border-radius:4px;text-decoration:none;text-indent:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;font-size:14px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:none;position:relative;overflow:hidden}.woocommerce .products .product .button::before,.woocommerce .products .product .add_to_cart_button::before,.woocommerce .products .product .product_type_simple::before,.woocommerce .products .product .product_type_variable::before,.woocommerce .products .product .product_type_grouped::before,.woocommerce ul.products .product .button::before,.woocommerce ul.products .product .add_to_cart_button::before,.woocommerce ul.products .product .product_type_simple::before,.woocommerce ul.products .product .product_type_variable::before,.woocommerce ul.products .product .product_type_grouped::before{display:none}.woocommerce .products .product .button:hover,.woocommerce .products .product .add_to_cart_button:hover,.woocommerce .products .product .product_type_simple:hover,.woocommerce .products .product .product_type_variable:hover,.woocommerce .products .product .product_type_grouped:hover,.woocommerce ul.products .product .button:hover,.woocommerce ul.products .product .add_to_cart_button:hover,.woocommerce ul.products .product .product_type_simple:hover,.woocommerce ul.products .product .product_type_variable:hover,.woocommerce ul.products .product .product_type_grouped:hover{background:#111827 !important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.woocommerce .products .product .button:active,.woocommerce .products .product .add_to_cart_button:active,.woocommerce .products .product .product_type_simple:active,.woocommerce .products .product .product_type_variable:active,.woocommerce .products .product .product_type_grouped:active,.woocommerce ul.products .product .button:active,.woocommerce ul.products .product .add_to_cart_button:active,.woocommerce ul.products .product .product_type_simple:active,.woocommerce ul.products .product .product_type_variable:active,.woocommerce ul.products .product .product_type_grouped:active{transform:translateY(0);box-shadow:0 2px 6px rgba(13,71,161,.2)}.woocommerce .products .product .button.loading,.woocommerce .products .product .add_to_cart_button.loading,.woocommerce .products .product .product_type_simple.loading,.woocommerce .products .product .product_type_variable.loading,.woocommerce .products .product .product_type_grouped.loading,.woocommerce ul.products .product .button.loading,.woocommerce ul.products .product .add_to_cart_button.loading,.woocommerce ul.products .product .product_type_simple.loading,.woocommerce ul.products .product .product_type_variable.loading,.woocommerce ul.products .product .product_type_grouped.loading{background:var(--color-dark-gray, #1F2937) !important;color:hsla(0,0%,100%,.6) !important;opacity:1 !important;pointer-events:none}.woocommerce .products .product .button.loading::after,.woocommerce .products .product .add_to_cart_button.loading::after,.woocommerce .products .product .product_type_simple.loading::after,.woocommerce .products .product .product_type_variable.loading::after,.woocommerce .products .product .product_type_grouped.loading::after,.woocommerce ul.products .product .button.loading::after,.woocommerce ul.products .product .add_to_cart_button.loading::after,.woocommerce ul.products .product .product_type_simple.loading::after,.woocommerce ul.products .product .product_type_variable.loading::after,.woocommerce ul.products .product .product_type_grouped.loading::after{content:"";display:block;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:cart-spin .6s linear infinite;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.woocommerce .products .product .button.added,.woocommerce .products .product .add_to_cart_button.added,.woocommerce .products .product .product_type_simple.added,.woocommerce .products .product .product_type_variable.added,.woocommerce .products .product .product_type_grouped.added,.woocommerce ul.products .product .button.added,.woocommerce ul.products .product .add_to_cart_button.added,.woocommerce ul.products .product .product_type_simple.added,.woocommerce ul.products .product .product_type_variable.added,.woocommerce ul.products .product .product_type_grouped.added{background:#10b981 !important;color:#fff !important}.woocommerce .products .product .button.added:hover,.woocommerce .products .product .add_to_cart_button.added:hover,.woocommerce .products .product .product_type_simple.added:hover,.woocommerce .products .product .product_type_variable.added:hover,.woocommerce .products .product .product_type_grouped.added:hover,.woocommerce ul.products .product .button.added:hover,.woocommerce ul.products .product .add_to_cart_button.added:hover,.woocommerce ul.products .product .product_type_simple.added:hover,.woocommerce ul.products .product .product_type_variable.added:hover,.woocommerce ul.products .product .product_type_grouped.added:hover{background:#059669 !important}.woocommerce .products .product .button:disabled,.woocommerce .products .product .button.disabled,.woocommerce .products .product .add_to_cart_button:disabled,.woocommerce .products .product .add_to_cart_button.disabled,.woocommerce .products .product .product_type_simple:disabled,.woocommerce .products .product .product_type_simple.disabled,.woocommerce .products .product .product_type_variable:disabled,.woocommerce .products .product .product_type_variable.disabled,.woocommerce .products .product .product_type_grouped:disabled,.woocommerce .products .product .product_type_grouped.disabled,.woocommerce ul.products .product .button:disabled,.woocommerce ul.products .product .button.disabled,.woocommerce ul.products .product .add_to_cart_button:disabled,.woocommerce ul.products .product .add_to_cart_button.disabled,.woocommerce ul.products .product .product_type_simple:disabled,.woocommerce ul.products .product .product_type_simple.disabled,.woocommerce ul.products .product .product_type_variable:disabled,.woocommerce ul.products .product .product_type_variable.disabled,.woocommerce ul.products .product .product_type_grouped:disabled,.woocommerce ul.products .product .product_type_grouped.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;background:#9ca3af !important;box-shadow:none}.woocommerce .products .product .product_type_variable,.woocommerce .products .product .product_type_grouped,.woocommerce ul.products .product .product_type_variable,.woocommerce ul.products .product .product_type_grouped{background:var(--color-dark-gray, #1F2937) !important;color:#fff !important}.woocommerce .products .product .product_type_variable:hover,.woocommerce .products .product .product_type_grouped:hover,.woocommerce ul.products .product .product_type_variable:hover,.woocommerce ul.products .product .product_type_grouped:hover{background:#111827 !important}.woocommerce .products .product .added_to_cart,.woocommerce ul.products .product .added_to_cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 48px);margin:0 24px 12px;padding:14px 20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:-0.01em;text-align:center;text-decoration:none;color:#2563eb;background:#fff;border:2px solid #2563eb;border-radius:0;cursor:pointer;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.woocommerce .products .product .added_to_cart::before,.woocommerce ul.products .product .added_to_cart::before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%232563EB\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"/><circle cx=\"20\" cy=\"21\" r=\"1\"/><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"/></svg>");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .25s ease}.woocommerce .products .product .added_to_cart:hover,.woocommerce ul.products .product .added_to_cart:hover{color:#fff;background:#2563eb;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 16px rgba(37,99,235,.25),0 3px 6px rgba(37,99,235,.15)}.woocommerce .products .product .added_to_cart:hover::before,.woocommerce ul.products .product .added_to_cart:hover::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"/><circle cx=\"20\" cy=\"21\" r=\"1\"/><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"/></svg>");transform:scale(1.1)}.woocommerce .products .product .added_to_cart:active,.woocommerce ul.products .product .added_to_cart:active{transform:translateY(0);box-shadow:0 4px 8px rgba(37,99,235,.2),0 1px 3px rgba(37,99,235,.1)}.woocommerce .products .product .product-categories,.woocommerce .products .product .product-tags,.woocommerce ul.products .product .product-categories,.woocommerce ul.products .product .product-tags{padding:0 24px 12px;font-size:11px;font-weight:600;color:var(--color-gray, #6B7280);text-transform:uppercase;letter-spacing:.05em}.woocommerce .products .product .product-categories a,.woocommerce .products .product .product-tags a,.woocommerce ul.products .product .product-categories a,.woocommerce ul.products .product .product-tags a{display:inline-block;padding:4px 10px;color:var(--color-gray, #6B7280);background:rgba(0,0,0,.04);border-radius:6px;text-decoration:none;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.woocommerce .products .product .product-categories a:hover,.woocommerce .products .product .product-tags a:hover,.woocommerce ul.products .product .product-categories a:hover,.woocommerce ul.products .product .product-tags a:hover{color:var(--color-primary, #2563EB);background:rgba(37,99,235,.08);transform:translateY(-1px)}@keyframes check-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}@keyframes wc-spin{to{transform:rotate(360deg)}}.related.products,.upsells.products,section.related,section.upsells{margin:80px 0 60px;padding:0}.related.products h2,.upsells.products h2,section.related h2,section.upsells h2{margin:0 0 32px 0;font-size:28px;font-weight:700;color:#1f2937;letter-spacing:-0.02em}.related.products ul.products,.upsells.products ul.products,section.related ul.products,section.upsells ul.products{display:grid !important;grid-template-columns:repeat(4, 1fr) !important;gap:32px;list-style:none;padding:0;margin:0}.related.products ul.products::before,.upsells.products ul.products::before,section.related ul.products::before,section.upsells ul.products::before{display:none !important;content:none !important}@media(max-width: 1024px){.related.products ul.products,.upsells.products ul.products,section.related ul.products,section.upsells ul.products{grid-template-columns:repeat(3, 1fr) !important;gap:24px}}@media(max-width: 768px){.related.products ul.products,.upsells.products ul.products,section.related ul.products,section.upsells ul.products{grid-template-columns:repeat(2, 1fr) !important;gap:20px}}@media(max-width: 640px){.related.products ul.products,.upsells.products ul.products,section.related ul.products,section.upsells ul.products{grid-template-columns:repeat(1, 1fr) !important}}.woocommerce nav.woocommerce-pagination{display:flex;justify-content:flex-start;margin:64px 0 40px}.woocommerce-pagination{margin:64px 0 40px;display:flex;justify-content:flex-start}.woocommerce-pagination ul.page-numbers{display:inline-flex;align-items:center;gap:10px;list-style:none !important;padding:0 !important;margin:0 !important;border:none !important;background:none !important}.woocommerce-pagination ul.page-numbers li{margin:0 !important;padding:6px !important;border:none !important;background:none !important;list-style:none !important}.woocommerce-pagination ul.page-numbers li::before,.woocommerce-pagination ul.page-numbers li::after{display:none !important;content:none !important}.woocommerce-pagination ul.page-numbers li .page-numbers,.woocommerce-pagination ul.page-numbers li span.page-numbers,.woocommerce-pagination ul.page-numbers li a.page-numbers{display:flex !important;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;font-weight:600;text-decoration:none;color:#374151;background:#fff;border:1px solid #e5e7eb !important;border-radius:0;transition:all .2s ease;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.04)}.woocommerce-pagination ul.page-numbers li .page-numbers:hover:not(.current):not(.dots),.woocommerce-pagination ul.page-numbers li span.page-numbers:hover:not(.current):not(.dots),.woocommerce-pagination ul.page-numbers li a.page-numbers:hover:not(.current):not(.dots){color:#2563eb;background:#f9fafb;border-color:#2563eb !important;box-shadow:0 2px 4px rgba(37,99,235,.1)}.woocommerce-pagination ul.page-numbers li .page-numbers.current,.woocommerce-pagination ul.page-numbers li span.page-numbers.current,.woocommerce-pagination ul.page-numbers li a.page-numbers.current{color:#fff !important;background:linear-gradient(135deg, #2563EB 0%, #1d4ed8 100%) !important;border-color:#2563eb !important;box-shadow:0 4px 12px rgba(37,99,235,.3);cursor:default;pointer-events:none}.woocommerce-pagination ul.page-numbers li .page-numbers.next,.woocommerce-pagination ul.page-numbers li .page-numbers.prev,.woocommerce-pagination ul.page-numbers li span.page-numbers.next,.woocommerce-pagination ul.page-numbers li span.page-numbers.prev,.woocommerce-pagination ul.page-numbers li a.page-numbers.next,.woocommerce-pagination ul.page-numbers li a.page-numbers.prev{font-size:20px;min-width:48px;color:#2563eb}.woocommerce-pagination ul.page-numbers li .page-numbers.next:hover,.woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover,.woocommerce-pagination ul.page-numbers li span.page-numbers.next:hover,.woocommerce-pagination ul.page-numbers li span.page-numbers.prev:hover,.woocommerce-pagination ul.page-numbers li a.page-numbers.next:hover,.woocommerce-pagination ul.page-numbers li a.page-numbers.prev:hover{background:#2563eb;color:#fff;border-color:#2563eb !important}.woocommerce-pagination ul.page-numbers li .page-numbers.dots,.woocommerce-pagination ul.page-numbers li span.page-numbers.dots,.woocommerce-pagination ul.page-numbers li a.page-numbers.dots{border:none !important;background:rgba(0,0,0,0) !important;cursor:default;min-width:auto;padding:0 8px;color:#9ca3af;box-shadow:none !important}.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover,.woocommerce-pagination ul.page-numbers li span.page-numbers.dots:hover,.woocommerce-pagination ul.page-numbers li a.page-numbers.dots:hover{transform:none !important;background:rgba(0,0,0,0) !important}@media(max-width: 640px){.woocommerce-pagination{overflow-x:auto;-webkit-overflow-scrolling:touch}.woocommerce-pagination ul.page-numbers{justify-content:flex-start;padding:0 16px;gap:8px}.woocommerce-pagination ul.page-numbers li .page-numbers{min-width:42px;height:42px;padding:0 12px;font-size:14px}}.single-product .product{position:relative;display:flex;flex-wrap:wrap;gap:48px;margin-bottom:64px}@media(max-width: 768px){.single-product .product{margin-bottom:48px;gap:32px}}.single-product .product>.onsale{position:absolute;top:0;left:0;z-index:10;background:linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);color:#fff;padding:8px 16px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:0 0 8px 0;box-shadow:0 4px 12px rgba(220,38,38,.3)}.single-product .product>.woocommerce-product-gallery,.single-product .product>.summary{flex:1;min-width:0}@media(max-width: 768px){.single-product .product>.woocommerce-product-gallery,.single-product .product>.summary{flex:1 1 100%}}.single-product .product>.woocommerce-tabs,.single-product .product>.related.products,.single-product .product>.upsells.products{flex:0 0 100%}.single-product .product .woocommerce-product-gallery{position:relative;opacity:1 !important}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0 0 16px 0;position:relative;background:linear-gradient(135deg, #fafbfc 0%, #f5f6f8 100%);border:1px solid rgba(0,0,0,.06);border-radius:12px;overflow:hidden;transition:all .3s ease}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:hover{border-color:rgba(0,0,0,.1);box-shadow:0 8px 24px rgba(0,0,0,.06)}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image{position:relative;display:block;margin:0}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image a{display:block;position:relative;cursor:zoom-in}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image img:hover{transform:scale(1.02)}.single-product .product .woocommerce-product-gallery .flex-control-thumbs{display:flex;gap:12px;list-style:none;padding:0;margin:16px 0 0 0;flex-wrap:wrap}.single-product .product .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 calc((100% - 48px)/5);cursor:pointer;opacity:.6;transition:all .3s ease;border-radius:8px;overflow:hidden;position:relative}.single-product .product .woocommerce-product-gallery .flex-control-thumbs li:hover{opacity:1;transform:translateY(-2px)}.single-product .product .woocommerce-product-gallery .flex-control-thumbs li.flex-active{opacity:1;box-shadow:0 0 0 2px var(--color-primary, #2563EB)}.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img{width:100%;height:auto;display:block;border-radius:6px;border:1px solid rgba(0,0,0,.08);transition:border-color .3s ease}.single-product .product .woocommerce-product-gallery .flex-control-thumbs li:hover img{border-color:rgba(0,0,0,.15)}@media(max-width: 768px){.single-product .product .woocommerce-product-gallery .flex-control-thumbs{gap:8px}.single-product .product .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 calc((100% - 24px)/4)}}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:16px;right:16px;z-index:10;width:44px;height:44px;display:flex !important;align-items:center;justify-content:center;background:hsla(0,0%,100%,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.06)}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger .emoji,.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji{display:none !important}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger span{display:none !important}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before{content:"";position:absolute;width:16px;height:16px;border:2px solid #1a1a1a;border-radius:50%;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after{content:"";position:absolute;width:2px;height:7px;background:#1a1a1a;transform:rotate(-45deg);bottom:9px;right:11px}.single-product .product .summary{padding:0}.single-product .product .summary .product_title{display:none}.single-product .product .summary .price{font-size:24px !important;font-weight:700 !important;color:#1f2937 !important;line-height:1.2;letter-spacing:-0.02em;margin-bottom:24px}.single-product .product .summary .price .woocommerce-Price-amount{font-weight:700 !important;color:#1f2937 !important}.single-product .product .summary .price .woocommerce-Price-amount bdi{font-weight:700 !important;color:#1f2937 !important}.single-product .product .summary .price .woocommerce-Price-currencySymbol{font-weight:700 !important;font-size:.75em !important;color:#1f2937 !important;margin-right:2px !important}.single-product .product .summary .price ins{text-decoration:none !important;font-weight:700 !important;color:#1f2937 !important;display:inline-block !important;margin-right:10px !important}.single-product .product .summary .price ins .woocommerce-Price-amount{font-weight:700 !important;color:#1f2937 !important}.single-product .product .summary .price ins .woocommerce-Price-amount bdi{color:#1f2937 !important;font-weight:700 !important}.single-product .product .summary .price ins .woocommerce-Price-currencySymbol{color:#1f2937 !important;font-weight:700 !important}.single-product .product .summary .price del{display:inline-block !important;font-size:16px !important;font-weight:500 !important;color:#9ca3af !important;text-decoration:line-through !important;text-decoration-thickness:1.5px !important;margin:0 10px 0 0 !important;opacity:1 !important}.single-product .product .summary .price del .woocommerce-Price-amount{font-weight:500 !important;color:#9ca3af !important}.single-product .product .summary .price del .woocommerce-Price-amount bdi{color:#9ca3af !important;font-weight:500 !important}.single-product .product .summary .price del .woocommerce-Price-currencySymbol{color:#9ca3af !important;font-weight:500 !important}.single-product .product .summary .woocommerce-product-details__short-description{font-size:16px;line-height:1.6;color:#4b5563;margin-bottom:24px}.single-product .product .summary .woocommerce-product-details__short-description p{margin-bottom:12px}.single-product .product .summary .cart{margin-bottom:32px;padding:24px 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.single-product .product .summary .cart .quantity{margin-right:12px;display:inline-block}.single-product .product .summary .cart .quantity input.qty{width:80px;height:48px;padding:0 12px;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:16px;text-align:center}.single-product .product .summary .cart .quantity input.qty:focus{outline:none;border-color:var(--color-primary, #2563EB);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.single-product .product .summary .cart .single_add_to_cart_button{height:48px;padding:0 32px;background:var(--color-primary, #2563EB);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;vertical-align:top;transition:all .3s ease}.single-product .product .summary .cart .single_add_to_cart_button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 16px rgba(37,99,235,.2)}.single-product .product .summary .cart .single_add_to_cart_button:active{transform:translateY(0)}.single-product .product .summary .product_meta{font-size:14px;color:#6b7280;margin-top:24px}.single-product .product .summary .product_meta>span{display:block;margin-bottom:8px}.single-product .product .summary .product_meta a{color:var(--color-primary, #2563EB);text-decoration:none}.single-product .product .summary .product_meta a:hover{text-decoration:underline}.single-product .woocommerce-tabs{margin-bottom:1rem}.single-product .woocommerce-tabs .tabs{display:flex;gap:32px;border-bottom:2px solid rgba(0,0,0,.06);list-style:none;padding:0;margin:0 0 32px 0}.single-product .woocommerce-tabs .tabs li a{display:block;padding:16px 0;font-size:16px;font-weight:600;color:#6b7280;text-decoration:none;border-bottom:3px solid rgba(0,0,0,0);transition:all .3s ease}.single-product .woocommerce-tabs .tabs li a:hover{color:var(--color-primary, #2563EB)}.single-product .woocommerce-tabs .tabs li.active a{color:var(--color-primary, #2563EB);border-bottom-color:var(--color-primary, #2563EB)}.single-product .woocommerce-tabs .panel{display:none;animation:fadeIn .3s ease}.single-product .woocommerce-tabs .panel.active{display:block}.single-product .woocommerce-tabs .panel h2{font-size:24px;font-weight:700;margin-bottom:16px}.single-product .woocommerce-tabs .panel p{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:16px}.single-product .related.products,.single-product .upsells.products{margin-top:15px;margin-bottom:15px;border-top:1px solid rgba(0,0,0,.06);padding-top:24px}.single-product .related.products h2,.single-product .upsells.products h2{font-size:32px;font-weight:800;margin-bottom:0;color:#0a0a0a}.single-product .related.products ul.products,.single-product .upsells.products ul.products{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:24px;list-style:none;padding:0;margin:0}@media(max-width: 768px){.single-product .related.products ul.products,.single-product .upsells.products ul.products{grid-template-columns:repeat(2, 1fr)}}.single-product .woocommerce-product-attributes{width:100%;border:none;border-collapse:separate;border-spacing:0;background:#fafafa;border-radius:12px;overflow:hidden}.single-product .woocommerce-product-attributes tr{border:none;transition:none}.single-product .woocommerce-product-attributes tr:nth-child(even){background:#f5f5f5 !important}.single-product .woocommerce-product-attributes tr:nth-child(odd){background:#fff !important}.single-product .woocommerce-product-attributes tr:hover{background:inherit !important}.single-product .woocommerce-product-attributes tr:last-child th,.single-product .woocommerce-product-attributes tr:last-child td{border-bottom:none}.single-product .woocommerce-product-attributes tbody tr:hover,.single-product .woocommerce-product-attributes.shop_attributes tr:hover{background:inherit !important;background-color:inherit !important}.single-product .woocommerce-product-attributes th,.single-product .woocommerce-product-attributes td{padding:18px 24px;text-align:left;vertical-align:middle;border-bottom:1px solid rgba(0,0,0,.04)}@media(max-width: 768px){.single-product .woocommerce-product-attributes th,.single-product .woocommerce-product-attributes td{padding:14px 16px}}.single-product .woocommerce-product-attributes th:hover,.single-product .woocommerce-product-attributes td:hover{background:inherit !important}.single-product .woocommerce-product-attributes th{font-size:15px;font-weight:600;color:#0a0a0a;width:180px;letter-spacing:-0.01em}@media(max-width: 768px){.single-product .woocommerce-product-attributes th{width:110px;font-size:14px}}.single-product .woocommerce-product-attributes td{font-size:15px;color:#4b5563;font-weight:400;line-height:1.5}@media(max-width: 768px){.single-product .woocommerce-product-attributes td{font-size:14px}}.single-product .woocommerce-product-attributes td p{margin:0 !important;padding:0 !important;line-height:1.5}.single-product .woocommerce-product-attributes td ul{margin:0;padding-left:20px}.single-product .woocommerce-product-attributes td ul li{margin-bottom:4px}.single-product .woocommerce-product-attributes td ul li:last-child{margin-bottom:0}.single-product .variations{margin-bottom:28px;background:#fafafa;border-radius:12px;padding:24px}@media(max-width: 768px){.single-product .variations{padding:20px 0}}.single-product .variations tbody{display:block}.single-product .variations table{width:100%;border:none}.single-product .variations table:hover{background:rgba(0,0,0,0)}.single-product .variations tr{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;border:none;background:rgba(0,0,0,0);transition:none}.single-product .variations tr:hover{background:rgba(0,0,0,0)}.single-product .variations tr:last-child{margin-bottom:0}.single-product .variations .label{display:block;margin:0;padding:0}.single-product .variations .label label{font-size:15px;font-weight:600;color:#0a0a0a;display:block;margin:0;letter-spacing:-0.01em;line-height:1.4}@media(max-width: 768px){.single-product .variations .label label{font-size:14px}}.single-product .variations .value{display:block;margin:0;padding:0}.single-product .variations .value select{width:100%;min-height:52px;height:auto;padding:14px 44px 14px 18px;font-size:15px;line-height:1.5;color:#0a0a0a;background:#fff;border:1.5px solid rgba(0,0,0,.08);border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L7 7L13 1%27 stroke=%27%236b7280%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:14px 8px;cursor:pointer;transition:all .2s ease;font-weight:400}@media(max-width: 768px){.single-product .variations .value select{font-size:16px;min-height:48px;padding:12px 40px 12px 16px}}.single-product .variations .value select:hover{border-color:rgba(0,0,0,.15);background-color:#fff}.single-product .variations .value select:focus{outline:none;border-color:var(--color-primary, #2563EB);box-shadow:0 0 0 4px rgba(37,99,235,.08);background-color:#fff}.single-product .variations .value select:disabled{background-color:#f5f5f5;border-color:rgba(0,0,0,.05);color:#9ca3af;cursor:not-allowed;opacity:.6}.single-product .variations .value select option[value=""]{color:#9ca3af}.single-product .variations .reset_variations{display:inline-flex;align-items:center;margin-top:12px;font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s ease;line-height:1}.single-product .variations .reset_variations:hover{color:var(--color-primary, #2563EB);text-decoration:none}.single-product .variations .reset_variations:focus{outline:2px solid var(--color-primary, #2563EB);outline-offset:2px;border-radius:4px}.single-product .variations .reset_variations::before{content:"↺";display:inline-block;margin-right:6px;font-size:16px;line-height:1}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.woocommerce-cart .woocommerce-cart-form{margin-bottom:2rem}.woocommerce-cart .woocommerce-cart-form table.shop_table{width:100%;border-collapse:collapse}.woocommerce-cart .woocommerce-cart-form table.shop_table thead th{padding:1rem;text-align:left;border-bottom:2px solid #eee;font-weight:600;color:#333}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr{border-bottom:1px solid #eee}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td{padding:1rem;vertical-align:middle}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail img{width:80px;height:auto;border-radius:4px}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td.product-name a{color:#333;text-decoration:none;font-weight:600}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td.product-name a:hover{color:var(--color-primary)}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td .quantity input{width:80px;padding:.5rem;border:1px solid #ddd;border-radius:4px;text-align:center}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td .remove{color:#e74c3c;text-decoration:none;font-size:1.2rem}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td .remove:hover{color:#c0392b}.woocommerce-cart .woocommerce-cart-form table.shop_table .actions{padding:1rem;background:#f9f9f9}.woocommerce-cart .woocommerce-cart-form table.shop_table .actions .button{padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease}.woocommerce-cart .woocommerce-cart-form table.shop_table .actions .button:hover{background:var(--color-primary-dark, #0a3570)}.woocommerce-cart .cart-collaterals .cart_totals{background:#f9f9f9;padding:2rem;border-radius:8px}.woocommerce-cart .cart-collaterals .cart_totals h2{margin-top:0;color:#333}.woocommerce-cart .cart-collaterals .cart_totals table{width:100%}.woocommerce-cart .cart-collaterals .cart_totals table tr th,.woocommerce-cart .cart-collaterals .cart_totals table tr td{padding:.75rem 0;border-bottom:1px solid #eee}.woocommerce-cart .cart-collaterals .cart_totals table tr th{text-align:left;font-weight:600}.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td{font-size:1.3rem;font-weight:700;color:var(--color-primary);border-top:2px solid #ddd}.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout{margin-top:1.5rem}.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button{display:block;width:100%;padding:1rem;text-align:center;background:var(--color-primary);color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .3s ease}.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover{background:var(--color-primary-dark, #0a3570)}.woocommerce-checkout .woocommerce-checkout-review-order{background:#f9f9f9;padding:2rem;border-radius:8px}.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table{width:100%;margin-bottom:1.5rem}.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr th,.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td{padding:.75rem 0;border-bottom:1px solid #eee}.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal,.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.order-total{font-weight:600}.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.order-total th,.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.order-total td{font-size:1.3rem;color:var(--color-primary);border-top:2px solid #ddd}.woocommerce-checkout .woocommerce-checkout-payment{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem}.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods{list-style:none;padding:0;margin:0 0 1.5rem 0}.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li{padding:1rem;border:1px solid #eee;border-radius:4px;margin-bottom:.5rem}.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li label{cursor:pointer;font-weight:600}.woocommerce-checkout .woocommerce-checkout-payment .place-order button{width:100%;padding:1rem;background:var(--color-charcoal, #212529) !important;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.woocommerce-checkout .woocommerce-checkout-payment .place-order button:hover{background:#3a3f44 !important}.woocommerce-checkout .woocommerce-form-coupon-toggle{margin-bottom:1.5rem}.woocommerce-checkout form.checkout_coupon{padding:1.5rem;background:#f9f9f9;border-radius:8px;margin-bottom:2rem}.woocommerce-checkout form.checkout_coupon p{display:flex;gap:1rem}.woocommerce-checkout form.checkout_coupon p input[type=text]{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px}.woocommerce-checkout form.checkout_coupon p button{padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease}.woocommerce-checkout form.checkout_coupon p button:hover{background:var(--color-primary-dark, #0a3570)}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin-bottom:.5rem}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;padding:.75rem 1rem;background:#f9f9f9;color:#333;text-decoration:none;border-radius:4px;transition:all .3s ease}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background:var(--color-primary);color:#fff}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background:var(--color-primary);color:#fff}.woocommerce-account .woocommerce-MyAccount-content{background:#f9f9f9;padding:2rem;border-radius:8px}.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:20px 24px;margin-bottom:24px;border-radius:12px;border:1px solid;font-size:15px;line-height:1.5;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative}@media(max-width: 768px){.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:16px 18px;font-size:14px;flex-direction:column;align-items:flex-start}}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none !important}.woocommerce-message .button,.woocommerce-message a.button,.woocommerce-info .button,.woocommerce-info a.button,.woocommerce-error .button,.woocommerce-error a.button{float:none;padding:10px 20px;background:hsla(0,0%,100%,.95);color:inherit;text-decoration:none;border-radius:8px;font-weight:600;font-size:14px;border:1px solid;transition:all .2s ease;white-space:nowrap}.woocommerce-message .button:hover,.woocommerce-message a.button:hover,.woocommerce-info .button:hover,.woocommerce-info a.button:hover,.woocommerce-error .button:hover,.woocommerce-error a.button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.woocommerce-message .button:focus-visible,.woocommerce-message a.button:focus-visible,.woocommerce-info .button:focus-visible,.woocommerce-info a.button:focus-visible,.woocommerce-error .button:focus-visible,.woocommerce-error a.button:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(max-width: 768px){.woocommerce-message .button,.woocommerce-message a.button,.woocommerce-info .button,.woocommerce-info a.button,.woocommerce-error .button,.woocommerce-error a.button{width:100%;text-align:center}}.woocommerce-message:focus,.woocommerce-message:active,.woocommerce-message:focus-visible,.woocommerce-info:focus,.woocommerce-info:active,.woocommerce-info:focus-visible,.woocommerce-error:focus,.woocommerce-error:active,.woocommerce-error:focus-visible{outline:none !important;border-color:inherit !important;box-shadow:none !important}.woocommerce-message{background:linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);border-color:#86efac;color:#166534}.woocommerce-message .button,.woocommerce-message a.button{border-color:#86efac;color:#166534}.woocommerce-message .button:hover,.woocommerce-message a.button:hover{border-color:#4ade80}.woocommerce-info{background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);border-color:#93c5fd;color:#1e40af}.woocommerce-info .button,.woocommerce-info a.button{border-color:#93c5fd;color:#1e40af}.woocommerce-info .button:hover,.woocommerce-info a.button:hover{border-color:#60a5fa}.woocommerce-error{background:linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);border-color:#fca5a5;color:#991b1b}.woocommerce-error .button,.woocommerce-error a.button{border-color:#fca5a5;color:#991b1b}.woocommerce-error .button:hover,.woocommerce-error a.button:hover{border-color:#f87171}.woocommerce-error li{list-style:none;margin-bottom:4px}.woocommerce-error li:last-child{margin-bottom:0}.woocommerce-error ul{margin:0;padding:0}.woocommerce-checkout-wrapper,.woocommerce-cart-wrapper,.woocommerce-account-wrapper{padding:64px 0 96px;background:linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #fafbfc 100%)}@media(max-width: 768px){.woocommerce-checkout-wrapper,.woocommerce-cart-wrapper,.woocommerce-account-wrapper{padding:48px 0 64px}}.woocommerce-checkout-wrapper .container,.woocommerce-cart-wrapper .container,.woocommerce-account-wrapper .container{max-width:var(--content-width, 1140px);margin:0 auto;padding:0 32px}@media(max-width: 1024px){.woocommerce-checkout-wrapper .container,.woocommerce-cart-wrapper .container,.woocommerce-account-wrapper .container{padding:0 24px}}@media(max-width: 768px){.woocommerce-checkout-wrapper .container,.woocommerce-cart-wrapper .container,.woocommerce-account-wrapper .container{padding:0 16px}}.woocommerce-checkout .woocommerce-form-coupon-toggle{margin-bottom:24px}.woocommerce-checkout input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;min-width:20px;background:#fff;border:1.5px solid #d2d2d7;border-radius:6px;cursor:pointer;position:relative;margin:0 8px 0 0;vertical-align:middle;transition:all .2s ease;flex-shrink:0}.woocommerce-checkout input[type=checkbox]:hover{border-color:#86868b;background:#fafafa}.woocommerce-checkout input[type=checkbox]:checked{background:var(--color-primary, #2563EB);border-color:var(--color-primary, #2563EB)}.woocommerce-checkout input[type=checkbox]:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.woocommerce-checkout input[type=checkbox]:focus{outline:2px solid var(--color-primary, #2563EB);outline-offset:2px}.woocommerce-checkout .woocommerce-form__label-for-checkbox{display:inline-flex;align-items:center;cursor:pointer;font-size:15px;color:#1d1d1f}.woocommerce-checkout .woocommerce-form__label-for-checkbox span{margin-left:8px}.woocommerce-checkout .woocommerce-additional-fields{margin-top:24px}.woocommerce-checkout .woocommerce-additional-fields h3{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;margin-bottom:16px}.woocommerce-checkout .woocommerce-additional-fields h3 label{display:inline-flex;align-items:center;cursor:pointer;margin:0}@media(max-width: 768px){.woocommerce .products{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:1rem}.woocommerce-cart .woocommerce-cart-form table.shop_table thead{display:none}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td{display:block;text-align:right;padding:.5rem}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td::before{content:attr(data-title);float:left;font-weight:600}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail{text-align:center}.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail img{margin:0 auto}}.woo-product-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.woo-product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.woo-product-card__image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f8f9fa}.woo-product-card__image .woo-product-card__image-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.woo-product-card__image .woo-product-card__image-link img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.woo-product-card__image:hover .woo-product-card__image-link img{transform:scale(1.05)}.woo-product-card__category{position:absolute;top:16px;left:16px;display:inline-block;padding:6px 12px;background:hsla(0,0%,100%,.95);border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary, #0D47A1) !important;margin:0;backdrop-filter:blur(10px);z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.1)}.woo-product-card__category a{color:inherit;text-decoration:none}.woo-product-card__price{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);max-width:60%;padding:10px 20px !important;background:var(--color-dark-gray, #1F2937) !important;border-radius:20px !important;backdrop-filter:blur(12px);font-size:20px !important;font-weight:700 !important;letter-spacing:-0.02em;color:#fff !important;margin:0 !important;line-height:1.2;box-shadow:0 8px 24px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.3);text-align:center;z-index:2;white-space:nowrap;border:2px solid hsla(0,0%,100%,.1)}.woo-product-card__price .woocommerce-Price-amount{font-weight:700 !important;color:#fff !important}.woo-product-card__price .woocommerce-Price-amount bdi{font-weight:700 !important;color:#fff !important}.woo-product-card__price .woocommerce-Price-currencySymbol{font-weight:700 !important;font-size:.8em;opacity:.95;color:#fff !important}.woo-product-card__price ins{text-decoration:none;font-weight:700 !important;color:#fff !important}.woo-product-card__price ins .woocommerce-Price-amount{font-weight:700 !important;color:#fff !important}.woo-product-card__price del{display:block;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.7);text-decoration:line-through;text-decoration-thickness:1px;margin-bottom:2px;opacity:.9}.woo-product-card__price del .woocommerce-Price-amount{font-weight:500;color:hsla(0,0%,100%,.7)}.woo-product-card__badge{position:absolute;top:16px;right:16px;padding:6px 12px;background:#dc3545;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:6px;z-index:3;letter-spacing:.05em;box-shadow:0 2px 8px rgba(220,53,69,.3)}.woo-product-card__content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:20px}.woo-product-card__title{flex:1;margin:0;font-size:17px;font-weight:600;line-height:1.4;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.woo-product-card__title a{color:inherit;text-decoration:none;transition:color .2s ease}.woo-product-card__title a:hover{color:var(--color-primary, #0D47A1)}.woo-product-card .added_to_cart{display:none !important}.woo-product-card__button{margin:0 !important;width:100%}.woo-product-card__button a,.woo-product-card__button button{display:flex;align-items:center;justify-content:center;width:100%;height:48px;padding:0 24px;margin:0;background:var(--color-dark-gray, #1F2937) !important;color:#fff !important;border:none;border-radius:4px;text-decoration:none;text-indent:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;font-size:14px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:none;position:relative;overflow:hidden}.woo-product-card__button a i,.woo-product-card__button button i{display:none}.woo-product-card__button a:hover,.woo-product-card__button button:hover{background:#111827 !important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.woo-product-card__button a:active,.woo-product-card__button button:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.2)}.woo-product-card__button a.loading,.woo-product-card__button button.loading{background:var(--color-dark-gray, #1F2937) !important;color:hsla(0,0%,100%,.6) !important;opacity:1 !important;pointer-events:none}.woo-product-card__button a.loading::after,.woo-product-card__button button.loading::after{content:"";display:block;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:cart-spin .6s linear infinite;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.woo-product-card__button a.added,.woo-product-card__button button.added{background:#10b981 !important;color:#fff !important}.woo-product-card__button a.added:hover,.woo-product-card__button button.added:hover{background:#059669 !important}.woo-product-card__button a:disabled,.woo-product-card__button a.disabled,.woo-product-card__button button:disabled,.woo-product-card__button button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;background:#9ca3af !important;box-shadow:none}@keyframes cart-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.sterling-cart{max-width:1400px;margin:0 auto;padding:0}.sterling-cart .woocommerce-cart-form,.sterling-cart .cart-collaterals{margin:0 !important;padding:0 !important;background:none !important;border:none !important}.sterling-cart-container{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width: 1024px){.sterling-cart-container{grid-template-columns:2fr 1fr;gap:40px}}.sterling-cart-section{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.sterling-cart-section{padding:32px;border-radius:20px}}.sterling-section-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1.5px solid var(--color-light-gray, #E9ECEF)}.sterling-section-title{font-size:24px;font-weight:600;color:var(--color-charcoal, #212529);margin:0}@media(min-width: 768px){.sterling-section-title{font-size:28px}}.sterling-cart-items{display:flex;flex-direction:column;gap:20px}.sterling-cart-item{display:flex;align-items:center;gap:20px;padding:24px 0;background:rgba(0,0,0,0);border-bottom:1px solid #e9ecef;position:relative;transition:opacity .2s ease}@media(min-width: 768px){.sterling-cart-item{gap:32px;padding:32px 0}}.sterling-cart-item:last-child{border-bottom:none}.sterling-cart-item:hover{opacity:.85}.sterling-cart-item-image{flex-shrink:0;width:90px;height:90px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.sterling-cart-item-image:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.sterling-cart-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.sterling-cart-item-image a{display:block;width:100%;height:100%}.sterling-cart-item-image a:hover img{transform:scale(1.05)}.sterling-cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:12px}.sterling-cart-item-name{font-size:17px;font-weight:600;color:var(--color-charcoal, #212529);line-height:1.5;margin-bottom:4px}@media(min-width: 768px){.sterling-cart-item-name{font-size:19px}}.sterling-cart-item-name a{color:inherit;text-decoration:none;transition:color .2s ease;display:inline-block}.sterling-cart-item-name a:hover{color:var(--color-primary, #0D47A1)}.sterling-cart-item-name .wc-item-meta{font-size:13px;font-weight:400;color:var(--color-gray, #6C757D);margin-top:6px;line-height:1.6}.sterling-cart-item-name .wc-item-meta p{margin:2px 0}.sterling-cart-item-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media(min-width: 768px){.sterling-cart-item-meta{gap:32px}}.sterling-cart-item-quantity .quantity{display:flex;align-items:center;gap:0}.sterling-cart-item-quantity input[type=number]{width:70px;padding:10px 12px;font-size:15px;font-weight:500;text-align:center;color:var(--color-charcoal, #212529);background:#f8f9fa;border:1.5px solid #e9ecef;border-radius:10px;transition:all .2s ease}.sterling-cart-item-quantity input[type=number]:hover{background:#fff;border-color:#d1d5db}.sterling-cart-item-quantity input[type=number]:focus{outline:none;background:#fff;border-color:var(--color-primary, #0D47A1);box-shadow:0 0 0 3px rgba(13,71,161,.08)}.sterling-cart-item-price,.sterling-cart-item-subtotal{display:flex;flex-direction:column;gap:4px}.sterling-cart-item-price .item-label,.sterling-cart-item-subtotal .item-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--color-gray, #6C757D)}.sterling-cart-item-price .item-value,.sterling-cart-item-subtotal .item-value{font-size:16px;font-weight:600;color:var(--color-charcoal, #212529)}@media(min-width: 768px){.sterling-cart-item-price .item-value,.sterling-cart-item-subtotal .item-value{font-size:18px}}.sterling-cart-item-price .item-value .woocommerce-Price-amount,.sterling-cart-item-subtotal .item-value .woocommerce-Price-amount{color:var(--color-primary, #0D47A1)}.sterling-cart-item-remove{margin-left:auto;opacity:0;transition:opacity .2s ease}.sterling-cart-item:hover .sterling-cart-item-remove{opacity:1}.sterling-cart-item-remove a.remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fee2e2;color:#991b1b;border-radius:50%;text-decoration:none;font-size:20px;line-height:1;font-weight:400;transition:all .2s ease}.sterling-cart-item-remove a.remove:hover{background:#fca5a5;color:#7f1d1d;transform:scale(1.1)}.sterling-cart-actions{display:flex;flex-direction:column;gap:16px;margin-top:24px;padding-top:24px;border-top:1.5px solid var(--color-light-gray, #E9ECEF)}@media(min-width: 768px){.sterling-cart-actions{flex-direction:row;align-items:center;justify-content:space-between}}.sterling-cart-actions button,.sterling-cart-actions .button{padding:14px 28px !important;font-size:16px !important;font-weight:600 !important;color:var(--color-white, #FFFFFF) !important;background:linear-gradient(135deg, var(--color-primary, #0D47A1) 0%, var(--color-primary-dark, #01579B) 100%) !important;border:none !important;border-radius:12px !important;cursor:pointer !important;transition:all .2s ease !important;text-align:center !important;display:inline-block !important}.sterling-cart-actions button:hover:not(:disabled),.sterling-cart-actions .button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,71,161,.3)}.sterling-cart-actions button:active:not(:disabled),.sterling-cart-actions .button:active:not(:disabled){transform:translateY(0)}.sterling-cart-actions button:disabled,.sterling-cart-actions button.disabled,.sterling-cart-actions .button:disabled,.sterling-cart-actions .button.disabled{opacity:.5;cursor:not-allowed;transform:none !important}.sterling-coupon-form{display:flex;flex-direction:column;gap:12px;flex:1}@media(min-width: 768px){.sterling-coupon-form{flex-direction:row;align-items:center}}.sterling-coupon-form label{font-size:15px;font-weight:500;color:var(--color-gray, #6C757D)}.sterling-coupon-form input[type=text]{flex:1;padding:14px 16px;font-size:16px;color:var(--color-charcoal, #212529);background:var(--color-white, #FFFFFF);border:1.5px solid var(--color-light-gray, #E9ECEF);border-radius:12px;transition:all .2s ease}.sterling-coupon-form input[type=text]:focus{outline:none;border-color:var(--color-primary, #0D47A1);box-shadow:0 0 0 4px rgba(13,71,161,.1)}.sterling-coupon-form button{white-space:nowrap}@media(min-width: 1024px){.sterling-cart-sidebar{position:sticky;top:100px;align-self:start}}.sterling-cart-summary{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px}@media(min-width: 768px){.sterling-cart-summary{padding:32px;border-radius:20px}}.sterling-cart-summary .cart-collaterals{background:none !important;border:none !important;padding:0 !important;margin:0 !important}.sterling-cart-summary .cart_totals{background:none !important;border:none !important;padding:0 !important;margin:0 !important}.sterling-cart-summary .cart_totals h2{font-size:20px !important;font-weight:600 !important;color:var(--color-charcoal, #212529) !important;margin:0 0 20px 0 !important;padding-bottom:16px !important;border-bottom:1.5px solid var(--color-light-gray, #E9ECEF) !important}.sterling-cart-summary .shop_table{width:100% !important;border:none !important;background:none !important;border-collapse:collapse !important}.sterling-cart-summary .shop_table tbody{border:none !important}.sterling-cart-summary .shop_table tr{border:none !important;background:none !important}.sterling-cart-summary .shop_table th,.sterling-cart-summary .shop_table td{padding:12px 0 !important;border:none !important;text-align:left !important;font-size:15px !important;background:none !important}.sterling-cart-summary .shop_table th{font-weight:500 !important;color:var(--color-gray, #6C757D) !important}.sterling-cart-summary .shop_table td{font-weight:600 !important;color:var(--color-charcoal, #212529) !important;text-align:right !important}.sterling-cart-summary .shop_table .cart-subtotal th,.sterling-cart-summary .shop_table .cart-subtotal td,.sterling-cart-summary .shop_table tr.cart-subtotal th,.sterling-cart-summary .shop_table tr.cart-subtotal td{padding-bottom:12px !important}.sterling-cart-summary .shop_table .order-total th,.sterling-cart-summary .shop_table .order-total td,.sterling-cart-summary .shop_table tr.order-total th,.sterling-cart-summary .shop_table tr.order-total td{font-size:20px !important;font-weight:700 !important;padding-top:16px !important;border-top:1.5px solid var(--color-light-gray, #E9ECEF) !important}.sterling-cart-summary .shop_table .order-total .woocommerce-Price-amount,.sterling-cart-summary .shop_table .order-total .amount,.sterling-cart-summary .shop_table tr.order-total .woocommerce-Price-amount,.sterling-cart-summary .shop_table tr.order-total .amount{color:var(--color-primary, #0D47A1) !important}.sterling-cart-summary .wc-proceed-to-checkout{margin-top:24px !important;background:none !important;border:none !important;padding:0 !important}.sterling-cart-summary .wc-proceed-to-checkout .checkout-button,.sterling-cart-summary .wc-proceed-to-checkout .button{display:block !important;width:100% !important;padding:16px 24px !important;font-size:18px !important;font-weight:600 !important;text-align:center !important;color:var(--color-white, #FFFFFF) !important;background:linear-gradient(135deg, var(--color-primary, #0D47A1) 0%, var(--color-primary-dark, #01579B) 100%) !important;border:none !important;border-radius:12px !important;text-decoration:none !important;cursor:pointer !important;transition:all .2s ease !important;line-height:1.5 !important}.sterling-cart-summary .wc-proceed-to-checkout .checkout-button:hover,.sterling-cart-summary .wc-proceed-to-checkout .button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(13,71,161,.3)}.sterling-cart-summary .wc-proceed-to-checkout .checkout-button:active,.sterling-cart-summary .wc-proceed-to-checkout .button:active{transform:translateY(0)}.sterling-checkout{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:1440px;margin:0 auto;padding:0 0 20px}@media(min-width: 768px){.sterling-checkout{padding:0 0 30px}}@media(min-width: 1024px){.sterling-checkout{padding:0 0 40px}}.woocommerce-form-coupon-toggle{margin-bottom:24px}.woocommerce-form-coupon-toggle .woocommerce-info{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.woocommerce-form-coupon-toggle .woocommerce-info{padding:32px;border-radius:20px}}.woocommerce-form-coupon-toggle .woocommerce-info{margin:0 !important;color:var(--color-charcoal, #212529);font-size:15px;line-height:1.6}.woocommerce-form-coupon-toggle .woocommerce-info::before{display:none}.woocommerce-form-coupon-toggle .woocommerce-info a{color:var(--color-primary, #0D47A1);text-decoration:none;font-weight:500;transition:color .2s ease}.woocommerce-form-coupon-toggle .woocommerce-info a:hover{color:var(--color-primary-dark, #01579B);text-decoration:underline}.checkout_coupon,.woocommerce-form-coupon,.woocommerce-checkout form.checkout_coupon,form.checkout_coupon{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.checkout_coupon,.woocommerce-form-coupon,.woocommerce-checkout form.checkout_coupon,form.checkout_coupon{padding:32px;border-radius:20px}}.checkout_coupon,.woocommerce-form-coupon,.woocommerce-checkout form.checkout_coupon,form.checkout_coupon{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%) !important;display:none;margin-bottom:32px}.checkout_coupon[style*="display: block"],.woocommerce-form-coupon[style*="display: block"],.woocommerce-checkout form.checkout_coupon[style*="display: block"],form.checkout_coupon[style*="display: block"]{display:flex !important;flex-wrap:wrap;gap:12px;align-items:flex-start}.checkout_coupon .screen-reader-text,.woocommerce-form-coupon .screen-reader-text,.woocommerce-checkout form.checkout_coupon .screen-reader-text,form.checkout_coupon .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.checkout_coupon .form-row,.woocommerce-form-coupon .form-row,.woocommerce-checkout form.checkout_coupon .form-row,form.checkout_coupon .form-row{display:block !important;margin:0 !important;padding:0 !important;float:none !important}.checkout_coupon .form-row.form-row-first,.woocommerce-form-coupon .form-row.form-row-first,.woocommerce-checkout form.checkout_coupon .form-row.form-row-first,form.checkout_coupon .form-row.form-row-first{flex:1;min-width:0}.checkout_coupon .form-row.form-row-last,.woocommerce-form-coupon .form-row.form-row-last,.woocommerce-checkout form.checkout_coupon .form-row.form-row-last,form.checkout_coupon .form-row.form-row-last{flex-shrink:0}.checkout_coupon .clear,.woocommerce-form-coupon .clear,.woocommerce-checkout form.checkout_coupon .clear,form.checkout_coupon .clear{display:none}.checkout_coupon input[type=text],.woocommerce-form-coupon input[type=text],.woocommerce-checkout form.checkout_coupon input[type=text],form.checkout_coupon input[type=text]{width:100%;padding:14px 16px;font-size:15px;color:var(--color-charcoal, #212529);background:var(--color-white, #FFFFFF);border:1.5px solid var(--color-light-gray, #E9ECEF);border-radius:12px;transition:all .2s ease;margin:0;height:48px}.checkout_coupon input[type=text]::-moz-placeholder, .woocommerce-form-coupon input[type=text]::-moz-placeholder, .woocommerce-checkout form.checkout_coupon input[type=text]::-moz-placeholder, form.checkout_coupon input[type=text]::-moz-placeholder{color:var(--color-gray, #6C757D)}.checkout_coupon input[type=text]::placeholder,.woocommerce-form-coupon input[type=text]::placeholder,.woocommerce-checkout form.checkout_coupon input[type=text]::placeholder,form.checkout_coupon input[type=text]::placeholder{color:var(--color-gray, #6C757D)}.checkout_coupon input[type=text]:hover,.woocommerce-form-coupon input[type=text]:hover,.woocommerce-checkout form.checkout_coupon input[type=text]:hover,form.checkout_coupon input[type=text]:hover{border-color:#d1d5db}.checkout_coupon input[type=text]:focus,.woocommerce-form-coupon input[type=text]:focus,.woocommerce-checkout form.checkout_coupon input[type=text]:focus,form.checkout_coupon input[type=text]:focus{outline:none;border-color:var(--color-primary, #0D47A1);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb, 13, 71, 161), 0.1)}.checkout_coupon button,.woocommerce-form-coupon button,.woocommerce-checkout form.checkout_coupon button,form.checkout_coupon button{padding:14px 32px;font-size:15px;font-weight:600;color:var(--color-white, #FFFFFF);background:linear-gradient(135deg, var(--color-primary, #0D47A1) 0%, var(--color-primary-dark, #01579B) 100%);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:160px;height:48px}.checkout_coupon button:hover,.woocommerce-form-coupon button:hover,.woocommerce-checkout form.checkout_coupon button:hover,form.checkout_coupon button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--color-primary-rgb, 13, 71, 161), 0.3)}.checkout_coupon button:active,.woocommerce-form-coupon button:active,.woocommerce-checkout form.checkout_coupon button:active,form.checkout_coupon button:active{transform:translateY(0)}.checkout_coupon button:disabled,.woocommerce-form-coupon button:disabled,.woocommerce-checkout form.checkout_coupon button:disabled,form.checkout_coupon button:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout_coupon .coupon-error-notice,.woocommerce-form-coupon .coupon-error-notice,.woocommerce-checkout form.checkout_coupon .coupon-error-notice,form.checkout_coupon .coupon-error-notice{display:block;width:100%;padding:12px 16px;margin:8px 0 0 0;border-radius:8px;font-size:13px;line-height:1.5;background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.checkout_coupon .has-error,.woocommerce-form-coupon .has-error,.woocommerce-checkout form.checkout_coupon .has-error,form.checkout_coupon .has-error{border-color:#fca5a5 !important}.checkout_coupon .has-error:focus,.woocommerce-form-coupon .has-error:focus,.woocommerce-checkout form.checkout_coupon .has-error:focus,form.checkout_coupon .has-error:focus{border-color:#f87171 !important;box-shadow:0 0 0 4px rgba(252,165,165,.2) !important}.checkout_coupon .woocommerce-error,.checkout_coupon .woocommerce-message,.checkout_coupon .woocommerce-info,.woocommerce-form-coupon .woocommerce-error,.woocommerce-form-coupon .woocommerce-message,.woocommerce-form-coupon .woocommerce-info,.woocommerce-checkout form.checkout_coupon .woocommerce-error,.woocommerce-checkout form.checkout_coupon .woocommerce-message,.woocommerce-checkout form.checkout_coupon .woocommerce-info,form.checkout_coupon .woocommerce-error,form.checkout_coupon .woocommerce-message,form.checkout_coupon .woocommerce-info{width:100%;padding:16px 20px;margin:0 0 12px 0;border-radius:12px;font-size:14px;line-height:1.5;display:block !important}.checkout_coupon .woocommerce-error.woocommerce-error,.checkout_coupon .woocommerce-message.woocommerce-error,.checkout_coupon .woocommerce-info.woocommerce-error,.woocommerce-form-coupon .woocommerce-error.woocommerce-error,.woocommerce-form-coupon .woocommerce-message.woocommerce-error,.woocommerce-form-coupon .woocommerce-info.woocommerce-error,.woocommerce-checkout form.checkout_coupon .woocommerce-error.woocommerce-error,.woocommerce-checkout form.checkout_coupon .woocommerce-message.woocommerce-error,.woocommerce-checkout form.checkout_coupon .woocommerce-info.woocommerce-error,form.checkout_coupon .woocommerce-error.woocommerce-error,form.checkout_coupon .woocommerce-message.woocommerce-error,form.checkout_coupon .woocommerce-info.woocommerce-error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.checkout_coupon .woocommerce-error.woocommerce-message,.checkout_coupon .woocommerce-message.woocommerce-message,.checkout_coupon .woocommerce-info.woocommerce-message,.woocommerce-form-coupon .woocommerce-error.woocommerce-message,.woocommerce-form-coupon .woocommerce-message.woocommerce-message,.woocommerce-form-coupon .woocommerce-info.woocommerce-message,.woocommerce-checkout form.checkout_coupon .woocommerce-error.woocommerce-message,.woocommerce-checkout form.checkout_coupon .woocommerce-message.woocommerce-message,.woocommerce-checkout form.checkout_coupon .woocommerce-info.woocommerce-message,form.checkout_coupon .woocommerce-error.woocommerce-message,form.checkout_coupon .woocommerce-message.woocommerce-message,form.checkout_coupon .woocommerce-info.woocommerce-message{background:#f0fdf4;border:1px solid #86efac;color:#166534}.checkout_coupon .woocommerce-error.woocommerce-info,.checkout_coupon .woocommerce-message.woocommerce-info,.checkout_coupon .woocommerce-info.woocommerce-info,.woocommerce-form-coupon .woocommerce-error.woocommerce-info,.woocommerce-form-coupon .woocommerce-message.woocommerce-info,.woocommerce-form-coupon .woocommerce-info.woocommerce-info,.woocommerce-checkout form.checkout_coupon .woocommerce-error.woocommerce-info,.woocommerce-checkout form.checkout_coupon .woocommerce-message.woocommerce-info,.woocommerce-checkout form.checkout_coupon .woocommerce-info.woocommerce-info,form.checkout_coupon .woocommerce-error.woocommerce-info,form.checkout_coupon .woocommerce-message.woocommerce-info,form.checkout_coupon .woocommerce-info.woocommerce-info{background:#eff6ff;border:1px solid #93c5fd;color:#1e40af}.checkout_coupon .woocommerce-error::before,.checkout_coupon .woocommerce-message::before,.checkout_coupon .woocommerce-info::before,.woocommerce-form-coupon .woocommerce-error::before,.woocommerce-form-coupon .woocommerce-message::before,.woocommerce-form-coupon .woocommerce-info::before,.woocommerce-checkout form.checkout_coupon .woocommerce-error::before,.woocommerce-checkout form.checkout_coupon .woocommerce-message::before,.woocommerce-checkout form.checkout_coupon .woocommerce-info::before,form.checkout_coupon .woocommerce-error::before,form.checkout_coupon .woocommerce-message::before,form.checkout_coupon .woocommerce-info::before{display:none !important}.checkout_coupon .woocommerce-error li,.checkout_coupon .woocommerce-message li,.checkout_coupon .woocommerce-info li,.woocommerce-form-coupon .woocommerce-error li,.woocommerce-form-coupon .woocommerce-message li,.woocommerce-form-coupon .woocommerce-info li,.woocommerce-checkout form.checkout_coupon .woocommerce-error li,.woocommerce-checkout form.checkout_coupon .woocommerce-message li,.woocommerce-checkout form.checkout_coupon .woocommerce-info li,form.checkout_coupon .woocommerce-error li,form.checkout_coupon .woocommerce-message li,form.checkout_coupon .woocommerce-info li{list-style:none;margin:0;padding:0}.checkout_coupon .woocommerce-error ul,.checkout_coupon .woocommerce-message ul,.checkout_coupon .woocommerce-info ul,.woocommerce-form-coupon .woocommerce-error ul,.woocommerce-form-coupon .woocommerce-message ul,.woocommerce-form-coupon .woocommerce-info ul,.woocommerce-checkout form.checkout_coupon .woocommerce-error ul,.woocommerce-checkout form.checkout_coupon .woocommerce-message ul,.woocommerce-checkout form.checkout_coupon .woocommerce-info ul,form.checkout_coupon .woocommerce-error ul,form.checkout_coupon .woocommerce-message ul,form.checkout_coupon .woocommerce-info ul{margin:0;padding:0}@media(max-width: 767px){.checkout_coupon,.woocommerce-form-coupon,.woocommerce-checkout form.checkout_coupon,form.checkout_coupon{padding:20px !important}.checkout_coupon .form-row,.woocommerce-form-coupon .form-row,.woocommerce-checkout form.checkout_coupon .form-row,form.checkout_coupon .form-row{flex-direction:column !important;gap:12px}.checkout_coupon .form-row.form-row-first,.checkout_coupon .form-row.form-row-last,.woocommerce-form-coupon .form-row.form-row-first,.woocommerce-form-coupon .form-row.form-row-last,.woocommerce-checkout form.checkout_coupon .form-row.form-row-first,.woocommerce-checkout form.checkout_coupon .form-row.form-row-last,form.checkout_coupon .form-row.form-row-first,form.checkout_coupon .form-row.form-row-last{width:100% !important}.checkout_coupon input[type=text],.woocommerce-form-coupon input[type=text],.woocommerce-checkout form.checkout_coupon input[type=text],form.checkout_coupon input[type=text]{width:100%}.checkout_coupon button,.woocommerce-form-coupon button,.woocommerce-checkout form.checkout_coupon button,form.checkout_coupon button{width:100%}}.woocommerce-checkout .woocommerce-error,.woocommerce-error[role=alert]{display:block !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;background:linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);border:1.5px solid #fca5a5;border-radius:16px;padding:24px;margin-bottom:32px;color:#991b1b}@media(min-width: 768px){.woocommerce-checkout .woocommerce-error,.woocommerce-error[role=alert]{padding:32px;border-radius:20px}}.woocommerce-checkout .woocommerce-error li,.woocommerce-error[role=alert] li{list-style:none;padding:10px 0;border-bottom:1px solid rgba(252,165,165,.3);font-size:15px;line-height:1.6}.woocommerce-checkout .woocommerce-error li:first-child,.woocommerce-error[role=alert] li:first-child{padding-top:0}.woocommerce-checkout .woocommerce-error li:last-child,.woocommerce-error[role=alert] li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.woocommerce-checkout .woocommerce-error li strong,.woocommerce-error[role=alert] li strong{font-weight:600;color:#7f1d1d}.woocommerce-checkout .woocommerce-error ul,.woocommerce-error[role=alert] ul{margin:0;padding:0}.sterling-checkout-container{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width: 1024px){.sterling-checkout-container{grid-template-columns:1.4fr 1fr;gap:30px}}.sterling-checkout-main{display:flex;flex-direction:column;gap:32px}.sterling-checkout-section{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.sterling-checkout-section{padding:32px;border-radius:20px}}.sterling-section-title{font-size:22px;font-weight:700;color:var(--color-heading, #212529);margin:0 0 20px;letter-spacing:-0.02em}@media(min-width: 768px){.sterling-section-title{font-size:26px}}.sterling-checkout-fields h3{display:none}.sterling-checkout-fields .form-row{margin-bottom:16px;display:block !important;grid-template-columns:none !important}.sterling-checkout-fields label{display:block !important;float:none !important;width:100% !important;font-size:15px;font-weight:500;color:var(--color-gray, #6C757D);margin-bottom:8px}.sterling-checkout-fields input[type=text],.sterling-checkout-fields input[type=email],.sterling-checkout-fields input[type=tel],.sterling-checkout-fields select,.sterling-checkout-fields textarea{width:100%;padding:14px 16px;font-size:16px;color:var(--color-charcoal, #212529);background:var(--color-white, #FFFFFF);border:1.5px solid var(--color-light-gray, #E9ECEF);border-radius:12px;transition:all .2s ease}.sterling-checkout-fields input[type=text]:focus,.sterling-checkout-fields input[type=email]:focus,.sterling-checkout-fields input[type=tel]:focus,.sterling-checkout-fields select:focus,.sterling-checkout-fields textarea:focus{outline:none;border-color:var(--color-primary, #0D47A1);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb, 13, 71, 161), 0.1)}.sterling-checkout-fields select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1.5L6 6.5L11 1.5%27 stroke=%27%2386868b%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px}.sterling-checkout-fields select:hover{border-color:#d1d5db}.sterling-checkout-fields .select2-container{width:100% !important}.sterling-checkout-fields .select2-selection{padding:14px 16px !important;font-size:16px !important;color:var(--color-charcoal, #212529) !important;background:var(--color-white, #FFFFFF) !important;border:1.5px solid var(--color-light-gray, #E9ECEF) !important;border-radius:12px !important;transition:all .2s ease !important;height:auto !important;min-height:48px !important}.sterling-checkout-fields .select2-selection:hover{border-color:#d1d5db !important}.sterling-checkout-fields .select2-selection:focus,.sterling-checkout-fields .select2-selection.select2-selection--single:focus{outline:none !important;border-color:var(--color-primary, #0D47A1) !important;box-shadow:0 0 0 4px rgba(13,71,161,.1) !important}.sterling-checkout-fields .select2-selection--single .select2-selection__rendered{padding:0 !important;line-height:1.5 !important;color:var(--color-charcoal, #212529) !important}.sterling-checkout-fields .select2-selection--single .select2-selection__arrow{height:100% !important;right:16px !important;top:0 !important}.sterling-checkout-fields .select2-selection--single .select2-selection__arrow b{border-color:#86868b rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) !important;border-width:6px 5px 0 5px !important;margin-top:-3px !important}@media(min-width: 1024px){.sterling-checkout-sidebar{position:sticky;top:120px;align-self:flex-start}}.sterling-order-summary{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.sterling-order-summary{padding:32px;border-radius:20px}}.sterling-order-summary-title{font-size:20px;font-weight:700;color:var(--color-heading, #212529);margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid var(--color-light-gray, #E9ECEF)}.sterling-order-summary .sterling-cart-items{margin-bottom:24px}.sterling-order-summary .sterling-cart-item{display:flex;align-items:flex-start;gap:14px;padding:18px 0;border-bottom:1px solid var(--color-off-white, #F8F9FA)}.sterling-order-summary .sterling-cart-item:first-child{padding-top:0}.sterling-order-summary .sterling-cart-item:last-child{border-bottom:none;padding-bottom:0}.sterling-order-summary .sterling-cart-item-image{position:relative;flex-shrink:0;width:70px;height:70px;border-radius:10px;overflow:visible;background:var(--color-off-white, #F8F9FA)}.sterling-order-summary .sterling-cart-item-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.sterling-order-summary .sterling-cart-item-qty{position:absolute;top:-6px;right:-6px;background:var(--color-charcoal, #212529);color:var(--color-white, #FFFFFF);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:2px solid var(--color-white, #FFFFFF);box-shadow:0 2px 6px rgba(0,0,0,.15)}.sterling-order-summary .sterling-cart-item-details{flex:1;min-width:0}.sterling-order-summary .sterling-cart-item-name{font-size:15px;font-weight:600;color:var(--color-heading, #212529);margin:0 0 6px;line-height:1.4}.sterling-order-summary .sterling-cart-item-price{font-size:16px;font-weight:700;color:var(--color-heading, #212529)}.sterling-order-summary .sterling-order-totals{padding-top:20px;margin-top:20px;border-top:2px solid var(--color-light-gray, #E9ECEF)}.sterling-order-summary .sterling-totals-row{display:flex;justify-content:space-between;padding:10px 0;font-size:15px}.sterling-order-summary .sterling-totals-row.sterling-total{padding:20px 0 0;margin-top:12px;border-top:2px solid var(--color-light-gray, #E9ECEF);font-size:20px;font-weight:700}.sterling-order-summary .sterling-totals-row.sterling-total .sterling-totals-value{color:var(--color-primary, #0D47A1)}.sterling-payment-section{margin-top:28px;padding-top:28px;border-top:2px solid var(--color-light-gray, #E9ECEF)}.sterling-payment-title{font-size:18px;font-weight:700;color:var(--color-heading, #212529);margin:0 0 20px}.woocommerce-checkout .woocommerce-checkout-payment,#payment.woocommerce-checkout-payment{background:none !important;border:none !important;box-shadow:none !important;border-radius:0 !important;padding:0 !important;margin:0 !important}.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order,#payment.woocommerce-checkout-payment .form-row.place-order{display:block !important;width:100%;margin:0 !important;padding:0 !important}.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-notice,#payment.woocommerce-checkout-payment .woocommerce-info,#payment.woocommerce-checkout-payment .woocommerce-notice{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-notice,#payment.woocommerce-checkout-payment .woocommerce-info,#payment.woocommerce-checkout-payment .woocommerce-notice{padding:32px;border-radius:20px}}.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-notice,#payment.woocommerce-checkout-payment .woocommerce-info,#payment.woocommerce-checkout-payment .woocommerce-notice{margin-bottom:20px;color:var(--color-primary, #0D47A1);font-size:15px;line-height:1.6}.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info::before,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-notice::before,#payment.woocommerce-checkout-payment .woocommerce-info::before,#payment.woocommerce-checkout-payment .woocommerce-notice::before{display:none}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods,#payment.woocommerce-checkout-payment .wc_payment_methods{list-style:none;padding:0;margin:0 0 20px}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li,#payment.woocommerce-checkout-payment .wc_payment_methods li{margin-bottom:0;padding:16px 0;background:none;border:none;border-bottom:1px solid var(--color-light-gray, #E9ECEF);border-radius:0;transition:none}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li:last-child,#payment.woocommerce-checkout-payment .wc_payment_methods li:last-child{border-bottom:none}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li:hover,#payment.woocommerce-checkout-payment .wc_payment_methods li:hover{border-color:var(--color-light-gray, #E9ECEF);box-shadow:none}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio],#payment.woocommerce-checkout-payment .wc_payment_methods li input[type=radio]{width:20px;height:20px;margin:0 12px 0 0;cursor:pointer;flex-shrink:0;vertical-align:middle;position:relative;top:-1px}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label,#payment.woocommerce-checkout-payment .wc_payment_methods li label{display:flex;align-items:center;cursor:pointer;font-size:16px;font-weight:600;line-height:1.4;color:var(--color-heading, #212529);padding:0;margin-bottom:0}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box,#payment.woocommerce-checkout-payment .wc_payment_methods .payment_box{padding:12px 0 0 0;margin:0;background:none;border:none}.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box p,#payment.woocommerce-checkout-payment .wc_payment_methods .payment_box p{margin:0;color:var(--color-gray, #6C757D);font-size:14px;line-height:1.6}.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,#payment.woocommerce-checkout-payment .woocommerce-privacy-policy-text,#payment.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{font-size:13px;line-height:1.6;color:var(--color-gray, #6C757D);margin-bottom:20px}.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text a,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a,#payment.woocommerce-checkout-payment .woocommerce-privacy-policy-text a,#payment.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a{color:var(--color-primary, #0D47A1);text-decoration:none;transition:color .2s ease}.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text a:hover,.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a:hover,#payment.woocommerce-checkout-payment .woocommerce-privacy-policy-text a:hover,#payment.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a:hover{color:var(--color-primary-dark, #01579B);text-decoration:underline}.sterling-place-order-btn{width:100%;padding:18px 32px;font-size:17px;font-weight:600;color:var(--color-white, #FFFFFF);background:var(--color-charcoal, #212529) !important;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 8px rgba(33,37,41,.25),0 4px 16px rgba(33,37,41,.15);min-height:56px}.sterling-place-order-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(33,37,41,.3),0 8px 24px rgba(33,37,41,.2);background:#3a3f44 !important}.sterling-place-order-btn:active{transform:translateY(0)}@media(max-width: 1023px){.sterling-checkout-container .sterling-checkout-sidebar{order:-1}}body.woocommerce-order-pay .woocommerce-checkout-wrapper{padding:24px 0 40px}@media(min-width: 768px){body.woocommerce-order-pay .woocommerce-checkout-wrapper{padding:40px 0 60px}}body.woocommerce-order-pay .woocommerce-checkout-wrapper .container{max-width:720px}body.woocommerce-order-pay form#order_review{display:flex;flex-direction:column;gap:24px}body.woocommerce-order-pay table.shop_table{width:100%;border-collapse:separate;border-spacing:0;background:var(--color-white, #FFFFFF);border:1.5px solid var(--color-light-gray, #E9ECEF);border-radius:14px;overflow:hidden;font-size:15px}body.woocommerce-order-pay table.shop_table thead th{padding:14px 16px;background:var(--color-off-white, #F8F9FA);color:var(--color-charcoal, #212529);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid var(--color-light-gray, #E9ECEF)}body.woocommerce-order-pay table.shop_table tbody td,body.woocommerce-order-pay table.shop_table tfoot th,body.woocommerce-order-pay table.shop_table tfoot td{padding:14px 16px;border-bottom:1px solid var(--color-off-white, #F8F9FA);vertical-align:middle}body.woocommerce-order-pay table.shop_table tbody tr:last-child td{border-bottom:1.5px solid var(--color-light-gray, #E9ECEF)}body.woocommerce-order-pay table.shop_table tfoot tr:last-child th,body.woocommerce-order-pay table.shop_table tfoot tr:last-child td{border-bottom:none}body.woocommerce-order-pay table.shop_table tfoot th{font-weight:600;color:var(--color-gray, #6C757D);width:50%}body.woocommerce-order-pay table.shop_table .product-quantity{color:var(--color-gray, #6C757D)}body.woocommerce-order-pay table.shop_table .order-total,body.woocommerce-order-pay table.shop_table tr.order-total th,body.woocommerce-order-pay table.shop_table tr.order-total td{font-size:17px;font-weight:700;color:var(--color-charcoal, #212529)}body.woocommerce-order-pay table.shop_table p{margin:0}body.woocommerce-order-pay ul.wc_payment_methods,body.woocommerce-order-pay ul.payment_methods{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;background:none;border:none;border-radius:0;overflow:visible}body.woocommerce-order-pay ul.wc_payment_methods>li,body.woocommerce-order-pay ul.payment_methods>li{padding:0;margin:0;background:var(--color-white, #FFFFFF);border:1.5px solid var(--color-light-gray, #E9ECEF);border-radius:14px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}body.woocommerce-order-pay ul.wc_payment_methods>li:hover,body.woocommerce-order-pay ul.payment_methods>li:hover{border-color:#cbd5e1}body.woocommerce-order-pay ul.wc_payment_methods>li:has(>input[type=radio]:checked),body.woocommerce-order-pay ul.wc_payment_methods>li:has(>label>input[type=radio]:checked),body.woocommerce-order-pay ul.wc_payment_methods>li.payment_method_active,body.woocommerce-order-pay ul.payment_methods>li:has(>input[type=radio]:checked),body.woocommerce-order-pay ul.payment_methods>li:has(>label>input[type=radio]:checked),body.woocommerce-order-pay ul.payment_methods>li.payment_method_active{border-color:var(--color-primary, #0D47A1);background:linear-gradient(180deg, rgba(13, 71, 161, 0.025) 0%, #FFFFFF 60%);box-shadow:0 0 0 3px rgba(13,71,161,.08)}body.woocommerce-order-pay ul.wc_payment_methods>li::before,body.woocommerce-order-pay ul.payment_methods>li::before{content:none !important}body.woocommerce-order-pay ul.wc_payment_methods>li>label,body.woocommerce-order-pay ul.payment_methods>li>label{display:flex;align-items:center;gap:12px;padding:16px 18px;font-size:15px;font-weight:600;color:var(--color-charcoal, #212529);cursor:pointer;margin:0;width:100%;transition:background .15s ease}body.woocommerce-order-pay ul.wc_payment_methods>li>label:hover,body.woocommerce-order-pay ul.payment_methods>li>label:hover{background:rgba(13,71,161,.025)}body.woocommerce-order-pay ul.wc_payment_methods>li>label img,body.woocommerce-order-pay ul.payment_methods>li>label img{max-height:24px;width:auto;margin-left:auto;opacity:.7}body.woocommerce-order-pay ul.wc_payment_methods>li input[type=radio],body.woocommerce-order-pay ul.payment_methods>li input[type=radio]{width:20px;height:20px;accent-color:var(--color-primary, #0D47A1);margin:0;flex-shrink:0;cursor:pointer}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box,body.woocommerce-order-pay ul.payment_methods>li .payment_box{margin:0;padding:16px 18px 18px;background:var(--color-off-white, #F8F9FA);border:none;border-top:1px solid var(--color-light-gray, #E9ECEF);border-radius:0;font-size:14px;line-height:1.6;color:var(--color-gray, #6C757D)}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box p,body.woocommerce-order-pay ul.payment_methods>li .payment_box p{margin:0 0 8px}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box p:last-child,body.woocommerce-order-pay ul.payment_methods>li .payment_box p:last-child{margin-bottom:0}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box a,body.woocommerce-order-pay ul.payment_methods>li .payment_box a{color:var(--color-primary, #0D47A1);font-weight:500;text-decoration:underline;text-underline-offset:2px}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box .wc-saved-payment-method-tokens,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods,body.woocommerce-order-pay ul.payment_methods>li .payment_box .wc-saved-payment-method-tokens,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box .wc-saved-payment-method-tokens li,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li,body.woocommerce-order-pay ul.payment_methods>li .payment_box .wc-saved-payment-method-tokens li,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li{padding:10px 12px;margin:0;background:#fff;border:1.5px solid var(--color-light-gray, #E9ECEF);border-radius:10px;transition:border-color .15s ease}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li::before,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box .wc-saved-payment-method-tokens li::before,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li::before,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li::before,body.woocommerce-order-pay ul.payment_methods>li .payment_box .wc-saved-payment-method-tokens li::before,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li::before{content:none !important}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li:has(input:checked),body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box .wc-saved-payment-method-tokens li:has(input:checked),body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li:has(input:checked),body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li:has(input:checked),body.woocommerce-order-pay ul.payment_methods>li .payment_box .wc-saved-payment-method-tokens li:has(input:checked),body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li:has(input:checked){border-color:var(--color-primary, #0D47A1);background:rgba(13,71,161,.025)}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li label,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box .wc-saved-payment-method-tokens li label,body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li label,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li label,body.woocommerce-order-pay ul.payment_methods>li .payment_box .wc-saved-payment-method-tokens li label,body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li label{display:inline-flex;align-items:center;gap:10px;font-weight:500;font-size:14px;color:var(--color-charcoal, #212529);margin:0;cursor:pointer}body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li input[type=radio],body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box .wc-saved-payment-method-tokens li input[type=radio],body.woocommerce-order-pay ul.wc_payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li input[type=radio],body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods li input[type=radio],body.woocommerce-order-pay ul.payment_methods>li .payment_box .wc-saved-payment-method-tokens li input[type=radio],body.woocommerce-order-pay ul.payment_methods>li .payment_box ul.woocommerce-SavedPaymentMethods-tokenInput li input[type=radio]{width:18px;height:18px;accent-color:var(--color-primary, #0D47A1)}body.woocommerce-order-pay form#order_review .form-row.place-order,body.woocommerce-order-pay form#order_review #place_order{margin-top:18px}body.woocommerce-order-pay #place_order,body.woocommerce-order-pay button#place_order{width:100%;padding:16px;margin-top:8px;font-size:16px;font-weight:700;color:var(--color-white, #FFFFFF);background:linear-gradient(135deg, var(--color-primary, #0D47A1) 0%, var(--color-primary-dark, #01579B) 100%);border:none;border-radius:12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px rgba(13,71,161,.25)}body.woocommerce-order-pay #place_order:hover,body.woocommerce-order-pay button#place_order:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(13,71,161,.32)}body.woocommerce-order-pay #place_order:active,body.woocommerce-order-pay button#place_order:active{transform:translateY(0)}body.woocommerce-order-pay #place_order:disabled,body.woocommerce-order-pay button#place_order:disabled{opacity:.65;cursor:not-allowed;transform:none}.sterling-pay-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.86);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:sterling-pay-overlay-in .18s ease-out}.sterling-pay-overlay-inner{display:flex;flex-direction:column;align-items:center;gap:18px;padding:32px;text-align:center;max-width:320px}.sterling-pay-overlay-spinner{width:52px;height:52px;border:3px solid hsla(0,0%,100%,.18);border-top-color:#fff;border-radius:50%;animation:sterling-pay-spin .7s linear infinite}.sterling-pay-overlay-text{font-size:17px;font-weight:600;letter-spacing:-0.005em}.sterling-pay-overlay-sub{font-size:14px;color:hsla(0,0%,100%,.72)}@keyframes sterling-pay-overlay-in{from{opacity:0}to{opacity:1}}@keyframes sterling-pay-spin{to{transform:rotate(360deg)}}.woocommerce-account-wrapper{padding:64px 0;background:linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #fafbfc 100%);min-height:60vh}@media(max-width: 768px){.woocommerce-account-wrapper{padding:40px 0}}.woocommerce-account-wrapper .container{max-width:var(--content-width, 1140px);margin:0 auto;padding:0 32px}@media(max-width: 1024px){.woocommerce-account-wrapper .container{padding:0 24px}}@media(max-width: 768px){.woocommerce-account-wrapper .container{padding:0 16px}}.woocommerce::after{content:"";display:table;clear:both}.woocommerce-MyAccount-navigation+.woocommerce-MyAccount-content{overflow:hidden}.woocommerce-MyAccount-navigation{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.woocommerce-MyAccount-navigation{padding:32px;border-radius:20px}}.woocommerce-MyAccount-navigation{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%) !important;padding:0 !important;margin-bottom:32px !important;overflow:hidden;width:280px !important;min-width:280px !important;max-width:280px !important}@media(max-width: 768px){.woocommerce-MyAccount-navigation{width:100% !important;min-width:100% !important;max-width:100% !important;margin-bottom:24px !important}}.woocommerce-MyAccount-navigation ul{list-style:none !important;padding:0 !important;margin:0 !important}.woocommerce-MyAccount-navigation li{margin:0 !important;border-bottom:1px solid #f3f4f6;display:block !important}.woocommerce-MyAccount-navigation li:last-child{border-bottom:none}.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account.is-active a,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a{background:linear-gradient(135deg, #1E293B 0%, #0F172A 100%) !important;color:#fff !important;font-weight:600}.woocommerce-MyAccount-navigation li.is-active a::before,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a::before,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders.is-active a::before,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads.is-active a::before,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address.is-active a::before,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account.is-active a::before,.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a::before{opacity:1;background:#fff}.woocommerce-MyAccount-navigation li a{display:flex !important;align-items:center;padding:16px 24px 16px 27px !important;color:#374151 !important;text-decoration:none !important;font-size:15px !important;font-weight:500 !important;transition:all .2s ease;position:relative;background:rgba(0,0,0,0) !important}.woocommerce-MyAccount-navigation li a::before{content:"";position:absolute;left:3px;top:50%;transform:translateY(-50%);width:3px;height:0;background:#1e293b;opacity:0;transition:all .2s ease}.woocommerce-MyAccount-navigation li a:hover{background:#f9fafb !important;color:#1e293b !important}.woocommerce-MyAccount-navigation li a:hover::before{height:50%;opacity:1}@media(max-width: 768px){.woocommerce-MyAccount-navigation li a{padding:14px 20px 14px 23px !important;font-size:14px !important}}.woocommerce-MyAccount-content{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%);border:1.5px solid var(--color-light-gray, #E9ECEF);box-shadow:0 2px 8px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.woocommerce-MyAccount-content{padding:32px;border-radius:20px}}.woocommerce-MyAccount-content{background:linear-gradient(90deg, rgba(21, 101, 192, 0.04) 0%, var(--color-white, #FFFFFF) 100%) !important}@media(max-width: 768px){.woocommerce-MyAccount-content{padding:24px 20px}}.woocommerce-MyAccount-content h2{font-size:24px;font-weight:700;color:#111827;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}@media(max-width: 768px){.woocommerce-MyAccount-content h2{font-size:20px;margin-bottom:20px}}.woocommerce-MyAccount-content h3{font-size:18px;font-weight:600;color:#374151;margin:24px 0 16px}@media(max-width: 768px){.woocommerce-MyAccount-content h3{font-size:16px}}.woocommerce-MyAccount-content p{color:#6b7280;line-height:1.6;margin-bottom:16px}.woocommerce-MyAccount-content p:first-child{font-size:16px;line-height:1.7}.woocommerce-MyAccount-content p:first-child strong{color:#111827;font-weight:600}.woocommerce-MyAccount-content a{color:#1e293b;text-decoration:none;font-weight:500;transition:color .2s ease}.woocommerce-MyAccount-content a:hover{color:#0f172a;text-decoration:underline}.woocommerce-orders-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:24px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.woocommerce-orders-table thead{background:linear-gradient(180deg, #F9FAFB 0%, #F3F4F6 100%)}.woocommerce-orders-table thead th{padding:16px 20px;text-align:left;font-size:13px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}@media(max-width: 768px){.woocommerce-orders-table thead th{padding:12px 16px;font-size:12px}}.woocommerce-orders-table tbody tr{transition:background-color .2s ease}.woocommerce-orders-table tbody tr:hover{background:#f9fafb}.woocommerce-orders-table tbody tr:not(:last-child) td{border-bottom:1px solid #f3f4f6}.woocommerce-orders-table tbody td{padding:16px 20px;font-size:14px;color:#6b7280}@media(max-width: 768px){.woocommerce-orders-table tbody td{padding:12px 16px;font-size:13px}}.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a{color:#1e293b;font-weight:600;text-decoration:none}.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover{color:#0f172a;text-decoration:underline}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-completed{background:#d1fae5;color:#065f46}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-processing{background:#dbeafe;color:#1e40af}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-on-hold{background:#fef3c7;color:#92400e}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-pending{background:#fee2e2;color:#991b1b}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-cancelled,.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-refunded,.woocommerce-orders-table .woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-failed{background:#f3f4f6;color:#6b7280}.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{text-align:right}.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{display:inline-block;padding:8px 16px;background:#1e293b;color:#fff;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s ease;border:none}.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover{background:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(30,41,59,.2)}@media(max-width: 768px){.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{padding:6px 12px;font-size:12px}}.woocommerce-message{background:#f0f9ff;border-left:4px solid #3b82f6;padding:16px 20px;border-radius:6px;margin-bottom:24px;color:#1e40af;font-size:14px}.woocommerce-message a{color:#1e40af;font-weight:600;text-decoration:none}.woocommerce-message a:hover{text-decoration:underline}.sterling-account-form{display:block}.sterling-account-form .sterling-form-row{margin-bottom:24px}.sterling-account-form .sterling-form-row label{display:block;font-size:15px;font-weight:500;color:#6b7280;margin-bottom:8px}.sterling-account-form .sterling-form-row label .required{color:#dc2626;margin-left:2px}.sterling-account-form .sterling-form-row .sterling-input{width:100%;padding:14px 16px;font-size:16px;color:#212529;background:#fff;border:1.5px solid #e9ecef;border-radius:12px;transition:all .2s ease}.sterling-account-form .sterling-form-row .sterling-input:focus{outline:none;border-color:#0d47a1;box-shadow:0 0 0 4px rgba(13,71,161,.1)}.sterling-account-form .sterling-form-row .sterling-input:hover{border-color:#d1d5db}@media(max-width: 768px){.sterling-account-form .sterling-form-row .sterling-input{font-size:15px;padding:12px 14px}}.sterling-account-form .sterling-form-row .sterling-field-description{display:block;margin-top:8px;font-size:13px;color:#9ca3af;line-height:1.5}.sterling-account-form .sterling-password-fieldset{border:1.5px solid #e9ecef;border-radius:12px;padding:24px;margin-bottom:24px;background:#f9fafb}.sterling-account-form .sterling-password-fieldset legend{font-size:16px;font-weight:600;color:#111827;padding:0 12px}@media(max-width: 768px){.sterling-account-form .sterling-password-fieldset{padding:20px}}.sterling-account-form .sterling-form-actions{margin-top:32px}.sterling-account-form .sterling-submit-button{width:100%;padding:18px 32px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg, #0D47A1 0%, #01579B 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 8px rgba(13,71,161,.25),0 4px 16px rgba(13,71,161,.15);min-height:56px}.sterling-account-form .sterling-submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,71,161,.3),0 8px 24px rgba(13,71,161,.2)}.sterling-account-form .sterling-submit-button:active{transform:translateY(0)}@media(max-width: 768px){.sterling-account-form .sterling-submit-button{font-size:16px;padding:16px 24px;min-height:52px}}.woocommerce-EditAccountForm .woocommerce-form-row{width:100% !important;float:none !important;margin-bottom:24px !important;clear:both !important;position:relative}.woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--first,.woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--last,.woocommerce-EditAccountForm .woocommerce-form-row.woocommerce-form-row--wide{width:100% !important;float:none !important}.woocommerce-EditAccountForm .woocommerce-form-row label{display:block !important;width:100% !important;margin-bottom:8px !important;font-size:14px !important;font-weight:600 !important;color:#374151 !important;float:none !important}.woocommerce-EditAccountForm .woocommerce-form-row label .required{color:#dc2626;margin-left:2px}.woocommerce-EditAccountForm .woocommerce-form-row input[type=text],.woocommerce-EditAccountForm .woocommerce-form-row input[type=email],.woocommerce-EditAccountForm .woocommerce-form-row input[type=password]{width:100% !important;max-width:100% !important;padding:12px 16px !important;border:1px solid #d1d5db !important;border-radius:8px !important;font-size:15px !important;color:#111827 !important;transition:all .2s ease;background:#fff !important;box-sizing:border-box !important;float:none !important}.woocommerce-EditAccountForm .woocommerce-form-row input[type=text]:focus,.woocommerce-EditAccountForm .woocommerce-form-row input[type=email]:focus,.woocommerce-EditAccountForm .woocommerce-form-row input[type=password]:focus{outline:none !important;border-color:#1e293b !important;box-shadow:0 0 0 3px rgba(30,41,59,.1) !important}@media(max-width: 768px){.woocommerce-EditAccountForm .woocommerce-form-row input[type=text],.woocommerce-EditAccountForm .woocommerce-form-row input[type=email],.woocommerce-EditAccountForm .woocommerce-form-row input[type=password]{padding:10px 14px !important;font-size:14px !important}}.woocommerce-EditAccountForm .woocommerce-form-row small{display:block;margin-top:6px;font-size:13px;color:#9ca3af}.woocommerce-EditAccountForm .woocommerce-form-row em{display:block;margin-top:6px;font-size:13px;color:#9ca3af;font-style:normal}.woocommerce-EditAccountForm .clear{clear:both !important;height:0;margin:0}.woocommerce-EditAccountForm fieldset{border:1px solid #e5e7eb !important;border-radius:8px;padding:24px !important;margin-bottom:24px;background:#f9fafb}.woocommerce-EditAccountForm fieldset legend{font-size:16px;font-weight:600;color:#111827;padding:0 8px}@media(max-width: 768px){.woocommerce-EditAccountForm fieldset{padding:20px !important}}.woocommerce-EditAccountForm button[type=submit],.woocommerce-EditAccountForm .woocommerce-Button{background:linear-gradient(135deg, #1E293B 0%, #0F172A 100%) !important;color:#fff !important;padding:14px 32px !important;border:none !important;border-radius:8px !important;font-size:15px !important;font-weight:600 !important;cursor:pointer;transition:all .3s ease;margin-top:8px;display:inline-block}.woocommerce-EditAccountForm button[type=submit]:hover,.woocommerce-EditAccountForm .woocommerce-Button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,41,59,.3)}@media(max-width: 768px){.woocommerce-EditAccountForm button[type=submit],.woocommerce-EditAccountForm .woocommerce-Button{width:100%;padding:12px 24px !important;font-size:14px !important}}.sterling-address-form{display:block}.sterling-address-form .sterling-form-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}@media(max-width: 768px){.sterling-address-form .sterling-form-title{font-size:20px;margin-bottom:20px}}.sterling-address-form .woocommerce-address-fields__field-wrapper{display:block}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row{margin-bottom:24px;display:block !important;width:100% !important;float:none !important;clear:both !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row label{display:block !important;width:100% !important;font-size:15px !important;font-weight:500 !important;color:#6b7280 !important;margin-bottom:8px !important;float:none !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row label .required{color:#dc2626;margin-left:2px}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=text],.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=email],.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=tel],.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row select,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row textarea{width:100% !important;padding:14px 16px !important;font-size:16px !important;color:#212529 !important;background:#fff !important;border:1.5px solid #e9ecef !important;border-radius:12px !important;transition:all .2s ease;box-sizing:border-box !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=text]:focus,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=email]:focus,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=tel]:focus,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row select:focus,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row textarea:focus{outline:none !important;border-color:#0d47a1 !important;box-shadow:0 0 0 4px rgba(13,71,161,.1) !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=text]:hover,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=email]:hover,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=tel]:hover,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row select:hover,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row textarea:hover{border-color:#d1d5db !important}@media(max-width: 768px){.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=text],.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=email],.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row input[type=tel],.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row select,.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row textarea{font-size:15px !important;padding:12px 14px !important}}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1.5L6 6.5L11 1.5%27 stroke=%27%2386868b%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row .select2-container{width:100% !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection{padding:14px 16px !important;font-size:16px !important;color:#212529 !important;background:#fff !important;border:1.5px solid #e9ecef !important;border-radius:12px !important;transition:all .2s ease !important;height:auto !important;min-height:48px !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection:hover{border-color:#d1d5db !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection:focus{outline:none !important;border-color:#0d47a1 !important;box-shadow:0 0 0 4px rgba(13,71,161,.1) !important}.sterling-address-form .woocommerce-address-fields__field-wrapper .form-row .description{display:block;margin-top:8px;font-size:13px;color:#9ca3af;line-height:1.5}.sterling-address-form .woocommerce-address-fields__field-wrapper .clear{display:none}.sterling-address-form .sterling-form-actions{margin-top:32px}.sterling-address-form .sterling-submit-button{width:100%;padding:18px 32px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg, #0D47A1 0%, #01579B 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 2px 8px rgba(13,71,161,.25),0 4px 16px rgba(13,71,161,.15);min-height:56px}.sterling-address-form .sterling-submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,71,161,.3),0 8px 24px rgba(13,71,161,.2)}.sterling-address-form .sterling-submit-button:active{transform:translateY(0)}@media(max-width: 768px){.sterling-address-form .sterling-submit-button{font-size:16px;padding:16px 24px;min-height:52px}}.woocommerce-Addresses .woocommerce-Address{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:24px;margin-bottom:24px}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3{margin:0;font-size:16px;font-weight:600;color:#111827}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit{color:#1e293b;font-size:14px;font-weight:500;text-decoration:none}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:hover{text-decoration:underline}.woocommerce-Addresses .woocommerce-Address address{font-style:normal;line-height:1.7;color:#6b7280;font-size:14px}.woocommerce-MyAccount-downloads table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.woocommerce-MyAccount-downloads table thead{background:linear-gradient(180deg, #F9FAFB 0%, #F3F4F6 100%)}.woocommerce-MyAccount-downloads table thead th{padding:16px 20px;text-align:left;font-size:13px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.woocommerce-MyAccount-downloads table tbody tr:hover{background:#f9fafb}.woocommerce-MyAccount-downloads table tbody tr:not(:last-child) td{border-bottom:1px solid #f3f4f6}.woocommerce-MyAccount-downloads table tbody td{padding:16px 20px;font-size:14px;color:#6b7280}.woocommerce-MyAccount-downloads table tbody td a{color:#1e293b;font-weight:500;text-decoration:none}.woocommerce-MyAccount-downloads table tbody td a:hover{text-decoration:underline}@media(max-width: 768px){.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{width:100%}.woocommerce-orders-table thead{display:none}.woocommerce-orders-table tbody tr{display:block;margin-bottom:16px;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.woocommerce-orders-table tbody td{display:block;text-align:left;padding:8px 0;border:none !important}.woocommerce-orders-table tbody td::before{content:attr(data-title);display:block;font-weight:600;color:#374151;margin-bottom:4px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions{text-align:left;margin-top:12px}.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions .button{width:100%;text-align:center}}@media(min-width: 769px){.woocommerce-MyAccount-navigation{float:left;width:280px;margin-right:40px;margin-bottom:0}.woocommerce-MyAccount-content{overflow:hidden}}
