.collection-header{display:flex;justify-content:space-between;align-items:baseline;gap:5px}.collection-header__title{font-size:1.5rem;font-weight:700}.collection-header__clear{background:none;border:none;color:#e94e77;font-weight:500;cursor:pointer}.collectio_total_count{font-size:14px;color:#1d232a;font-weight:400;line-height:150%;letter-spacing:0}.filters-desktop{width:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.251);border-radius:12px;padding:20px}.filter-group{margin-bottom:24px}.filter-group__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:14px;margin-bottom:10px}.filter-group__header .filter-group__title{text-transform:capitalize;color:#403434;font-family:Inter;font-weight:500;font-size:20px;line-height:100%;letter-spacing:0}.filter-group__icon{transform:rotate(0deg);transition:transform .3s ease}.filter-group__icon.rotate{transform:rotate(180deg)}.filter-group__body{margin-top:8px}.filter-group__list{list-style:none;padding:0;margin:0}.filter-group__item{margin-bottom:10px;font-size:14px}.filter-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.filter-checkbox span{color:#403434;font-family:Inter;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0}.filter-checkbox input{cursor:pointer;width:17px;height:17px;accent-color:#f46f4e}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1px solid #d2d6db;border-radius:4px;background:transparent;cursor:pointer;position:relative}input[type=checkbox]:checked{background:#f46f4e;border:2px solid #f46f4e}input[type=checkbox]:checked:after{content:"";display:block;width:12px;height:12px;background:url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.41 7.776c-.127.122-.307.224-.466.224s-.34-.107-.472-.23L.5 4.913l.945-.908 2.504 2.408L10.571 0l.929.923z" fill="%23fff"/></svg>') 50%/contain no-repeat;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px}.filter-slider{margin-top:1rem}.filter-slider__labels{display:flex;justify-content:space-between;font-size:14px;margin-bottom:.5rem}.filter-slider__track-wrapper{position:relative;height:36px}.filter-slider input[type=range]{position:absolute;width:100%;height:6px;pointer-events:none;-webkit-appearance:none;background:transparent;z-index:3}.filter-slider input[type=range]::-webkit-slider-thumb{pointer-events:all;width:16px;height:16px;border-radius:50%;background:#f26440;border:none;-webkit-appearance:none;margin-top:-6px}.filter-slider input[type=range]::-moz-range-thumb{pointer-events:all;width:16px;height:16px;border-radius:50%;background:#f26440;border:none}.filter-slider__track{position:absolute;height:6px;background:#f26440;border-radius:3px;top:0;z-index:1}.filter-slider input[type=range]:nth-child(2){z-index:2}.filter-slider input[type=range]:nth-child(3){z-index:3}.filter-group__divider{border:none;border-bottom:1px solid #ddd;margin:16px 0 0}.filter-slider_fulltrack{width:100%;background:gray;height:6px;z-index:1;position:absolute}.sort-by-desktop{position:relative;display:inline-block}.sort-by-desktop__trigger{background:#fff;border:1px solid #ccc;border-radius:6px;padding:8px 12px;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px}.sort-by-desktop__label{color:#403434;font-size:16px;font-weight:400;line-height:100%}.sort-by-desktop__value{font-weight:600;font-size:16px;color:#403434}.sort-by-desktop__icon{font-size:10px;transition:transform .2s}.sort-by-desktop__icon.open{transform:rotate(180deg)}.sort-by-desktop__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border-radius:6px;border:1px solid #ddd;box-shadow:0 4px 8px rgba(0,0,0,.08);padding:6px 0;min-width:180px;z-index:20}.sort-by-desktop__option{padding:8px 14px;cursor:pointer;font-size:14px;color:rgba(0,0,0,.698)}.sort-by-desktop__option:hover{background:#f7f7f7}.sort-by-desktop__option.active{font-weight:600;background:#f0f0f0}.sort-by-mobile__trigger{background:#fff;border:1px solid #ccc;padding:8px 14px;border-radius:6px;font-size:14px;display:inline-flex;align-items:center;gap:4px}.sort-by-mobile__drawer{width:100%;box-shadow:0 -4px 12px rgba(0,0,0,.15);animation:slideUp .3s ease-out;z-index:50}.sort-by-mobile__header{padding:14px;font-weight:600;border-bottom:1px solid #eee}.sort-by-mobile__options{padding:10px 14px}.sort-by-mobile__option{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:14px;justify-content:space-between}.sort-by-mobile__option input[type=radio]{accent-color:#ff5a3c}.sort-by-mobile__actions{padding:12px 14px;border-top:1px solid #eee}.sort-by-mobile__actions .clear-btn{background:#8c8c8c}.sort-by-mobile__actions .apply-btn,.sort-by-mobile__actions .clear-btn{border:none;padding:10px 16px;border-radius:6px;font-size:14px;width:48%;color:#fff}.sort-by-mobile__actions .apply-btn{background:#f46f4e}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sort-by-mobile__overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999}.sort-by-mobile__drawer{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:1000;border-radius:12px 12px 0 0;padding:16px;max-height:80vh;display:flex;flex-direction:column}.sort-by-mobile__header{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;margin-bottom:12px}.sort-by-mobile__close{background:none;border:none;font-size:20px;cursor:pointer}.sort-by-mobile__options{flex:1 1;overflow-y:auto}.sort-by-mobile__actions{display:flex;justify-content:space-between;padding-top:10px}.apply-btn,.clear-btn{padding:10px 16px;border:none;border-radius:4px}.clear-btn{background:#eee}.apply-btn{background:#000;color:#fff}.applied-filters{align-items:center}.applied-filters,.applied-filters__list{display:flex;flex-wrap:wrap;gap:.5rem}.applied-filters__item{border-radius:20px;padding:.4rem .75rem;display:flex;align-items:center;font-size:.875rem;border:1px solid #ddd}.applied-filters__label{display:flex;align-items:center;gap:.5rem}.applied-filters__label span{font-size:12px;font-weight:400;color:#403434}.applied-filters__remove{background:none;border:none;font-size:1rem;color:#666;cursor:pointer;padding:0;margin-left:.25rem}.applied-filters__remove:hover{color:#e94e77}.applied-filters__clear{margin-left:auto;background:none;border:none;color:#e94e77;font-size:.9rem;font-weight:500;cursor:pointer}.product-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-grid__card{border:1px solid #eee;border-radius:4px;overflow:hidden;background:#fff}.product-grid__card--skeleton .skeleton-box{background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.product-grid__card--skeleton .product-grid__image-container{height:250px}.product-grid__card--skeleton .product-grid__title{height:16px;width:80%;margin:10px 0}.product-grid__card--skeleton .product-grid__price-wrap .price{width:40%;height:14px;margin:5px 0}.product-grid__card--skeleton .product-grid__price-wrap .old-price{width:30%;height:12px}.product-grid__image-container{height:250px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-grid__image-container img{max-width:100%;max-height:100%}.product-grid__info{padding:10px}.product-grid__title{font-size:16px;margin:5px 0}.product-grid__price-wrap{display:flex;gap:10px}.product-grid__price-wrap .product-grid__price{font-weight:700}.product-grid__price-wrap .product-grid__old-price{text-decoration:line-through;color:#888}.product-grid__empty{text-align:center;padding:40px 0;font-size:18px;color:#999}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.collection-product-grid{display:grid;margin-top:20px}@media screen and (max-width:768px){.collection-product-grid{margin-top:10px}}.collection-product-grid.desktop{gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media(max-width:1300px){.collection-product-grid.desktop{grid-template-columns:repeat(auto-fill,minmax(165px,1fr))}}@media(min-width:1538px){.collection-product-grid.desktop{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.collection-product-grid.mobile{display:grid}@media(max-width:335px){.collection-product-grid.mobile{grid-template-columns:1fr;gap:10px}}@media(min-width:335px)and (max-width:450px){.collection-product-grid.mobile{grid-template-columns:repeat(2,1fr)}}@media(min-width:451px)and (max-width:768px){.collection-product-grid.mobile{grid-template-columns:repeat(3,1fr);gap:16px}}.banner-grid{margin:8px 0;grid-column:span 1}@media(min-width:336px)and (max-width:450px){.banner-grid{grid-column:span 2}}@media(min-width:451px){.banner-grid{display:none}}.three-dot-loader{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 0;--dot-size:10px;--dot-gap:10px;--dot-color:#555;--dot-bg:rgba(85,85,85,.15)}.three-dot-loader .dot{width:var(--dot-size);height:var(--dot-size);border-radius:50%;background:linear-gradient(180deg,var(--dot-color),var(--dot-bg));background-color:var(--dot-color);opacity:.35;transform:scale(.8);animation:dotPulse .9s cubic-bezier(.4,0,.2,1) infinite;will-change:transform,opacity}.three-dot-loader .dot:first-child{animation-delay:0ms}.three-dot-loader .dot:nth-child(2){animation-delay:.14s}.three-dot-loader .dot:nth-child(3){animation-delay:.28s}@keyframes dotPulse{0%{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.25)}to{opacity:.35;transform:scale(.85)}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(min-width:768px){.three-dot-loader{--dot-size:12px;--dot-gap:12px}}.product-card{width:100%;max-width:260px;overflow:hidden;font-family:sans-serif;display:flex;flex-direction:column;background:#fff;color:#000;height:100%;border:1px solid rgba(151,170,187,.2);transition:all .4s ease}@media screen and (min-width:769px){.product-card{border-radius:8px}}.product-card.grayscale img{filter:grayscale(100%)}.product-card .image-container{position:relative;width:100%;padding-top:150%;overflow:hidden;transition:height .4s ease,transform .4s ease}.product-card .image-container img{width:100%;height:100%;object-fit:contain;object-position:top;position:absolute;top:0;left:0;right:0;transition:all .4s ease}.product-card .image-container .badge{position:absolute;top:8px;left:8px;font-size:12px;font-weight:600;border-radius:6px;padding:4px 8px;display:flex;align-items:center;gap:2px}.product-card .image-container .badge.best-seller{background:#ffeee9;color:#f75d34}.product-card .image-container .badge.hot-deal{background:#efe6ff;color:#6322e0}.product-card .image-container .badge.trending{background:#e6f4ff;color:#0073e6}.product-card .image-container .rating{position:absolute;bottom:7px;left:5px;background:#edf4f9;padding:4px 8px;font-size:12px;border-radius:6px;font-weight:700;color:#000;transition:opacity .3s ease,transform .3s ease;z-index:2}.product-card .image-container .rating span{font-size:17px}.product-card .info{padding:4px 8px 8px;display:flex;flex-direction:column;justify-content:space-between}.product-card .info .brand-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-card .info .brand-row .brand{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Inter,sans-serif!important;line-height:140%;color:#403434}@media screen and (min-width:769px){.product-card .info .brand-row .brand{font-size:18px}}.product-card .info .product-name{color:#97aabb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Inter,sans-serif!important;font-weight:400;font-size:12px;line-height:140%}@media screen and (min-width:769px){.product-card .info .product-name{font-size:14px;color:#403434}}.product-card .info .price-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;font-size:14px;transition:transform .3s ease,opacity .3s ease;transform-origin:left}.product-card .info .price-row .priceStyling{display:flex;align-items:baseline;gap:3px}.product-card .info .price-row .priceStyling .price{color:#f46f4e;font-weight:600;font-size:14px}@media screen and (min-width:769px){.product-card .info .price-row .priceStyling .price{font-size:18px}}.product-card .info .price-row .priceStyling .original{color:#97aabb;font-size:12px;text-decoration:line-through}@media screen and (min-width:769px){.product-card .info .price-row .priceStyling .original{font-size:14px}}.product-card .info .price-row .priceStyling .discount{color:#08a0a3;font-weight:600;font-size:10px}@media screen and (min-width:769px){.product-card .info .price-row .priceStyling .discount{font-size:16px}}.product-card .info .badge{margin-top:4px;font-size:12px;font-weight:500;border-radius:4px;padding:4px 8px;width:-moz-fit-content;width:fit-content}.product-card .info .badge.best-seller{color:#f46f4e;background-color:#fff7f5}.product-card .info .badge.hot-deal{color:#6322e0;background-color:#efe6ff}.product-card .info .badge.trending{color:#fff;background-color:#f46f4e}.product-card .info .add-to-cart{margin-top:12px;padding:5px 3px;width:100%;border:.5px solid #807d7e;border-radius:4px;background:#fff;display:flex;justify-content:center;align-items:center;gap:5px;cursor:pointer;font-family:Inter,sans-serif!important;font-weight:400;font-size:14px;line-height:170%;color:#403434}.product-card .info .sizeAndShareStyle{display:flex;justify-content:space-between;align-items:center;margin:4px 0}.product-card .info .sizes{display:flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:14px;color:#403434}.product-card .info .sizes .label{font-weight:500}.product-card .info .sizes .values{font-weight:400;letter-spacing:.5px}.product-card .wishlist-share_container{position:absolute;top:5px;right:5px}.product-card .brandNamestyling{position:relative;transition:transform .4s ease}.product-card .brandNamestyling .brandHover,.product-card .brandNamestyling .brandNormal{transition:all .4s ease}.product-card .brandNamestyling .brandHover{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(15px);pointer-events:none}@media screen and (min-width:769px){.product-card:hover{box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);transform:translateY(-3px)}.product-card:hover .rating{opacity:0;transform:translateY(-8px);pointer-events:none}.product-card:hover .image-container{transform:scaleY(.94);transform-origin:top}.product-card:hover .brandNamestyling{transform:translateY(-30px)}.product-card:hover .brandNamestyling .brandNormal{opacity:0;transform:translateY(-15px)}.product-card:hover .brandNamestyling .brandHover{opacity:1;transform:translateY(0);pointer-events:auto}.product-card:hover .price-row{transform:scale(1.08);opacity:1;transition:transform .3s ease,opacity .3s ease}}@media screen and (max-width:768px){.product-card{max-width:100%}}.product-card .cart-cashback{background-color:#f8e2dc;padding:2.3px 2px;border-radius:4px;font-size:10px;color:#d17965;border:2px solid #d17965;display:flex;gap:2px;align-items:center;justify-content:center}.product-card .cart-cashback img{width:15px;height:15px}@media(max-width:425px){.product-card .cart-cashback img{width:12px;height:12px}}.image-container{position:relative;overflow:hidden;width:100%;padding-top:150%}.image-container img{object-fit:contain;transition:opacity .4s ease}.image-container .image-slider,.image-container img{position:absolute;width:100%;height:100%;top:0;left:0}.image-container .image-slider{display:flex;transition:transform .7s ease-in-out}.image-container .image-slider img{width:100%;height:100%;object-fit:contain;flex-shrink:0;position:relative;top:0;left:0}.image-container .dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px}.image-container .dots .dot{width:7px;height:7px;border-radius:50%;background:hsla(0,0%,100%,.6);transition:all .3s ease}.image-container .dots .dot.active{background:#f46f4e;transform:scale(1.2)}.badge--skeleton{width:80px!important;height:25px;border-radius:4px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 37%,#e0e0e0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;margin-top:6px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.wishlist-share{display:flex;gap:12px;align-items:center;flex-direction:row}.wishlist-share__button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.wishlist-share__button:hover{opacity:.7}.wishlist-share__icon{width:24px;height:24px}.gems_wishlist_share_style{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:8px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:20px 0}@media(max-width:767px){.pagination{display:none}}.pagination__arrow,.pagination__button{background:transparent;border:1px solid #ccc;padding:6px 12px;cursor:pointer;border-radius:4px;font-size:14px;transition:background .2s}.pagination__arrow:hover,.pagination__button:hover{background:#f0f0f0}.pagination__button.active{background:#000;color:#fff;font-weight:700}.pagination--mobile{text-align:center}.pagination__load-more{background:#000;color:#fff;padding:10px 16px;font-size:14px;border-radius:4px;border:none;cursor:pointer}.pagination__load-more:disabled{background:#666;cursor:not-allowed}.collection-page__desktop{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;gap:20px;margin:25px 0}@media(max-width:768px){.collection-page__desktop{margin:0;flex-direction:column;gap:0}}.brand-page-styling{margin:0}.collection-page__sidebar{width:18%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.collection-page__sidebar .banner_collection{width:100%}.collection-page__main{box-shadow:0 0 5px 0 rgba(0,0,0,.251);width:78%;border-radius:12px;padding:20px}@media(max-width:768px){.collection-page__main{box-shadow:none;width:100%;padding:10px}}.collection-page__header{display:flex;align-items:baseline;justify-content:space-between}@media(max-width:768px){.collection-page__header{display:none}}.collection-page__mobile-controls{display:flex;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff;position:-webkit-sticky;position:fixed;width:100%;bottom:0;left:0;z-index:5;height:60px;box-shadow:0 0 5px 0 rgba(0,0,0,.251)}.mobile-control-btn{flex:1 1;padding:10px 0;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;color:#555;background:none;border:none;cursor:pointer}.mobile-control-btn__icon{font-size:16px;color:#555}.mobile-control-divider{width:1px;background:#e0e0e0}.collection-page__top-bar{margin-top:0}.allProducts_quantity{margin:20px 20px 40px;font-family:Inter;font-weight:600;font-size:32px;line-height:100%;letter-spacing:0}@media(max-width:768px){.allProducts_quantity{display:none}}.brand-header-styling{display:flex;align-items:baseline;justify-content:flex-end}.drawer__overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:998}.drawer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;z-index:999;max-height:90%;min-height:90%;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee;font-weight:700}.drawer__close{background:none;border:none;font-size:20px;cursor:pointer}.drawer__body{display:flex;flex:1 1;overflow:hidden}.drawer__tabs{width:35%;background:#fafafa;border-right:1px solid #eee;display:flex;flex-direction:column;overflow-y:auto}.drawer__tab{padding:14px 16px;text-align:left;background:none;cursor:pointer;font-size:14px;color:#333;border:1px solid #cecede;border-right:none;border-left:4px solid transparent;background:#f7f7f7;text-transform:capitalize}.drawer__tab.active{background:#fff;font-weight:700;border-left:4px solid #f46f4e}.drawer__panel{flex:1 1;overflow-y:auto;padding:16px 36px}.drawer__content-title{font-size:16px;margin-bottom:12px;font-weight:700;color:#020e22}.drawer__list{list-style:none;padding:0;margin:0}.drawer__item{margin-bottom:10px;font-size:14px;font-weight:500;letter-spacing:.02px;color:#18181b}.drawer__item label{display:flex;align-items:center;justify-content:space-between}.drawer__item label input{margin:5px 0 0}.drawer__footer{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid #eee}.btn-apply,.btn-clear{padding:10px 20px;font-size:14px;border-radius:6px;font-weight:700;cursor:pointer;border:none;width:48%}.btn-clear{background:#8c8c8c;color:#fff}.btn-apply{background:#f46f4e;color:#fff}.responsive-image{position:relative;width:100%;height:auto;aspect-ratio:auto}.responsive-image .desktop-image,.responsive-image .mobile-image{object-fit:contain;object-position:center;position:relative!important}.responsive-image.show-both .desktop-image{display:block}.responsive-image.show-both .mobile-image{display:none}@media(max-width:767px){.responsive-image.show-both .desktop-image{display:none}.responsive-image.show-both .mobile-image{display:block}}.responsive-image.show-desktop .desktop-image{display:block}.responsive-image.show-desktop .mobile-image{display:none!important}@media(max-width:767px){.responsive-image.show-desktop{display:none}}.responsive-image.show-mobile .desktop-image{display:none!important}.responsive-image.show-mobile .mobile-image{display:block}@media(min-width:768px){.responsive-image.show-mobile{display:none}}.brand-header{width:100%;background:#fff}.brand-header__cover{position:relative;width:100%;height:160px;overflow:hidden}@media(max-width:768px){.brand-header__cover{height:120px}}.brand-header__cover-img{object-fit:cover}.brand-header__content{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:16px 24px}@media(max-width:768px){.brand-header__content{flex-direction:column;text-align:center;padding:16px;gap:10px}}.brand-header__logo-wrapper{flex-shrink:0;width:125px;height:125px;border-radius:50%;background:#fef4eb;display:flex;align-items:center;justify-content:center;z-index:3}@media(max-width:768px){.brand-header__logo-wrapper{margin-top:-60px}}.brand-header__logo{object-fit:contain}.brand-header__info{flex:1 1;display:flex;flex-direction:column;gap:6px}@media(max-width:768px){.brand-header__info{align-items:center}}.brand-header__title{color:#403434;font-family:sans-serif!important;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0}@media(min-width:769px){.brand-header__title{font-size:32px}}.brand-header__meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#555}@media(max-width:768px){.brand-header__meta{justify-content:center}}.brand-header__rating{background:#fff7f5;color:#f46f4e;padding:2px 6px;border-radius:12px;border:1px solid #f46f4e;width:61px;height:22px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;line-height:14.4px;letter-spacing:-.2px;gap:5px}@media(min-width:769px){.brand-header__rating{font-size:14px;font-weight:700}}.brand-header__rating svg{margin-bottom:2.5px}.brand-header__products{color:#000;font-weight:500;font-size:12px;line-height:14.4px;letter-spacing:-.2px;font-family:sans-serif!important}@media(min-width:769px){.brand-header__products{font-size:14px;font-weight:600}}.brand-header__description{color:#403434;font-family:sans-serif!important;font-weight:400;font-size:12px;line-height:110%;letter-spacing:0;text-align:justify;margin-top:15px}@media(max-width:768px){.brand-header__description{max-width:100%}}@media(min-width:769px){.brand-header__description{font-size:20px;line-height:1;margin-top:0}}.brand-header__share{background:#f25f36;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;cursor:pointer;transition:background .2s;width:215px;justify-content:center;height:48px;font-family:Inter;font-weight:600;font-size:20px;line-height:100%;letter-spacing:0}.brand-header__share:hover{background:#e14f28}@media(max-width:768px){.brand-header__share{margin-top:12px;display:none}}.brand-header__share-icon{filter:brightness(0) invert(1)}.top-picks-section{display:flex;background-color:#effcff;width:100%;padding:8px 0 8px 16px;gap:10px}.top-picks-section__header{flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;padding-right:12px}.top-picks-section__title{font-weight:700;font-size:14px;margin:0}.top-picks-section__subtitle{font-weight:600;font-size:18px;margin:0}.top-picks-section__cards{flex:1 1;display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:12px}.top-picks-section__cards::-webkit-scrollbar{display:none}.top-picks-card{flex:0 0 40%;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:-webkit-grab;cursor:grab;padding:8px}.top-picks-card__image-wrapper{position:relative;width:100%;padding-top:100%}.top-picks-card__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}.top-picks-card__rating{position:absolute;bottom:5px;left:5px;background:#edf4f9;border-radius:6px;padding:2px 4px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:2px}.top-picks-card__rating .star{color:#000;font-size:12px}.top-picks-card__title{font-size:12px;font-weight:500;padding:10px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.top-picks-section{display:none}}.breadcrumb_asort_active{font-family:Inter,sans-serif;padding:12px 0}@media(max-width:968px){.breadcrumb_asort_active{display:none}}.breadcrumb_asort_active__list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}.breadcrumb_asort_active__item{display:flex;align-items:center;color:#999;font-size:14px}.breadcrumb_asort_active__link{text-decoration:none;text-transform:capitalize;color:#999;transition:color .2s}.breadcrumb_asort_active__link:hover{color:#000}.breadcrumb_asort_active__separator{color:#bbb;font-weight:400;margin:0 8px -5px}.breadcrumb_asort_active__current{color:#1d232a;font-weight:700;font-size:14px}