:root{--primary:#2c5f2d;--primary-dark:#1f4720;--primary-light:#4a7c45;--secondary:#d4a373;--dark:#1a1e24;--gray:#6c757d;--light-gray:#f8f9fa;--border:#e9ecef;--white:#fff;--shadow:0 4px 6px #00000012;--shadow-lg:0 10px 25px #0000001a;--transition:all .3s ease}body{color:var(--dark);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.container{max-width:1280px;margin:0 auto}.section-title{margin-bottom:.5rem;font-size:2rem}.section-subtitle{color:var(--gray);font-size:1rem}.header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo i{font-size:1.8rem}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--dark);transition:var(--transition);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;display:flex}.nav-link:hover,.nav-link.active{color:var(--primary)}.header-actions{align-items:center;gap:1rem;display:flex}.cart-icon-btn{cursor:pointer;color:var(--dark);transition:var(--transition);background:0 0;border:none;font-size:1.3rem;position:relative}.cart-icon-btn:hover{color:var(--primary)}.cart-badge{background:var(--primary);color:#fff;border-radius:20px;padding:2px 6px;font-size:.7rem;font-weight:600;position:absolute;top:-8px;right:-12px}.footer{background:var(--dark);color:var(--white);margin-top:auto;padding:3rem 2rem 1rem}.footer-container{max-width:1280px;margin:0 auto}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--gray);transition:var(--transition);text-decoration:none}.footer-section a:hover{color:var(--primary-light)}.social-links{gap:1rem;margin-top:1rem;display:flex}.social-links a{width:35px;height:35px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background:var(--primary);color:#fff}.contact-info li{align-items:center;gap:.5rem;display:flex}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{border:none;border-radius:8px;flex:1;padding:.5rem}.newsletter-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem}.footer-bottom{text-align:center;color:var(--gray);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.85rem}.footer-credit{margin-top:.5rem;font-size:.75rem}.products-section{background:var(--gray-50);padding:60px 0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{color:var(--gray-900);margin-bottom:8px;font-size:36px;font-weight:700}.section-header p{color:var(--gray-600);font-size:18px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(400px,300px));justify-content:center;gap:32px;display:grid}.product-card-wrapper{cursor:pointer;height:100%}.product-card{box-shadow:var(--shadow-md);background:#fff;border-radius:12px;flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-card__image{aspect-ratio:1;background:var(--gray-100);flex-shrink:0;position:relative;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__svg{justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex}.product-card__badge{background:var(--secondary);color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:1;box-shadow:var(--shadow-sm);border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;position:absolute;top:12px;right:12px}.product-card__info{flex-direction:column;flex:1;padding:20px;display:flex}.product-card__title{color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__description{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 16px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__meta{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);color:var(--gray-600);gap:16px;margin-bottom:16px;padding:8px 0;font-size:12px;display:flex}.product-card__moq,.product-card__time{align-items:center;gap:6px;display:flex}.product-card__moq i,.product-card__time i{color:var(--primary);width:14px;font-size:12px}.product-card__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;display:flex}.product-card__price{color:var(--primary);font-size:24px;font-weight:700;line-height:1}.product-card__btn{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.product-card__btn i{font-size:13px}.product-card__btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.product-card__btn:active:not(:disabled){transform:translateY(0)}.product-card__btn:disabled{background:var(--gray-400);cursor:not-allowed;opacity:.7}.product-card__variants{color:var(--gray-500);align-items:center;gap:6px;margin-top:8px;font-size:12px;display:flex}.product-card__variants i{font-size:11px}.features{background:var(--light-gray);padding:4rem 2rem}.features-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature i{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.feature h3{margin-bottom:.5rem}.feature p{color:var(--gray)}.modal-overlay{z-index:300;background:#00000080;position:fixed;inset:0}.checkout-modal{background:var(--white);z-index:301;opacity:0;border-radius:24px;width:90%;max-width:600px;max-height:85vh;transition:all .3s;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)scale(.95)}.checkout-modal[style*="display: block"]{opacity:1;transform:translate(-50%,-50%)scale(1)}.modal-header{border-bottom:1px solid var(--border);background:var(--white);justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.modal-close{cursor:pointer;background:0 0;border:none;font-size:1.2rem}.checkout-form{padding:1.5rem}.order-summary{background:var(--light-gray);border-radius:12px;margin:1rem 0;padding:1rem}.summary-item{border-bottom:1px solid var(--border);justify-content:space-between;padding:.5rem 0;display:flex}.summary-total{justify-content:space-between;margin-top:.5rem;padding-top:.5rem;font-size:1.1rem;display:flex}.payment-info{background:#fff3e0;border-radius:12px;margin:1rem 0;padding:1rem;font-size:.85rem}.btn-submit-order{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:600}.cart-overlay{z-index:998;background:#00000080;position:fixed;inset:0}.cart-drawer{z-index:999;background:#fff;flex-direction:column;width:450px;max-width:90vw;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-5px 0 20px #0000001a}.cart-drawer.open{transform:translate(0)}.cart-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h3{color:#1f2937;margin:0;font-size:1.25rem;font-weight:600}.cart-header h3 span{color:#6b7280;font-size:.875rem;font-weight:400}.close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.close-btn:hover{color:#1f2937;background:#f3f4f6}.cart-items-container{background:#f9fafb;flex:1;overflow-y:auto}.cart-items{flex-direction:column;gap:1rem;padding:1rem;display:flex}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000d}.item-details{flex:1}.item-details h4{color:#1f2937;margin:0 0 .25rem;font-size:.875rem;font-weight:600}.item-size{color:#6b7280;margin:0 0 .5rem;font-size:.75rem}.item-price{color:#2c5f2d;margin:0;font-size:.875rem;font-weight:600}.item-controls{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.quantity-control{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.qty-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.qty-btn:hover{background:#e5e7eb}.qty-num{text-align:center;color:#1f2937;min-width:24px;font-size:.875rem;font-weight:500}.remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;font-size:.875rem;transition:all .2s}.remove-btn:hover{background:#fee2e2}.empty-cart{text-align:center;background:#f9fafb;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;padding:2rem;display:flex}.empty-cart i{color:#d1d5db;margin-bottom:1rem;font-size:4rem}.empty-cart p{color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.continue-shop-btn{color:#fff;cursor:pointer;background:#2c5f2d;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .2s}.continue-shop-btn:hover{background:#1f4720}.cart-footer{background:#fff;border-top:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 -2px 10px #0000000d}.cart-total{color:#1f2937;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;display:flex}.cart-total strong{color:#2c5f2d;font-size:1.25rem}.checkout-btn{color:#fff;cursor:pointer;background:#2c5f2d;border:none;border-radius:8px;width:100%;margin-bottom:.75rem;padding:.875rem;font-weight:600;transition:background .2s}.checkout-btn:hover{background:#1f4720}.cart-note{color:#9ca3af;text-align:center;margin:0;font-size:.7rem}.cart-note i{margin-right:.25rem}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-track{background:#f1f1f1}.cart-items-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.cart-items-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.hero{text-align:center;background:linear-gradient(135deg,#f5f7f5 0%,#eef2ee 100%);padding:6rem 2rem}.hero-content h1{color:var(--dark);margin-bottom:1rem;font-size:3rem}.hero-content p{color:var(--gray);margin-bottom:2rem;font-size:1.2rem}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}[x-cloak]{display:none!important}:root{--primary:#2c5f2d;--primary-dark:#1e4420;--primary-light:#4a8e4b;--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--success:#28a745;--danger:#dc3545}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg, var(--gray-50) 0%, #e8f0e8 100%);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:100%}.quote-header{text-align:center;margin-bottom:2.5rem}.quote-header h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.quote-header p{color:var(--gray-600);font-size:1rem}.info-card{text-align:center;background:#fff;border-radius:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000d}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.info-card i{color:var(--primary);margin-bottom:.75rem;font-size:2rem}.info-card h3{color:var(--gray-800);margin-bottom:.25rem;font-size:1rem;font-weight:600}.info-card p{color:var(--gray-500);font-size:.75rem}.quote-form{max-width:100%}.form-group{margin-bottom:1.25rem}.form-group.full-width{grid-column:span 2}.form-group label{color:var(--gray-700);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group label .required{color:var(--danger);margin-left:.25rem}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--gray-200);background:var(--gray-50);border-radius:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:var(--gray-400)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #2c5f2d1a}.form-group input.is-invalid,.form-group select.is-invalid,.form-group textarea.is-invalid{border-color:var(--danger);background:#dc354505}.form-row{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.product-type-group{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem;display:grid}.product-type-option{cursor:pointer;position:relative}.product-type-option input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;position:absolute}.product-type-option .option-content{border:2px solid var(--gray-200);text-align:center;z-index:0;background:#fff;border-radius:.75rem;padding:1rem;transition:all .2s;position:relative}.product-type-option .option-content i{color:var(--gray-500);margin-bottom:.5rem;font-size:1.5rem;display:block}.product-type-option .option-content span{color:var(--gray-700);margin-bottom:.25rem;font-weight:600;display:block}.product-type-option .option-content small{color:var(--gray-500);font-size:.7rem}.product-type-option.active .option-content{border-color:var(--primary);background:#e8f5e9}.product-type-option.active .option-content i{color:var(--primary)}.product-type-option.active .option-content span{color:var(--primary-dark)}.finishing-options-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem;display:grid}.finishing-option{border:1.5px solid var(--gray-200);cursor:pointer;background:var(--gray-50);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.finishing-option:hover{border-color:var(--primary);background:#fff}.finishing-option.checked{border-color:var(--primary);background:#2c5f2d0d}.finishing-option input{cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.finishing-option span{color:var(--gray-700);flex:1;font-size:.875rem;font-weight:500}.form-hint{color:var(--gray-500);margin-top:.5rem;font-size:.7rem;display:block}.form-hint i{color:var(--primary);margin-right:.25rem}.invalid-feedback{color:var(--danger);align-items:center;gap:.25rem;margin-top:.375rem;font-size:.7rem;display:flex}.btn-submit-quote{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.btn-submit-quote:disabled{opacity:.7;cursor:not-allowed;transform:none}.alert{border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.875rem;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-success{color:#155724;border-left:4px solid var(--success);background:#d4edda}.alert-error{color:#721c24;border-left:4px solid var(--danger);background:#f8d7da}@media (width<=768px){.quote-page{padding:1rem}.quote-header h1{font-size:1.5rem}.quote-info{grid-template-columns:1fr;gap:1rem}.quote-form-wrapper{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.product-type-group,.finishing-options-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}}.quote-page{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.quote-form-wrapper{background:#fff;border-radius:1.25rem;padding:1.75rem;box-shadow:0 4px 20px #0000000f}.btn-submit-quote{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:auto;min-width:200px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-submit-quote:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2c5f2d40}.quote-form{flex-direction:column;display:flex}.btn-submit-quote{align-self:center}.quote-info{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.info-card{text-align:center;background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000000d}.info-card i{margin-bottom:.5rem;font-size:1.5rem}.info-card h3{margin-bottom:.25rem;font-size:.875rem}.info-card p{font-size:.7rem}.product-type-group{gap:.75rem}.product-type-option .option-content{padding:.75rem}.product-type-option .option-content i{margin-bottom:.25rem;font-size:1.25rem}.product-type-option .option-content span{margin-bottom:.125rem;font-size:.875rem}.finishing-options-grid{gap:.5rem}.finishing-option{padding:.5rem .75rem}.finishing-option span{font-size:.8rem}@media (width<=768px){.quote-page{padding:1rem}.quote-form-wrapper{padding:1.25rem}.btn-submit-quote{width:100%;min-width:auto}}.product-details-page{background:#fff;min-height:calc(100vh - 200px);padding:2rem 0}.product-main{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.product-gallery{position:sticky;top:2rem}.main-image{background:#f8f9fa;border-radius:1rem;justify-content:center;align-items:center;min-height:400px;display:flex;overflow:hidden}.main-image img{object-fit:contain;max-width:100%;height:auto}.svg-product-container{width:100%;padding:1rem}.svg-wrapper{cursor:pointer;justify-content:center;align-items:center;display:flex}.svg-wrapper svg{width:100%;height:auto;max-height:500px}.svg-instruction{text-align:center;color:#2c5f2d;background:#e8f5e9;border-radius:.5rem;margin-top:1rem;padding:.75rem;font-size:.875rem}.svg-instruction i{margin-right:.5rem}.product-info-details{flex-direction:column;gap:1.5rem;display:flex}.product-info-details h1{color:#1a1e24;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.product-price-large{color:#2c5f2d;align-items:baseline;gap:.25rem;font-size:2rem;font-weight:700;display:flex}.product-price-large span:first-child{font-size:1.5rem}.color-customization{background:#f8f9fa;border-radius:1rem;margin-top:1rem;padding:1.5rem}.customization-header{border-bottom:2px solid #e9ecef;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.customization-header h3{color:#1a1e24;margin:0;font-size:1.125rem;font-weight:600}.reset-colors-btn{color:#6c757d;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.reset-colors-btn:hover{color:#fff;background:#dc3545;border-color:#dc3545}.reset-colors-btn i{font-size:.875rem}.preset-colors{margin-bottom:1rem}.preset-colors label{color:#495057;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:block}.color-options{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.color-option{cursor:pointer;transition:all .2s;position:relative}.color-option.preset{cursor:pointer;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;padding:0;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.color-option.preset:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.color-name{white-space:nowrap;color:#fff;pointer-events:none;z-index:10;background:#000000e6;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;display:none;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}.color-option.preset:hover .color-name{display:block}.color-hint{color:#6c757d;background:#e9ecef;border-radius:.5rem;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}.color-hint i{color:#2c5f2d;font-size:1rem}.color-feedback{z-index:9999;animation:.3s slideInRight,.3s 2.7s forwards fadeOut;position:fixed;bottom:2rem;right:2rem}.color-feedback-content{border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;display:flex;box-shadow:0 4px 12px #00000026}.color-feedback-content i{font-size:1rem}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@media (width<=768px){.product-main{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.product-info-details h1,.product-price-large{font-size:1.5rem}.color-option.preset{width:2.5rem;height:2.5rem}.customization-header h3{font-size:1rem}.reset-colors-btn{padding:.375rem .75rem;font-size:.75rem}}.color-option:focus-visible,.reset-colors-btn:focus-visible{outline-offset:2px;outline:2px solid #2c5f2d}@media print{.color-customization,.svg-instruction,.color-hint,.reset-colors-btn{display:none}.product-main{grid-template-columns:1fr}}
