﻿/** * Serviaceros â€” Producto Individual,Checkout,Resultado Webpay,ArtÃ­culos del CajÃ³n de Carrito */ .breadcrumb{background:var(--c-bg-alt,#EFF5F0);padding:var(--space-3,0.75rem) 0;font-size:0.85rem;color:var(--c-text-muted,#6B7280)}.breadcrumb a{color:var(--c-primary,#2E7D32);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep{margin:0 0.4rem;opacity:0.5}.breadcrumb__current{color:var(--c-text,#1F2937);font-weight:600}.single-product{padding-bottom:var(--space-16,4rem)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-10,2.5rem);padding-top:var(--space-8,2rem)}@media (max-width:768px){.product-detail{grid-template-columns:1fr}}.product-detail__mobile-summary{display:none}.product-detail__name--mobile{display:none}.product-detail__image-wrapper{position:relative;background:white;border-radius:var(--radius-lg,12px);overflow:hidden;border:1px solid var(--c-gray-200,#E5E7EB);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-detail__image{width:100%;height:100%;object-fit:contain;padding:var(--space-4,1rem)}.product-detail__image--placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2,0.5rem);color:var(--c-text-muted,#9CA3AF);font-size:0.9rem}.product-detail__badge{position:absolute;top:var(--space-4,1rem);z-index:2;padding:0.3rem 0.75rem;border-radius:20px;font-size:0.8rem;font-weight:700;color:white}.product-detail__badge--offer{left:var(--space-4,1rem);background:var(--c-offer,#FF6B35)}.product-detail__badge--new{right:var(--space-4,1rem);background:var(--c-accent,#4CAF50)}.product-detail__category{display:inline-block;font-size:0.8rem;font-weight:600;color:var(--c-primary,#2E7D32);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:var(--space-2,0.5rem)}.product-detail__name{font-size:1.75rem;font-weight:800;color:var(--c-text,#1F2937);line-height:1.2;margin-bottom:var(--space-2,0.5rem)}.product-detail__sku{font-size:0.85rem;color:var(--c-text-muted,#6B7280);margin-bottom:var(--space-4,1rem)}.product-detail__prices{margin-bottom:var(--space-4,1rem);display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-2,0.5rem)}.product-detail__price-old{font-size:1.1rem;color:var(--c-text-muted,#9CA3AF);text-decoration:line-through}.product-detail__price{font-size:2rem;font-weight:800;color:var(--c-primary,#2E7D32)}.product-detail__price--quote{color:var(--c-offer,#FF6B35);font-size:1.5rem}.product-detail__price--sale{color:#D32F2F}.product-detail__iva{font-size:0.85rem;color:var(--c-text-muted,#6B7280)}.product-detail__price-neto{width:100%;font-size:0.9rem;color:var(--c-text-muted,#6B7280);margin-top:-0.25rem}.product-detail__stock{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.9rem;font-weight:600;padding:0.35rem 0.75rem;border-radius:6px;margin-bottom:var(--space-4,1rem)}.product-detail__stock--available{color:#15803D;background:#DCFCE7}.product-detail__stock--low{color:#B45309;background:#FEF3C7}.product-detail__stock--out{color:#DC2626;background:#FEE2E2}.product-detail__specs{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2,0.5rem);margin-bottom:var(--space-6,1.5rem);padding:var(--space-4,1rem);background:var(--c-bg-alt,#F9FAFB);border-radius:var(--radius-md,8px)}.product-detail__spec{display:flex;flex-direction:column;gap:0.15rem}.product-detail__spec-label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em;color:var(--c-text-muted,#6B7280);font-weight:600}.product-detail__spec-value{font-weight:700;color:var(--c-text,#1F2937)}.product-detail__actions{display:flex;flex-direction:column;gap:var(--space-3,0.75rem);margin-bottom:var(--space-6,1.5rem)}.product-detail__qty-group{display:flex;align-items:center;gap:var(--space-3,0.75rem);margin-bottom:var(--space-2,0.5rem)}.product-detail__qty-group label{font-weight:600;color:var(--c-text,#1F2937)}.product-detail__qty-controls{display:flex;align-items:center;border:2px solid var(--c-gray-200,#E5E7EB);border-radius:8px;overflow:hidden}.product-detail__qty-btn{width:40px;height:40px;border:none;background:var(--c-bg-alt,#F3F4F6);cursor:pointer;font-size:1.2rem;font-weight:700;color:var(--c-text,#1F2937);display:flex;align-items:center;justify-content:center;transition:background 0.15s}.product-detail__qty-btn:hover{background:var(--c-gray-200,#E5E7EB)}.product-detail__qty-input{width:50px;height:40px;border:none;border-left:1px solid var(--c-gray-200,#E5E7EB);border-right:1px solid var(--c-gray-200,#E5E7EB);text-align:center;font-weight:700;font-size:1rem;appearance:textfield;-moz-appearance:textfield}.product-detail__qty-input::-webkit-inner-spin-button,.product-detail__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.btn--block{display:flex;width:100%;justify-content:center;align-items:center;gap:0.5rem}.btn--lg{padding:0.875rem 1.5rem;font-size:1rem;font-weight:700}.btn--whatsapp{background:var(--grad-whatsapp,linear-gradient(135deg,#146B4B 0%,#0F4F44 100%));color:white;border:none;border-radius:var(--radius-md,8px);cursor:pointer;transition:filter 0.2s;text-decoration:none}.btn--whatsapp:hover{filter:brightness(0.92)}.btn-add-cart.is-added{background:var(--c-accent,#4CAF50) !important;pointer-events:none}.product-detail__description{margin-top:var(--space-4,1rem);padding-top:var(--space-4,1rem);border-top:1px solid var(--c-gray-200,#E5E7EB)}.product-detail__description h3{font-size:1.1rem;font-weight:700;margin-bottom:var(--space-3,0.75rem)}.product-detail__content{color:var(--c-text-muted,#4B5563);line-height:1.7}.related-products{margin-top:var(--space-12,3rem);padding-top:var(--space-8,2rem);border-top:1px solid var(--c-gray-200,#E5E7EB)}.products-grid--4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4,1rem);margin-top:var(--space-6,1.5rem)}@media (max-width:1024px){.products-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products-grid--4{grid-template-columns:repeat(2,1fr);gap:0.5rem}}.products-grid--3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4,1rem);margin-top:var(--space-6,1.5rem)}@media (max-width:1024px){.products-grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.products-grid--3{grid-template-columns:repeat(2,1fr);gap:0.5rem}}.shop-filter__toggle,.shop-sidebar-toggle,.shop-active-filter,.shop-pagination a,.checkout-pay-btn{transition:background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease}.shop-filter__toggle:hover,.shop-sidebar-toggle:hover,.shop-active-filter:hover,.shop-pagination a:hover{color:var(--c-primary-dark,#0A3D0C)}.checkout-guest-notice a{color:var(--c-primary);font-weight:600;text-decoration:none}.checkout-guest-notice a:hover{text-decoration:underline}.checkout-empty{text-align:center;padding:var(--space-12,3rem) var(--space-4,1rem);background:var(--c-gray-50,#FAFAF5);border-radius:var(--radius-xl,12px);border:1px solid var(--c-gray-200,#E5E7EB)}.checkout-empty p{font-size:1.1rem;color:var(--c-text-muted,#6B7280);margin-bottom:var(--space-4,1rem)}.checkout-page{padding:var(--space-8,2rem) 0 var(--space-16,4rem)}.checkout-page__title{display:flex;align-items:center;gap:var(--space-3,0.75rem);font-size:1.75rem;font-weight:800;color:var(--c-text,#1F2937);margin-bottom:var(--space-8,2rem)}.checkout-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-8,2rem);align-items:start}@media (max-width:768px){.checkout-grid{grid-template-columns:1fr}}.checkout-section__title{font-size:1.1rem;font-weight:700;color:var(--c-text,#1F2937);margin-bottom:var(--space-4,1rem);padding-bottom:var(--space-2,0.5rem);border-bottom:2px solid var(--c-primary,#2E7D32)}.checkout-table{width:100%;border-collapse:collapse;font-size:0.9rem}.checkout-table th{text-align:left;font-weight:600;color:var(--c-text-muted,#6B7280);font-size:0.8rem;text-transform:uppercase;padding:0.5rem;border-bottom:2px solid var(--c-gray-200,#E5E7EB)}.checkout-table td{padding:0.75rem 0.5rem;border-bottom:1px solid var(--c-gray-200,#E5E7EB);vertical-align:middle}.checkout-table__product{display:flex;align-items:center;gap:0.75rem}.checkout-table__img{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid var(--c-gray-200,#E5E7EB)}.checkout-qty-controls{display:inline-flex;align-items:center;gap:0;border:1px solid var(--c-gray-200,#E5E7EB);border-radius:6px;overflow:hidden}.checkout-qty-btn{width:28px;height:28px;border:none;background:var(--c-bg-alt,#F3F4F6);cursor:pointer;font-size:1rem;line-height:1;color:var(--c-text,#1F2937);display:flex;align-items:center;justify-content:center;transition:background 0.15s}.checkout-qty-btn:hover{background:var(--c-gray-200,#E5E7EB)}.checkout-qty-value{width:32px;text-align:center;font-weight:600;font-size:0.85rem;background:#fff}.checkout-table__remove-cell{text-align:center}.checkout-remove-btn{border:none;background:none;cursor:pointer;color:var(--c-text-muted,#9CA3AF);padding:4px;border-radius:4px;transition:color 0.15s,background 0.15s;display:inline-flex;align-items:center}.checkout-remove-btn:hover{color:#EF4444;background:rgba(239,68,68,0.08)}.checkout-customer{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3,0.75rem)}@media (max-width:480px){.checkout-customer{grid-template-columns:1fr}}.checkout-field label{display:block;font-weight:600;font-size:0.85rem;margin-bottom:0.25rem;color:var(--c-text,#1F2937)}.checkout-field input,.checkout-field textarea{width:100%;padding:0.6rem 0.75rem;border:1.5px solid var(--c-gray-200,#E5E7EB);border-radius:8px;font-size:0.9rem;transition:border-color 0.2s}.checkout-field input:focus,.checkout-field textarea:focus{outline:none;border-color:var(--c-primary,#2E7D32)}.checkout-field--full{grid-column:1 / -1}.checkout-totals{background:var(--c-bg-alt,#F9FAFB);border-radius:var(--radius-md,8px);padding:var(--space-4,1rem)}.checkout-totals__row{display:flex;justify-content:space-between;padding:0.4rem 0;font-size:0.9rem}.checkout-totals__row--total{border-top:2px solid var(--c-primary,#2E7D32);margin-top:0.5rem;padding-top:0.75rem;font-size:1.15rem;font-weight:800;color:var(--c-primary,#2E7D32)}.checkout-pay-btn{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:1rem 1.25rem;border:2px solid var(--c-gray-200,#E5E7EB);border-radius:10px;background:white;cursor:pointer;transition:all 0.2s;margin-bottom:0.75rem}.checkout-pay-btn:hover{border-color:var(--c-primary,#2E7D32);box-shadow:0 2px 8px rgba(0,0,0,0.08)}.checkout-pay-btn__label{display:flex;align-items:center;gap:0.6rem;font-weight:700;font-size:1rem;color:var(--c-text,#1F2937)}.checkout-pay-btn__info{font-size:0.8rem;color:var(--c-text-muted,#6B7280);margin-top:0.2rem;margin-left:2.1rem}.payment-brand-row{display:flex;align-items:center;flex-wrap:wrap;gap:0.48rem}.payment-brand-row img,.webpay-pay-btn__logo{display:block;width:auto;max-width:86px;height:24px;object-fit:contain}.webpay-pay-btn__logo{margin-right:0.45rem}.checkout-payment-logos{margin:0.15rem 0 -0.15rem;padding:0.55rem 0.65rem;border:1px solid #dce3e8;border-radius:8px;background:#fff}.webpay-result__payment-brand{justify-content:center;margin:0.8rem 0 1rem}.checkout-pay-btn--whatsapp{border-color:var(--c-whatsapp,#146B4B)}.checkout-pay-btn--whatsapp .checkout-pay-btn__label{color:var(--c-whatsapp-dark,#0F4F44)}.checkout-pay-btn:disabled{opacity:0.5;cursor:not-allowed}.checkout-notice{display:flex;gap:0.75rem;padding:1rem;background:#FEF3C7;border-radius:8px;color:#92400E;font-size:0.9rem;margin-bottom:0.75rem;align-items:flex-start}.checkout-loading{position:absolute;inset:0;background:rgba(255,255,255,0.9);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-radius:var(--radius-md,8px);z-index:10}.checkout-loading__spinner{width:40px;height:40px;border:4px solid var(--c-gray-200,#E5E7EB);border-top-color:var(--c-primary,#2E7D32);border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.checkout-details{position:relative}.checkout-section{margin-bottom:var(--space-6,1.5rem)}.webpay-result{padding:var(--space-12,3rem) 0;min-height:60vh;display:flex;align-items:center}.webpay-result__card{max-width:600px;margin:0 auto;text-align:center;padding:var(--space-10,2.5rem);border-radius:var(--radius-lg,12px);background:white;box-shadow:0 4px 24px rgba(0,0,0,0.08)}.webpay-result__icon{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-6,1.5rem)}.webpay-result__card--success .webpay-result__icon{background:#DCFCE7;color:#15803D}.webpay-result__card--cancelled .webpay-result__icon{background:#FEF3C7;color:#B45309}.webpay-result__card--error .webpay-result__icon,.webpay-result__card--rejected .webpay-result__icon{background:#FEE2E2;color:#DC2626}.webpay-result__title{font-size:1.75rem;font-weight:800;margin-bottom:var(--space-3,0.75rem)}.webpay-result__message{color:var(--c-text-muted,#6B7280);margin-bottom:var(--space-6,1.5rem)}.webpay-result__details{text-align:left;margin-bottom:var(--space-6,1.5rem);padding:var(--space-4,1rem);background:var(--c-bg-alt,#F9FAFB);border-radius:8px}.webpay-result__details h3{font-size:1rem;font-weight:700;margin-bottom:var(--space-3,0.75rem)}.webpay-result__table{width:100%;font-size:0.9rem}.webpay-result__table td{padding:0.4rem 0;border-bottom:1px solid var(--c-gray-200,#E5E7EB)}.webpay-result__table td:first-child{color:var(--c-text-muted,#6B7280);width:45%}.webpay-result__actions{display:flex;gap:var(--space-3,0.75rem);justify-content:center;flex-wrap:wrap}.webpay-result__shipping-cta{margin-top:var(--space-6,1.5rem);padding:var(--space-6,1.5rem);background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;border-radius:var(--radius-lg,12px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-3,0.75rem)}.webpay-result__shipping-icon{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#15803d;box-shadow:0 2px 8px rgba(21,128,61,0.12)}.webpay-result__shipping-text h3{font-size:1.1rem;font-weight:700;color:#14532d;margin:0 0 0.25rem}.webpay-result__shipping-text p{font-size:0.9rem;color:#166534;margin:0}.btn--whatsapp{background:var(--grad-whatsapp,linear-gradient(135deg,#146B4B 0%,#0F4F44 100%));color:#fff !important;border:none;display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.75rem;border-radius:10px;font-weight:700;font-size:0.95rem;text-decoration:none;transition:all 0.2s ease;box-shadow:0 4px 14px rgba(15,79,68,0.24),0 1px 3px rgba(0,0,0,0.08);margin-top:0.25rem}.btn--whatsapp:hover{background:linear-gradient(135deg,#0F5D43 0%,#0B3F36 100%);transform:translateY(-2px);box-shadow:0 8px 22px rgba(15,79,68,0.30),0 3px 8px rgba(0,0,0,0.12)}.btn--whatsapp svg{flex-shrink:0}.shop-layout{display:flex;gap:2rem;align-items:flex-start}.shop-sidebar{width:260px;flex-shrink:0;background:white;border:1px solid var(--c-gray-200,#E5E7EB);border-radius:12px;position:sticky;top:calc(var(--topbar-height,40px)+var(--header-height,100px)+1rem);max-height:calc(100vh - var(--topbar-height,40px) - var(--header-height,100px) - 2rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--c-gray-300,#D1D5DB) transparent}.shop-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--c-gray-200,#E5E7EB)}.shop-sidebar__title{display:flex;align-items:center;gap:0.5rem;font-size:1rem;font-weight:700;color:var(--c-text,#1F2937);margin:0}.shop-sidebar__clear{font-size:0.75rem;color:var(--c-accent,#4CAF50);text-decoration:none;font-weight:600}.shop-sidebar__clear:hover{text-decoration:underline}.shop-sidebar__form{padding:0}.shop-filter{border-bottom:1px solid var(--c-gray-200,#E5E7EB)}.shop-filter:last-child{border-bottom:none}.shop-filter__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0.875rem 1.25rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:0.875rem;font-weight:700;color:var(--c-text,#1F2937);transition:background 0.15s}.shop-filter__toggle:hover{background:var(--c-gray-50,#F9FAFB)}.shop-filter__toggle svg{transition:transform 0.2s;flex-shrink:0}.shop-filter__toggle[aria-expanded="false"] svg{transform:rotate(-90deg)}.shop-filter__body{display:none;padding:0 1.25rem 1rem}.shop-filter__body.is-open{display:block}.shop-filter__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.125rem}.shop-filter__sublist{list-style:none;padding:0 0 0 1.25rem;margin:0.25rem 0 0;display:flex;flex-direction:column;gap:0.125rem}.shop-filter__checkbox{display:flex;align-items:center;gap:0.625rem;padding:0.375rem 0.5rem;border-radius:6px;cursor:pointer;transition:background 0.15s;font-size:0.8125rem}.shop-filter__checkbox:hover{background:var(--c-gray-50,#F9FAFB)}.shop-filter__checkbox input[type="radio"],.shop-filter__checkbox input[type="checkbox"]{display:none}.shop-filter__checkmark{width:16px;height:16px;border:2px solid var(--c-gray-300,#D1D5DB);border-radius:3px;flex-shrink:0;position:relative;transition:all 0.15s}input[type="radio"]+.shop-filter__checkmark{border-radius:50%}.shop-filter__checkbox input:checked+.shop-filter__checkmark{background:var(--c-primary,#2E7D32);border-color:var(--c-primary,#2E7D32)}.shop-filter__checkbox input:checked+.shop-filter__checkmark::after{content:'';position:absolute;top:2px;left:4px;width:5px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}input[type="radio"]:checked+.shop-filter__checkmark::after{top:3px;left:3px;width:6px;height:6px;border:none;background:white;border-radius:50%;transform:none}.shop-filter__label{flex:1;color:var(--c-text,#1F2937);line-height:1.3;min-width:0;word-break:break-word}.shop-filter__count{color:var(--c-text-muted,#6B7280);font-size:0.75rem;flex-shrink:0;margin-left:0.375rem;white-space:nowrap}.shop-filter__link{display:flex;align-items:center;justify-content:space-between;padding:0.375rem 0.5rem;border-radius:6px;text-decoration:none;font-size:0.8125rem;color:var(--c-text,#1F2937);transition:all 0.15s}.shop-filter__link:hover{background:var(--c-gray-50,#F9FAFB)}.shop-filter__link.is-active{background:var(--c-bg-alt,#EFF5F0);color:var(--c-primary,#2E7D32);font-weight:700}.shop-filter__see-more{display:inline-block;margin-top:0.5rem;font-size:0.75rem;color:var(--c-accent,#4CAF50);text-decoration:none;font-weight:600}.shop-filter__see-more:hover{text-decoration:underline}.shop-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;margin-bottom:1rem;padding:0.75rem 1rem;background:var(--c-bg-alt,#EFF5F0);border-radius:8px}.shop-active-filters__label{font-size:0.8rem;font-weight:600;color:var(--c-text-muted,#6B7280)}.shop-active-filter{display:inline-flex;align-items:center;gap:0.35rem;padding:0.25rem 0.75rem;background:white;border:1px solid var(--c-gray-300,#D1D5DB);border-radius:999px;font-size:0.78rem;font-weight:600;color:var(--c-primary,#2E7D32);text-decoration:none;transition:all 0.15s}.shop-active-filter:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.shop-active-filter svg{opacity:0.5}.shop-sidebar-toggle{display:none;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:white;border:1px solid var(--c-gray-300,#D1D5DB);border-radius:8px;font-size:0.85rem;font-weight:600;color:var(--c-text,#1F2937);cursor:pointer;transition:all 0.15s}.shop-sidebar-toggle:hover{border-color:var(--c-primary,#2E7D32)}.shop-categories-toggle{display:none;align-items:center;justify-content:center;min-height:36px;padding:0.42rem 0.78rem;background:#f5f8fa;border:1px solid #d2dce3;border-radius:8px;color:#2f434d;text-decoration:none;font-size:0.78rem;font-weight:700;letter-spacing:0.01em;cursor:pointer}.shop-categories-toggle:hover{border-color:#0f6f3b;color:#0f6f3b}.shop-content{flex:1;min-width:0}.admin-bar .shop-sidebar{top:calc(32px+var(--topbar-height,40px)+var(--header-height,100px)+1rem);max-height:calc(100vh - 32px - var(--topbar-height,40px) - var(--header-height,100px) - 2rem)}@media (max-width:782px){.admin-bar .shop-sidebar{top:calc(46px+var(--topbar-height,40px)+var(--header-height,100px)+1rem);max-height:calc(100vh - 46px - var(--topbar-height,40px) - var(--header-height,100px) - 2rem)}}.checkout-flow-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:0.9rem}.checkout-flow-header__title-wrap{min-width:0}.checkout-flow-header__subtitle{margin:0.25rem 0 0;color:#5a7165;font-size:0.92rem}.checkout-stepper{list-style:none;margin:0;padding:0;display:inline-flex;align-items:center;gap:0.45rem;flex-wrap:wrap}.checkout-stepper__step{display:inline-flex;align-items:center;gap:0.4rem;color:#7a8a81;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.03em}.checkout-stepper__step::after{content:'\203A';margin-left:0.15rem;color:#8da096}.checkout-stepper__step:last-child::after{display:none}.checkout-stepper__dot{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef5f1;border:1px solid #c8dcd0;color:#4e6358;font-size:0.72rem}.checkout-stepper__step.is-active{color:#0f7a3f}.checkout-stepper__step.is-active .checkout-stepper__dot{background:#0f7a3f;border-color:#0f7a3f;color:#fff}.checkout-summary__head p{margin:-0.35rem 0 0.6rem;color:#61766b;font-size:0.86rem}.checkout-cart-actions{margin-top:0.7rem;padding-top:0.7rem;border-top:1px solid #e1ebe4;display:flex;align-items:center;justify-content:space-between;gap:0.75rem}.checkout-clear-btn{border:1px solid #c7d9ce;border-radius:8px;background:#f8fcf9;color:#335147;padding:0.44rem 0.72rem;font-size:0.82rem;font-weight:700;display:inline-flex;align-items:center;gap:0.4rem}.checkout-clear-btn:hover{background:#eef7f1;border-color:#acc7b8}.checkout-continue-link{display:inline-flex;align-items:center;gap:0.36rem;font-size:0.82rem;font-weight:700;color:#0f7a3f}.checkout-continue-link svg{transition:transform 0.2s ease}.checkout-continue-link:hover svg{transform:translateX(2px)}.checkout-shipping-note{margin-top:0.65rem;padding:0.65rem 0.7rem;border-radius:10px;border:1px solid #cae1d3;background:#f2fbf5;display:flex;gap:0.55rem;align-items:flex-start}.checkout-shipping-note i{color:#117d41;margin-top:0.1rem}.checkout-shipping-note strong{display:block;color:#1a4936;font-size:0.84rem}.checkout-shipping-note p{margin:0.15rem 0 0;color:#507364;font-size:0.78rem}.checkout-page .checkout-pay-btn--primary{margin-top:0.7rem;border-color:#0f7a3f;background:linear-gradient(135deg,#0e7d40 0%,#0a5f31 100%);color:#fff}.checkout-page .checkout-pay-btn--primary .checkout-pay-btn__info{color:rgba(255,255,255,0.84)}.checkout-terms-note{margin:0.55rem 0 0;color:#6b7f75;font-size:0.75rem;text-align:center}.checkout-terms-note a{font-weight:700}.checkout-section--customer[hidden]{display:none}.checkout-section--customer.is-visible{display:block}.checkout-support-row{margin-top:0.55rem;display:grid;grid-template-columns:1fr 1fr;gap:0.65rem}.checkout-support-card{border:1px solid #d7e4dc;border-radius:12px;background:#f8fcfa;padding:0.75rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:0.7rem}.checkout-support-card__icon{width:40px;height:40px;border-radius:999px;background:#e9f4ee;color:#0f7a3f;display:inline-flex;align-items:center;justify-content:center}.checkout-support-card__content h3{margin:0;font-size:0.9rem;color:#1b4535}.checkout-support-card__content p{margin:0.2rem 0 0;font-size:0.78rem;color:#5f7469}.checkout-support-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:0.38rem;border:1px solid #0f7a3f;border-radius:8px;background:#0f7a3f;color:#fff;padding:0.45rem 0.7rem;font-size:0.76rem;font-weight:700;white-space:nowrap}.checkout-support-card__cta:hover{color:#fff;filter:brightness(1.1)}.checkout-support-card__cta--outline{background:#fff;color:#0f7a3f}.checkout-support-card__cta--outline:hover{color:#0f7a3f;background:#eef8f2}.checkout-page .checkout-summary{position:static;top:auto}@media (min-width:1024px){.checkout-page .checkout-grid{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:0.95rem}.checkout-page .checkout-section--summary{position:static;top:auto}}@media (max-width:1023px){.checkout-flow-header{flex-direction:column}.checkout-stepper{width:100%}.checkout-stepper__step{font-size:0.72rem}.checkout-page .checkout-section--summary{position:static}}@media (max-width:767px){.checkout-cart-actions{flex-direction:column;align-items:stretch}.checkout-continue-link{justify-content:center}.checkout-support-row{grid-template-columns:1fr}.checkout-support-card{grid-template-columns:auto 1fr}.checkout-support-card__cta{grid-column:1 / -1;text-align:center}}@media (max-width:1023px){.shop-layout{flex-direction:column}.shop-sidebar{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-height:100vh;z-index:1000;border-radius:0;border:none;overflow-y:auto;background:var(--c-white,#fff)}.shop-sidebar.is-open{display:flex;flex-direction:column}.shop-sidebar__header{position:sticky;top:0;background:var(--c-white,#fff);z-index:2;border-bottom:1px solid var(--c-gray-200,#E5E7EB);padding:1rem 1.25rem}.shop-sidebar__close-mobile{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;color:var(--c-text,#1F2937);padding:0}.shop-sidebar__close-mobile svg{width:24px;height:24px}.shop-sidebar__apply{position:sticky;bottom:0;background:var(--c-white,#fff);padding:1rem 1.25rem;border-top:1px solid var(--c-gray-200,#E5E7EB);z-index:2}.shop-sidebar__apply-btn{display:block;width:100%;padding:0.875rem 1.5rem;background:var(--c-primary,#2E7D32);color:#fff;border:none;border-radius:var(--radius-md,8px);font-size:1rem;font-weight:600;cursor:pointer;text-align:center;transition:background 0.2s}.shop-sidebar__apply-btn:active{background:var(--c-primary-dark,#1B5E20)}.shop-sidebar-toggle{display:inline-flex}}.shop-sidebar__close-mobile,.shop-sidebar__apply{display:none}@media (max-width:1023px){.shop-sidebar__close-mobile{display:flex}.shop-sidebar__apply{display:block}}.shop-archive{padding-bottom:var(--space-16,4rem)}.shop-archive__header{margin-bottom:var(--space-6,1.5rem)}.shop-archive__title{font-size:1.75rem;font-weight:800;color:var(--c-text,#1F2937);margin:0 0 0.25rem}.shop-archive__count{color:var(--c-text-muted,#6B7280);font-size:0.9rem;margin:0}.shop-archive__desc{color:var(--c-text-muted,#6B7280);font-size:0.95rem;margin:0.5rem 0 0}.shop-archive__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:0.75rem;margin-bottom:var(--space-6,1.5rem);flex-wrap:wrap}.shop-archive__sort{display:flex;align-items:center;gap:0.5rem}.shop-archive__sort label{font-size:0.85rem;font-weight:600;color:var(--c-text-muted,#6B7280);white-space:nowrap}.shop-archive__sort select{padding:0.45rem 0.75rem;border:1px solid var(--c-gray-300,#D1D5DB);border-radius:6px;font-size:0.85rem;background:white;color:var(--c-text,#1F2937);cursor:pointer}.shop-archive__sort select:focus{outline:2px solid var(--c-primary,#2E7D32);outline-offset:1px}.shop-archive__subcats{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:var(--space-6,1.5rem)}.shop-archive__subcat-chip{display:inline-flex;align-items:center;gap:0.35rem;padding:0.4rem 1rem;background:white;border:1px solid var(--c-gray-300,#D1D5DB);border-radius:999px;font-size:0.82rem;font-weight:600;color:var(--c-primary,#2E7D32);text-decoration:none;transition:all 0.2s}.shop-archive__subcat-chip:hover{background:var(--c-primary,#2E7D32);color:white;border-color:var(--c-primary,#2E7D32)}.shop-archive__subcat-count{font-weight:400;opacity:0.7;font-size:0.78rem}.shop-archive__empty{text-align:center;padding:4rem 1rem;color:var(--c-text-muted,#6B7280)}.shop-archive__empty p{font-size:1.1rem;margin:0 0 1rem}.shop-pagination{display:flex;justify-content:center;align-items:center;gap:0.35rem;margin-top:var(--space-8,2rem);flex-wrap:wrap}.shop-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.2rem;height:2.2rem;padding:0 0.5rem;border-radius:6px;font-size:0.85rem;font-weight:600;text-decoration:none;color:var(--c-text,#1F2937);border:1px solid var(--c-gray-300,#D1D5DB);background:white;transition:all 0.2s}.shop-pagination .page-numbers:hover{background:var(--c-bg-alt,#EFF5F0);border-color:var(--c-primary,#2E7D32)}.shop-pagination .page-numbers.current{background:var(--c-primary,#2E7D32);color:white;border-color:var(--c-primary,#2E7D32)}.shop-pagination .page-numbers.dots{border:none;background:none;cursor:default}.shop-pagination .page-numbers.prev,.shop-pagination .page-numbers.next{font-weight:700}.checkout-auth-overlay{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,0.55);display:flex;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(4px);animation:authOverlayIn 0.25s ease-out}@keyframes authOverlayIn{from{opacity:0}to{opacity:1}}.checkout-auth-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.2);animation:authModalIn 0.3s cubic-bezier(0.34,1.56,0.64,1)}@keyframes authModalIn{from{opacity:0;transform:scale(0.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.checkout-auth-modal__close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;padding:6px;border-radius:8px;color:var(--c-text-muted,#6b7280);transition:all 0.15s}.checkout-auth-modal__close:hover{background:var(--c-gray-100,#f3f4f6);color:var(--c-text,#1f2937)}.checkout-auth-modal__close:focus-visible{outline:2px solid #128247;outline-offset:2px}.checkout-auth-modal__header{text-align:center;margin-bottom:1.5rem}.checkout-auth-modal__icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--c-primary,#1d3d36) 0%,var(--c-primary-light,#2E7D32) 100%);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 15px rgba(29,61,54,0.3)}.checkout-auth-modal__title{font-size:1.35rem;font-weight:700;color:var(--c-text,#1f2937);margin:0 0 0.5rem}.checkout-auth-modal__subtitle{font-size:0.88rem;color:var(--c-text-muted,#6b7280);margin:0;line-height:1.5}.checkout-auth-tabs{display:flex;background:var(--c-gray-100,#f3f4f6);border-radius:10px;padding:4px;margin-bottom:1.5rem}.checkout-auth-tab{flex:1;min-height:44px;padding:10px 0;border:none;background:none;cursor:pointer;font-size:0.9rem;font-weight:600;color:var(--c-text-muted,#6b7280);border-radius:8px;transition:all 0.2s}.checkout-auth-tab.is-active{background:#fff;color:var(--c-primary,#1d3d36);box-shadow:0 1px 3px rgba(0,0,0,0.08)}.checkout-auth-tab:hover:not(.is-active){color:var(--c-text,#1f2937)}.checkout-auth-tab:focus-visible{outline:2px solid #128247;outline-offset:2px}.checkout-auth-panel{animation:authPanelIn 0.2s ease-out}@keyframes authPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.checkout-auth-field{margin-bottom:1rem}.checkout-auth-field label{display:block;font-size:0.85rem;font-weight:600;color:var(--c-text,#1f2937);margin-bottom:0.35rem}.checkout-auth-field input{width:100%;min-height:44px;padding:10px 14px;border:1.5px solid var(--c-gray-200,#e5e7eb);border-radius:8px;font-size:0.92rem;color:var(--c-text,#1f2937);transition:border-color 0.15s,box-shadow 0.15s;background:#fff;box-sizing:border-box}.checkout-auth-field input:focus{outline:none;border-color:var(--c-primary,#2E7D32);box-shadow:0 0 0 3px rgba(46,125,50,0.1)}.checkout-auth-field input[aria-invalid="true"]{border-color:#b91c1c;box-shadow:0 0 0 3px rgba(185,28,28,0.12)}.checkout-auth-field input::placeholder{color:var(--c-gray-400,#9ca3af)}.checkout-auth-row--inline{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem}@media (max-width:400px){.checkout-auth-row--inline{grid-template-columns:1fr}}.checkout-auth-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:0.85rem}.checkout-auth-checkbox{display:flex;align-items:center;gap:6px;font-size:0.85rem;color:var(--c-text-muted,#6b7280);cursor:pointer}.checkout-auth-checkbox input[type="checkbox"]{width:16px;height:16px;accent-color:var(--c-primary,#2E7D32);cursor:pointer}.checkout-auth-checkbox input[type="checkbox"][aria-invalid="true"]{outline:2px solid #b91c1c;outline-offset:2px}.checkout-auth-checkbox a{color:var(--c-primary,#2E7D32);text-decoration:none}.checkout-auth-checkbox a:hover{text-decoration:underline}.checkout-auth-link{color:var(--c-primary,#2E7D32);text-decoration:none;font-size:0.85rem;font-weight:500}.checkout-auth-link:hover{text-decoration:underline}.checkout-auth-phone-group{display:flex;align-items:center;border:1.5px solid var(--c-gray-200,#e5e7eb);border-radius:8px;transition:border-color 0.15s,box-shadow 0.15s;overflow:hidden}.checkout-auth-phone-group:focus-within{border-color:var(--c-primary,#2E7D32);box-shadow:0 0 0 3px rgba(46,125,50,0.1)}.checkout-auth-phone-group[data-invalid="true"]{border-color:#b91c1c;box-shadow:0 0 0 3px rgba(185,28,28,0.12)}.checkout-auth-phone-prefix{padding:10px 0 10px 14px;font-size:0.92rem;color:var(--c-text-muted,#6b7280);font-weight:600;white-space:nowrap;user-select:none}.checkout-auth-phone-group input{border:none !important;box-shadow:none !important;padding-left:6px}.checkout-auth-phone-group input:focus{box-shadow:none !important}.checkout-auth-btn{width:100%;padding:12px 20px;border:none;border-radius:10px;font-size:0.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.2s}.checkout-auth-btn--primary{background:var(--c-primary,#1d3d36);color:#fff}.checkout-auth-btn--primary:hover{filter:brightness(1.15)}.checkout-auth-btn--primary:disabled{opacity:0.65;cursor:not-allowed}.checkout-auth-btn--accent{background:linear-gradient(135deg,var(--c-primary,#1d3d36) 0%,var(--c-primary-light,#2E7D32) 100%);color:#fff}.checkout-auth-btn--accent:hover{filter:brightness(1.1)}.checkout-auth-btn--accent:disabled{opacity:0.65;cursor:not-allowed}.checkout-auth-msg{padding:10px 14px;border-radius:8px;font-size:0.88rem;margin-bottom:1rem;display:flex;align-items:center;gap:8px;animation:authPanelIn 0.2s ease-out}.checkout-auth-msg--error{background:#FEF2F2;color:#DC2626;border:1px solid #FECACA}.checkout-auth-msg--success{background:#F0FDF4;color:#15803D;border:1px solid #BBF7D0}.checkout-auth-modal__footer{text-align:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--c-gray-200,#e5e7eb)}.checkout-auth-modal__footer p{font-size:0.8rem;color:var(--c-text-muted,#6b7280);margin:0}@media (max-width:500px){.checkout-auth-modal{padding:1.5rem 1.25rem;border-radius:14px 14px 0 0;max-height:95vh;align-self:flex-end;animation:authModalSlideUp 0.3s ease-out}@keyframes authModalSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.checkout-auth-modal__title{font-size:1.15rem}}.post-type-archive-product .shop-archive,.tax-product_cat .shop-archive{padding-top:0.25rem}.post-type-archive-product .shop-archive__header,.tax-product_cat .shop-archive__header{background:#ffffff;border:1px solid #d9e5dd;border-radius:16px;box-shadow:0 8px 20px rgba(11,54,31,0.08);padding:1rem 1.2rem;margin-bottom:0.95rem}.post-type-archive-product .shop-archive__title,.tax-product_cat .shop-archive__title{margin-bottom:0.2rem;line-height:1.14}.post-type-archive-product .shop-layout,.tax-product_cat .shop-layout{gap:1.15rem}.post-type-archive-product .shop-sidebar,.tax-product_cat .shop-sidebar{border-radius:14px;border-color:#d7e3db;box-shadow:0 10px 24px rgba(13,56,33,0.08)}.post-type-archive-product .shop-sidebar__header,.tax-product_cat .shop-sidebar__header{background:#f6faf7}.post-type-archive-product .shop-filter__toggle,.tax-product_cat .shop-filter__toggle{padding:0.78rem 1.1rem;font-size:0.82rem}.post-type-archive-product .shop-filter__checkbox,.tax-product_cat .shop-filter__checkbox{font-size:0.79rem;padding:0.34rem 0.45rem}.post-type-archive-product .shop-archive__toolbar,.tax-product_cat .shop-archive__toolbar{justify-content:space-between;background:#ffffff;border:1px solid #dce8e0;border-radius:12px;padding:0.78rem 0.9rem;margin-bottom:0.9rem}.post-type-archive-product .shop-archive__sort select,.tax-product_cat .shop-archive__sort select{min-height:36px;border-radius:8px}.post-type-archive-product .products-grid--3,.tax-product_cat .products-grid--3{gap:0.95rem}.post-type-archive-product .shop-pagination .page-numbers,.tax-product_cat .shop-pagination .page-numbers{border-radius:8px}.single-product .product-detail{gap:1.6rem;background:#ffffff;border:1px solid #d8e4dc;border-radius:20px;box-shadow:0 14px 34px rgba(12,52,31,0.14);padding:1.15rem;margin-bottom:1.8rem}.single-product .product-detail__gallery{background:#f5f8f6;border:1px solid #dce9e0;border-radius:16px;padding:0.75rem}.single-product .product-detail__image-wrapper{border-radius:12px;background:#ffffff}.single-product .product-detail__image{aspect-ratio:1 / 1;object-fit:contain}.single-product .product-gallery{display:grid;gap:0.58rem}.single-product .product-gallery__viewport{position:relative;overflow:hidden}.single-product .product-gallery__slides{position:relative}.single-product .product-gallery__slide{margin:0}.single-product .product-gallery__slide[hidden]{display:none}.single-product .product-gallery__counter{position:absolute;right:0.55rem;bottom:0.52rem;padding:0.22rem 0.5rem;border-radius:999px;background:rgba(18,48,35,0.72);color:#ffffff;font-size:0.72rem;font-weight:700;line-height:1;pointer-events:none}.single-product .product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid rgba(206,220,211,0.88);border-radius:999px;background:rgba(255,255,255,0.92);color:#2b3d34;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background-color 0.2s ease,border-color 0.2s ease,transform 0.2s ease}.single-product .product-gallery__nav:hover{background:#ffffff;border-color:#b6d3c3}.single-product .product-gallery__nav--prev{left:0.5rem}.single-product .product-gallery__nav--next{right:0.5rem}.single-product .product-gallery__thumbs{display:flex;align-items:center;gap:0.42rem;overflow-x:auto;padding-bottom:0.06rem;scrollbar-width:thin}.single-product .product-gallery__thumb{width:60px;height:60px;border:1px solid #d3e0d8;border-radius:10px;background:#ffffff;padding:0.14rem;cursor:pointer;flex:0 0 auto}.single-product .product-gallery__thumb.is-active{border-color:#0f7a3f;box-shadow:0 0 0 1px rgba(15,122,63,0.2)}.single-product .product-gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.single-product .product-gallery:hover .product-gallery__slide .product-detail__image{transform:scale(1.02)}.single-product .product-gallery:hover .product-gallery__thumb img{transform:none}.single-product .product-detail__name{font-size:clamp(1.8rem,1.45rem+1.2vw,2.35rem);margin-bottom:0.35rem}.single-product .product-detail__category{color:#0f6f3a;font-weight:700;letter-spacing:0.05em}.single-product .product-detail__prices{margin-bottom:0.45rem}.single-product .product-detail__price,.single-product .product-detail__price--sale{color:#0e7a3f;font-size:clamp(1.75rem,1.4rem+1vw,2.2rem);line-height:1}.single-product .product-detail__price-old{color:#7a8f84}.single-product .product-detail__stock{display:inline-flex;align-items:center;gap:0.45rem;border-radius:999px;border:1px solid #c9dfd0;background:#f3f9f5;padding:0.4rem 0.7rem}.single-product .product-detail__specs{border:1px solid #dae6de;border-radius:12px;background:#fbfdfb}.single-product .product-detail__spec{padding:0.56rem 0.8rem}.single-product .product-detail__qty-controls{border-color:#d7e4db;border-radius:8px}.single-product .product-detail__qty-btn{background:#f4f8f5}.single-product #single-add-cart,.single-product .product-detail .product-detail__volume-cta,.single-product .product-detail .btn--whatsapp{min-height:48px;border-radius:10px;font-size:0.95rem}.single-product .product-detail__description{margin-top:1.2rem;padding-top:1.05rem;border-top:1px solid #e3ece6}.single-product .related-products{margin-top:2.1rem}.single-product .related-products .section-title{font-size:clamp(1.35rem,1.22rem+0.5vw,1.7rem);margin-bottom:0.95rem}.checkout-page{padding-bottom:2.5rem}.checkout-page .checkout-page__title{margin:0 0 1rem;font-size:clamp(1.55rem,1.36rem+0.85vw,2.15rem);color:#123229}.checkout-page .checkout-summary,.checkout-page .checkout-section{background:#ffffff;border:1px solid #d9e5dd;border-radius:14px;box-shadow:0 8px 18px rgba(12,55,33,0.08)}.checkout-page .checkout-summary{padding:1rem}.checkout-page .checkout-section{padding:1rem;margin-bottom:0.9rem}.checkout-page .checkout-section__title{margin-bottom:0.8rem;font-size:1rem;color:#17342d}.checkout-page .checkout-totals{margin-top:0.55rem;padding-top:0.55rem;border-top:1px solid #e4ede7}.checkout-page .checkout-totals__row{font-size:0.9rem}.checkout-page .checkout-totals__row--total span:last-child{color:#0d8a45;font-size:1.35rem}.checkout-page .checkout-field input,.checkout-page .checkout-field textarea{border:1px solid #d8e4dc;border-radius:8px}.checkout-page .checkout-field input{min-height:42px}.checkout-page .checkout-field textarea{min-height:92px}.checkout-page .checkout-field input:focus,.checkout-page .checkout-field textarea:focus{border-color:#8ec8a4;box-shadow:0 0 0 3px rgba(13,122,63,0.12)}.checkout-page .checkout-guest-notice{border:1px solid #d8e6db;background:#f5faf6;border-radius:10px}.checkout-page .checkout-pay-btn{min-height:50px;border-radius:10px;margin-top:0.55rem}.checkout-page .checkout-pay-btn--whatsapp{border:1px solid #8bcda5;background:#f4fbf7;color:#0d7f3d}.checkout-page .checkout-expert-card{border:1px solid #dce9e0;border-radius:12px;background:#f9fcfa;padding:0.9rem}@media (min-width:1024px){.checkout-page .checkout-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;gap:1rem}}@media (max-width:1023px){.post-type-archive-product .shop-archive__toolbar,.tax-product_cat .shop-archive__toolbar{padding:0.65rem 0.75rem}}@media (max-width:991px){.single-product .product-detail{grid-template-columns:1fr;padding:0.9rem}}@media (max-width:767px){.post-type-archive-product .products-grid--3,.tax-product_cat .products-grid--3{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.72rem}.checkout-page .checkout-summary,.checkout-page .checkout-section{padding:0.85rem}}@media (max-width:640px){.post-type-archive-product .products-grid--3,.tax-product_cat .products-grid--3{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.66rem}}@media (max-width:360px){.post-type-archive-product .products-grid--3,.tax-product_cat .products-grid--3{grid-template-columns:minmax(0,1fr);gap:0.62rem}}.post-type-archive-product .shop-layout,.tax-product_cat .shop-layout{align-items:start}.post-type-archive-product .shop-sidebar,.tax-product_cat .shop-sidebar{position:sticky;top:calc(var(--topbar-height,40px)+var(--header-height,100px)+0.7rem)}.post-type-archive-product .shop-sidebar__body,.tax-product_cat .shop-sidebar__body{max-height:min(68vh,620px);overflow-y:auto}.post-type-archive-product .products-grid--3,.tax-product_cat .products-grid--3{align-items:stretch}.post-type-archive-product .products-grid--3 .product-card,.tax-product_cat .products-grid--3 .product-card{height:100%;width:100%;min-width:0;max-width:none}.single-product .product-detail__info{display:grid;align-content:start;gap:0.6rem}.single-product .product-detail__actions{margin-top:0.3rem}.single-product .product-detail__description{background:#f9fcfa;border:1px solid #dce8e0;border-radius:12px;padding:0.85rem 0.9rem}.checkout-page .checkout-summary{position:static;top:auto}.checkout-page .checkout-items{overflow-x:auto}.checkout-page .checkout-table{border:1px solid #dce7e0;border-radius:12px;overflow:hidden;background:#ffffff}.checkout-page .checkout-table th{background:#f6faf7}.checkout-page .checkout-empty{display:grid;justify-items:center;gap:0.95rem;border:1px dashed #c5dacd;border-radius:14px;background:linear-gradient(180deg,#f9fcfa 0%,#f2f8f4 100%);padding:clamp(2.1rem,5vw,3rem) 1.2rem}.checkout-page .checkout-empty p{margin:0;max-width:440px}.checkout-page .checkout-empty .btn{min-width:180px;border-radius:10px}@media (max-width:1023px){.post-type-archive-product .shop-sidebar,.tax-product_cat .shop-sidebar,.checkout-page .checkout-summary{position:static}.post-type-archive-product .shop-sidebar__body,.tax-product_cat .shop-sidebar__body{max-height:none}}.single-product .product-tabs{margin-top:1.3rem;border:1px solid #d8e5dd;border-radius:16px;background:#ffffff;box-shadow:0 12px 28px rgba(10,52,30,0.09);overflow:hidden}.single-product .product-tabs__nav{display:flex;flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch;border-bottom:1px solid #dce8e0;background:#f8fcf9}.single-product .product-tabs__tab{appearance:none;min-height:44px;border:0;border-bottom:2px solid transparent;background:transparent;color:#2e4a42;font-size:0.8rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;padding:0.95rem 1.05rem 0.85rem;cursor:pointer;transition:color 0.2s ease,border-color 0.2s ease,background-color 0.2s ease}.single-product .product-tabs__tab:hover{background:#f1f8f3;color:#145d35}.single-product .product-tabs__tab:focus-visible{outline:2px solid #128247;outline-offset:-2px}.single-product .product-tabs__tab.is-active{color:#0c7a3e;border-bottom-color:#0c7a3e;background:#ffffff}.single-product .product-tabs__panel{padding:1.1rem 1.15rem}.single-product .product-tabs__panel[hidden]{display:none !important}.single-product .product-tabs__content{color:#355249;line-height:1.7}.single-product .product-tech-specs{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:1rem;align-items:start}.single-product .product-tech-specs__lead{margin:0 0 0.75rem;color:#2d4a41;line-height:1.65}.single-product .product-tech-specs__highlights{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}.single-product .product-tech-specs__highlights li{display:flex;align-items:flex-start;gap:0.45rem;color:#325248;font-size:0.92rem}.single-product .product-tech-specs__highlights li::before{content:'';width:8px;height:8px;margin-top:0.38rem;border-radius:999px;background:#158447;flex-shrink:0}.single-product .product-tech-specs__table-wrap{border:1px solid #dbe7df;border-radius:12px;overflow:hidden;background:#fcfefd}.single-product .product-tech-specs__table{width:100%;border-collapse:collapse}.single-product .product-tech-specs__table th,.single-product .product-tech-specs__table td{padding:0.58rem 0.72rem;border-bottom:1px solid #e4eee8;text-align:left;font-size:0.9rem}.single-product .product-tech-specs__table th{background:#f2f8f4;font-size:0.78rem;letter-spacing:0.04em;text-transform:uppercase;color:#2b4a3f}.single-product .product-tech-specs__table td:first-child{width:44%;color:#325045;font-weight:600}.single-product .product-tech-specs__table tr:last-child td{border-bottom:0}.single-product .product-tech-specs__empty,.single-product .product-docs__empty{margin:0;color:#587268}.single-product .product-docs__list{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}.single-product .product-docs__list a{display:inline-flex;align-items:center;gap:0.45rem;color:#0f6f3a;font-weight:600;text-decoration:none}.single-product .product-docs__list a:hover{text-decoration:underline}.single-product .product-tabs__related{display:grid;gap:0.75rem}.single-product .product-tabs__related p{margin:0;color:#39574d}@media (max-width:1023px){.single-product .product-tech-specs{grid-template-columns:1fr}.single-product .product-tabs__nav{flex-wrap:nowrap;overflow-x:auto}.single-product .product-tabs__tab{flex:0 0 auto;white-space:nowrap}}@media (max-width:767px){.single-product .product-tabs__panel{padding:0.9rem}.single-product .product-tech-specs__table th,.single-product .product-tech-specs__table td{padding:0.5rem 0.58rem;font-size:0.84rem}}@media (max-width:1023px){.checkout-page .checkout-qty-btn{width:44px;height:44px;font-size:1.1rem}.checkout-page .checkout-qty-value{width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:0.95rem}.checkout-page .checkout-field input,.checkout-page .checkout-field textarea{font-size:16px}.checkout-page .checkout-field input{min-height:44px}.checkout-page .checkout-field textarea{min-height:120px}.shop-filter__checkbox{min-height:44px;padding:0.5rem 0.625rem}.shop-filter__toggle{min-height:44px}.shop-filter__checkmark{width:20px;height:20px}.shop-sidebar-toggle{min-height:44px;padding:0.625rem 1rem}.shop-sidebar__close-mobile{width:44px;height:44px}.shop-sidebar__apply-btn{min-height:44px}.checkout-page .checkout-clear-btn,.checkout-page .checkout-continue-link,.checkout-page .checkout-remove-btn,.checkout-page .checkout-support-card__cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center}}@media (max-width:820px){.checkout-support-row{grid-template-columns:1fr}.checkout-support-card{grid-template-columns:auto 1fr}.checkout-support-card__cta{grid-column:1 / -1;text-align:center}}.shop-archive__value-bar{margin-top:0.85rem;display:flex;flex-wrap:wrap;gap:0.45rem}.shop-archive__value-pill{display:inline-flex;align-items:center;gap:0.32rem;min-height:36px;padding:0.45rem 0.8rem;border-radius:999px;border:1px solid #cfe2d7;background:#f3f9f5;color:#184735;font-size:0.78rem;font-weight:600;line-height:1.2;text-decoration:none}.shop-archive__value-pill--link{background:#ffffff;color:#0d7a3f;border-color:#b7d8c3}.shop-archive__value-pill--link:hover{background:#0f7a3f;color:#ffffff;border-color:#0f7a3f}.shop-archive__category-nav{margin-top:0.85rem;display:flex;align-items:center;flex-wrap:wrap;gap:0.45rem}.shop-archive__category-nav-label{color:#4f665c;font-size:0.8rem;font-weight:700}.shop-archive__category-chip{display:inline-flex;align-items:center;gap:0.35rem;min-height:34px;padding:0.35rem 0.75rem;border-radius:999px;border:1px solid #cedfd4;background:#ffffff;color:#1f4736;font-size:0.78rem;font-weight:700;text-decoration:none;transition:all 0.2s ease}.shop-archive__category-chip:hover,.shop-archive__category-chip.is-active{border-color:#0f7a3f;background:#0f7a3f;color:#ffffff}.shop-archive__category-chip-count{opacity:0.75;font-weight:600;font-size:0.72rem}.shop-filter__group{padding-top:0.35rem}.shop-filter__group+.shop-filter__group{margin-top:0.8rem;border-top:1px dashed #d7e4db;padding-top:0.8rem}.shop-filter__group-title{margin:0 0 0.4rem;color:#4b6459;font-size:0.74rem;letter-spacing:0.04em;text-transform:uppercase;font-weight:800}.shop-filter__list--compact{gap:0.1rem}@media (max-width:767px){.shop-archive__value-pill,.shop-archive__category-chip{min-height:40px;font-size:0.74rem}}.breadcrumb{background:#f5f6f7;border-bottom:1px solid #e0e6ea}.breadcrumb a{color:#3f4a4e}.shop-sidebar{border-radius:8px;border-color:#d7dfe5;box-shadow:0 2px 10px rgba(15,23,30,0.1)}.shop-sidebar__header{background:#ffffff}.shop-filter__toggle:hover{background:#f4f6f7}.shop-filter__checkbox{border-radius:6px}.shop-filter__checkbox input:checked+.shop-filter__checkmark{background:var(--c-accent);border-color:var(--c-accent)}.shop-filter__link.is-active{background:#eff3f5;color:#2c3a42}.shop-active-filters{background:#f4f6f7;border:1px solid #dce3e8}.shop-active-filter{border-radius:6px;color:#32414a}.shop-active-filter:hover{background:#eff3f5;border-color:#cad4db;color:#25333a}.shop-sidebar-toggle{border-radius:6px}.shop-sidebar-toggle:hover{border-color:#93a1aa}.shop-archive__toolbar{border:1px solid #dce3e8;border-radius:8px;background:#ffffff}.shop-archive__sort select:focus{outline:2px solid rgba(46,125,50,0.25)}.shop-archive__subcat-chip{border-radius:6px;color:#32414a}.shop-archive__subcat-chip:hover{background:#3f4a4e;border-color:#3f4a4e}.shop-pagination .page-numbers{border-radius:6px}.shop-pagination .page-numbers:hover{background:#f0f4f6;border-color:#9eacb4}.shop-pagination .page-numbers.current{background:#3f4a4e;border-color:#3f4a4e}.shop-archive__value-pill{border-radius:6px;border-color:#d8e1e6;background:#f4f6f7;color:#2f3f47}.shop-archive__value-pill--link{background:#ffffff;border-color:#cad4db;color:#33434b}.shop-archive__value-pill--link:hover{background:#2e7d32;color:#ffffff;border-color:#2e7d32}.shop-archive__category-chip{border-radius:6px;border-color:#d2dbe0;color:#2f414a}.shop-archive__category-chip:hover,.shop-archive__category-chip.is-active{background:#3f4a4e;border-color:#3f4a4e;color:#ffffff}.shop-filter__group+.shop-filter__group{border-top:1px solid #e2e8ec}.shop-filter__group-title{color:#617079}.single-product .product-detail{border-radius:10px;border-color:#d7dee4;box-shadow:0 8px 20px rgba(15,23,30,0.12)}.single-product .product-detail__category{color:#4f5d65}.single-product .product-detail__price,.single-product .product-detail__price--sale{color:#1f2930}.single-product .product-detail__stock{border-radius:6px}.single-product .product-detail__specs{background:#f6f8f9;border-color:#dce3e8}.shop-archive__value-pill,.shop-archive__category-chip,.shop-active-filter,.shop-archive__subcat-chip{border-radius:4px}.shop-archive__value-pill{min-height:34px}.checkout-page .checkout-summary,.checkout-page .checkout-section{box-shadow:0 4px 12px rgba(15,23,30,0.1)}.checkout-page .checkout-totals__row--total span:last-child{color:#1f2930}.checkout-page .checkout-pay-btn--primary{border-color:#3f4a4e;background:#3f4a4e;color:#ffffff}.checkout-page .checkout-pay-btn--primary:hover{background:#313b41}.checkout-page .checkout-guest-notice{border-color:#d7dfe5;background:#f5f7f8}.product-detail__volume-cta{border-color:#97a5ad;color:#2f4048;background:#ffffff}.product-detail__volume-cta:hover{background:#2f4048;border-color:#2f4048;color:#ffffff}.product-detail__trust-points{margin-top:0.42rem;display:grid;grid-template-columns:1fr 1fr;gap:0.5rem}.product-detail__trust-pill{display:flex;align-items:flex-start;gap:0.46rem;border:1px solid #d4e5da;border-radius:10px;background:linear-gradient(180deg,#fbfefd 0%,#f1f8f4 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);color:#24423a;font-size:0.82rem;font-weight:600;line-height:1.35;padding:0.58rem 0.72rem}.product-detail__trust-pill::before{content:'\2713';width:1.08rem;height:1.08rem;border-radius:999px;background:#e3f2e8;border:1px solid #bdd8c7;color:#0f6f3b;font-size:0.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:0.03rem}.product-detail__alternatives{margin-top:0.5rem;border:1px solid #e0d2b1;border-radius:8px;background:#fff9ed;padding:0.68rem 0.75rem}.product-detail__alternatives p{margin:0;color:#5d4c2f;font-size:0.82rem;line-height:1.4}.product-detail__alternatives-link{display:inline-flex;margin-top:0.45rem;color:#1f5e7a;font-size:0.78rem;font-weight:700;text-decoration:underline;text-underline-offset:2px}@media (max-width:767px){.product-detail__trust-points{grid-template-columns:1fr}.product-detail__trust-pill{font-size:0.84rem;padding:0.62rem 0.75rem}}.checkout-page .checkout-field__hint{margin-top:0.38rem;margin-bottom:0;font-size:0.76rem;color:#5d6b74;line-height:1.35}.checkout-page .checkout-field.is-hidden,.checkout-page #checkout-address-wrap.is-hidden{display:none}.checkout-page .checkout-validation-note{margin-top:0.6rem;border:1px solid #e6b5b7;border-radius:8px;background:#fff4f4;color:#8f2126;font-size:0.82rem;line-height:1.35;padding:0.52rem 0.65rem}.checkout-page input[aria-invalid='true'],.checkout-page select[aria-invalid='true'],.checkout-page textarea[aria-invalid='true']{border-color:#c7424a;box-shadow:0 0 0 2px rgba(199,66,74,0.14)}.checkout-page .checkout-pay-btn,.checkout-page .checkout-support-card__cta,.checkout-page .checkout-qty-btn,.checkout-page .checkout-clear-btn{min-height:44px}.shop-sidebar-toggle:focus-visible,.shop-sidebar__close-mobile:focus-visible,.shop-sidebar__apply-btn:focus-visible,.shop-filter__toggle:focus-visible,.shop-filter__link:focus-visible,.shop-active-filter:focus-visible,.checkout-page .checkout-remove-btn:focus-visible,.single-product .product-detail__qty-btn:focus-visible,.single-product .product-gallery__thumb:focus-visible,.single-product .product-gallery__nav:focus-visible{outline:3px solid rgba(46,125,50,0.34);outline-offset:2px}@media (max-width:1023px){.shop-sidebar-toggle,.shop-sidebar__close-mobile,.shop-sidebar__apply-btn,.shop-filter__toggle,.shop-filter__checkbox,.shop-filter__link,.shop-active-filter,.checkout-page .checkout-remove-btn,.single-product .product-detail__qty-btn{min-height:44px}.shop-content,.shop-layout,.shop-archive__toolbar{min-width:0}.post-type-archive-product .shop-archive__header,.tax-product_cat .shop-archive__header{margin-bottom:0.72rem;padding:0.78rem 0.9rem;border-radius:12px}.post-type-archive-product .shop-archive__title,.tax-product_cat .shop-archive__title{margin-bottom:0.12rem;font-size:clamp(1.08rem,2.6vw,1.28rem)}.post-type-archive-product .shop-archive__count,.tax-product_cat .shop-archive__count{font-size:0.8rem}.post-type-archive-product .shop-archive__value-bar,.tax-product_cat .shop-archive__value-bar{margin-top:0.55rem;gap:0.35rem}.post-type-archive-product .shop-archive__value-pill,.tax-product_cat .shop-archive__value-pill{min-height:31px;padding:0.33rem 0.62rem;font-size:0.72rem}}@media (max-width:767px){.post-type-archive-product .shop-archive__header,.tax-product_cat .shop-archive__header{padding:0.62rem 0.72rem}.post-type-archive-product .shop-archive__value-bar,.tax-product_cat .shop-archive__value-bar{display:none}}.product-mobile-bar{display:none}@media (max-width:767px){.post-type-archive-product,.tax-product_cat,.single-product{overflow-x:hidden;overflow-x:clip}.post-type-archive-product .container,.tax-product_cat .container,.single-product .container{max-width:100%;overflow-x:hidden;overflow-x:clip}.post-type-archive-product .shop-archive__header,.tax-product_cat .shop-archive__header{padding:0.55rem 0.65rem;margin-bottom:0.55rem;border-radius:10px}.post-type-archive-product .shop-archive__title,.tax-product_cat .shop-archive__title{font-size:1rem;line-height:1.22;margin-bottom:0.08rem}.post-type-archive-product .shop-archive__count,.tax-product_cat .shop-archive__count{margin:0.1rem 0 0;font-size:0.74rem}.post-type-archive-product .shop-archive__value-bar,.tax-product_cat .shop-archive__value-bar{display:none !important}.post-type-archive-product .shop-archive__category-nav,.tax-product_cat .shop-archive__category-nav{display:flex;align-items:center;gap:0.35rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin:0 0 0.52rem;padding:0 0.08rem 0.1rem}.post-type-archive-product .shop-archive__category-nav::-webkit-scrollbar,.tax-product_cat .shop-archive__category-nav::-webkit-scrollbar{display:none}.post-type-archive-product .shop-archive__category-nav-label,.tax-product_cat .shop-archive__category-nav-label{white-space:nowrap;font-size:0.7rem}.post-type-archive-product .shop-archive__category-chip,.tax-product_cat .shop-archive__category-chip{white-space:nowrap;min-height:32px;padding:0.25rem 0.58rem;font-size:0.72rem}.post-type-archive-product .shop-archive__category-chip-count,.tax-product_cat .shop-archive__category-chip-count{min-width:20px;height:20px;font-size:0.66rem}.post-type-archive-product .shop-archive__toolbar,.tax-product_cat .shop-archive__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:0.42rem;padding:0.52rem 0.58rem;margin-bottom:0.62rem;border-radius:10px}.post-type-archive-product .shop-categories-toggle,.tax-product_cat .shop-categories-toggle,.post-type-archive-product .shop-sidebar-toggle,.tax-product_cat .shop-sidebar-toggle{display:inline-flex;min-height:44px;font-size:0.78rem;padding:0.48rem 0.68rem}.post-type-archive-product .shop-sidebar-toggle,.tax-product_cat .shop-sidebar-toggle{order:2}.post-type-archive-product .shop-categories-toggle,.tax-product_cat .shop-categories-toggle{order:1}.post-type-archive-product .shop-archive__sort label,.tax-product_cat .shop-archive__sort label{font-size:0.74rem}.post-type-archive-product .shop-archive__sort,.tax-product_cat .shop-archive__sort{margin-left:auto;order:3}.post-type-archive-product .shop-archive__sort select,.tax-product_cat .shop-archive__sort select{min-height:44px;max-width:170px;font-size:0.78rem}.single-product .product-detail{gap:1rem;padding:0.72rem;border-radius:12px;box-shadow:0 6px 14px rgba(15,23,30,0.11)}.single-product .product-detail__mobile-summary{display:grid;gap:0.28rem;padding:0.62rem 0.68rem;border:1px solid #d5e4da;border-radius:12px;background:linear-gradient(180deg,#f7fbf8 0%,#eef7f1 100%)}.single-product .product-detail__mobile-summary .product-detail__category{margin-bottom:0;font-size:0.7rem;letter-spacing:0.04em}.single-product .product-detail__mobile-summary .product-detail__name--mobile{display:block;margin:0;font-size:clamp(1.14rem,5vw,1.38rem);line-height:1.2}.single-product .product-detail__mobile-summary .product-detail__sku{margin-bottom:0.1rem;font-size:0.74rem}.single-product .product-detail__mobile-summary .product-detail__prices{margin-bottom:0.12rem;gap:0.3rem}.single-product .product-detail__mobile-summary .product-detail__price,.single-product .product-detail__mobile-summary .product-detail__price--sale{font-size:clamp(1.2rem,5.8vw,1.52rem)}.single-product .product-detail__mobile-summary .product-detail__iva{font-size:0.72rem}.single-product .product-detail__mobile-summary .product-detail__price-neto{margin-top:-0.06rem;font-size:0.74rem}.single-product .product-detail__mobile-summary .product-detail__stock{margin-bottom:0;padding:0.3rem 0.56rem;font-size:0.76rem}.single-product .product-detail__gallery{padding:0.34rem}.single-product .product-gallery{gap:0.36rem}.single-product .product-gallery__thumb{width:46px;height:46px;border-radius:8px}.single-product .product-gallery__thumb img{border-radius:6px}.single-product .product-gallery__nav{width:30px;height:30px}.single-product .product-gallery__counter{right:0.4rem;bottom:0.4rem;font-size:0.66rem}.single-product .product-detail__image-wrapper{aspect-ratio:5 / 4}.single-product .product-detail__name{font-size:clamp(1.28rem,5.4vw,1.56rem);line-height:1.2}.single-product .product-detail__name--desktop{display:none}.single-product .product-detail__info>.product-detail__category,.single-product .product-detail__info>.product-detail__name-caption,.single-product .product-detail__info>.product-detail__sku,.single-product .product-detail__info>.product-detail__prices,.single-product .product-detail__info>.product-detail__stock{display:none}.single-product .product-detail__info{gap:0.44rem}.single-product .product-detail__prices{margin-bottom:0.3rem}.single-product .product-detail__price,.single-product .product-detail__price--sale{font-size:clamp(1.42rem,6.2vw,1.82rem)}.single-product .product-detail__stock{margin-bottom:0.62rem}.single-product .product-detail__specs{margin-bottom:0.85rem;gap:0.3rem}.single-product .product-detail__actions{margin-bottom:0.68rem}.single-product .product-detail__trust-points{margin-top:0.15rem}.single-product{padding-bottom:calc(10.8rem+env(safe-area-inset-bottom))}.single-product .floating-whatsapp{bottom:calc(10.1rem+env(safe-area-inset-bottom))}.product-mobile-bar{position:fixed;left:0.75rem;right:0.75rem;bottom:calc(4.4rem+env(safe-area-inset-bottom));z-index:9997;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0.55rem;align-items:center;padding:0.52rem 0.56rem;border:1px solid #cfe0d6;border-radius:12px;background:#ffffff;box-shadow:0 12px 28px rgba(10,41,25,0.18)}.product-mobile-bar__meta{min-width:0;display:grid;gap:0.18rem}.product-mobile-bar__price{color:#153f30;font-size:1rem;line-height:1.1;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-mobile-bar__stock{color:#4f675c;font-size:0.72rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-mobile-bar__stock--out{color:#a42f37}.product-mobile-bar__actions{display:flex;align-items:center;gap:0.42rem}.product-mobile-bar__btn{min-height:38px;border-radius:8px;border:1px solid transparent;padding:0.38rem 0.72rem;display:inline-flex;align-items:center;justify-content:center;gap:0.28rem;text-decoration:none;font-size:0.76rem;font-weight:800;letter-spacing:0.01em;white-space:nowrap}.product-mobile-bar__btn--cart{background:#0f7a3f;color:#ffffff;border-color:#0f7a3f}.product-mobile-bar__btn--volume{background:#f4faf6;color:#195a39;border-color:#bcd9c8}.product-mobile-bar__btn--whatsapp{background:#edf8f1;color:#0f6d3a;border-color:#bcdac7}.product-mobile-bar__btn--disabled{background:#f3f4f6;color:#68737a;border-color:#d9dde1}}@media (min-width:768px){.product-mobile-bar{display:none !important}}.single-product .product-gallery,.single-product .product-gallery__viewport,.single-product .product-detail__image-wrapper,.single-product .product-detail__image{touch-action:pan-y pinch-zoom}@media (hover:none),(pointer:coarse){.single-product .product-gallery:hover .product-gallery__slide .product-detail__image{transform:none}}