.deals-promo{width:100%;box-sizing:border-box}.deals-promo__inner{max-width:1200px;margin:0 auto;padding:0 24px}.deals-promo__header{text-align:center;margin-bottom:32px}.deals-promo__heading{font-family:Poppins,sans-serif;font-size:clamp(22px,4vw,36px);margin:0 0 8px;line-height:1.15;transition:font-weight .15s ease}.deals-promo__subtext{font-family:Poppins,sans-serif;font-size:15px;margin:0;opacity:.8}.deals-promo__grid{display:grid;gap:16px}.deals-promo__grid--cols-1{grid-template-columns:1fr}.deals-promo__grid--cols-2{grid-template-columns:repeat(2,1fr)}.deals-promo__grid--cols-3{grid-template-columns:repeat(3,1fr)}.deals-promo__card{position:relative;border-radius:10px;overflow:hidden;display:flex;min-height:190px;gap:var(--dp-gap, 0px);padding:var(--dp-gap, 0px);box-sizing:border-box;align-items:stretch;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 2px 10px #0000000f}.deals-promo__card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0000001c}.deals-promo__card--split{flex-direction:row;align-items:center}.deals-promo__card--split.deals-promo__card--img-left .deals-promo__img-link{order:0}.deals-promo__card--split.deals-promo__card--img-left .deals-promo__body,.deals-promo__card--split.deals-promo__card--img-right .deals-promo__img-link{order:1}.deals-promo__card--split.deals-promo__card--img-right .deals-promo__body{order:0}.deals-promo__card--split .deals-promo__img-link{flex:0 0 var(--dp-img-width, 50%);width:var(--dp-img-width, 50%);align-self:stretch;display:block;overflow:hidden;border-radius:calc(20px - var(--dp-gap, 0px));position:relative}.deals-promo__card--split .deals-promo__body{flex:1 1 0;min-width:0;align-self:center}.deals-promo__card--fullwidth{flex-direction:column;align-items:stretch;min-height:223px}.deals-promo__img-link--full{position:absolute!important;top:0;right:0;bottom:0;left:0;display:block;border-radius:10px;overflow:hidden;z-index:0}.deals-promo__card--fullwidth .deals-promo__body{position:relative;z-index:2;margin-top:auto;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 100%);border-radius:0 0 20px 20px}.deals-promo__img-link{text-decoration:none;display:block;position:relative}.deals-promo__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.deals-promo__card:hover .deals-promo__img{transform:scale(1.04)}.deals-promo__img-placeholder{width:100%;height:100%;min-height:120px;display:flex;align-items:center;justify-content:center}.deals-promo__svg-placeholder{width:55%;opacity:.35}.deals-promo__badge{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:Poppins,sans-serif;font-weight:800;line-height:1.2;box-shadow:0 3px 10px #0003;z-index:4;pointer-events:none;box-sizing:border-box;padding:8px 6px;gap:1px}.deals-promo__badge--circle{width:120px;height:120px;border-radius:50%}.deals-promo__badge--rect{width:37%;min-height:72px;border-radius:10px;padding:10px 8px;top:6%;gap:20px}.deals-promo__badge--rect .deals-promo__badge{line-height:18px}.deals-promo__badge-heading{display:block;font-weight:800;line-height:1}.deals-promo__badge-sub{display:block;font-weight:700;letter-spacing:.03em;line-height:1}.deals-promo__body{font-family:Poppins,sans-serif}.deals-promo__label,.deals-promo__badge-heading{font-weight:700;line-height:.95;letter-spacing:-.03em;font-family:Poppins;text-align:center}.deals-promo__desc,.deals-promo__badge-sub{font-weight:500;line-height:1.05;font-family:Poppins;text-align:center;letter-spacing:-.01em}.deals-promo__cta{display:inline-block;font-size:12px;font-weight:600;padding:5px 14px;border-radius:22px;border:1.5px solid;text-decoration:none;background:transparent;transition:filter .18s ease}.deals-promo__cta:hover{filter:brightness(.88)}@media(max-width:767px){.deals-promo{position:relative;overflow:hidden}.deals-promo__inner{padding:0 14px}.deals-promo__grid--scroll{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:12px;align-items:stretch}.deals-promo__grid--scroll::-webkit-scrollbar{display:none}.deals-promo__grid--scroll .deals-promo__card:first-child{flex:0 0 92%;max-width:92%;min-height:190px;border-radius:18px;overflow:hidden;scroll-snap-align:start}.deals-promo__grid--scroll .deals-promo__card:first-child .deals-promo__img-link{flex:0 0 52%;width:52%}.deals-promo__grid--scroll .deals-promo__card:first-child .deals-promo__body{padding:20px 18px;display:flex;flex-direction:column;justify-content:center}.deals-promo__grid--scroll .deals-promo__card:not(:first-child){flex:0 0 90%;max-width:90%;min-height:200px;scroll-snap-align:start;border-radius:10px;overflow:hidden}.deals-promo__card{box-shadow:none;background:#f9dfe8;position:relative}.deals-promo__img{width:100%;height:100%;object-fit:cover;border-radius:14px}.deals-promo__body{text-align:center;font-family:Poppins,sans-serif}.deals-promo__badge{z-index:5}.deals-promo__badge-heading{font-weight:800;line-height:.9;letter-spacing:-.03em}.deals-promo__badge-sub{font-weight:500;line-height:1}}.deals-promo__mobile-nav{display:none}@media(max-width:767px){.deals-promo__mobile-nav{display:flex;display:none;justify-content:space-between;align-items:center;position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%);z-index:20;pointer-events:none;padding:0 8px;box-sizing:border-box}.deals-promo{position:relative}.deals-promo__arrow{width:46px;height:46px;border-radius:50%;border:none;background:#ffffffeb;box-shadow:0 4px 12px #0000001f;font-size:24px;cursor:pointer;pointer-events:all;transition:all .2s ease;font-family:Poppins,sans-serif}.deals-promo__arrow:hover{transform:scale(1.05)}.deals-promo__grid--scroll{scroll-behavior:smooth;padding-inline:20px}.deals-promo__grid--scroll .deals-promo__card{flex:0 0 86%;max-width:86%;border-radius:20px}.deals-promo__card{box-shadow:0 6px 18px #00000014;box-shadow:none}}.deals-promo__mobile-featured{display:none}@media screen and (max-width:767px){.data-content-relative{position:relative}.deals-promo__mobile-featured{display:block;margin-bottom:20px}.deals-promo__slider-item--first{display:none}}@media screen and (min-width:768px){.deals-promo__mobile-featured{display:none}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/deals-promo-section.css.map */
