.brands-page{max-width:1400px;margin:0 auto;padding:40px 20px}.page-title{margin-bottom:40px;text-align:center}.alphabet-nav{display:flex;justify-content:center;gap:15px;padding:15px 0;margin-bottom:40px;border-bottom:1px solid #e5e5e5;flex-wrap:wrap;position:sticky;top:0;background:#fff;z-index:100}.letter-link{padding:5px;min-width:20px;text-align:center;text-decoration:none;color:inherit}.letter-link.active{cursor:pointer}.letter-link.active:hover{opacity:.6}.letter-link.disabled{opacity:.3;cursor:default}.letter-section{margin-bottom:35px;scroll-margin-top:80px}.letter-row{display:flex;gap:40px;align-items:flex-start}.letter-header{min-width:30px;margin:0;padding-top:5px}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px 30px;flex:1}.brand-link{display:block;padding:3px 0;transition:opacity .2s;text-decoration:none;font-weight:600}.brand-link:hover{opacity:.6}html{scroll-behavior:smooth}@media (max-width: 1200px){.brands-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.brands-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.letter-row{flex-direction:column;gap:15px}.brands-grid{grid-template-columns:repeat(2,1fr)}.alphabet-nav{gap:8px}.letter-link{min-width:18px}}.vendor-link{text-decoration:none}.sk-details{margin:24px 0;padding:24px;background:#fff;border:1px solid #e5e5e5;border-radius:12px}.sk-details__title{font-size:18px;color:#3a3330;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #A86D6F}.sk-details__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sk-details__item{display:flex;flex-direction:column;gap:4px}.sk-details__label{font-size:12px;font-weight:600;color:#a86d6f;text-transform:uppercase;letter-spacing:.5px}.sk-details__value{font-size:14px;color:#3a3330;line-height:1.5}@media (max-width: 600px){.sk-details__grid{grid-template-columns:1fr}.sk-details{padding:16px}}.article-toc{background:#faf8f6;border:1px solid #C2977A;border-radius:8px;padding:20px 24px;margin-bottom:32px;max-width:100%}.article-toc__header{display:flex;justify-content:space-between;align-items:center}.article-toc__title{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:#3a3330}.article-toc__toggle{background:none;border:none;cursor:pointer;padding:4px;color:#3a3330}.article-toc__toggle svg{transform:rotate(-90deg);transition:transform .2s ease}.article-toc__toggle[aria-expanded=true] svg{transform:rotate(0)}.article-toc__nav{overflow:hidden;max-height:1000px;transition:max-height .3s ease,margin .3s ease}.article-toc__nav.collapsed{max-height:0}.article-toc__list{list-style:none;margin:0;padding:0;counter-reset:toc}.article-toc__list li{counter-increment:toc;margin:0;padding:8px 0;border-bottom:1px solid #C2977A}.article-toc__list li:last-child{border-bottom:none;padding-bottom:0}.article-toc__list li a{color:#3a3330;text-decoration:none;font-size:15px;display:block;transition:color .15s ease}.article-toc__list li .rte a{position:unset}.article-toc__list li a:hover{color:#935c5e}.article-toc__list li a:before{content:counter(toc) ". ";color:#a86d6f;font-weight:500}.article-toc__list li.toc-h3{padding-left:20px}.article-toc__list li.toc-h3 a:before{content:"\2014  ";color:#c2977a}@media (max-width: 749px){.article-toc{padding:16px 18px}.article-toc__list li a{font-size:14px}}.blog-product-carousel{position:relative;margin:2rem 0;padding:0}.blog-product-carousel__track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;padding:.5rem 0;list-style:none!important;margin:0;padding-left:0}.blog-product-carousel__track::-webkit-scrollbar{display:none}.blog-product-carousel__item{flex:0 0 calc(25% - 1.125rem);min-width:180px;scroll-snap-align:start;list-style:none!important}.blog-product-carousel__item::marker,.blog-product-carousel__item:before{display:none!important;content:none!important}.blog-product-carousel__nav-wrapper{display:none;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.blog-product-carousel.has-overflow .blog-product-carousel__nav-wrapper{display:flex}.blog-product-carousel__nav{width:2.5rem;height:2.5rem;border:1px solid #C2977A;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#3a3330;transition:all .2s ease}.blog-product-carousel__nav:hover{background:#faf8f6;border-color:#a86d6f}.blog-product-carousel__nav svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.blog-product-card{background:#fff;border-radius:12px;overflow:hidden;transition:box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.blog-product-card:hover{box-shadow:0 4px 20px #3a33301a}.blog-product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#faf8f6;text-decoration:none}.blog-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease;padding:1rem}.blog-product-card:hover .blog-product-card__media img{transform:scale(1.05)}.blog-product-card__content{padding:1rem;display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.blog-product-card__vendor{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#a86d6f;margin:0}.blog-product-card__title{font-size:14px;font-weight:600;color:#3a3330;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-product-card__title a{color:inherit;text-decoration:none;transition:color .2s ease}.blog-product-card__title a:hover{text-decoration:underline}.blog-product-card__price{margin-top:auto;padding-top:.5rem}.blog-product-card__price-current{font-size:14px;font-weight:600;color:#3a3330}.blog-product-card__price-compare{font-size:12px;color:#999;text-decoration:line-through;margin-right:.5rem}.blog-product-card__price--sale .blog-product-card__price-current{color:#a86d6f}.blog-product-single{margin:2rem 0;max-width:220px}.blog-product-error{color:#a86d6f;font-style:italic;margin:1rem 0;padding:1rem;background:#faf8f6;border-radius:8px}@media screen and (max-width: 989px){.blog-product-carousel__item{flex:0 0 calc(33.333% - 1rem);min-width:160px}}@media screen and (max-width: 749px){.blog-product-carousel__item{flex:0 0 calc(50% - .75rem);min-width:140px}.blog-product-single{max-width:100%}.blog-product-card__title{font-size:13px}.blog-product-card__media img{padding:.75rem}.blog-product-carousel__nav-wrapper{margin-bottom:.75rem}.blog-product-carousel__nav{width:2rem;height:2rem}.blog-product-carousel__nav svg{width:14px;height:14px}}.rte .article-toc a,.rte .article-toc a:after{position:unset}.rte .blog-product-card__title a,.rte .blog-product-card__title a:after,.rte .blog-product-card__title a:before{position:unset;display:none}.rte .blog-product-card__title a{display:block}.rte-tip{background:#faf8f6;border-left:4px solid #A86D6F;padding:16px 20px;margin:24px 0;border-radius:0 8px 8px 0;line-height:1.6;color:#3a3330}.rte-warning{background:#fff;border:2px solid #C2977A;padding:16px 20px;margin:24px 0;border-radius:8px;line-height:1.6;color:#3a3330}.rte-note{background:#3a3330;border-left:4px solid #C2977A;padding:16px 20px;margin:24px 0;border-radius:0 8px 8px 0;line-height:1.6;color:#fff}.rte-note a{color:#c2977a}.js.product-form-input{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.js.product-form-input label.variant-buttons{width:100%!important;margin:0!important}.js.product-form-input .variant-buttons{text-align:center!important;justify-content:center!important}.js.product-form-input label.variant-buttons{white-space:nowrap!important}.js.product-form-input legend,.js.product-form-input .form-label{margin-bottom:16px!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom.css.map */
