.shop-hero{position:relative;height:70vh;min-height:500px;display:flex;flex-direction:column;padding:0;background:#1a1a1a;overflow:hidden}.shop-hero-image{position:absolute;inset:0}.shop-hero-image img{width:100%;height:100%;object-fit:cover}.shop-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%)}.shop-hero-content{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:32px}.shop-hero-title{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:#fff;margin:0}.shop-hero .site-nav{position:relative;z-index:2;background:none}.shop-nav-links{display:flex;align-items:center;gap:24px}.shop-nav-links .lang-switcher{margin-left:16px}.shop-nav-link{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.9375rem;transition:color .15s ease}.shop-nav-link:hover,.shop-nav-link.active{color:#fff}.shop-nav-cart{display:flex;align-items:center;gap:4px}.shop-nav-cart .cart-count{background:#c9171e;color:#fff;font-size:.75rem;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.shop-main{background:#f8f7f5;min-height:60vh;padding:32px 0 48px}.shop-container{max-width:1200px;margin:0 auto;padding:0 32px}.woocommerce .button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:12px 24px;background:#c9171e;color:#fff;border:none;border-radius:4px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:all .15s ease}.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#a01118;color:#fff}.woocommerce .button:disabled,.woocommerce .button.disabled,.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button.disabled{opacity:.5;cursor:not-allowed}.woocommerce .button.alt,.woocommerce .button--secondary{background:rgba(0,0,0,0);color:#1a1a1a;border:1px solid rgba(0,0,0,.08)}.woocommerce .button.alt:hover,.woocommerce .button--secondary:hover{border-color:#1a1a1a;background:rgba(0,0,0,0)}.shop-main .form-row{margin-bottom:16px}.shop-main .form-row label{display:block;margin-bottom:4px;font-size:.875rem;font-weight:500;color:#1a1a1a}.shop-main .form-row .required{color:#c9171e}.shop-main input.input-text,.shop-main textarea,.shop-main select{width:100%;height:44px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-size:.9375rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff;transition:border-color .15s ease}.shop-main input.input-text:focus,.shop-main textarea:focus,.shop-main select:focus{outline:none;border-color:#c9171e}.shop-main textarea{height:auto;min-height:100px;resize:vertical}.shop-main .select2-container--default .select2-selection--single{height:44px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:4px}.shop-main .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.4;padding:0}.shop-main .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;right:8px}.shop-main .woocommerce-message,.shop-main .woocommerce-info,.shop-main .woocommerce-error{padding:16px 24px;margin-bottom:24px;border-radius:8px;font-size:.9375rem;border:none}.shop-main .woocommerce-message::before,.shop-main .woocommerce-info::before,.shop-main .woocommerce-error::before{display:none}.shop-main .woocommerce-message{background:rgba(40,167,69,.1);color:#155724}.shop-main .woocommerce-info{background:rgba(201,23,30,.1);color:#1a1a1a}.shop-main .woocommerce-error{background:rgba(220,53,69,.1);color:#721c24;list-style:none}.shop-main h2,.shop-main h3{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-weight:400;color:#1a1a1a}.woocommerce-page .site-footer{margin-top:0}.woocommerce-page .shop-container>.page-content,.woocommerce-page .shop-container>.entry-content>*:not(.woocommerce),.woocommerce-page .shop-container .woocommerce-products-header__title,.woocommerce-page .shop-container .woocommerce-result-count,.woocommerce-page .shop-container .woocommerce-ordering{display:none}.shop-main ul.products{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:24px;list-style:none;padding:0;margin:0}.shop-main ul.products::before,.shop-main ul.products::after{display:none}.shop-main li.product{position:relative;display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .25s ease}.shop-main li.product:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.shop-main li.product{margin:0 !important;padding:0 !important;width:100% !important;float:none !important}.shop-main li.product>*{flex-shrink:0}.shop-main li.product .woocommerce-loop-product__link{display:block;text-decoration:none;color:inherit}.shop-main li.product .product-image-wrapper{position:relative;overflow:hidden}.shop-main li.product .product-image-wrapper img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .4s ease}.shop-main li.product .product-image-wrapper::after{content:attr(data-hover-text);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:rgba(0,0,0,0);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .25s ease;pointer-events:none}.shop-main li.product>.woocommerce-loop-product__link>img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .4s ease}.shop-main li.product:hover .product-image-wrapper img,.shop-main li.product:hover>.woocommerce-loop-product__link>img{transform:scale(1.05)}.shop-main li.product:hover .product-image-wrapper::after{background:rgba(0,0,0,.5);color:#fff}.shop-main li.product .woocommerce-loop-product__title{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:1.125rem;font-weight:400;margin:0;padding:16px 16px 0;color:#1a1a1a}.shop-main li.product .product-short-description{font-size:.8125rem;line-height:1.5;color:#666;margin:0;padding:8px 16px}.shop-main li.product .product-price-row{display:flex;align-items:center;gap:16px;padding:16px;margin-top:auto}.shop-main li.product .price{display:block;font-size:1rem;font-weight:600;color:#c9171e;white-space:nowrap}.shop-main li.product .price del{color:#999;font-weight:400;margin-right:4px;font-size:.875rem}.shop-main li.product .price ins{text-decoration:none}.shop-main li.product .button,.shop-main li.product .add_to_cart_button{flex:1;padding:8px 16px;height:auto;background:#c9171e;color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;text-align:center;text-decoration:none;transition:background .15s ease}.shop-main li.product .button:hover,.shop-main li.product .add_to_cart_button:hover{background:#a01118;color:#fff}.shop-main li.product .added_to_cart{flex:1;padding:8px 16px;height:auto;background:#333;color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;text-align:center;text-decoration:none;transition:background .15s ease}.shop-main li.product .added_to_cart:hover{background:#222;color:#fff}.shop-main li.product .onsale{position:absolute;top:16px;right:16px;background:#c9171e;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;padding:4px 8px;border-radius:4px;z-index:1;min-height:auto;min-width:auto;line-height:1.4}.shop-main li.product.outofstock img{filter:grayscale(50%);opacity:.6}.shop-main li.product.outofstock .price{text-decoration:line-through;color:#999}.shop-main li.product.outofstock .woocommerce-loop-product__title::after{content:none !important}.shop-main li.product .out-of-stock-badge{position:absolute;top:16px;left:16px;background:rgba(0,0,0,.7);color:#fff;font-size:.75rem;font-weight:500;text-transform:uppercase;padding:4px 8px;border-radius:4px;z-index:2}.shop-main .woocommerce-pagination{margin-top:48px;text-align:center}.shop-main .woocommerce-pagination ul{display:inline-flex;gap:8px;list-style:none;padding:0;margin:0;border:none}.shop-main .woocommerce-pagination li{margin:0;border:none}.shop-main .woocommerce-pagination li a,.shop-main .woocommerce-pagination li span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 16px;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-size:.875rem;text-decoration:none;transition:all .15s ease}.shop-main .woocommerce-pagination li a:hover{border-color:#c9171e;color:#c9171e}.shop-main .woocommerce-pagination li span.current{background:#c9171e;border-color:#c9171e;color:#fff}@media(max-width: 768px){.shop-main ul.products{grid-template-columns:repeat(2, 1fr);gap:16px}.shop-main li.product img{height:160px}}@media(max-width: 480px){.shop-main ul.products{grid-template-columns:1fr}}.shop-main .product{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1000px;margin:0 auto}@media(max-width: 768px){.shop-main .product{grid-template-columns:1fr;gap:32px}}.shop-main .woocommerce-product-gallery{position:relative}.shop-main .woocommerce-product-gallery .woocommerce-product-gallery__trigger{display:none}.shop-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0}.shop-main .woocommerce-product-gallery .woocommerce-product-gallery__image{margin-bottom:16px}.shop-main .woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%;height:auto;border-radius:8px}.shop-main .woocommerce-product-gallery .woocommerce-product-gallery__image a{display:block}.shop-main .woocommerce-product-gallery .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:24px 0 0 0}.shop-main .woocommerce-product-gallery .flex-control-thumbs li{width:60px;height:60px;cursor:pointer}.shop-main .woocommerce-product-gallery .flex-control-thumbs li img{width:100%;height:100%;object-fit:cover;border-radius:4px;opacity:.6;transition:opacity .15s ease}.shop-main .woocommerce-product-gallery .flex-control-thumbs li img:hover,.shop-main .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{opacity:1}.shop-main .summary .product_title{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:2rem;font-weight:400;margin:0 0 16px;color:#1a1a1a}.shop-main .summary .price{font-size:1.5rem;font-weight:600;color:#c9171e;margin-bottom:24px}.shop-main .summary .price del{color:#999;font-weight:400;font-size:1.125rem}.shop-main .summary .price ins{text-decoration:none}.shop-main .summary .woocommerce-product-details__short-description{margin-bottom:24px;color:#666;line-height:1.6}.shop-main .summary .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.shop-main .cart{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.shop-main .cart .quantity .qty{width:80px;height:44px;text-align:center;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-size:1rem}.shop-main .cart .single_add_to_cart_button{flex:1;min-width:200px;height:auto;padding:16px 32px;background:#c9171e;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background .15s ease}.shop-main .cart .single_add_to_cart_button:hover{background:#a01118;color:#fff}.shop-main .product_meta{padding-top:24px;border-top:1px solid rgba(0,0,0,.08);font-size:.875rem;color:#666}.shop-main .product_meta>span{display:block;margin-bottom:8px}.shop-main .product_meta>span:last-child{margin-bottom:0}.shop-main .product_meta a{color:#c9171e;text-decoration:none}.shop-main .product_meta a:hover{text-decoration:underline}.shop-main .woocommerce-tabs{grid-column:1/-1;margin-top:32px}.shop-main .woocommerce-tabs .wc-tabs-wrapper{border:none;margin:0;padding:0}.shop-main .woocommerce-tabs ul.tabs{display:flex;gap:8px;list-style:none;padding:0;margin:0 0 24px;border-bottom:1px solid rgba(0,0,0,.08)}.shop-main .woocommerce-tabs ul.tabs::before{display:none}.shop-main .woocommerce-tabs ul.tabs li{margin:0;padding:0;background:none;border:none;border-radius:0}.shop-main .woocommerce-tabs ul.tabs li::before,.shop-main .woocommerce-tabs ul.tabs li::after{display:none}.shop-main .woocommerce-tabs ul.tabs li a{display:block;padding:16px 24px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;color:#666;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px;transition:all .15s ease}.shop-main .woocommerce-tabs ul.tabs li a:hover{color:#1a1a1a}.shop-main .woocommerce-tabs ul.tabs li.active a{color:#1a1a1a;border-bottom-color:#c9171e}.shop-main .woocommerce-tabs .panel>h2:first-child{display:none}.shop-main .woocommerce-tabs .panel{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.8;color:#1a1a1a}.shop-main .woocommerce-tabs .panel p{margin-bottom:24px;line-height:1.8}.shop-main .woocommerce-tabs .panel p:last-child{margin-bottom:0}.shop-main .woocommerce-tabs .panel h2,.shop-main .woocommerce-tabs .panel h3,.shop-main .woocommerce-tabs .panel h4{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-weight:400;margin:32px 0 16px;color:#1a1a1a}.shop-main .woocommerce-tabs .panel h2:first-child,.shop-main .woocommerce-tabs .panel h3:first-child,.shop-main .woocommerce-tabs .panel h4:first-child{margin-top:0}.shop-main .woocommerce-tabs .panel h2{font-size:1.5rem}.shop-main .woocommerce-tabs .panel h3{font-size:1.25rem}.shop-main .woocommerce-tabs .panel ul,.shop-main .woocommerce-tabs .panel ol{margin:24px 0;padding-left:1.5rem}.shop-main .woocommerce-tabs .panel li{margin-bottom:8px;line-height:1.7}.shop-main .woocommerce-tabs .panel a{color:#c9171e;text-decoration:underline;text-underline-offset:2px}.shop-main .woocommerce-tabs .panel a:hover{opacity:.8}.shop-main .woocommerce-tabs .panel strong{font-weight:600}.shop-main .woocommerce-tabs ul.tabs li:only-child a{color:#1a1a1a;border-bottom-color:#c9171e}.shop-main .related.products{grid-column:1/-1;margin-top:48px;padding-top:32px;border-top:1px solid rgba(0,0,0,.08)}.shop-main .related.products>h2{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:1.5rem;margin:0 0 32px}.shop-main .woocommerce-cart-form{margin-bottom:32px}.shop-main table.shop_table.cart{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);display:table}.shop-main table.shop_table.cart thead{display:table-header-group}.shop-main table.shop_table.cart tbody{display:table-row-group}.shop-main table.shop_table.cart tr{display:table-row}.shop-main table.shop_table.cart th,.shop-main table.shop_table.cart td{display:table-cell}.shop-main table.shop_table.cart thead tr{background:#f5f4f2}.shop-main table.shop_table.cart thead th{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;padding:16px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.shop-main table.shop_table.cart thead th.product-name{text-align:left}.shop-main table.shop_table.cart thead th.product-price,.shop-main table.shop_table.cart thead th.product-quantity,.shop-main table.shop_table.cart thead th.product-subtotal{text-align:center}.shop-main table.shop_table.cart tbody td{padding:24px;border-bottom:1px solid rgba(0,0,0,.08);vertical-align:middle}.shop-main table.shop_table.cart .product-remove{width:50px;text-align:center;padding:16px}.shop-main table.shop_table.cart .product-remove a.remove{color:#999;font-size:1.5rem;text-decoration:none;transition:color .15s ease}.shop-main table.shop_table.cart .product-remove a.remove:hover{color:#c00}.shop-main table.shop_table.cart .product-thumbnail{width:100px;padding:16px}.shop-main table.shop_table.cart .product-thumbnail img{width:80px;height:80px;object-fit:cover;border-radius:4px}.shop-main table.shop_table.cart .product-name{text-align:left}.shop-main table.shop_table.cart .product-name a{color:#1a1a1a;font-weight:500;text-decoration:none}.shop-main table.shop_table.cart .product-name a:hover{color:#c9171e}.shop-main table.shop_table.cart .product-price{text-align:center;font-weight:500}.shop-main table.shop_table.cart .product-quantity{text-align:center}.shop-main table.shop_table.cart .product-quantity input.qty{width:70px;height:44px;padding:8px;border:1px solid rgba(0,0,0,.08);border-radius:4px;text-align:center;font-size:1rem}.shop-main table.shop_table.cart .product-subtotal{text-align:center;font-weight:500}.shop-main table.shop_table td.actions{padding:24px;background:#f5f4f2}.shop-main table.shop_table td.actions::after{content:"";display:table;clear:both}.shop-main .coupon{display:flex;gap:16px;align-items:center;float:left}.shop-main .coupon label{display:none}.shop-main .coupon input.input-text{padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-size:.9375rem;min-width:180px}.shop-main .coupon input.input-text:focus{outline:none;border-color:#c9171e}.shop-main .coupon button{height:44px;padding:12px 24px;background:#c9171e;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.shop-main .coupon button:hover{background:#a01118}.shop-main button[name=update_cart]{float:right;height:44px;padding:12px 24px;background:rgba(0,0,0,0);color:#666;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.shop-main button[name=update_cart]:hover:not(:disabled){border-color:#1a1a1a;color:#1a1a1a}.shop-main button[name=update_cart]:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.shop-main .cart-collaterals{margin-top:32px}.shop-main .cart-collaterals::after{content:"";display:table;clear:both}.shop-main .cart_totals{width:100%}.shop-main .cart_totals>h2{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:1.25rem;font-weight:400;margin:0 0 24px}.shop-main .cart_totals table{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}.shop-main .cart_totals table th,.shop-main .cart_totals table td{padding:24px;border-bottom:1px solid rgba(0,0,0,.08)}.shop-main .cart_totals table th{text-align:left;font-weight:500}.shop-main .cart_totals table td{text-align:right}.shop-main .cart_totals table tr:last-child th,.shop-main .cart_totals table tr:last-child td{border-bottom:none}.shop-main .cart_totals table .order-total th,.shop-main .cart_totals table .order-total td{font-size:1.25rem;font-weight:600;padding-top:24px}.shop-main .cart_totals table .order-total .amount{color:#c9171e}.shop-main .wc-proceed-to-checkout{margin-top:24px;margin-bottom:32px}.shop-main .wc-proceed-to-checkout a.checkout-button{display:block;width:100%;height:auto !important;padding:24px 32px;background:#c9171e;color:#fff;text-align:center;text-decoration:none;font-size:1rem;font-weight:600;border-radius:4px;transition:all .15s ease}.shop-main .wc-proceed-to-checkout a.checkout-button:hover{background:#a01118}.shop-main .cart-empty{text-align:center;padding:48px 0}.shop-main .cart-empty.woocommerce-info{background:rgba(0,0,0,0);font-size:1.25rem;color:#666}.shop-main .return-to-shop{margin-top:32px;text-align:center}.shop-main .return-to-shop a{display:inline-block;padding:16px 32px;background:#c9171e;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .15s ease}.shop-main .return-to-shop a:hover{background:#a01118}@media(max-width: 768px){.shop-main table.shop_table.cart .product-price{display:none}.shop-main table.shop_table.cart td,.shop-main table.shop_table.cart th{padding:16px}.shop-main .coupon{float:none;width:100%;margin-bottom:16px}.shop-main .coupon input.input-text{flex:1;min-width:0}.shop-main button[name=update_cart]{float:none;width:100%}}.shop-main form.woocommerce-checkout{max-width:600px;margin:0 auto}.shop-main .woocommerce-form-login-toggle,.shop-main .woocommerce-form-coupon-toggle{text-align:center;margin-bottom:32px}.shop-main .woocommerce-form-login-toggle .woocommerce-info,.shop-main .woocommerce-form-coupon-toggle .woocommerce-info{display:inline !important;background:rgba(0,0,0,0) !important;border:none !important;padding:0 !important;margin:0 !important;font-size:.875rem;color:#666}.shop-main .woocommerce-form-login-toggle .woocommerce-info a,.shop-main .woocommerce-form-coupon-toggle .woocommerce-info a{color:#c9171e;text-decoration:underline}.shop-main .woocommerce-form-login-toggle .woocommerce-info::before,.shop-main .woocommerce-form-coupon-toggle .woocommerce-info::before{display:none !important}.shop-main #customer_details .col-1,.shop-main #customer_details .col-2{width:100% !important;float:none !important;padding:0 !important;margin:0 0 24px 0 !important}.shop-main .woocommerce-billing-fields h3,.shop-main .woocommerce-shipping-fields h3,.shop-main .woocommerce-additional-fields h3{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:1.25rem;font-weight:400;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.08);color:#1a1a1a}.shop-main #order_review_heading{font-family:var(--font-serif, "Cormorant Garamond", Georgia, serif);font-size:1.25rem;font-weight:400;margin:24px 0 16px;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.08);color:#1a1a1a}.shop-main .woocommerce-billing-fields__field-wrapper,.shop-main .woocommerce-shipping-fields__field-wrapper{display:block}.shop-main .form-row{margin-bottom:16px;padding:0}.shop-main .form-row.form-row-first,.shop-main .form-row.form-row-last{width:48% !important;float:left !important;margin:0 0 16px 0 !important;padding:0 !important}.shop-main .form-row.form-row-first{margin-right:4% !important}.shop-main .form-row.form-row-wide{width:100% !important;float:none !important;clear:both}.shop-main .form-row label{display:block;margin-bottom:4px;font-size:.875rem;font-weight:500;color:#1a1a1a;text-transform:none;letter-spacing:0}.shop-main .form-row .required{color:#c9171e}.shop-main .form-row input.input-text,.shop-main .form-row textarea,.shop-main .form-row select{width:100%;height:44px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-size:.9375rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff;transition:border-color .15s ease}.shop-main .form-row input.input-text:focus,.shop-main .form-row textarea:focus,.shop-main .form-row select:focus{outline:none;border-color:#c9171e}.shop-main .form-row textarea{height:auto;min-height:100px;resize:vertical;line-height:1.6}.shop-main .select2-container--default .select2-selection--single{height:44px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:4px}.shop-main .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.4;padding:0}.shop-main .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;right:8px}.shop-main .woocommerce-checkout-review-order{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:24px 32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.shop-main .woocommerce-checkout-review-order-table{width:100%;margin-bottom:16px;border-collapse:collapse}.shop-main .woocommerce-checkout-review-order-table th,.shop-main .woocommerce-checkout-review-order-table td{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:.875rem}.shop-main .woocommerce-checkout-review-order-table th:last-child,.shop-main .woocommerce-checkout-review-order-table td:last-child{text-align:right}.shop-main .woocommerce-checkout-review-order-table tfoot .order-total th,.shop-main .woocommerce-checkout-review-order-table tfoot .order-total td{font-size:1.125rem;font-weight:600;padding-top:16px}.shop-main .woocommerce-checkout-review-order-table .amount{color:#c9171e}.shop-main .woocommerce-checkout-payment{background:#f5f4f2;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:16px 24px}.shop-main .wc_payment_methods{list-style:none;padding:8px 16px;margin:0 0 8px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:4px}.shop-main .wc_payment_method{padding:16px 0;border:none;margin:0;list-style:none}.shop-main .wc_payment_method>input[type=radio]{position:absolute;opacity:0;width:0;height:0}.shop-main .wc_payment_method>input[type=radio]+label{position:relative;padding-left:28px;cursor:pointer;font-weight:500;font-size:.9375rem;display:flex;align-items:center;gap:8px}.shop-main .wc_payment_method>input[type=radio]+label::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid rgba(0,0,0,.08);border-radius:50%;background:#fff;transition:all .15s ease}.shop-main .wc_payment_method>input[type=radio]+label::after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#c9171e;opacity:0;transition:opacity .15s ease}.shop-main .wc_payment_method>input[type=radio]:checked+label::before{border-color:#c9171e}.shop-main .wc_payment_method>input[type=radio]:checked+label::after{opacity:1}.shop-main .wc_payment_method>input[type=radio]:focus+label::before{box-shadow:0 0 0 2px rgba(201,23,30,.2)}.shop-main .wc_payment_method .stripe-cards-icon,.shop-main .wc_payment_method .stripe-icon{height:20px;margin-left:auto}.shop-main .payment_box{padding:24px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;margin-top:16px;margin-left:28px}.shop-main .payment_box::before{display:none}.shop-main .payment_box .woocommerce-SavedPaymentMethods{list-style:none;padding:0;margin:0 0 16px}.shop-main .payment_box .woocommerce-SavedPaymentMethods li{margin:0;padding:0}.shop-main .payment_box .woocommerce-SavedPaymentMethods li label{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:.875rem;color:#1a1a1a;cursor:pointer}.shop-main .payment_box .wc-upe-form,.shop-main .payment_box .wc-payment-form{border:none !important;padding:0 !important;margin:0 !important;background:rgba(0,0,0,0) !important}.shop-main .payment_box .wc-upe-form fieldset,.shop-main .payment_box .wc-payment-form fieldset{border:none !important;padding:0 !important;margin:0 !important;background:rgba(0,0,0,0) !important}.shop-main .payment_box .wc-stripe-upe-element{background:rgba(0,0,0,0);border:none;padding:0;margin:0;min-height:auto}.shop-main .payment_box hr,.shop-main .payment_box [class*=divider],.shop-main .payment_box [class*=Divider],.shop-main .payment_box [class*=separator],.shop-main .payment_box [class*=Separator]{margin:24px 0 !important;border:none;border-top:1px solid rgba(0,0,0,.08)}.shop-main .payment_box [class*=LinkAuth],.shop-main .payment_box [class*=link-auth],.shop-main .payment_box .StripeElement--link{padding:16px 0}.shop-main .payment_box>fieldset:last-of-type{border:none !important;padding:0 !important;margin:16px 0 0 !important;background:rgba(0,0,0,0) !important}.shop-main .payment_box .woocommerce-SavedPaymentMethods-saveNew,.shop-main .payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew{margin:16px 0 0;padding:16px 0 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:none;border-left:none;border-right:none;background:rgba(0,0,0,0)}.shop-main .payment_box .woocommerce-SavedPaymentMethods-saveNew label,.shop-main .payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew label{display:flex;align-items:flex-start;gap:8px;font-size:.8125rem;color:#666;cursor:pointer;font-weight:400}.shop-main .payment_box .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox],.shop-main .payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]{margin-top:2px;flex-shrink:0}.shop-main .payment_box>p{font-size:.8125rem;line-height:1.6;color:#666;margin:0}.shop-main .place-order{padding-top:16px}.shop-main #place_order{width:100%;height:auto;padding:24px 32px;background:#c9171e;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .15s ease}.shop-main #place_order:hover{background:#a01118}@media(max-width: 480px){.shop-main .form-row.form-row-first,.shop-main .form-row.form-row-last{width:100% !important;float:none !important;margin-right:0 !important}.shop-main .woocommerce-checkout-review-order{padding:16px}}/*# sourceMappingURL=woocommerce.css.map */
