.best-offers{background-color:var(--background-color);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);overflow:hidden}.best-offers .best-offers-head{margin-bottom:var(--section-title-bottom-space, 30px)}.best-offers .best-offers-head h2{margin:0;font-size:28px}@media(max-width:1199px){.best-offers .best-offers-head h2{font-size:26px}}@media(max-width:767px){.best-offers .best-offers-head h2{font-size:20px}}.best-offers .best-offers-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:var(--grid-gap, 20px)}.best-offers .bo-card--feature{grid-column:1 / 3;grid-row:1 / 3;min-height:420px}.best-offers .bo-card--small{grid-column:span 1;grid-row:span 1;min-height:200px}.best-offers .bo-card--wide{grid-column:3 / 5;grid-row:2 / 3;min-height:200px}.best-offers .bo-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:var(--card-radius, 12px);background-color:var(--card-bg, #14151a);color:var(--text-color, #ffffff);text-decoration:none}.best-offers .bo-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.best-offers .bo-card-bg img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.best-offers .bo-card:hover .bo-card-bg img{transform:scale(1.05)}.best-offers .bo-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(0,0,0,var(--overlay-opacity, 0))}.best-offers .bo-card-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:28px;width:100%}.best-offers .bo-card-title{font-size:16px;font-weight:700;line-height:1.2;color:inherit}.best-offers .bo-card--feature .bo-card-title{font-size:30px;margin-bottom:8px}.best-offers .bo-card-subtitle{font-size:14px;line-height:1.45;opacity:.9;color:inherit}.best-offers .bo-card--feature .bo-card-subtitle{max-width:360px;margin-bottom:20px}.best-offers .bo-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;line-height:1;border-radius:6px;padding:6px 10px;color:var(--badge-color, #ffffff);background-color:var(--badge-bg, #e0322d)}.best-offers .bo-badge i{font-size:12px}.best-offers .bo-badge--corner{position:absolute;top:16px;inset-inline-start:16px;z-index:3}.best-offers .bo-badge--inline{align-self:flex-start;margin-bottom:14px}.best-offers .bo-price-tag{position:absolute;top:16px;inset-inline-end:16px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:10px 14px;border-radius:8px;color:var(--tag-color, #1a1a1a);background-color:var(--tag-bg, #ffd43b);text-align:end}.best-offers .bo-price-tag .bo-price-discount{align-self:flex-start;font-size:11px;font-weight:700;line-height:1;padding:3px 6px;border-radius:4px;background-color:#000000d9;color:#fff}.best-offers .bo-price-tag .bo-price-compare{font-size:13px;font-weight:500;text-decoration:line-through;opacity:.6;line-height:1}.best-offers .bo-price-tag .bo-price-now{font-size:22px;font-weight:800;font-style:italic;line-height:1}.best-offers .bo-card-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.best-offers .bo-coupon{display:inline-flex;align-items:center;gap:10px;padding:10px 12px 10px 16px;border-radius:8px;background-color:#fff;color:#1a1a1a}.best-offers .bo-coupon-code{font-size:15px;font-weight:700;letter-spacing:.5px}.best-offers .bo-coupon-copy{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#6b6b6b;font-size:18px;cursor:pointer;transition:color .2s ease}.best-offers .bo-coupon-copy:hover{color:#1a1a1a}.best-offers .bo-coupon.is-copied .bo-coupon-copy{color:#1f9d55}.best-offers .bo-coupon.is-copied .bo-coupon-copy i:before{content:"\e92b"}.best-offers .bo-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:8px;font-size:15px;font-weight:700;line-height:1;color:var(--btn-color, #1a1a1a);background-color:var(--btn-bg, #ffd43b);transition:filter .2s ease}.best-offers .bo-card:hover .bo-btn{filter:brightness(.95)}.best-offers .bo-card--wide .bo-btn,.best-offers .bo-card--feature .bo-card-actions .bo-btn{margin-top:0}.best-offers .bo-card--wide{flex-direction:row;align-items:stretch;justify-content:space-between}.best-offers .bo-card-inner--wide{justify-content:center;flex:1 1 55%;padding:28px}.best-offers .bo-card--wide .bo-card-title--wide{font-size:24px;line-height:1.2;margin-bottom:18px;max-width:320px}.best-offers .bo-card-media{position:relative;z-index:2;flex:1 1 45%;align-self:stretch}.best-offers .bo-card-media img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:991px){.best-offers .best-offers-grid{grid-template-columns:repeat(2,1fr)}.best-offers .bo-card--feature{grid-column:1 / 3;grid-row:auto}.best-offers .bo-card--small{grid-column:span 1;grid-row:auto}.best-offers .bo-card--wide{grid-column:1 / 3;grid-row:auto}}@media(max-width:767px){.best-offers{padding-top:var(--padding-top-xs);padding-bottom:var(--padding-bottom-xs)}.best-offers .bo-card-inner{padding:20px}.best-offers .bo-card--feature .bo-card-title{font-size:24px}.best-offers .bo-card--wide{flex-direction:column}.best-offers .bo-card--wide .bo-card-media{min-height:160px;order:2}.best-offers .bo-card-inner--wide{order:1}}@media(max-width:479px){.best-offers .best-offers-grid{grid-template-columns:1fr}.best-offers .bo-card--feature,.best-offers .bo-card--small,.best-offers .bo-card--wide{grid-column:1 / 2}}[dir=rtl] .best-offers .bo-price-tag{text-align:start}
/*# sourceMappingURL=/cdn/shop/t/5/assets/best-offers.css.map */
