.shop-page-layout{display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media (min-width:992px){.shop-page-layout{grid-template-columns:280px 1fr}}.shop-sidebar{display:none}@media (min-width:992px){.shop-sidebar{display:block}}.shop-sidebar-content{position:sticky;top:calc(var(--header-height) + var(--spacing-4));background-color:var(--bg-card);border-radius:var(--radius-lg);padding:var(--spacing-4)}.shop-main{min-width:0}.shop-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--spacing-4);margin-bottom:var(--spacing-6)}.shop-title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--text-primary)}.shop-result-count{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0;white-space:nowrap}.shop-controls{display:flex;align-items:center;gap:var(--spacing-4)}.filter-toggle-btn{display:flex;align-items:center;gap:var(--spacing-2)}@media (min-width:992px){.filter-toggle-btn{display:none}}.view-toggle{display:flex;align-items:center;border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.view-toggle-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-secondary);background:0 0;border:0;cursor:pointer;transition:all var(--transition-fast)}.view-toggle-btn:hover{color:var(--text-primary);background-color:var(--bg-hover)}.view-toggle-btn.active{color:var(--ozon-blue);background-color:var(--ozon-blue-light)}.view-toggle-btn svg{width:20px;height:20px}.woocommerce-ordering{display:flex;align-items:center;gap:var(--spacing-2)}.woocommerce-ordering label{font-size:var(--font-size-sm);color:var(--text-secondary);white-space:nowrap}.woocommerce-ordering select{padding:var(--spacing-2) var(--spacing-3);font-size:var(--font-size-sm);border:1px solid var(--border-default);border-radius:var(--radius-md);background-color:var(--bg-card)}.filter-sorting .woocommerce-ordering{display:block}.filter-sorting .woocommerce-ordering select,.filter-sorting .woocommerce-ordering .orderby{width:100%;padding:10px 36px 10px 12px;font-size:15px;color:#040507;background-color:#fff;border:1px solid #c9c9c9;border-radius:8px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230DB14B' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s}.filter-sorting .woocommerce-ordering select:hover,.filter-sorting .woocommerce-ordering select:focus{border-color:#0db14b;outline:0}.utk-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding:12px 0}.utk-pagination-more{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 40px;font-family:inherit;font-size:16px;font-weight:600;line-height:22px;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:none;cursor:pointer;text-decoration:none;transition:border-color .2s ease,color .2s ease}.utk-pagination-more:hover{border-color:#00b050;color:#00b050}.utk-pagination-pages{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.utk-page-item{width:40px;height:40px}.utk-page-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:16px;font-weight:700;line-height:20px;color:#040507;background:#fff;text-decoration:none;cursor:pointer;transition:background-color .15s}.utk-page-link:hover{background:#f5f7f7;color:#040507}.utk-page-link.is-active{background:#f5f7f7;cursor:default}.utk-page-dots{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:16px;font-weight:700;color:#040507}.mobile-filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg-overlay);opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:var(--z-modal-backdrop)}.mobile-filter-overlay.is-active{opacity:1;visibility:visible}.mobile-filter-sidebar{position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100%;background-color:var(--bg-card);transform:translateX(-100%);transition:transform var(--transition-slow);z-index:var(--z-modal);overflow-y:auto}.mobile-filter-sidebar.is-active{transform:translateX(0)}.mobile-filter-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-4);border-bottom:1px solid var(--border-default)}.mobile-filter-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.mobile-filter-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-secondary);background:0 0;border:0;cursor:pointer}.mobile-filter-content{padding:var(--spacing-4);padding-right:var(--spacing-6)}.mobile-filter-footer{position:sticky;bottom:0;display:flex;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--bg-card);border-top:1px solid var(--border-default)}.mobile-filter-footer .btn{flex:1}.mobile-filter-footer .btn-half{flex:1}.shop-sidebar{position:sticky;top:calc(var(--header-height) + var(--spacing-4));max-height:calc(100vh - var(--header-height) - var(--spacing-8));overflow-y:auto;padding-right:4px}.shop-sidebar::-webkit-scrollbar{width:4px}.shop-sidebar::-webkit-scrollbar-track{background:0 0}.shop-sidebar::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:2px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sidebar-title{font-size:18px;font-weight:700;color:#040507}.sidebar-reset{font-size:14px;color:#0db14b;background:0 0;border:0;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .15s}.sidebar-reset:hover{background-color:rgba(13,177,75,.08)}.filter-section{margin-bottom:24px;border-bottom:none;padding-bottom:0}.filter-section:last-child{border-bottom:none}.filter-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 0 12px;font-size:18px;font-weight:700;color:#040507;background:0 0;border:0;cursor:pointer;text-align:left}.filter-section-header:hover{color:#040507}.filter-section-title{flex:1}.filter-section-arrow{transition:transform .2s}.filter-section-arrow svg{width:20px;height:20px;color:#0db14b}.filter-section-header[aria-expanded=false] .filter-section-arrow{transform:rotate(180deg)}.filter-section-content{padding-top:0}.filter-list{list-style:none;padding:0;margin:0}.filter-item{margin-bottom:0}.filter-link{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-radius:0;color:#040507;font-size:16px;transition:color .15s}.filter-link:hover{background-color:transparent;color:#0db14b}.filter-item.active .filter-link{background-color:transparent;color:#0db14b;font-weight:700}.filter-name{font-size:16px;color:#040507}.filter-count{font-size:14px;color:#95999b;background-color:transparent;padding:0;border-radius:0}.filter-checkbox{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer;border-radius:0;transition:none}.filter-checkbox:hover{background-color:transparent}.filter-checkbox input{position:absolute;opacity:0;pointer-events:none}.checkbox-mark{position:relative;width:22px;height:22px;border:1px solid #c9c9c9;border-radius:4px;flex-shrink:0;transition:all .15s;background:#fff}.filter-checkbox input:checked+.checkbox-mark{background-color:#0db14b;border-color:#0db14b}.filter-checkbox input:checked+.checkbox-mark::after{content:"";position:absolute;top:3px;left:7px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-search-input{position:relative;margin-bottom:12px}.filter-search{width:100%;height:40px;padding:0 40px 0 12px;border:1px solid #c9c9c9;border-radius:8px;font-size:16px;font-family:inherit;color:#040507;background:#fff;box-sizing:border-box}.filter-search:focus{outline:0;border-color:#0db14b}.filter-search::placeholder{color:#95999b}.filter-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none}.filter-search-icon svg{width:20px;height:20px;color:#0db14b}.filter-brand-list{max-height:280px;overflow-y:auto}.filter-brand-list::-webkit-scrollbar{width:4px}.filter-brand-list::-webkit-scrollbar-track{background:0 0}.filter-brand-list::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:2px}.price-range-inputs{display:flex;gap:8px;margin-bottom:12px}.price-input-group{flex:1;display:flex;align-items:center;gap:4px;background-color:#f5f5f5;border-radius:8px;padding:8px 12px}.price-label{font-size:14px;color:#95999b}.price-input{width:100%;background:0 0;border:0;font-size:16px;font-family:inherit;color:#040507}.price-input:focus{outline:0}.price-input::placeholder{color:#95999b}.price-input::-webkit-outer-spin-button,.price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.price-input[type=number]{-moz-appearance:textfield}.price-slider-wrapper{margin:16px 0;padding:0 4px}.price-slider{position:relative;height:24px}.price-slider-track{position:absolute;top:50%;left:0;right:0;height:4px;background:#e5e7eb;border-radius:2px;transform:translateY(-50%)}.price-slider-range{position:absolute;top:50%;height:4px;background:#0db14b;border-radius:2px;transform:translateY(-50%);pointer-events:none}.price-slider-input{position:absolute;top:0;width:100%;height:100%;-webkit-appearance:none;appearance:none;background:0 0;pointer-events:none;margin:0;padding:0}.price-slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fff;border:2px solid #0db14b;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px rgba(0,0,0,.15);transition:transform .15s,box-shadow .15s}.price-slider-input::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px rgba(0,0,0,.2)}.price-slider-input::-webkit-slider-thumb:active{transform:scale(1.15);background:#0db14b;border-color:#0db14b}.price-slider-input::-moz-range-thumb{width:20px;height:20px;background:#fff;border:2px solid #0db14b;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 4px rgba(0,0,0,.15);transition:transform .15s,box-shadow .15s}.price-slider-input::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px rgba(0,0,0,.2)}.price-slider-input::-moz-range-thumb:active{transform:scale(1.15);background:#0db14b;border-color:#0db14b}.price-slider-input::-moz-range-track{background:0 0;border:0}.price-apply-btn{display:block;width:100%;height:40px;background:#0db14b;color:#fff;font-size:14px;font-weight:700;font-family:inherit;border:0;border-radius:8px;cursor:pointer;margin-top:8px;transition:background .15s}.price-apply-btn:hover{background:#027510}.widget_price_filter .price_slider_wrapper{display:none}.widget_price_filter .price_label{font-size:14px;color:#95999b;margin-bottom:8px}.widget_price_filter button[type=submit]{display:block;width:100%;height:40px;background:#0db14b;color:#fff;font-size:14px;font-weight:700;font-family:inherit;border:0;border-radius:8px;cursor:pointer;margin-top:8px;transition:background .15s}.widget_price_filter button[type=submit]:hover{background:#027510}.quick-filters{display:flex;flex-wrap:wrap;gap:var(--spacing-2);margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-4);border-bottom:1px solid var(--border-default)}.quick-filter-chip{display:inline-flex;align-items:center;gap:var(--spacing-1);padding:var(--spacing-2) var(--spacing-4);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary);background-color:var(--bg-section);border:1px solid var(--border-default);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.quick-filter-chip:hover{border-color:var(--ozon-blue);color:var(--ozon-blue)}.quick-filter-chip.active{background-color:var(--ozon-blue);border-color:var(--ozon-blue);color:var(--text-inverse)}.quick-filter-chip svg{width:14px;height:14px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--spacing-3);margin-bottom:var(--spacing-4);padding:var(--spacing-3);background-color:var(--bg-card);border-radius:var(--radius-lg)}.shop-toolbar-left{display:flex;align-items:center;gap:var(--spacing-3)}.shop-toolbar-right{display:flex;align-items:center;gap:var(--spacing-4)}.filter-toggle{display:inline-flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary);background-color:var(--bg-section);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.filter-toggle:hover{border-color:var(--ozon-blue);color:var(--ozon-blue)}.filter-toggle svg{width:18px;height:18px}.shop-ordering{display:flex;align-items:center;gap:var(--spacing-2)}.ordering-label{font-size:var(--font-size-sm);color:var(--text-tertiary);white-space:nowrap}.shop-ordering select,.shop-ordering .orderby{padding:var(--spacing-2) var(--spacing-3);padding-right:var(--spacing-6);font-size:var(--font-size-sm);color:var(--text-primary);background-color:var(--bg-section);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.shop-view-toggle{display:flex;align-items:center;border:1px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--text-tertiary);background:0 0;border:0;cursor:pointer;transition:all var(--transition-fast)}.view-btn:hover{color:var(--text-primary);background-color:var(--bg-hover)}.view-btn.active{color:var(--ozon-blue);background-color:var(--ozon-blue-light)}.view-btn svg{width:18px;height:18px}.active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-2);margin-bottom:var(--spacing-4);padding:var(--spacing-3);background-color:var(--bg-section);border-radius:var(--radius-md)}.active-filters-label{font-size:var(--font-size-sm);color:var(--text-tertiary)}.active-filters-list{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.active-filter-tag{display:inline-flex;align-items:center;gap:var(--spacing-1);padding:var(--spacing-1) var(--spacing-2);font-size:var(--font-size-xs);color:var(--text-primary);background-color:var(--bg-card);border-radius:var(--radius-sm)}.active-filter-tag button{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;color:var(--text-tertiary);background:0 0;border:0;cursor:pointer}.active-filter-tag button:hover{color:var(--ozon-pink)}.active-filters-clear{font-size:var(--font-size-sm);color:var(--ozon-blue);background:0 0;border:0;cursor:pointer;margin-left:auto}.active-filters-clear:hover{text-decoration:underline}.no-products-found{text-align:center;padding:var(--spacing-12) var(--spacing-6)}.no-products-icon{margin-bottom:var(--spacing-4)}.no-products-icon svg{width:64px;height:64px;color:var(--text-tertiary)}.no-products-found h2{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin-bottom:var(--spacing-2)}.no-products-found p{font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:var(--spacing-6)}.single-product-container{padding:var(--spacing-4)0}.single-product-layout{display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media (min-width:768px){.single-product-layout{grid-template-columns:1fr 1fr}}@media (min-width:1200px){.single-product-layout{grid-template-columns:1fr 1fr;gap:var(--spacing-8)}}.product-gallery-column{position:relative;display:flex;flex-direction:column}.product-gallery{display:flex;gap:var(--spacing-3);flex:1}.gallery-thumbs{display:flex;flex-direction:column;gap:var(--spacing-2);width:64px;flex-shrink:0;max-height:500px;overflow-y:auto;scrollbar-width:thin}.gallery-thumbs::-webkit-scrollbar{width:4px}.gallery-thumbs::-webkit-scrollbar-thumb{background-color:var(--border-default);border-radius:2px}.gallery-thumb{width:64px;height:64px;padding:0;background-color:var(--bg-card);border:1px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;flex-shrink:0}.gallery-thumb:hover,.gallery-thumb.active{border-color:#00b050}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-main{flex:1;position:relative;background-color:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column}.gallery-main-image{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:300px;background-color:#f8fafc;border-radius:12px;padding:24px}.gallery-main-image img{max-width:100%;max-height:100%;object-fit:contain;cursor:zoom-in}.gallery-main-image.no-image{background-color:var(--bg-section)}.gallery-zoom{position:absolute;top:var(--spacing-3);right:var(--spacing-3);display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-secondary);background-color:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);z-index:2}.gallery-zoom:hover{color:var(--ozon-blue);border-color:var(--ozon-blue)}.gallery-zoom svg{width:20px;height:20px}.gallery-main .sale-badge{position:absolute;top:var(--spacing-3);left:var(--spacing-3);padding:var(--spacing-1) var(--spacing-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--text-inverse);background-color:var(--ozon-pink);border-radius:var(--radius-sm);z-index:2}.gallery-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:var(--z-modal);flex-direction:column;align-items:center;justify-content:center}.gallery-lightbox.active{display:flex}.lightbox-close{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#fff;background:0 0;border:0;cursor:pointer}.lightbox-close svg{width:32px;height:32px}.lightbox-content{position:relative;display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:70vh}.lightbox-content img{max-width:100%;max-height:70vh;object-fit:contain}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#fff;background-color:rgba(255,255,255,.1);border:0;border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--transition-fast)}.lightbox-nav:hover{background-color:rgba(255,255,255,.2)}.lightbox-prev{left:var(--spacing-4)}.lightbox-next{right:var(--spacing-4)}.lightbox-nav svg{width:24px;height:24px}.lightbox-thumbs{display:flex;gap:var(--spacing-2);margin-top:var(--spacing-4);padding:var(--spacing-2);overflow-x:auto}.lightbox-thumb{width:56px;height:56px;padding:0;background:0 0;border:2px solid transparent;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;flex-shrink:0;opacity:.6;transition:all var(--transition-fast)}.lightbox-thumb:hover,.lightbox-thumb.active{opacity:1;border-color:#fff}.lightbox-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width:767px){.product-gallery{flex-direction:column-reverse}.gallery-thumbs{flex-direction:row;width:100%;max-height:none;overflow-x:auto;overflow-y:hidden}.gallery-thumb{width:56px;height:56px}}.product-info-column{min-width:0;display:flex;flex-direction:column}.product-info{display:flex;flex-direction:column;gap:20px;border:1px solid #e6e9e6;border-radius:12px;padding:32px;background:#fff;font-family:Gilroy,sans-serif;font-size:16px;line-height:24px;color:#040507}.product-title{font-size:24px;font-weight:700;line-height:28px;color:#040507;margin:0}.product-rating-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.product-rating{display:flex;align-items:center;gap:6px;margin-right:8px}.rating-star{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:4px;background-color:#fff4d9;border-radius:100%;color:#ffb900}.rating-star svg{width:24px;height:24px;fill:#ffb900}.rating-value{font-size:18px;font-weight:700;line-height:22px;color:#ffc709}.product-reviews-link{font-size:18px;font-weight:700;line-height:24px;color:#040507;text-decoration:none}.product-reviews-link:hover{text-decoration:underline;color:#040507}.product-reviews-empty{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--text-tertiary);text-decoration:none}.product-reviews-empty>span{display:inline-flex;align-items:center;flex-shrink:0}.product-reviews-empty svg{width:18px;height:18px;flex-shrink:0}.product-reviews-empty:hover{color:var(--color-accent)}.product-reviews-empty:hover svg{color:var(--color-accent)}.product-rating-summary{display:flex;align-items:center;gap:8px;margin-bottom:var(--spacing-3)}.product-rating-summary .rating-star{width:24px;height:24px;padding:0;background:0 0}.product-rating-summary .rating-star svg{width:20px;height:20px;fill:#ffb900;color:#ffb900}.product-rating-summary .rating-value{font-size:16px;font-weight:600;color:#ffb900}.product-rating-summary .rating-count{font-size:14px;color:var(--text-secondary);text-decoration:none}.product-rating-summary .rating-count:hover{text-decoration:underline;color:var(--color-accent)}.product-rating-summary .rating-empty{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-tertiary);text-decoration:none}.product-rating-summary .rating-empty svg{width:18px;height:18px;fill:none;stroke:var(--text-tertiary)}.product-rating-summary .rating-empty:hover{color:var(--color-accent)}.product-rating-summary .rating-empty:hover svg{stroke:var(--color-accent)}.product-sku{font-size:16px;color:#95999b}.product-category-chips{display:flex;flex-wrap:wrap;gap:8px}.product-category-chip{display:inline-flex;flex-direction:column;padding:8px 12px;border:0;border-radius:6px;background-color:#f1f5f9;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.product-category-chip:hover{background-color:#e2e8f0}.product-category-chip .chip-label{font-size:12px;font-weight:500;color:#94a3b8;line-height:16px}.product-category-chip .chip-value{font-size:13px;font-weight:600;color:#475569;line-height:18px}.product-price-section{display:flex;flex-direction:column;gap:4px}.product-price-section .price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-price-section .price-current{font-size:28px;font-weight:700;line-height:34px;color:#040507}.product-price-section .price-current.sale{color:#ef4545}.product-price-section .price-current .woocommerce-Price-amount{font-size:inherit;font-weight:inherit}.product-price-section .price-discount-pill{display:inline-flex;align-items:center;font-size:12px;font-weight:700;line-height:10px;color:#fff;background:#ef4545;border-radius:18px;padding:6px}.product-price-section .price-old{font-size:16px;color:#95999b;text-decoration:line-through}.product-price-section .price-old .woocommerce-Price-amount{font-size:inherit}.product-buy-row{display:grid;grid-template-columns:1fr 56px;gap:12px;margin-top:18px}.product-buy-row form.cart{display:contents}.product-buy-row .btn-add-to-cart{grid-column:1;grid-row:1}.product-buy-row .wishlist-btn{grid-column:2;grid-row:1}.product-buy-row .btn-add-to-cart,.product-buy-row .wishlist-btn,.product-buy-row .btn-notify{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:56px;padding:0 20px;border:1.5px solid transparent;border-radius:14px;font-family:Gilroy,sans-serif;font-size:17px;font-weight:700;line-height:1;letter-spacing:-.01em;white-space:nowrap;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .08s ease,box-shadow .15s ease}.product-buy-row .btn-add-to-cart{background:var(--primary, #0DB14B);border-color:var(--primary, #0DB14B);color:#fff;box-shadow:0 6px 16px rgba(13,177,75,.18)}.product-buy-row .btn-add-to-cart svg{width:20px;height:20px}.product-buy-row .btn-add-to-cart:hover{background:#10c354;border-color:#10c354;box-shadow:0 8px 22px rgba(13,177,75,.22)}.product-buy-row .btn-add-to-cart:active{background:#00963f;border-color:#00963f;transform:scale(.985);box-shadow:0 3px 8px rgba(13,177,75,.2)}.product-buy-row .wishlist-btn{width:56px;min-width:56px;padding:0;background:#fff;border-color:#e2e8f0;color:#94a3b8}.product-buy-row .wishlist-btn svg{width:23px;height:23px;display:block}.product-buy-row .wishlist-btn:hover{border-color:#cbd5e1;color:#ef4444}.product-buy-row .wishlist-btn:active{transform:scale(.94)}.product-buy-row .wishlist-btn.is-active{border-color:var(--primary, #0DB14B);color:var(--primary, #0DB14B)}.product-buy-row .wishlist-btn.is-active svg{fill:currentColor}.woocommerce .product-buy-row .wishlist-btn{position:static;inset:auto}.product-buy-row .out-of-stock-notice{grid-column:1/-1;grid-row:1;height:auto;min-height:56px;padding:14px 16px;box-sizing:border-box;background:rgba(239,68,68,.08);color:#ef4444;border-radius:14px;text-align:center;font-size:14px;display:flex;align-items:center;justify-content:center}.product-buy-row .btn-notify{grid-column:1;grid-row:2;background:var(--primary, #0DB14B);border-color:var(--primary, #0DB14B);color:#fff}.product-buy-row .btn-notify svg{width:18px;height:18px}.product-buy-row:has(.out-of-stock-notice) .wishlist-btn{grid-column:2;grid-row:2}.product-buy-reassure{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-top:14px;font-size:14px;font-weight:500}.product-buy-reassure .pbr-instock{display:inline-flex;align-items:center;gap:6px;color:#12863e}.product-buy-reassure .pbr-instock svg{width:16px;height:16px}.product-buy-reassure .pbr-ship{color:#667085}.bigzi-sticky-buy{display:none}@media (max-width:767.98px){.bigzi-sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0));background:#fff;border-top:1px solid #edf0f2;box-shadow:0-6px 24px rgba(2,23,41,.08);transform:translateY(110%);transition:transform .25s cubic-bezier(.4,0,.2,1)}.bigzi-sticky-buy.is-visible{transform:translateY(0)}.bigzi-sticky-buy__price{flex:1 1 auto;min-width:0;font-family:Gilroy,sans-serif;font-size:19px;font-weight:700;color:#040507;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bigzi-sticky-buy__price del,.bigzi-sticky-buy__price .price-old{display:none}.bigzi-sticky-buy__cart{flex:0 0 auto;min-width:156px;height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary, #0DB14B);border:0;border-radius:12px;color:#fff;font-family:Gilroy,sans-serif;font-size:16px;font-weight:700;box-shadow:0 4px 12px rgba(13,177,75,.25);cursor:pointer}.bigzi-sticky-buy__cart svg{width:20px;height:20px}.bigzi-sticky-buy__cart:active{background:#00963f;transform:scale(.985)}body.single-product{padding-bottom:78px}}.stock-status{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500}.stock-status.in-stock{color:#0db14b}.stock-status.out-of-stock{color:#ef4545}.stock-status svg{width:16px;height:16px}.product-short-description{font-size:14px;color:#95999b;line-height:1.5}.product-short-description p{margin:0}.product-specs-preview{padding:var(--spacing-4);background-color:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg)}.specs-title{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--spacing-3)0}.specs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-2)}.specs-item{display:flex;justify-content:space-between;gap:var(--spacing-3);font-size:var(--font-size-sm);padding:var(--spacing-2)0;border-bottom:1px dashed var(--border-default)}.specs-item:last-child{border-bottom:none}.specs-name{color:var(--text-tertiary);flex-shrink:0}.specs-value{color:var(--text-primary);text-align:right}.specs-more-link{display:inline-flex;align-items:center;gap:var(--spacing-1);margin-top:var(--spacing-3);font-size:var(--font-size-sm);color:var(--ozon-blue);text-decoration:none}.specs-more-link:hover{text-decoration:underline}.specs-more-link svg{width:16px;height:16px}.product-buybox-column{position:relative}@media (max-width:1199px){.product-buybox-column{grid-column:1/-1}}.product-buybox{position:sticky;top:calc(var(--header-height) + var(--spacing-4));background-color:#fff;border-radius:12px;padding:24px;border:1px solid #e6e9e6;box-shadow:none;display:flex;flex-direction:column;gap:20px}.buybox-delivery{padding:var(--spacing-4);background-color:var(--bg-section);border-radius:var(--radius-md)}.delivery-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--spacing-3)0}.buybox-delivery .delivery-option{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-2)0}.buybox-delivery .delivery-option:not(:last-child){border-bottom:1px solid var(--border-default);padding-bottom:var(--spacing-3);margin-bottom:var(--spacing-2)}.buybox-delivery .delivery-icon{color:var(--ozon-blue);flex-shrink:0}.buybox-delivery .delivery-icon svg{width:20px;height:20px}.delivery-details{display:flex;flex-direction:column;gap:2px;flex:1}.delivery-method{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.delivery-date{font-size:var(--font-size-sm);color:var(--ozon-green)}.delivery-price{font-size:var(--font-size-sm);color:var(--text-secondary)}.delivery-price.free{color:var(--ozon-green);font-weight:var(--font-weight-medium)}.buybox-seller{display:flex;align-items:center;gap:var(--spacing-2);font-size:var(--font-size-sm);flex-wrap:wrap}.seller-label{color:var(--text-tertiary)}.seller-name{color:var(--ozon-blue);font-weight:var(--font-weight-medium)}.seller-rating{display:flex;align-items:center;gap:2px;color:var(--ozon-gold);margin-left:auto}.seller-rating svg{width:14px;height:14px}.seller-rating span{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.buybox-returns{display:flex;align-items:center;gap:var(--spacing-2);font-size:var(--font-size-sm);color:var(--text-secondary)}.buybox-returns svg{width:18px;height:18px;color:var(--ozon-green)}.product-sections-nav{display:flex;align-items:center;gap:24px;margin-top:32px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.section-nav-link{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:400;color:#040507;text-decoration:none;transition:color .2s}.section-nav-link:hover{color:#0db14b}.nav-rating{display:flex;gap:2px}.nav-star{color:#e8e8e8;font-size:14px}.nav-star.filled{color:#ffb900}.product-section{margin-top:32px;padding-top:0}.section-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#040507;margin:0 0 20px 0}.section-rating{display:flex;align-items:center;gap:8px;font-weight:400}.section-star{color:#e8e8e8;font-size:18px}.section-star.filled{color:#ffb900}.section-rating-count{font-size:16px;font-weight:400;color:#0db14b}.attributes-table{display:flex;flex-direction:column}.attribute-row{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-bottom:1px solid #f5f5f5}.attribute-row:last-child{border-bottom:none}.attribute-name{flex-shrink:0;font-size:14px;color:#6b7280;min-width:180px}.attribute-dots{display:none}.attribute-value{flex-shrink:0;font-size:14px;font-weight:500;color:#040507;max-width:50%;text-align:right}.product-description-content{font-size:14px;line-height:1.6;color:#040507}.product-description-content p{margin:0 0 16px 0}.product-description-content p:last-child{margin-bottom:0}.product-description-content ul,.product-description-content ol{margin:0 0 16px 0;padding-left:20px}.product-description-content li{margin-bottom:8px}.product-reviews-section{margin-top:40px}.product-reviews-content #reviews{display:flex;flex-direction:column;gap:24px}.product-reviews-content .woocommerce-Reviews-title{display:none}.product-reviews-content .commentlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.product-reviews-content .review{padding:20px;background:#f9fafb;border-radius:12px}.product-reviews-content .comment_container{display:flex;gap:16px}.product-reviews-content .avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.product-reviews-content .comment-text{flex:1}.product-reviews-content .star-rating{display:flex;gap:2px;margin-bottom:8px}.product-reviews-content .meta{display:flex;align-items:center;gap:8px;margin-bottom:8px}.product-reviews-content .woocommerce-review__author{font-weight:600;color:#040507}.product-reviews-content .woocommerce-review__published-date{font-size:12px;color:#9ca3af}.product-reviews-content .description p{margin:0;font-size:14px;line-height:1.5;color:#374151}.product-reviews-content #review_form_wrapper{margin-top:24px;padding-top:24px;border-top:1px solid #e8e8e8}.product-reviews-content .comment-reply-title{font-size:18px;font-weight:600;color:#040507;margin:0 0 16px 0}.product-reviews-content .comment-form-rating{margin-bottom:16px}.product-reviews-content .comment-form-rating label{display:block;margin-bottom:8px;font-size:14px;color:#374151}.product-reviews-content .stars,.product-reviews-content p.stars{display:block;margin-bottom:16px}.product-reviews-content p.stars span[role=group]{display:inline-flex!important;gap:4px}.product-reviews-content .stars a,.product-reviews-content p.stars a{display:inline-block!important;position:relative;width:28px!important;height:28px!important;color:transparent!important;font-size:0!important;text-decoration:none;vertical-align:middle}.product-reviews-content .stars a::before,.product-reviews-content p.stars a::before{content:"★";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px!important;color:#d1d5db;transition:color .2s}.product-reviews-content .stars a:hover::before,.product-reviews-content .stars a.active::before,.product-reviews-content p.stars a:hover::before,.product-reviews-content p.stars a.active::before,.product-reviews-content p.stars.selected a.active::before,.product-reviews-content p.stars:hover a::before{color:#ffb900}.product-reviews-content p.stars:hover a:hover~a::before{color:#d1d5db}.product-reviews-content .comment-form-comment textarea{width:100%;min-height:120px;padding:12px;border:1px solid #d5d9d9;border-radius:8px;font-size:14px;resize:vertical}.product-reviews-content .comment-form-comment textarea:focus{outline:0;border-color:#0db14b}.product-reviews-content .form-submit .submit{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#0db14b;color:#fff;border:0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.product-reviews-content .form-submit .submit:hover{background:#027510}.product-reviews-content .woocommerce-noreviews{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}.product-tabs-section{margin-top:var(--spacing-8)}.woocommerce-tabs{background-color:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden}.woocommerce-tabs .wc-tabs{display:flex;gap:0;margin:0;padding:0;list-style:none;border-bottom:1px solid var(--border-default);overflow-x:auto;scrollbar-width:none}.woocommerce-tabs .wc-tabs::-webkit-scrollbar{display:none}.woocommerce-tabs .wc-tabs li{flex-shrink:0;margin:0}.woocommerce-tabs .wc-tabs li a{display:block;padding:var(--spacing-4) var(--spacing-5);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--text-secondary);text-decoration:none;border-bottom:3px solid transparent;margin-bottom:-1px;transition:all var(--transition-fast);white-space:nowrap}.woocommerce-tabs .wc-tabs li a:hover{color:var(--text-primary);background-color:var(--bg-hover)}.woocommerce-tabs .wc-tabs li.active a{color:var(--ozon-blue);border-bottom-color:var(--ozon-blue)}.woocommerce-tabs .woocommerce-Tabs-panel{padding:var(--spacing-6)}.woocommerce-tabs .woocommerce-Tabs-panel h2{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--spacing-4)0}.woocommerce-tabs .woocommerce-Tabs-panel p{color:var(--text-secondary);line-height:var(--line-height-relaxed)}.shop_attributes{width:100%;border-collapse:collapse}.shop_attributes tr{border-bottom:1px solid var(--border-default)}.shop_attributes tr:last-child{border-bottom:none}.shop_attributes th,.shop_attributes td{padding:var(--spacing-3) var(--spacing-4);font-size:var(--font-size-sm);text-align:left}.shop_attributes th{color:var(--text-tertiary);font-weight:var(--font-weight-normal);width:35%}.shop_attributes td{color:var(--text-primary)}.shop_attributes td p{margin:0}#reviews{display:flex;flex-direction:column;gap:var(--spacing-6)}#reviews .woocommerce-Reviews-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);margin:0}.commentlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-4)}.commentlist .review{padding:var(--spacing-4);background-color:var(--bg-section);border-radius:var(--radius-lg)}.commentlist .review .comment_container{display:flex;gap:var(--spacing-4)}.commentlist .review img.avatar{width:48px;height:48px;border-radius:var(--radius-full);flex-shrink:0}.commentlist .review .comment-text{flex:1}.commentlist .review .star-rating{margin-bottom:var(--spacing-2)}.commentlist .review .meta{display:flex;align-items:center;gap:var(--spacing-2);margin-bottom:var(--spacing-2)}.commentlist .review .woocommerce-review__author{font-weight:var(--font-weight-semibold);color:var(--text-primary)}.commentlist .review .woocommerce-review__dash{color:var(--text-tertiary)}.commentlist .review .woocommerce-review__published-date{font-size:var(--font-size-sm);color:var(--text-tertiary)}.commentlist .review .description p{margin:0;color:var(--text-secondary)}#review_form_wrapper{padding:var(--spacing-4);background-color:var(--bg-section);border-radius:var(--radius-lg)}#review_form .comment-reply-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin:0 0 var(--spacing-4)0}.comment-form-rating{margin-bottom:var(--spacing-4)}.comment-form-rating label{display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-2)}.comment-form-comment textarea{width:100%;min-height:120px;padding:var(--spacing-3);border:1px solid var(--border-default);border-radius:var(--radius-md);resize:vertical}.comment-form-comment textarea:focus{outline:0;border-color:var(--ozon-blue);box-shadow:0 0 0 3px var(--ozon-blue-light)}.reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.reviews-summary{display:flex;align-items:center;gap:16px}.reviews-average{display:flex;align-items:center;gap:12px}.reviews-average .average-value{font-size:32px;font-weight:700;color:#040507}.reviews-average .average-stars{display:flex;gap:2px}.reviews-average .average-stars .star{font-size:18px;color:#e5e7eb}.reviews-average .average-stars .star.filled{color:#f9a825}.reviews-average .average-count{font-size:14px;color:#727c85}.btn-write-review{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#0db14b;color:#fff;font-size:14px;font-weight:600;border:0;border-radius:8px;cursor:pointer;transition:background .15s}.btn-write-review:hover{background:#027510}.btn-write-review svg{width:18px;height:18px}.review-form-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center}.review-form-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.review-form-container{position:relative;width:90%;max-width:600px;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.review-form-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb}.review-form-header h3{font-size:20px;font-weight:600;margin:0}.review-form-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:0 0;border:0;border-radius:50%;cursor:pointer;transition:background .15s}.review-form-close:hover{background:#f5f5f5}.review-form-close svg{width:20px;height:20px}.review-form-container #review_form_wrapper{padding:24px;overflow-y:auto;flex:1}.star-rating-input{display:flex;gap:4px}.star-rating-input .star{font-size:28px;color:#e5e7eb;cursor:pointer;transition:color .15s,transform .1s}.star-rating-input .star:hover,.star-rating-input .star.active{color:#f9a825;transform:scale(1.1)}.star-rating-input .star.hovered{color:#f9a825}.comment-form-photos{margin-top:16px}.comment-form-photos>label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.comment-form-photos .optional{font-weight:400;color:#727c85}.review-photos-upload{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.review-photos-preview{display:flex;flex-wrap:wrap;gap:12px}.review-photo-preview-item{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5}.review-photo-preview-item img{width:100%;height:100%;object-fit:cover}.review-photo-preview-item .remove-photo{position:absolute;top:4px;right:4px;width:20px;height:20px;background:rgba(0,0,0,.6);border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.review-photo-preview-item .remove-photo svg{width:12px;height:12px;stroke:#fff}.add-photo-btn{width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f5f5f5;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.add-photo-btn:hover{border-color:#0db14b;background:#f0fdf4}.add-photo-btn svg{color:#727c85}.add-photo-btn span{font-size:10px;color:#727c85;text-align:center}.photos-hint{margin-top:8px;font-size:12px;color:#95999b}.reviews-list{margin-top:24px}.reviews-list .commentlist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.review-item{padding:20px;background:#f9fafb;border-radius:12px}.review-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.review-author-info{display:flex;align-items:center;gap:12px}.review-avatar{width:48px;height:48px;border-radius:50%}.review-author-details{display:flex;flex-direction:column;gap:2px}.review-author{font-weight:600;color:#040507}.verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#0db14b}.review-date{font-size:13px;color:#727c85}.review-rating{display:flex;gap:2px;margin-bottom:12px}.review-rating .star{font-size:16px;color:#e5e7eb}.review-rating .star.filled{color:#f9a825}.review-content{font-size:14px;line-height:1.6;color:#374151}.review-content p{margin:0}.review-photos{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.review-photo-link{width:100px;height:100px;border-radius:8px;overflow:hidden;display:block}.review-photo{width:100%;height:100%;object-fit:cover;transition:transform .2s}.review-photo-link:hover .review-photo{transform:scale(1.05)}.review-awaiting{margin-top:12px;padding:8px 12px;background:#fef3c7;border-radius:6px;font-size:13px;color:#92400e}.review-form-container .comment-form-author,.review-form-container .comment-form-email{margin-bottom:16px}.review-form-container .comment-form-author label,.review-form-container .comment-form-email label,.review-form-container .comment-form-comment label{display:block;font-size:14px;font-weight:500;margin-bottom:6px}.review-form-container .comment-form-author input,.review-form-container .comment-form-email input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.review-form-container .comment-form-author input:focus,.review-form-container .comment-form-email input:focus{outline:0;border-color:#0db14b;box-shadow:0 0 0 3px rgba(13,177,75,.1)}.review-form-container .form-submit{margin-top:20px}.review-form-container .form-submit input[type=submit]{width:100%;padding:14px 24px;background:#0db14b;color:#fff;font-size:16px;font-weight:600;border:0;border-radius:8px;cursor:pointer;transition:background .15s}.review-form-container .form-submit input[type=submit]:hover{background:#027510}.related-products-section{margin-top:24px;padding:20px 0;background:#f8fafc;border-radius:12px}.related-products-section section.related.products{display:block;padding:0 20px}.related-products-section section.related h2{font-size:20px;font-weight:700;line-height:24px;color:#040507;margin:0 0 16px}.related-products-section ul.products{width:100%;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:1199px){.related-products-section ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.related-products-section ul.products{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:575px){.related-products-section{padding:16px 0}.related-products-section section.related.products{padding:0 12px}.related-products-section ul.products{gap:10px}.related-products-section section.related h2{font-size:16px}}.related-products-section .product-card{border-radius:12px;background:0 0!important;border:1px solid transparent!important}.related-products-section .product-card-image-wrapper{height:220px;padding:12px;overflow:hidden;background:#fff}.related-products-section .product-card-image-wrapper img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:196px!important;object-fit:contain!important}.related-products-section .product-card-content{padding:12px}.related-products-section .product-card-title{font-size:13px;line-height:18px}.related-products-section .product-card-price .price-current{font-size:15px;line-height:20px}.related-products-section .product-card-price .price-old{font-size:12px;line-height:14px}.product-recommendations{margin-top:24px;padding:20px;border-top:none}.recommendations-title{font-size:20px;font-weight:700;line-height:24px;color:#040507;margin:0 0 16px}.recommendations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none;padding:0;margin:0}@media (max-width:1199px){.recommendations-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.recommendations-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:575px){.recommendations-grid{grid-template-columns:repeat(2,1fr);gap:10px}.recommendations-title{font-size:16px}.product-recommendations{padding:16px 12px}}.recommendations-grid .product-card{background:0 0;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid transparent;position:relative}.recommendations-grid .product-card:hover{background-color:#fff;box-shadow:0 15px 35px -5px rgba(0,0,0,.08);transform:translateY(-4px);z-index:2}.recommendations-grid .product-card-inner{display:flex;flex-direction:column;height:100%}.recommendations-grid .product-card-image-wrapper{position:relative;height:220px;padding:12px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.recommendations-grid .product-card-image-wrapper img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:196px!important;object-fit:contain!important}.recommendations-grid .product-card-content{padding:12px;display:flex;flex-direction:column;flex-grow:1}.recommendations-grid .product-card-title{font-size:13px;font-weight:500;line-height:18px;color:#040507;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none;transition:color .2s ease;height:36px}.recommendations-grid .product-card-title:hover{color:var(--primary-green, #00a046)}.recommendations-grid .product-card-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.recommendations-grid .product-card-rating .card-rating-star{color:#facc15;display:flex}.recommendations-grid .product-card-rating .card-rating-value{font-size:13px;font-weight:600;color:#040507}.recommendations-grid .product-card-rating .card-rating-count{font-size:12px;color:#9ca3af}.recommendations-grid .product-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;gap:12px}.recommendations-grid .product-card-price{display:flex;flex-direction:column;gap:2px}.recommendations-grid .product-card-price .price-current{font-size:15px;font-weight:700;color:#040507}.recommendations-grid .product-card-price .price-current.sale{color:var(--primary-green, #00a046)}.recommendations-grid .product-card-price .price-old-row{display:flex;align-items:center;gap:6px}.recommendations-grid .product-card-price .price-old{font-size:13px;color:#9ca3af;text-decoration:line-through}.recommendations-grid .product-card-price .price-discount-pill{font-size:11px;font-weight:600;color:#fff;background:var(--primary-green, #00a046);padding:2px 6px;border-radius:4px}.recommendations-grid .product-card-cart-btn .add-to-cart-btn{width:36px;height:36px;border-radius:10px;background:var(--primary-green, #00a046);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.recommendations-grid .product-card-cart-btn .add-to-cart-btn:hover{background:var(--primary-green-hover, #009966)}.recommendations-grid .product-card-cart-btn .add-to-cart-btn svg{width:18px;height:18px}.brand-products-section,.also-bought-section,.related-products-section{background:#f8fafc;border-radius:12px;margin-top:24px}.brand-products-section .product-card,.also-bought-section .product-card,.related-products-section .product-card,.recommendations-grid .product-card{background:0 0!important;border:1px solid transparent!important;border-radius:12px!important;transition:all .3s ease!important}.brand-products-section .product-card:hover,.also-bought-section .product-card:hover,.related-products-section .product-card:hover,.recommendations-grid .product-card:hover{background-color:#fff!important;box-shadow:0 15px 35px -5px rgba(0,0,0,.08)!important;transform:translateY(-4px)!important;z-index:2}.brand-products-section .product-cart-icon-btn,.also-bought-section .product-cart-icon-btn,.related-products-section .product-cart-icon-btn{background-color:#0db14b!important;border-color:#0db14b!important;color:#fff!important}.brand-products-section .product-cart-icon-btn:hover,.also-bought-section .product-cart-icon-btn:hover,.related-products-section .product-cart-icon-btn:hover{background-color:#027510!important;border-color:#027510!important}.brand-products-section .product-cart-icon-btn.disabled,.also-bought-section .product-cart-icon-btn.disabled,.related-products-section .product-cart-icon-btn.disabled{background-color:#c9c9c9!important;border-color:#c9c9c9!important}.cart-page-layout{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:992px){.cart-page-layout{grid-template-columns:1fr 360px;align-items:start}}.cart-main{min-width:0}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.cart-header-left{display:flex;align-items:baseline;gap:12px}.cart-title{font-size:24px;font-weight:700;color:#040507;line-height:28px}.cart-count{font-size:16px;color:#95999b}.cart-clear-link{font-size:14px;font-weight:700;color:#0db14b;text-decoration:none;transition:color .15s}.cart-clear-link:hover{color:#027510}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid #e6e9e6;align-items:center}@media (min-width:768px){.cart-item{grid-template-columns:100px 1fr auto auto auto;gap:20px}}.cart-item-image{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#fff;flex-shrink:0}@media (min-width:768px){.cart-item-image{width:100px;height:100px}}.cart-item-image img{width:100%!important;height:100%!important;object-fit:contain}.cart-item-badge{position:absolute;top:4px;left:4px;padding:2px 6px;font-size:11px;font-weight:700;color:#fff;background:#ef4545;border-radius:12px;z-index:2;line-height:16px}.cart-item-details{min-width:0}.cart-item-name{font-size:15px;font-weight:500;color:#040507;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-name a{color:inherit;text-decoration:none}.cart-item-name a:hover{color:#0db14b}.cart-item-quantity{display:flex;align-items:center}.qty-stepper{display:flex;align-items:center;gap:0}.qty-stepper-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:0;background:#0db14b;color:#fff;cursor:pointer;transition:background-color .15s;flex-shrink:0;padding:0}.qty-stepper-btn:hover{background:#027510}.qty-stepper-btn:disabled{background:#e6e9e6;color:#95999b;cursor:not-allowed}.qty-stepper-btn svg{width:14px;height:14px}.qty-stepper-input{width:44px;height:36px;text-align:center;font-size:16px;font-weight:700;color:#040507;background:#f5f7f7;border:0;border-radius:0;-moz-appearance:textfield;appearance:textfield}.qty-stepper-input::-webkit-outer-spin-button,.qty-stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-price-col{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.cart-price-current{font-size:18px;font-weight:700;color:#040507;line-height:22px}.cart-price-current.sale{color:#ef4545}.cart-price-old{font-size:14px;color:#95999b;text-decoration:line-through;line-height:18px}.cart-item-actions{display:flex;align-items:center;gap:8px}.cart-action-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e6e9e6;border-radius:8px;background:#fff;color:#95999b;cursor:pointer;transition:all .15s;text-decoration:none;padding:0}.cart-action-btn:hover{border-color:#040507;color:#040507}.cart-action-btn.cart-delete-btn:hover{border-color:#ef4545;color:#ef4545}.cart-action-btn svg{width:20px;height:20px}.cart-sidebar{position:sticky;top:100px}@media (max-width:991px){.cart-sidebar{position:static}}.cart-totals-card{border:1px solid #e6e9e6;border-radius:12px;padding:24px;background:#fff}.cart-totals-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.cart-totals-total{padding-bottom:16px}.cart-totals-total .cart-totals-label{font-size:20px;font-weight:700;color:#040507}.cart-totals-total .cart-totals-value{font-size:20px;font-weight:700;color:#040507}.cart-totals-breakdown .cart-totals-label{font-size:14px;color:#95999b}.cart-totals-breakdown .cart-totals-value{font-size:14px;color:#040507}.cart-totals-divider{height:1px;background:#e6e9e6;margin:16px 0}.cart-totals-checkout{margin-top:0}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:56px;background:#0db14b;color:#fff;font-size:18px;font-weight:700;border:0;border-radius:8px;cursor:pointer;text-decoration:none;transition:background-color .15s}.cart-checkout-btn:hover{background:#027510;color:#fff}@media (max-width:767px){.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}.cart-item-quantity,.cart-item-price-col,.cart-item-actions{grid-column:1/-1}.cart-item-quantity{justify-content:flex-start}.cart-item-price-col{align-items:flex-start}.cart-item-actions{justify-content:flex-end}}.checkout-page-layout{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:992px){.checkout-page-layout{grid-template-columns:1fr 380px}}.checkout-main{min-width:0}.checkout-section{background-color:#fff;border:1px solid #e6e9e6;border-radius:12px;padding:24px;margin-bottom:16px}.checkout-section-title{display:flex;align-items:center;font-size:20px;font-weight:700;color:#040507;margin-bottom:20px}.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:576px){.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{grid-template-columns:repeat(2,1fr)}}.form-row{display:flex;flex-direction:column;gap:6px}.form-row-wide{grid-column:1/-1}.form-row label{font-size:13px;font-weight:500;color:#95999b}.form-row label .required{color:#ef4545}.form-row input,.form-row select,.form-row textarea{width:100%;padding:14px 16px;font-size:15px;color:#040507;border:1px solid #e6e9e6;border-radius:8px;background-color:#fff;transition:border-color .15s,box-shadow .15s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:0;border-color:#0db14b;box-shadow:0 0 0 3px rgba(13,177,75,.15)}.form-row.woocommerce-invalid input,.form-row.woocommerce-invalid select{border-color:#ef4545;box-shadow:0 0 0 3px rgba(239,69,69,.1)}.form-row input::placeholder{color:#95999b}.checkout-section .select2-container--default .select2-selection--single{height:48px;padding:12px 16px;border:1px solid #e6e9e6;border-radius:8px}.checkout-section .select2-container--default .select2-selection--single:focus,.checkout-section .select2-container--default.select2-container--focus .select2-selection--single,.checkout-section .select2-container--default.select2-container--open .select2-selection--single{border-color:#0db14b;box-shadow:0 0 0 3px rgba(13,177,75,.15)}.checkout-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:24px;color:#040507;padding-left:0}.checkout-section .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px;right:12px}.checkout-sidebar{position:sticky;top:100px;align-self:start}@media (max-width:991px){.checkout-sidebar{position:static}}.checkout-order-summary{background-color:#fff;border:1px solid #e6e9e6;border-radius:12px;padding:24px}.order-summary-title{font-size:20px;font-weight:700;color:#040507;margin-bottom:20px}.order-summary-items{display:flex;flex-direction:column;gap:16px;padding-bottom:20px;border-bottom:1px solid #e6e9e6;margin-bottom:16px}.order-item{display:flex;gap:12px;align-items:flex-start}.order-item-image{position:relative;width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid #e6e9e6}.order-item-image img{width:100%;height:100%;object-fit:contain}.order-item-qty{position:absolute;top:-6px;right:-6px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;color:#fff;background-color:#0db14b;border-radius:50%}.order-item-details{flex:1;min-width:0}.order-item-name{display:block;font-size:14px;color:#040507;margin-bottom:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-item-price-row{display:flex;align-items:center;gap:8px}.order-item-price{font-size:14px;font-weight:600;color:#040507}.order-item-price.sale{color:#ef4545}.order-item-price-old{font-size:12px;color:#95999b;text-decoration:line-through}.order-summary-totals{display:flex;flex-direction:column;gap:10px}.summary-row{display:flex;justify-content:space-between;align-items:center}.summary-row .label{font-size:14px;color:#95999b}.summary-row .value{font-size:14px;color:#040507}.summary-row.total{padding-top:16px;margin-top:6px;border-top:1px solid #e6e9e6}.summary-row.total .label{font-size:20px;font-weight:700;color:#040507}.summary-row.total .value{font-size:20px;font-weight:700;color:#040507}.checkout-agreement{margin-top:20px;padding-top:16px;border-top:1px solid #e6e9e6}.checkout-agreement-text{font-size:12px;color:#95999b;line-height:1.6}.checkout-agreement-text a{color:#0db14b;text-decoration:none}.checkout-agreement-text a:hover{text-decoration:underline}.checkout-section .woocommerce-billing-fields>h3,.checkout-section .woocommerce-shipping-fields>h3,.checkout-section .woocommerce-additional-fields>h3,.checkout-section #ship-to-different-address>span{display:none}.checkout-section .woocommerce-checkout-review-order-table{display:none}.woocommerce-checkout-payment{margin-top:0}.wc_payment_methods{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;list-style:none;padding:0}.wc_payment_method{padding:16px;background-color:#fff;border:1px solid #e6e9e6;border-radius:8px;transition:border-color .15s,background-color .15s}.wc_payment_method:has(input:checked){border-color:#0db14b;background-color:rgba(13,177,75,.04)}.wc_payment_method label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;font-weight:500;color:#040507}.wc_payment_method label img{max-height:24px;width:auto}.wc_payment_method input[type=radio]{accent-color:#0db14b}.payment_box{padding:12px 16px;margin-top:12px;background-color:#f5f7f7;border-radius:8px}.payment_box p{font-size:13px;color:#95999b;margin:0}#place_order{display:flex;align-items:center;justify-content:center;width:100%;height:56px;background:#0db14b;color:#fff;font-size:18px;font-weight:700;border:0;border-radius:8px;cursor:pointer;transition:background-color .15s}#place_order:hover{background:#027510}#place_order:disabled{background:#95999b;cursor:not-allowed}.woocommerce-checkout .woocommerce-NoticeGroup,.woocommerce-checkout .woocommerce-error,.woocommerce-checkout .woocommerce-info,.woocommerce-checkout .woocommerce-message{border-radius:8px;margin-bottom:16px}.woocommerce-shipping-methods{list-style:none;padding:0;margin:0}.woocommerce-shipping-methods li{padding:10px 0}.woocommerce-shipping-methods li label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#040507}.woocommerce-shipping-methods li input[type=radio]{accent-color:#0db14b}.woocommerce-account-fields,.woocommerce-shipping-fields{margin-top:16px}.woocommerce-form__label-for-checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#040507;cursor:pointer}.woocommerce-form__label-for-checkbox input[type=checkbox]{accent-color:#0db14b;width:18px;height:18px}.woocommerce-form-login-toggle .woocommerce-info{background-color:#f5f7f7;border:1px solid #e6e9e6;border-radius:8px;padding:16px;color:#040507;font-size:14px}.woocommerce-form-login-toggle .woocommerce-info a{color:#0db14b;font-weight:600}.woocommerce-form-coupon-toggle .woocommerce-info{background-color:#f5f7f7;border:1px solid #e6e9e6;border-radius:8px;padding:16px;color:#040507;font-size:14px}.woocommerce-form-coupon-toggle .woocommerce-info a{color:#0db14b;font-weight:600}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin-top:16px;padding:16px 18px;border:1px solid #e6e9e6;border-radius:12px;background:#fafbfc}.woocommerce-checkout .woocommerce-privacy-policy-text p{font-size:13px;color:#5c6370;line-height:1.5;margin-bottom:12px}.woocommerce-checkout .woocommerce-privacy-policy-text a{color:#027510;font-weight:600}.woocommerce-checkout .woocommerce-terms-and-conditions{display:none!important}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:#334155}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=checkbox]{flex:0 0 auto;margin-top:1px}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a{color:#027510;font-weight:600}.bigzi-trust{margin-top:16px;padding:16px 18px;background:#f8fafc;border:1px solid #eef0f3;border-radius:14px;display:flex;flex-direction:column;gap:10px}.bigzi-trust--cart{margin:0 0 20px}.bigzi-trust-row{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.35;color:#334155}.bigzi-trust-ic{display:flex;flex:0 0 auto;width:22px;height:22px;color:var(--primary, #0DB14B)}.bigzi-trust-ic svg{width:22px;height:22px}.bigzi-trust-pay{display:flex;align-items:center;gap:10px;margin-top:2px;padding-top:12px;border-top:1px solid #eef0f3}.bigzi-trust-pay-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.bigzi-trust-pay-img{height:20px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease}.bigzi-trust:hover .bigzi-trust-pay-img{filter:grayscale(0%);opacity:1}.woocommerce-form-coupon{border:1px solid #e6e9e6;border-radius:12px;padding:20px 24px;margin-bottom:16px}.woocommerce-form-coupon .form-row-first{margin-bottom:12px}.woocommerce-form-coupon .form-row-first input{width:100%;padding:14px 16px;border:1px solid #e6e9e6;border-radius:8px;font-size:15px}.woocommerce-form-coupon .form-row-last button{background:#0db14b;color:#fff;border:0;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .15s}.woocommerce-form-coupon .form-row-last button:hover{background:#027510}.woocommerce-account .woocommerce{display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media (min-width:768px){.woocommerce-account .woocommerce{grid-template-columns:240px 1fr}}.woocommerce-MyAccount-navigation{background-color:var(--bg-card);border-radius:var(--radius-lg);padding:var(--spacing-2)}.woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column}.woocommerce-MyAccount-navigation ul li a{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3) var(--spacing-4);font-size:var(--font-size-base);color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition-fast)}.woocommerce-MyAccount-navigation ul li a:hover{background-color:var(--bg-hover)}.woocommerce-MyAccount-navigation ul li.is-active a{background-color:var(--ozon-blue-light);color:var(--ozon-blue)}.woocommerce-MyAccount-content{background-color:var(--bg-card);border-radius:var(--radius-lg);padding:var(--spacing-6)}.woocommerce-orders-table{width:100%}.woocommerce-orders-table thead th{padding:var(--spacing-3);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);text-align:left;border-bottom:1px solid var(--border-default)}.woocommerce-orders-table tbody td{padding:var(--spacing-3);font-size:var(--font-size-sm);color:var(--text-primary);border-bottom:1px solid var(--border-default)}.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a{color:var(--ozon-blue);font-weight:var(--font-weight-medium)}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{text-transform:capitalize}.woocommerce-message,.woocommerce-info,.woocommerce-error{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-4);border-radius:var(--radius-lg);margin-bottom:var(--spacing-4)}.woocommerce-message{background-color:rgba(0,160,70,.1);color:var(--ozon-green)}.woocommerce-info{background-color:var(--ozon-blue-light);color:var(--ozon-blue)}.woocommerce-error{background-color:rgba(249,17,85,.1);color:var(--ozon-pink)}.woocommerce-error li{list-style:none}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none}.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-4);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--text-inverse);background-color:var(--ozon-blue);border:0;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover{background-color:var(--ozon-blue-dark)}.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce a.button.alt{background-color:var(--ozon-pink)}.woocommerce .button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce a.button.alt:hover{background-color:#d40e49}.widget_shopping_cart{padding:var(--spacing-4)}.widget_shopping_cart .woocommerce-mini-cart__empty-message{text-align:center;padding:var(--spacing-6);color:var(--text-secondary)}.widget_shopping_cart .woocommerce-mini-cart{max-height:300px;overflow-y:auto}.widget_shopping_cart .woocommerce-mini-cart-item{display:flex;gap:var(--spacing-3);padding:var(--spacing-3)0;border-bottom:1px solid var(--border-default)}.widget_shopping_cart .woocommerce-mini-cart-item:last-child{border-bottom:none}.widget_shopping_cart .woocommerce-mini-cart-item a:not(.remove){display:flex;gap:var(--spacing-3);flex:1;min-width:0}.widget_shopping_cart .woocommerce-mini-cart-item img{width:48px;height:48px;object-fit:cover;border-radius:var(--radius-md)}.widget_shopping_cart .woocommerce-mini-cart-item .quantity{font-size:var(--font-size-sm);color:var(--text-secondary)}.widget_shopping_cart .woocommerce-mini-cart-item .remove{color:var(--text-tertiary)}.widget_shopping_cart .woocommerce-mini-cart-item .remove:hover{color:var(--ozon-pink)}.widget_shopping_cart .woocommerce-mini-cart__total{display:flex;justify-content:space-between;padding:var(--spacing-3)0;font-weight:var(--font-weight-semibold)}.widget_shopping_cart .woocommerce-mini-cart__buttons{display:flex;flex-direction:column;gap:var(--spacing-2)}.widget_shopping_cart .woocommerce-mini-cart__buttons .button{width:100%}.products{display:grid;grid-template-columns:repeat(2,1fr);column-gap:0;row-gap:0;padding:0;margin:0;list-style:none}@media (min-width:576px){.products{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.products{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:transparent;border-radius:12px;padding:16px;border:1px solid transparent;box-shadow:none;cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card:hover{background-color:#fff;border-color:transparent;box-shadow:0 15px 35px -5px rgba(0,0,0,.08);transform:translateY(-4px);z-index:2}.product-card-inner{position:relative;display:flex;flex-direction:column;height:100%;padding:0;border:0;border-radius:0;transition:none}.product-card:hover .product-card-inner{border-color:transparent;box-shadow:none}.product-card-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:220px;padding:12px;overflow:hidden;background-color:#fff;border-radius:0}.product-card-image-wrapper img,.product-card-image-wrapper img.wp-post-image,.product-card-image-wrapper img.attachment-woocommerce_thumbnail,.product-card-image-wrapper .attachment-woocommerce_thumbnail,.products .product-card-image-wrapper img,.woocommerce .product-card-image-wrapper img,.woocommerce-page .product-card-image-wrapper img,ul.products li.product .product-card-image-wrapper img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:196px!important;object-fit:contain!important;object-position:center!important;margin:auto!important}.product-card .product-card-image-wrapper img[src],.product-card-inner .product-card-image-wrapper img[src]{max-height:196px!important;width:auto!important;height:auto!important}.product-badges{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:4px;z-index:2}.product-badges .badge{display:inline-flex;align-items:center;padding:3px 6px;font-size:10px;font-weight:700;border-radius:4px;white-space:nowrap}.badge.badge-sale{background-color:#ef4545;color:#fff}.badge.badge-new{background-color:#00be64;color:#fff}.badge.badge-hit{background-color:#ff7500;color:#fff}.badge.badge-express{background-color:#389aeb;color:#fff}.product-card-actions{position:absolute;top:52px;right:8px;display:flex;flex-direction:column;gap:6px;z-index:10;opacity:0;transform:translateX(10px);transition:opacity .2s,transform .2s}.product-card-inner:has(.product-discount-badge) .product-card-actions{top:88px}.product-card:hover .product-card-actions{opacity:1;transform:translateX(0)}.product-card-actions .wishlist-btn.is-active{opacity:1}.product-card-actions .wishlist-btn{position:static;top:auto;right:auto;transform:none}.product-action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:rgba(255,255,255,.95);color:#5c5c5c;border:0;border-radius:8px;cursor:pointer;transition:color .2s,background-color .2s,transform .15s;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-action-btn:hover{transform:scale(1.08)}.product-action-btn svg{width:20px;height:20px}.product-action-btn.quick-view-btn:hover{color:#0db14b;background-color:#fff}.product-action-btn.compare-btn:hover,.product-action-btn.compare-btn.is-active{color:#005bff;background-color:#fff}.product-action-btn.compare-btn.is-active{background-color:#ebf3ff}.product-action-btn.wishlist-btn:hover{color:#ef4545;background-color:#fff}.product-action-btn.wishlist-btn.is-active{color:#ef4545;background-color:#ffebeb}.product-action-btn.wishlist-btn.is-active svg{fill:#ef4545}.product-card-inner>.wishlist-btn,.product-wishlist-btn{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:rgba(255,255,255,.9);color:#9e9e9e;border:0;border-radius:50%;cursor:pointer;transition:color .2s,background-color .2s,transform .2s;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-card-inner>.wishlist-btn:hover,.product-wishlist-btn:hover{color:#ef4545;background-color:#fff;transform:scale(1.1)}.product-card-inner>.wishlist-btn svg,.product-wishlist-btn svg{width:18px;height:18px}.product-card-inner>.wishlist-btn.is-active,.product-wishlist-btn.active,.product-wishlist-btn.is-active{color:#ef4545;background-color:#fff}.product-card-inner>.wishlist-btn.is-active svg,.product-wishlist-btn.active svg,.product-wishlist-btn.is-active svg{fill:currentColor}.product-card-inner>.wishlist-btn.is-loading{pointer-events:none;opacity:.6}.product-card-content{display:flex;flex-direction:column;flex:1;justify-content:flex-start;margin-top:12px;padding:0;gap:0}.product-card-brand{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#98a2b3;line-height:1;margin-bottom:4px}.product-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;font-weight:500;line-height:1.35;min-height:38px;color:#1d2939;text-decoration:none}.product-card-title:hover{color:#040507;text-decoration:none}.product-card-rating{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;line-height:16px}.card-rating-star{display:flex;align-items:center;color:#ffb900}.card-rating-star svg{width:14px;height:14px}.card-rating-value{font-weight:600;color:#040507}.card-rating-count{color:#95999b}.card-rating-count::before{content:"("}.card-rating-count::after{content:")"}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;gap:8px}.product-card-price{display:flex;flex-direction:column;gap:0}.product-card-price .price-current{font-size:20px;font-weight:700;line-height:24px;color:#040507;font-variant-numeric:tabular-nums}.product-card-price .price-current.sale{color:#ef4545}.price,.price .amount,.price bdi,.woocommerce-Price-amount,.product-price-section .price-current,.hp-deal-price-sale{font-variant-numeric:tabular-nums}.price .woocommerce-Price-currencySymbol,.product-card-price .woocommerce-Price-currencySymbol,.hp-deal-price-sale .woocommerce-Price-currencySymbol,.product-price-section .woocommerce-Price-currencySymbol{font-weight:inherit!important;font-size:inherit!important}.price-old-row{display:flex;align-items:center;gap:8px}.product-card-price .price-old{font-size:12px;font-weight:400;line-height:16px;color:#95999b;text-decoration:line-through}.price-discount-pill{display:inline-flex;align-items:center;padding:4px;font-size:9px;font-weight:700;line-height:10px;color:#fff;background-color:#ef4545;border-radius:18px}.product-card-cart-btn{flex-shrink:0}.product-cart-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;background-color:#0db14b;color:#fff;border:1px solid #0db14b;border-radius:8px;cursor:pointer;transition:background-color .2s,border-color .2s;text-decoration:none}.product-cart-icon-btn:hover{background-color:#027510;border-color:#027510;color:#fff}.product-cart-icon-btn svg{width:24px;height:24px}.product-cart-icon-btn.disabled{background-color:#c9c9c9;border-color:#c9c9c9;color:#fff;cursor:default}.product-card .product-card-rating{min-height:18px;margin:0 0 8px}.product-card .product-card-rating.is-empty{min-height:0;margin:0 0 4px}.product-card .product-card-stock{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;line-height:1;color:#12863e;margin-bottom:12px}.product-card .product-card-stock::before{content:"";width:6px;height:6px;border-radius:50%;background:#0db14b}.product-card .product-card-stock.is-low{color:#b54708}.product-card .product-card-stock.is-low::before{background:#f79009}.product-card .product-card-stock.is-out{color:#98a2b3}.product-card .product-card-stock.is-out::before{background:#d0d5dd}.product-card .product-card-price{margin-top:auto;margin-bottom:12px}.product-card .product-card-buy{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;padding:0 16px;background:#0db14b;color:#fff;border:0;border-radius:10px;font-family:Gilroy,sans-serif;font-size:14px;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .15s ease,transform .08s ease,box-shadow .15s ease}.product-card .product-card-buy svg,.product-card .product-card-buy i{width:18px;height:18px}.product-card .product-card-buy:hover{background:#0a9d42;box-shadow:0 4px 12px rgba(13,177,75,.25)}.product-card .product-card-buy:active{transform:translateY(1px)}.product-card .product-card-buy.is-oos{background:#f2f4f7;color:#98a2b3;cursor:default;box-shadow:none}.product-card-rating{display:flex;align-items:center;gap:4px}.product-card-rating .rating-value{font-size:11px;font-weight:600;color:#040507}.product-card-rating .rating-star{display:flex;color:#ffc709}.product-card-rating .rating-star svg{width:12px;height:12px}.product-card-rating .rating-count{font-size:11px;color:#95999b}.products.list-view{grid-template-columns:1fr;gap:var(--spacing-3)}.products.list-view .product-card{flex-direction:row}.products.list-view .product-card-image-wrapper{width:160px;height:160px;flex-shrink:0;padding:8px}@media (min-width:576px){.products.list-view .product-card-image-wrapper{width:200px;height:200px}}.products.list-view .product-card-inner{flex-direction:row;width:100%}.products.list-view .product-card-content{flex:1;padding:var(--spacing-4)}.products.list-view .product-card-title{font-size:var(--font-size-base);-webkit-line-clamp:3}.product-card.outofstock{opacity:.85}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-4)}.section-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.section-link{font-size:var(--font-size-sm);color:var(--ozon-blue);text-decoration:none;display:flex;align-items:center;gap:var(--spacing-1)}.section-link:hover{text-decoration:underline}.section-link svg{width:16px;height:16px}.products-slider-wrapper{position:relative;margin:0 calc(-1*var(--container-padding));padding:0 var(--container-padding)}.products-slider{display:flex;gap:var(--product-card-gap);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:var(--spacing-2)}.products-slider::-webkit-scrollbar{display:none}.products-slider .product-card{flex:0 0 200px;scroll-snap-align:start}@media (min-width:576px){.products-slider .product-card{flex:0 0 220px}}@media (min-width:768px){.products-slider .product-card{flex:0 0 240px}}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--bg-card);color:var(--text-primary);border:0;border-radius:var(--radius-full);box-shadow:var(--shadow-md);cursor:pointer;z-index:10;transition:all var(--transition-fast)}.slider-nav:hover{background-color:var(--ozon-blue);color:var(--text-inverse)}.slider-nav:disabled{opacity:.3;cursor:not-allowed}.slider-nav.prev{left:var(--spacing-2)}.slider-nav.next{right:var(--spacing-2)}.slider-nav svg{width:20px;height:20px}.promo-banner{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-5);background:linear-gradient(135deg,var(--ozon-blue) 0%,#03c 100%);border-radius:var(--radius-lg);color:var(--text-inverse);overflow:hidden;position:relative}.promo-banner-content{position:relative;z-index:2}.promo-banner-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-2)}.promo-banner-text{font-size:var(--font-size-sm);opacity:.9;margin-bottom:var(--spacing-4)}.promo-banner .btn{background-color:var(--text-inverse);color:var(--ozon-blue)}.promo-banner .btn:hover{background-color:var(--bg-hover)}.quick-view-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.quick-view-modal.is-active{opacity:1;visibility:visible}.quick-view-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.quick-view-content{position:relative;width:90%;max-width:900px;max-height:90vh;background-color:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden;transform:scale(.9) translateY(20px);transition:transform .3s}.quick-view-modal.is-active .quick-view-content{transform:scale(1) translateY(0)}.quick-view-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border:0;border-radius:50%;cursor:pointer;z-index:10;transition:background-color .2s}.quick-view-close:hover{background-color:#e0e0e0}.quick-view-close svg{width:20px;height:20px;color:#333}.quick-view-loading{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quick-view-modal.is-loading .quick-view-loading{display:block}.quick-view-modal.is-loading .quick-view-body{opacity:.3}.quick-view-spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#0db14b;border-radius:50%;animation:qv-spin .8s linear infinite}@keyframes qv-spin{to{transform:rotate(360deg)}}.quick-view-body{display:grid;grid-template-columns:1fr 1fr;min-height:400px;transition:opacity .2s}@media (max-width:768px){.quick-view-body{grid-template-columns:1fr;max-height:80vh;overflow-y:auto}}.qv-gallery{padding:24px;background-color:#fafafa;display:flex;flex-direction:column;gap:16px}.qv-main-image{position:relative;display:flex;align-items:center;justify-content:center;height:320px;background-color:#fff;border-radius:12px;overflow:hidden}.qv-main-image img{max-width:100%;max-height:100%;object-fit:contain}.qv-thumbnails{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.qv-thumb{flex-shrink:0;width:64px;height:64px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background-color:#fff;transition:border-color .2s}.qv-thumb:hover,.qv-thumb.is-active{border-color:#0db14b}.qv-thumb img{width:100%;height:100%;object-fit:contain}.qv-info{padding:32px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;max-height:500px}.qv-categories{display:flex;flex-wrap:wrap;gap:8px}.qv-category{font-size:12px;color:#0db14b;text-decoration:none;padding:4px 10px;background-color:#e8f8ee;border-radius:12px}.qv-category:hover{background-color:#d0f0dc}.qv-title{font-size:22px;font-weight:700;line-height:1.3;color:#040507;margin:0}.qv-title a{color:inherit;text-decoration:none}.qv-title a:hover{color:#0db14b}.qv-sku{font-size:13px;color:#9e9e9e}.qv-rating{display:flex;align-items:center;gap:8px}.qv-rating-stars{display:flex;gap:2px}.qv-rating-stars svg{width:18px;height:18px}.qv-rating-stars .star-filled{color:#ffb800;fill:#ffb800}.qv-rating-stars .star-empty{color:#e0e0e0;fill:#e0e0e0}.qv-rating-count{font-size:14px;color:#5c5c5c}.qv-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.qv-price-current{font-size:32px;font-weight:700;color:#040507}.qv-price-current.sale{color:#ef4545}.qv-price-old{font-size:18px;color:#9e9e9e;text-decoration:line-through}.qv-discount{display:inline-flex;align-items:center;padding:4px 10px;font-size:14px;font-weight:700;color:#fff;background-color:#ef4545;border-radius:6px}.qv-stock{display:flex;align-items:center;gap:8px;font-size:14px}.qv-stock.in-stock{color:#00be64}.qv-stock.out-of-stock{color:#ef4545}.qv-stock svg{width:18px;height:18px}.qv-description{font-size:14px;line-height:1.6;color:#5c5c5c}.qv-actions{display:flex;gap:12px;margin-top:auto;padding-top:16px}.qv-add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;height:52px;font-size:16px;font-weight:700;color:#fff;background-color:#0db14b;border:0;border-radius:12px;cursor:pointer;transition:background-color .2s}.qv-add-to-cart:hover{background-color:#0a9a3f}.qv-add-to-cart:disabled{background-color:#e0e0e0;color:#9e9e9e;cursor:not-allowed}.qv-add-to-cart svg{width:22px;height:22px}.qv-view-product{display:flex;align-items:center;justify-content:center;height:52px;padding:0 24px;font-size:15px;font-weight:600;color:#040507;background-color:#f5f5f5;border:0;border-radius:12px;text-decoration:none;transition:background-color .2s}.qv-view-product:hover{background-color:#e8e8e8}@media (max-width:768px){.qv-info{padding:20px;max-height:none}.qv-title{font-size:18px}.qv-price-current{font-size:26px}.qv-actions{flex-direction:column}.qv-view-product{width:100%}}.compare-toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(100px);display:flex;align-items:center;gap:12px;padding:14px 20px;background-color:#1f1f1f;color:#fff;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:10001;opacity:0;transition:transform .3s ease,opacity .3s ease}.compare-toast.is-visible{transform:translateX(-50%) translateY(0);opacity:1}.compare-toast.error{background-color:#ef4545}.compare-toast-link{color:#0db14b;text-decoration:none;font-weight:600;padding:6px 12px;background-color:rgba(255,255,255,.15);border-radius:6px;transition:background-color .2s}.compare-toast-link:hover{background-color:rgba(255,255,255,.25)}.compare-page{padding:32px 0}.compare-page-title{font-size:28px;font-weight:700;margin-bottom:24px;color:var(--text-primary)}.compare-empty{text-align:center;padding:60px 20px;background-color:var(--bg-card);border-radius:12px}.compare-empty-title{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.compare-empty-text{color:var(--text-secondary);margin-bottom:24px}.compare-empty-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background-color:#00b050;color:#fff;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .2s}.compare-empty-btn:hover{background-color:#009a45}.compare-table-wrapper{overflow-x:auto;background-color:var(--bg-card);border-radius:12px;padding:20px}.compare-table{width:100%;min-width:600px;border-collapse:collapse}.compare-table th,.compare-table td{padding:16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--border-light)}.compare-table th{width:180px;font-weight:600;color:var(--text-secondary);background-color:var(--bg-secondary);position:sticky;left:0;z-index:1}.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:none}.compare-product-header{text-align:center;padding:16px;min-width:200px}.compare-product-remove{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:12px;background-color:var(--bg-secondary);border:0;border-radius:50%;color:var(--text-tertiary);cursor:pointer;transition:all .2s}.compare-product-remove:hover{background-color:#ffebeb;color:#ef4545}.compare-product-remove svg{width:16px;height:16px}.compare-product-image{width:140px;height:140px;object-fit:contain;margin:0 auto 12px}.compare-product-title{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:8px;line-height:1.4}.compare-product-title a{color:inherit;text-decoration:none}.compare-product-title a:hover{color:var(--ozon-blue)}.compare-product-price{font-size:18px;font-weight:700;color:var(--text-primary)}.compare-product-price.sale{color:#ef4545}.compare-product-old-price{font-size:13px;color:var(--text-tertiary);text-decoration:line-through;margin-top:4px}.compare-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;margin-top:12px;background-color:#00b050;color:#fff;font-size:14px;font-weight:600;border:0;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,176,80,.2)}.compare-add-to-cart:hover{background-color:#008c40;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,176,80,.3)}.compare-add-to-cart svg{width:18px;height:18px}.compare-attr-value{font-size:14px;color:var(--text-primary)}.compare-attr-value.different{background-color:#fff9e6}.compare-attr-value.match{color:var(--text-secondary)}.compare-clear-all{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;margin-bottom:20px;background-color:transparent;color:var(--text-secondary);font-size:14px;font-weight:500;border:1px solid var(--border-default);border-radius:8px;cursor:pointer;transition:all .2s}.compare-clear-all:hover{border-color:#ef4545;color:#ef4545}.compare-clear-all svg{width:16px;height:16px}.header-compare-link{position:relative}.compare-counter{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;display:none;align-items:center;justify-content:center;background-color:#005bff;color:#fff;font-size:11px;font-weight:700;border-radius:9px}.lazy-image{opacity:0;transition:opacity .3s ease-in-out}.lazy-image.loaded,.lazy-image[loading=eager],img:not(.lazy-image){opacity:1}.lazy-placeholder{position:relative;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200%0}to{background-position:-200%0}}.product-card .product-thumbnail{position:relative;overflow:hidden;background-color:#f5f5f5}.product-card .product-thumbnail img{transition:opacity .3s ease,transform .3s ease}.product-card .product-thumbnail img[loading=lazy]:not(.loaded){opacity:0}.product-card .product-thumbnail img.loaded{opacity:1}.lazy-blur{filter:blur(10px);transform:scale(1.1);transition:filter .3s ease,transform .3s ease}.lazy-blur.loaded{filter:blur(0);transform:scale(1)}@supports (content-visibility:auto){.products-grid li{content-visibility:auto;contain-intrinsic-size:0 400px}}picture{display:block;width:100%;height:100%}picture source,picture img{width:100%;height:100%;object-fit:cover}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-image{animation:fadeIn .3s ease-in-out forwards}.btn-buy-one-click{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:6px 24px;background:0 0;color:#0f172a;font-family:Gilroy,sans-serif;font-size:14px;font-weight:700;line-height:20px;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-buy-one-click:hover{border-color:#00b050;color:#00b050;background:0 0}.btn-buy-one-click svg{width:20px;height:20px}.buy-one-click-modal,.back-in-stock-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}.buy-one-click-modal.is-open,.back-in-stock-modal.is-open{display:flex}.buy-one-click-overlay,.back-in-stock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,26,52,.6);backdrop-filter:blur(4px)}.buy-one-click-content,.back-in-stock-content{position:relative;width:100%;max-width:420px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 24px 48px rgba(0,26,52,.2);animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.buy-one-click-close,.back-in-stock-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:0;border-radius:50%;cursor:pointer;transition:all .2s}.buy-one-click-close:hover,.back-in-stock-close:hover{background:#e0e0e0}.buy-one-click-close svg,.back-in-stock-close svg{width:18px;height:18px;color:#666}.buy-one-click-header,.back-in-stock-header{text-align:center;margin-bottom:24px}.buy-one-click-header h3,.back-in-stock-header h3{margin:0 0 8px;font-size:22px;font-weight:700;color:var(--text-primary, #001A34)}.buy-one-click-subtitle,.back-in-stock-header p{margin:0;font-size:14px;color:var(--text-secondary, #6B7280)}.back-in-stock-icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffd54f 0,#ffc107 100%);border-radius:50%}.back-in-stock-icon svg{width:32px;height:32px;color:#fff}.buy-one-click-product,.back-in-stock-product{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;margin-bottom:24px}.buy-one-click-product-image,.back-in-stock-product-image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#fff}.buy-one-click-product-image img,.back-in-stock-product-image img{width:100%;height:100%;object-fit:contain}.buy-one-click-product-info,.back-in-stock-product-info{flex:1;min-width:0}.buy-one-click-product-name,.back-in-stock-product-name{font-size:14px;font-weight:500;color:var(--text-primary, #001A34);margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.buy-one-click-product-price{font-size:18px;font-weight:700;color:var(--primary-green, #00a046)}.buy-one-click-form .form-group,.back-in-stock-form .form-group{margin-bottom:16px}.buy-one-click-form label,.back-in-stock-form label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--text-primary, #001A34)}.buy-one-click-form label .required,.back-in-stock-form label .required{color:#ef4545}.buy-one-click-form input[type=tel],.buy-one-click-form input[type=text],.buy-one-click-form input[type=email],.back-in-stock-form input[type=email]{width:100%;padding:14px 16px;font-size:15px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;transition:all .2s}.buy-one-click-form input:focus,.back-in-stock-form input:focus{outline:0;border-color:var(--primary-green, #00a046);box-shadow:0 0 0 3px rgba(0,160,70,.1)}.form-group-checkbox{margin-top:20px}.form-group-checkbox label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:400}.form-group-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--primary-green, #00a046)}.form-group-checkbox span{font-size:13px;color:var(--text-secondary, #6B7280);line-height:1.4}.form-group-checkbox a{color:var(--primary-green, #00a046);text-decoration:underline}.btn-buy-one-click-submit,.btn-back-in-stock-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;margin-top:24px;background:linear-gradient(135deg,var(--primary-green, #00a046) 0%,#00b350 100%);color:#fff;font-size:16px;font-weight:600;border:0;border-radius:12px;cursor:pointer;transition:all .2s}.btn-buy-one-click-submit:hover,.btn-back-in-stock-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,160,70,.3)}.btn-buy-one-click-submit:disabled,.btn-back-in-stock-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-buy-one-click-submit svg,.btn-back-in-stock-submit svg{width:20px;height:20px}.buy-one-click-success,.back-in-stock-success{text-align:center;padding:20px 0}.buy-one-click-success .success-icon,.back-in-stock-success .success-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00a046 0,#00b350 100%);border-radius:50%}.buy-one-click-success .success-icon svg,.back-in-stock-success .success-icon svg{color:#fff}.buy-one-click-success h4,.back-in-stock-success h4{margin:0 0 12px;font-size:20px;font-weight:700;color:var(--text-primary, #001A34)}.buy-one-click-success p,.back-in-stock-success p{margin:0 0 8px;font-size:14px;color:var(--text-secondary, #6B7280)}.buy-one-click-success .order-number{margin-top:16px;font-size:15px;color:var(--text-primary, #001A34)}.buy-one-click-success .order-number strong{color:var(--primary-green, #00a046)}.buy-one-click-error{padding:16px;background:#fef2f2;border-radius:10px;margin-top:16px}.buy-one-click-error p{margin:0;font-size:14px;color:#ef4545}.btn-notify{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#ffd54f 0,#ffc107 100%);color:#001a34;font-size:15px;font-weight:600;border:0;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-notify:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,213,79,.4)}.btn-notify svg{width:20px;height:20px}@media (max-width:600px){.buy-one-click-content,.back-in-stock-content{padding:24px}}.product-badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:5}.product-badge{display:inline-block;padding:4px 8px;font-size:11px;font-weight:600;line-height:1.2;border-radius:4px;white-space:nowrap}.product-discount-badge{position:absolute;top:8px;right:8px;padding:4px 8px;font-size:12px;font-weight:700;color:#fff;background:linear-gradient(135deg,#e91e63,#f44336);border-radius:4px;z-index:5}.product-wishlist-btn{position:absolute;top:8px;right:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);border:0;border-radius:50%;cursor:pointer;opacity:0;transform:scale(.8);transition:all .2s ease;z-index:10}.product-card-inner:has(.product-discount-badge) .product-wishlist-btn{top:44px}.product-card-inner:hover .product-wishlist-btn{opacity:1;transform:scale(1)}.product-wishlist-btn:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.product-wishlist-btn svg{width:20px;height:20px;color:#9e9e9e;transition:all .2s ease}.product-wishlist-btn:hover svg{color:#e91e63}.product-wishlist-btn.is-active{opacity:1}.product-wishlist-btn.is-active svg{color:#e91e63;fill:#e91e63}.product-card-rating{display:flex;align-items:center;gap:4px;margin:6px 0;font-size:13px}.card-rating-star{display:flex;align-items:center}.card-rating-star.filled{color:#ffc107}.card-rating-star.empty{color:#bdbdbd}.card-rating-value{font-weight:600;color:var(--text-primary)}.card-rating-count{color:var(--text-secondary);font-size:12px}.card-rating-empty{color:var(--ozon-blue);font-size:12px;text-decoration:none}.card-rating-empty:hover{text-decoration:underline}.product-card-promo{font-size:12px;color:#e91e63;font-weight:500;margin:4px 0}.product-out-of-stock{display:inline-block;background-color:#f1f5f9;color:#64748b;font-size:13px;font-weight:500;padding:8px 16px;border-radius:8px;text-align:center;width:100%;box-sizing:border-box}ul.products .card-rating-empty,.hp-carousel .card-rating-empty{display:none!important}.product-card-inner{position:relative}.cart-item-image{width:100px!important;height:100px!important;overflow:visible!important;background:0 0!important}@media (min-width:768px){.cart-item-image{width:120px!important;height:120px!important}}.cart-item-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.cart-item-image a{display:block;width:100%;height:100%}.order-item-image{width:70px!important;height:70px!important;overflow:visible!important}@media (min-width:768px){.order-item-image{width:80px!important;height:80px!important}}.order-item-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.woocommerce-mini-cart-item img,.mini_cart_item img{object-fit:contain!important;object-position:center!important}.compare-empty-icon{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:20px;color:var(--text-tertiary)}.compare-empty-icon svg{width:64px;height:64px;flex-shrink:0}.product-card-actions .product-action-btn svg,.product-card-actions .product-action-btn .lucide{width:20px;height:20px;color:#94a3b8;transition:color .3s ease}.product-card-actions .product-action-btn:hover svg,.product-card-actions .product-action-btn:hover .lucide{color:#00b050}.product-cart-icon-btn svg,.product-cart-icon-btn .lucide{width:20px;height:20px}.price-current .woocommerce-Price-currencySymbol,.product-card-price .woocommerce-Price-currencySymbol,.cart-price-current .woocommerce-Price-currencySymbol,.qv-price-current .woocommerce-Price-currencySymbol{font-size:inherit;font-weight:inherit;opacity:1}.woocommerce-product-details__short-description,.woocommerce-product-details__short-description p,.product-description p,.entry-content p{line-height:1.6}.product-card-title{line-height:1.5}ul.products li.product,ul.products li.product.product-card,.woocommerce ul.products li.product{display:flex!important;flex-direction:column!important;height:100%!important}ul.products li.product .product-card-inner,.woocommerce ul.products li.product .product-card-inner{display:flex!important;flex-direction:column!important;height:100%!important}ul.products li.product .product-card-content,.woocommerce ul.products li.product .product-card-content{display:flex!important;flex-direction:column!important;flex:1 1 auto!important}ul.products li.product .product-card-bottom,.woocommerce ul.products li.product .product-card-bottom{margin-top:auto!important}ul.products li.product .woocommerce-review-link,ul.products li.product .star-rating+a,ul.products li.product .rating-link,ul.products .card-rating-empty,.hp-carousel .card-rating-empty,.woocommerce ul.products li.product .woocommerce-review-link,.woocommerce-loop-product__link+.star-rating+.woocommerce-review-link{display:none!important}.single-product .woocommerce-product-details__short-description,.single-product .product-description,.single-product .woocommerce-Tabs-panel--description{line-height:1.6;color:#334155}.single-product .woocommerce-Tabs-panel--description ul,.single-product .product-description ul,.single-product .woocommerce-product-details__short-description ul{list-style:none;padding-left:0}.single-product .woocommerce-Tabs-panel--description ul li,.single-product .product-description ul li,.single-product .woocommerce-product-details__short-description ul li{position:relative;padding-left:20px;margin-bottom:8px;line-height:1.6}.single-product .woocommerce-Tabs-panel--description ul li::before,.single-product .product-description ul li::before,.single-product .woocommerce-product-details__short-description ul li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background-color:#00b050;border-radius:1px}.single-product .gallery-main-image img{max-width:100%;max-height:100%;object-fit:contain}.woocommerce-Tabs-panel--description,.woocommerce-Tabs-panel--description p{line-height:1.7!important}.woocommerce-Tabs-panel--description ul li{margin-bottom:12px!important;line-height:1.5!important}.related.products .woocommerce-review-link,.related.products .star-rating+a{display:none!important}.woocommerce-cart .woocommerce-message{display:none!important}.cross-sells ul.products li.product{display:flex!important;flex-direction:column!important;height:100%!important}.cross-sells ul.products li.product .price,.cross-sells ul.products li.product .button,.cross-sells ul.products li.product .add_to_cart_button{margin-top:auto!important}.cross-sells ul.products li.product .woocommerce-review-link,.cross-sells ul.products li.product .star-rating+a{display:none!important;opacity:0!important;height:0!important}.woocommerce-cart .checkout-button{padding:18px 24px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;box-shadow:0 8px 16px rgba(0,176,80,.2)!important;transition:all .3s ease!important}.woocommerce-cart .checkout-button:hover{transform:translateY(-2px)!important;box-shadow:0 12px 20px rgba(0,176,80,.3)!important}.woocommerce-message .button,.woocommerce-info .button,.woocommerce .woocommerce-message a.button,.woocommerce .woocommerce-info a.button{background-color:#00b050!important;color:#fff!important;border:0!important;border-radius:6px!important;padding:8px 16px!important;font-weight:600!important;transition:background-color .2s ease!important}.woocommerce-message .button:hover,.woocommerce-info .button:hover,.woocommerce .woocommerce-message a.button:hover,.woocommerce .woocommerce-info a.button:hover{background-color:#008c40!important}.woocommerce-checkout input[type=text],.woocommerce-checkout input[type=email],.woocommerce-checkout input[type=tel],.woocommerce-checkout textarea,.woocommerce-checkout select{background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:16px!important;font-size:15px!important;color:#0f172a!important;transition:all .3s ease!important;box-shadow:none!important}.woocommerce-checkout input[type=text]:focus,.woocommerce-checkout input[type=email]:focus,.woocommerce-checkout input[type=tel]:focus,.woocommerce-checkout textarea:focus,.woocommerce-checkout select:focus{background-color:#fff!important;border-color:#00b050!important;box-shadow:0 0 0 3px rgba(0,176,80,.1)!important;outline:0!important}@media (min-width:992px){.woocommerce-checkout #customer_details{width:55%!important;float:left!important}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:40%!important;float:right!important}.woocommerce-checkout #order_review{position:sticky!important;top:120px!important;padding:24px!important;background:#fff!important;border-radius:12px!important;box-shadow:0 10px 30px rgba(0,0,0,.05)!important;border:1px solid #f1f5f9!important}}#place_order{width:100%!important;padding:20px!important;font-size:18px!important;font-weight:700!important;background-color:#00b050!important;color:#fff!important;border:0!important;border-radius:8px!important;box-shadow:0 8px 20px rgba(0,176,80,.25)!important;transition:transform .2s ease,box-shadow .2s ease!important;cursor:pointer!important}#place_order:hover{transform:translateY(-2px)!important;box-shadow:0 12px 25px rgba(0,176,80,.35)!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce table.compare a.button,.woocommerce-form-login .woocommerce-Button,.woocommerce-form-login .woocommerce-button,.woocommerce-form-login .button,.woocommerce .woocommerce-form-register .woocommerce-Button,.woocommerce .woocommerce-form-register .woocommerce-button,.woocommerce .woocommerce-form-register .button{background-color:#00b050!important;color:#fff!important;border-radius:8px!important;border:0!important;box-shadow:0 4px 12px rgba(0,176,80,.2)!important;transition:all .3s ease!important;padding:12px 24px!important;font-weight:600!important}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce table.compare a.button:hover,.woocommerce-form-login .woocommerce-Button:hover,.woocommerce-form-login .woocommerce-button:hover,.woocommerce-form-login .button:hover,.woocommerce .woocommerce-form-register .woocommerce-Button:hover,.woocommerce .woocommerce-form-register .woocommerce-button:hover,.woocommerce .woocommerce-form-register .button:hover{background-color:#008c40!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(0,176,80,.3)!important}.woocommerce-LostPassword a,.woocommerce-form-login a{color:#00b050!important;text-decoration:none!important;font-weight:500!important}.woocommerce-LostPassword a:hover,.woocommerce-form-login a:hover{color:#008c40!important}.woocommerce-form-login input[type=text],.woocommerce-form-login input[type=password],.woocommerce-form-login input[type=email],.woocommerce-form-login .input-text,.woocommerce-form-register input[type=text],.woocommerce-form-register input[type=password],.woocommerce-form-register input[type=email],.woocommerce-form-register .input-text{background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:16px!important;font-size:15px!important;color:#0f172a!important;transition:all .3s ease!important;width:100%!important;box-shadow:none!important}.woocommerce-form-login input[type=text]:focus,.woocommerce-form-login input[type=password]:focus,.woocommerce-form-login input[type=email]:focus,.woocommerce-form-register input[type=text]:focus,.woocommerce-form-register input[type=password]:focus,.woocommerce-form-register input[type=email]:focus{background-color:#fff!important;border-color:#00b050!important;box-shadow:0 0 0 3px rgba(0,176,80,.1)!important;outline:0!important}#customer_login,.woocommerce-account .u-columns{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;margin:0 auto!important}.woocommerce-account .u-column1,.woocommerce-account .u-column2{width:100%!important;max-width:420px!important;float:none!important;margin:0 auto!important}.woocommerce-account .entry-content>.woocommerce{display:flex!important;flex-direction:column!important;align-items:center!important}.woocommerce-account form.login{background-color:#fff!important;border:1px solid #f1f5f9!important;border-radius:16px!important;padding:40px 32px!important;box-shadow:0 20px 40px -10px rgba(0,0,0,.08)!important;margin-top:20px!important;width:100%!important;max-width:420px!important}.woocommerce-account h2{text-align:center!important;font-size:28px!important;font-weight:700!important;color:#0f172a!important;margin-bottom:10px!important;width:100%!important}.woocommerce-account form.login .woocommerce-Button,.woocommerce-account form.login .woocommerce-button,.woocommerce-account form.login .button{width:100%!important;margin-top:16px!important}.woocommerce-account form.login .lost_password{text-align:center!important;margin-top:20px!important;display:block!important}body.woocommerce-lost-password .entry-content>.woocommerce{display:flex!important;flex-direction:column!important;align-items:center!important}.woocommerce-ResetPassword{max-width:480px!important;margin:40px auto!important;background-color:#fff!important;border:1px solid #f1f5f9!important;border-radius:16px!important;padding:40px 32px!important;box-shadow:0 20px 40px -10px rgba(0,0,0,.08)!important}body.woocommerce-lost-password h1,body.woocommerce-lost-password .page-title,body.woocommerce-lost-password .entry-title{text-align:center!important;font-size:28px!important;font-weight:700!important;color:#0f172a!important;margin-top:40px!important;margin-bottom:10px!important;width:100%!important;border:0!important}.woocommerce-ResetPassword p{text-align:center!important;color:#475569!important;line-height:1.6!important;margin-bottom:24px!important}.woocommerce-ResetPassword input[type=text],.woocommerce-ResetPassword input[type=email],.woocommerce-ResetPassword .input-text{background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:16px!important;font-size:15px!important;color:#0f172a!important;transition:all .3s ease!important;width:100%!important;box-shadow:none!important;margin-bottom:20px!important}.woocommerce-ResetPassword input[type=text]:focus,.woocommerce-ResetPassword input[type=email]:focus,.woocommerce-ResetPassword .input-text:focus{background-color:#fff!important;border-color:#00b050!important;box-shadow:0 0 0 3px rgba(0,176,80,.1)!important;outline:0!important}.woocommerce-ResetPassword .woocommerce-Button,.woocommerce-ResetPassword .woocommerce-button,.woocommerce-ResetPassword button[type=submit]{background-color:#00b050!important;color:#fff!important;border-radius:8px!important;border:0!important;box-shadow:0 4px 12px rgba(0,176,80,.2)!important;transition:all .3s ease!important;padding:16px 24px!important;font-weight:600!important;width:100%!important}.woocommerce-ResetPassword .woocommerce-Button:hover,.woocommerce-ResetPassword .woocommerce-button:hover,.woocommerce-ResetPassword button[type=submit]:hover{background-color:#008c40!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(0,176,80,.3)!important}body.error404 ul.products li.product,body.error404 .products-grid .product-card{display:flex!important;flex-direction:column!important;height:100%!important}body.error404 ul.products li.product .price,body.error404 ul.products li.product .button,body.error404 ul.products li.product .add_to_cart_button,body.error404 .products-grid .product-card .price,body.error404 .products-grid .product-card .button,body.error404 .products-grid .product-card .add_to_cart_button{margin-top:auto!important}body.error404 .card-rating-empty,body.error404 .product-card-rating,body.error404 ul.products li.product .woocommerce-review-link,body.error404 ul.products li.product .star-rating+a{display:none!important}.products-grid .product-card,.products-grid-4 .product-card,ul.products li.product,.woocommerce ul.products li.product,.cross-sells ul.products li.product,.related.products ul.products li.product,.hp-carousel .product-card,.recommendations-grid .product-card{display:flex!important;flex-direction:column!important;height:100%!important}.product-card .product-card-inner{display:flex!important;flex-direction:column!important;flex:1 1 auto!important}.product-card .product-card-content{display:flex!important;flex-direction:column!important;flex:1 1 auto!important}.product-card .product-card-bottom,.product-card-content .product-card-bottom,.products-grid .product-card .product-card-bottom,.products-grid-4 .product-card .product-card-bottom,.hp-carousel .product-card .product-card-bottom,.cross-sells .product-card .product-card-bottom,.related.products .product-card .product-card-bottom,.recommendations-grid .product-card .product-card-bottom{margin-top:auto!important}ul.products li.product .price{margin-top:auto!important;margin-bottom:12px!important}ul.products li.product .button,ul.products li.product .add_to_cart_button{margin-top:0!important}.product-cart-icon-btn svg,.product-cart-icon-btn i,.product-cart-icon-btn::before,a.product-cart-icon-btn svg,a.ajax_add_to_cart svg,.woocommerce ul.products li.product .button svg,.woocommerce ul.products li.product .button i,.woocommerce ul.products li.product .add_to_cart_button svg,.products-grid .product-cart-icon-btn svg,.products-grid-4 .product-cart-icon-btn svg,.hp-carousel .product-cart-icon-btn svg,.cross-sells .product-cart-icon-btn svg,.related.products .product-cart-icon-btn svg,.recommendations-grid .product-cart-icon-btn svg,body.error404 .product-cart-icon-btn svg{color:#fff!important;fill:none!important;stroke:#fff!important}.product-cart-icon-btn,a.product-cart-icon-btn,a.product-cart-icon-btn.ajax_add_to_cart{color:#fff!important}.card-rating-empty,.product-card-rating .card-rating-empty,ul.products .woocommerce-review-link,ul.products .star-rating+a,ul.products .rating-wrap a,ul.products a[href*="#review"],.products-grid .card-rating-empty,.products-grid-4 .card-rating-empty,.hp-carousel .card-rating-empty,.cross-sells .card-rating-empty,.related.products .card-rating-empty,.recommendations-grid .card-rating-empty,.woocommerce ul.products li.product .woocommerce-review-link,.woocommerce ul.products li.product .star-rating+a,.woocommerce ul.products li.product .rating-wrap a,.woocommerce ul.products li.product a[href*="#review"]{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;z-index:-1!important}.woocommerce-terms-and-conditions,.page-template-default .entry-content,.page-content .entry-content{line-height:1.7!important;color:#334155!important}.woocommerce-terms-and-conditions p,.page-template-default .entry-content p,.page-content .entry-content p{margin-bottom:20px!important}.woocommerce-terms-and-conditions h2,.woocommerce-terms-and-conditions h3,.page-template-default .entry-content h2,.page-template-default .entry-content h3{color:#0f172a!important;margin-top:32px!important;margin-bottom:12px!important}.page:not(.woocommerce-page) .page-header{display:none!important}.page-content .entry-content div[style*=linear-gradient],.page-template-default .entry-content div[style*=linear-gradient]{background:#0f172a!important;background-image:none!important;background-color:#0f172a!important;border-radius:16px!important;padding:48px 48px!important}.page-content .entry-content div[style*=linear-gradient] h1,.page-content .entry-content div[style*=linear-gradient] h2,.page-content .entry-content div[style*=linear-gradient] h3,.page-content .entry-content div[style*=linear-gradient] h4,.page-content .entry-content div[style*=linear-gradient] p,.page-template-default .entry-content div[style*=linear-gradient] h1,.page-template-default .entry-content div[style*=linear-gradient] h2,.page-template-default .entry-content div[style*=linear-gradient] h3,.page-template-default .entry-content div[style*=linear-gradient] p{color:#fff!important}.page-content .entry-content div[style*=linear-gradient] span[style*=color],.page-template-default .entry-content div[style*=linear-gradient] span[style*=color]{color:#4ade80!important}.category-archive-intro,.brand-archive-intro{max-width:880px;margin:0 0 20px;color:#334155;font-size:15px;line-height:1.6}.category-archive-intro p{margin:0 0 10px}.category-faq{margin:28px 0 8px}.category-faq-title{font-size:20px;font-weight:700;margin:0 0 12px;color:#0f172a}.category-faq-item{border:1px solid #e2e8f0;border-radius:12px;margin:0 0 10px;background:#fff;overflow:hidden}.category-faq-q{cursor:pointer;list-style:none;padding:14px 44px 14px 16px;font-size:15px;font-weight:600;color:#0f172a;position:relative}.category-faq-q::-webkit-details-marker{display:none}.category-faq-q::after{content:"+";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:22px;color:#0db14b;line-height:1}.category-faq-item[open] .category-faq-q::after{content:"−"}.category-faq-a{padding:0 16px 16px;color:#475569;font-size:14px;line-height:1.6}@media (max-width:600px){.category-archive-intro{font-size:14px}.category-faq-title{font-size:18px}}