.parent-collection-best-sellers{background:#fff;padding:24px 0 36px}.parent-collection-best-sellers__inner{max-width:1320px;margin:0 auto;padding:0 24px}.parent-collection-best-sellers__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px;flex-wrap:wrap}.parent-collection-best-sellers__heading-text{flex:1 1 auto;min-width:0}.parent-collection-best-sellers__title{margin:0 0 6px;font-family:var(--fm-font-heading, var(--fm-font-body));font-size:28px;font-weight:800;line-height:1.15;color:var(--fm-color-ink, #1a2240);text-transform:capitalize}.parent-collection-best-sellers__subtitle{margin:0;font-family:var(--fm-font-body);font-size:14px;line-height:1.45;color:var(--fm-color-muted, #5a6378);max-width:640px}.parent-collection-best-sellers__view-all{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;gap:6px;color:var(--fm-color-primary, #398c61);font-family:var(--fm-font-body);font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;text-transform:capitalize;transition:color .15s ease}.parent-collection-best-sellers__view-all:hover,.parent-collection-best-sellers__view-all:focus-visible{color:var(--fm-color-primary-hover, #2d7350);outline:none}.parent-collection-best-sellers__view-all-arrow{display:inline-block;font-size:14px;line-height:1;transition:transform .2s ease}.parent-collection-best-sellers__view-all:hover .parent-collection-best-sellers__view-all-arrow{transform:translate(2px)}.parent-collection-best-sellers__carousel{position:relative}.parent-collection-best-sellers__nav{-webkit-appearance:none;appearance:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;background:#fff;border:1px solid var(--fm-color-line, #e6e8ee);color:var(--fm-color-ink, #1a2240);font-size:22px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 4px 10px #1a224014;z-index:2;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.parent-collection-best-sellers__nav:hover:not(:disabled),.parent-collection-best-sellers__nav:focus-visible:not(:disabled){background:var(--fm-color-primary, #398c61);color:#fff;border-color:var(--fm-color-primary, #398c61);outline:none}.parent-collection-best-sellers__nav:disabled{opacity:.35;cursor:not-allowed}.parent-collection-best-sellers__nav--prev{left:-8px}.parent-collection-best-sellers__nav--next{right:-8px}.parent-collection-best-sellers__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:16px;overflow-x:auto;overflow-y:hidden;align-items:start;scroll-snap-type:x mandatory;scroll-padding-inline:8px;padding:4px 4px 8px;grid-auto-columns:calc((100% - 64px)/5);scrollbar-width:none;-webkit-overflow-scrolling:touch}.parent-collection-best-sellers__track::-webkit-scrollbar{display:none}.parent-collection-best-sellers__card{background:#fff;border:1px solid var(--fm-color-line, #e6e8ee);border-radius:12px;padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 2px #1a22400a;scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-width:0}.parent-collection-best-sellers__card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #1a224014;border-color:var(--fm-color-line-strong, #d8dce5)}.parent-collection-best-sellers__media{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background:#f7f6f5;text-decoration:none}.parent-collection-best-sellers__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.parent-collection-best-sellers__card:hover .parent-collection-best-sellers__media img{transform:scale(1.04)}.parent-collection-best-sellers__trade-badge{position:absolute;top:8px;right:8px;width:44px;height:44px;pointer-events:none}.parent-collection-best-sellers__trade-badge img{width:100%;height:100%;object-fit:contain;display:block}.parent-collection-best-sellers__body{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:0}.parent-collection-best-sellers__product-title{margin:0;font-family:var(--fm-font-body);font-size:14px;font-weight:700;line-height:1.3;color:var(--fm-color-ink, #1a2240);height:2.6em;overflow:hidden}.parent-collection-best-sellers__product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;text-decoration:none}.parent-collection-best-sellers__product-title a:hover,.parent-collection-best-sellers__product-title a:focus-visible{color:var(--fm-color-primary, #398c61);outline:none}.parent-collection-best-sellers__price{margin:6px 0;font-family:var(--fm-font-body);font-size:14px;font-weight:500;line-height:1.2;color:var(--fm-color-sale, #c92027)}.parent-collection-best-sellers__rating{min-height:38px;font-size:13px;line-height:1.2}.parent-collection-best-sellers__card .btn-shop-now{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:4px;padding:8px 12px;background-color:var(--fm-color-primary, #398c61);border:1px solid var(--fm-color-primary, #398c61);border-radius:8px;color:#fff;font-family:var(--fm-font-body);font-size:14px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.parent-collection-best-sellers__card .btn-shop-now:hover,.parent-collection-best-sellers__card .btn-shop-now:focus-visible,.parent-collection-best-sellers__card:hover .btn-shop-now{background-color:var(--fm-color-primary-hover, #2d7350);border-color:var(--fm-color-primary-hover, #2d7350);color:#fff;outline:none}.parent-collection-best-sellers__card .btn-shop-now svg{width:14px;height:auto;flex:0 0 auto;transition:transform .2s ease}.parent-collection-best-sellers__card .btn-shop-now svg path{fill:#fff}.parent-collection-best-sellers__card:hover .btn-shop-now svg{transform:translate(2px)}@media(max-width:1199px){.parent-collection-best-sellers__track{grid-auto-columns:calc((100% - 48px)/4)}}@media(max-width:991px){.parent-collection-best-sellers__track{grid-auto-columns:calc((100% - 16px * 2) / 3)}}@media(max-width:767px){.parent-collection-best-sellers__track{grid-auto-columns:calc((100% - 16px * 1) / 2.2)}}@media(max-width:600px){.parent-collection-best-sellers{padding:16px 0 24px}.parent-collection-best-sellers__inner{padding:0 16px}.parent-collection-best-sellers__title{font-size:22px}.parent-collection-best-sellers__subtitle{font-size:13px}.parent-collection-best-sellers__track{grid-auto-columns:calc(100% / 1.2);gap:12px}.parent-collection-best-sellers__nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/310/assets/parent-collection-best-sellers.css.map */
