.deals{display:flex;flex-direction:column;gap:18px}@media (max-width: 767px){.deals{padding-left:0;padding-right:0}}.deals__header{position:relative;display:flex;background:#651f17;background:linear-gradient(180deg,#651f17,#41140f);padding:12px 60px 14px;justify-content:space-between;align-items:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;color:#fff}.deals__header a{color:currentColor!important}@media (max-width: 767px){.deals__header{padding:10px 18px 12px;border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (max-width: 500px){.deals__header{padding:8px 20px 10px}}.deals__header>a{text-decoration:none!important}.deals__header>a:hover{text-decoration:none!important}.deals__header .deals__header--left{display:flex;flex-direction:column;gap:5px}.deals__header .deals__header--left .deals__title{font-size:38px;font-weight:700;line-height:40px;letter-spacing:0;margin-right:8px}@media (max-width: 767px){.deals__header .deals__header--left .deals__title{font-size:34px;line-height:1}}@media (max-width: 400px){.deals__header .deals__header--left .deals__title{font-size:24px;line-height:1;margin-right:12px}}.deals__header .deals__header--left .deals__header--dates-desktop{display:none;font-size:30px;letter-spacing:0;line-height:1}@media (max-width: 499px){.deals__header .deals__header--left .deals__header--dates-desktop{display:none}}.deals__countdown{position:relative;z-index:1;min-width:max-content}.deals__countdown-title{font-size:18px;font-weight:700;text-align:center;margin-bottom:5px}@media (max-width: 500px){.deals__countdown-title{font-size:15px}}.deals__countdown-cta{font-size:16px;text-align:center;margin-top:5px;font-style:italic;letter-spacing:0}@media (max-width: 500px){.deals__countdown-cta{font-size:14px}}.deals__countdown-timer{display:flex;justify-content:center;align-items:center;gap:5px}.deals__countdown-timer--time-block{background:#000;border-radius:5px;min-width:50px;padding:0 4px;height:50px;display:flex;justify-content:center;align-items:center;font-size:28px;font-weight:700;color:#fff;position:relative;overflow:hidden}@media (min-width: 768px){.deals__countdown-timer--time-block{min-width:80px}}@media (max-width: 500px){.deals__countdown-timer--time-block{font-size:20px;height:35px;min-width:35px}}.deals__countdown-timer--bright-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;pointer-events:none;z-index:0}@media (min-width: 768px){.deals__countdown-timer--bright-bg{min-width:80px}}.deals__countdown-timer--number{position:relative;z-index:1}.deals__countdown-timer--separator{color:#fff;font-size:30px;line-height:0;font-weight:700}@media (max-width: 500px){.deals__countdown-timer--separator{font-size:24px}}.deals__body{display:flex;flex-direction:column;gap:18px;margin-bottom:var(--spacer-l)}@media (max-width: 767px){.deals__body{padding:0 12px;gap:28px}}.deals__body .deals__body--dates-mobile{display:none;font-size:28px;color:var(--brand-black);letter-spacing:0;line-height:1;margin-left:6px}@media (min-width: 500px){.deals__body .deals__body--dates-mobile{display:none}}.deals__body .deals__body--products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media (max-width: 1250px){.deals__body .deals__body--products{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.deals__body .deals__body--products{grid-template-columns:repeat(2,1fr)}}.deals__body .deals__body--products.deals__body--products--index{display:flex;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.deals__body .deals__body--products.deals__body--products--index{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap-xs)}}@media (max-width: 576px){.deals__body .deals__body--products.deals__body--products--index{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap-xs)}}.deals__body .deals__body--products.deals__body--products--index .deals-product{max-width:278px}.deals-product{position:relative;background-color:#fafafa;border-radius:8px;border:1px solid #e0e0e0;padding:10px;place-self:stretch}@media (max-width: 768px){.deals-product{max-width:auto}}.deals-product-top{display:grid;grid-template-columns:112px 1fr;gap:10px}button.deals-product-top__left--image-container{position:relative;padding:0;border-radius:5px;background-color:var(--brand-gray-light);overflow:hidden}button.deals-product-top__left--image-container img{width:100%;height:100%;object-fit:cover}button.deals-product-top__left--image-container .svg-wrapper{background-color:#0000004d;border-radius:30px;color:#fff;width:30px;height:30px;padding:4px}button.deals-product-top__left--image-container .deals-product__urgency-message{border-radius:5px;background:#ffffffb3;padding:4px 12px;font-weight:700;font-size:14px;z-index:1;position:absolute;left:10px;bottom:10px;pointer-events:none}@media (max-width: 768px){button.deals-product-top__left--image-container .deals-product__urgency-message{font-size:12px}}.deals-product-top__left--image-container .svg-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease-in-out;color:#fff}.deals-product-top__left--image-container .svg-wrapper svg{fill:#fff}.deals-product-top__left--image-container:hover .svg-wrapper{opacity:1}.deals-product-top__right{width:100%;display:flex;flex-direction:column;gap:7px}.deals-product-top__right--title{color:#000;font-size:20px;font-weight:700;line-height:1.1}.deals-product-top__right--title,.deals-product-top__right-msrp,.deals-product-top__right-pack-deal,.deals-product-top__right-deal,.deals-product-top__right-total-savings{padding:0 3px}.deals-product-top__right-msrp,.deals-product-top__right-pack-deal,.deals-product-top__right-deal,.deals-product-top__right-total-savings{display:flex;justify-content:space-between;align-items:center;font-size:14px}:is(.deals-product-top__right-msrp,.deals-product-top__right-pack-deal,.deals-product-top__right-deal,.deals-product-top__right-total-savings) p{line-height:1}.deals-product-top__right-msrp{color:#667085}.deals-product-top__right-msrp .deals-product-top__right-msrp--price{text-decoration:line-through}.deals-product-top__right-deal--price{color:var(--brand-red)}.deals-product-top__right-deal--label{display:flex;align-items:center}.deals-product-top__right-deal--label img{margin-right:4px}.deals-product-top__right-deal--label svg{height:14px;width:12px}.deals-product-top__right-deal{background-color:var(--brand-red);border-radius:50px;padding:4px 12px;height:26px;font-weight:700}.deals-product-top__right-deal,.deals-product-top__right-deal .deals-product-top__right-deal--price{color:#fff}.deals-product-top__right-total-savings--label,.deals-product-top__right-total-savings--price{font-size:13px;text-transform:capitalize;word-wrap:break-word;letter-spacing:0}@media (max-width: 500px){:is(.deals-product-top__right-total-savings--label,.deals-product-top__right-total-savings--price) span.deals-product-top__total-text{display:none}}.deals-product-bottom__claim-deal{width:100%;background:#000;color:#fff;border-radius:5px;display:flex;gap:7px;border:solid #000 1px;align-items:center;padding:15px;line-height:1;justify-content:center;margin:12px 0;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;transform-origin:center;will-change:transform,box-shadow;position:relative;overflow:hidden}.deals-product-bottom__claim-deal:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#222;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.deals-product-bottom__claim-deal>*{position:relative;z-index:1}.deals-product-bottom__claim-deal:hover{box-shadow:0 4px 12px #d6881a4d;transform:translateY(-1px) scale(1.005)}.deals-product-bottom__claim-deal:hover:before{opacity:1}.deals-product-bottom__claim-deal:active{box-shadow:0 2px 6px #d6881a4d;transform:translateY(0) scale(1);transition-duration:.1s}.deals-product-bottom__claim-deal:active:before{transition-duration:.1s}.deals-product-bottom__claim-deal--text{color:#fff;font-size:18px;font-weight:700;word-wrap:break-word;text-transform:capitalize}.deals-product-bottom__claim-deal--icon{display:flex;width:24px;height:24px}.deals-product-bottom__claim-deal--icon svg{width:100%;height:auto;fill:currentColor}.deals-product-bottom__claimed{display:grid;grid-template-columns:1fr max-content;align-items:center;width:100%;gap:10px}.deals-product-bottom__claimed--progress-bar{width:100%;height:15px;border-radius:50px;background-color:var(--brand-gray-light);overflow:hidden}.deals-product-bottom__claimed--progress-bar-completed{background:linear-gradient(60deg,var(--brand-red) 0%,#b92121 35%,var(--brand-red) 50%,#b92121 65%,var(--brand-red) 100%);background-size:600% 100%;border-top-left-radius:50px;border-bottom-left-radius:50px;height:100%;animation:flow-gradient 6s linear infinite;position:relative}.deals-product-bottom__claimed--progress-bar-completed:before{content:"";position:absolute;top:0;right:-2px;width:40px;height:100%;background:linear-gradient(to right,transparent,#d92727 100%);border-top-right-radius:0;border-bottom-right-radius:0}@keyframes flow-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.deals-product-bottom__claimed--text{color:var(--brand-red);font-size:14px;font-weight:700;text-transform:capitalize}@keyframes number-fade{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes flash-background{0%{opacity:0}50%{opacity:1}to{opacity:0}}.flash-update .deals__countdown-timer--number{animation:number-fade .25s ease-in-out}.flash-update .deals__countdown-timer--bright-bg{animation:flash-background .25s ease-in-out}.weekly-deals__wrapper.deals-banner{padding:0}@media (min-width: 768px){.weekly-deals__wrapper.deals-banner{background:linear-gradient(to bottom,#f3f3f3,#dadada);padding:50px 20px}}.weekly-deals__wrapper.deals-banner .deals{padding:0;gap:0}@media (min-width: 768px){.weekly-deals__wrapper.deals-banner .deals{flex-direction:row;max-width:1160px;margin:0 auto;gap:20px}}.weekly-deals__wrapper.deals-banner .deals .content-wrapper{padding:0;gap:0}.weekly-deals__wrapper.deals-banner .deals__header-container{background:linear-gradient(to bottom,#f1a234,#fec06a);padding-bottom:20px}@media (min-width: 768px){.weekly-deals__wrapper.deals-banner .deals__header-container{background:transparent;display:flex;width:50%;flex-direction:column;justify-content:center;gap:20px;padding-bottom:0}}.weekly-deals__wrapper.deals-banner .deals__header{border-radius:0;background:transparent}@media (min-width: 768px){.weekly-deals__wrapper.deals-banner .deals__header{width:100%;padding:12px;flex-direction:column;justify-content:center;gap:10px}.weekly-deals__wrapper.deals-banner .deals__header .deals__header--left{text-align:center}}@media (min-width: 1100px){.weekly-deals__wrapper.deals-banner .deals__header{gap:24px;flex-direction:row}}.weekly-deals__wrapper.deals-banner .deals__header .deals__header--dates-desktop{display:none}.weekly-deals__wrapper.deals-banner .deals__body{padding:30px 14px;margin:0}@media (min-width: 768px){.weekly-deals__wrapper.deals-banner .deals__body{padding-top:0;width:50%}}.weekly-deals__wrapper.deals-banner .deals__body .deals__body--dates-mobile{display:none}@media (min-width: 768px){.weekly-deals__wrapper.deals-banner .deals__body .deals__body--products{display:block}}.weekly-deals__wrapper.deals-banner .deals__body--featured-deal{font-size:30px;color:var(--brand-black);letter-spacing:0;line-height:1;text-align:center;font-weight:600;text-transform:capitalize}.weekly-deals__wrapper.deals-banner .deals__header--cta{display:block;width:fit-content;border-radius:5px;background:#fff;background-color:#971b1b;color:#fff;font-size:20px;font-style:normal;font-weight:700;line-height:normal;padding:5px 20px;text-transform:capitalize;border:none;margin:0 auto;transition:all .3s ease-in-out}.weekly-deals__wrapper.deals-banner .deals__header--cta:hover{text-decoration:none;transform:scale(1.05)}.weekly-deals__wrapper.deals-homepage{margin-top:var(--spacer-l)}@media (max-width: 500px){.weekly-deals__wrapper.deals-homepage{margin-top:18px}}@media (min-width: 768px){.weekly-deals__wrapper.deals-homepage .deals__header{border-radius:8px}}.weekly-deals__wrapper.deals-homepage .deals__header--shop-now{font-size:18px;font-weight:700;text-decoration:underline;width:fit-content}@media (max-width: 500px){.weekly-deals__wrapper.deals-homepage .deals__header--shop-now{font-size:14px}}.weekly-deals__email-form-wrapper{align-items:center;padding:0;margin-bottom:20px;background:linear-gradient(to bottom,#f1a234,#fec06a)}.weekly-deals__email-form-wrapper .klaviyo-form-TyMiSc{width:500px}@media (max-width: 767px){.weekly-deals__email-form-wrapper .klaviyo-form-TyMiSc{width:100%}}@media (max-width: 650px){.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body{padding:0 .5rem}}.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product-bottom__claim-deal{padding:8px;margin:var(--grid-gap-xs) 0}.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product-bottom__claim-deal .deals-product-bottom__claim-deal--icon{display:none}.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product .deals-product-top__right--title{font-size:16px;height:35px}@media (max-width: 650px){.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product{padding:0;border:none}.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product .deals-product-top__right--title{font-size:16px;height:35px}}.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product>.deals-product-top{display:block}.weekly-deals__wrapper.weekly-deals__wrapper--grid .deals__body--products .deals-product-bottom__claim-deal--text>span{display:none}.deals-product-top__app-exclusive{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;font-size:16px;font-weight:700;text-align:center;padding:10px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;z-index:1}.deals-product-top__app-exclusive--caption{display:flex;flex-direction:column;margin-bottom:10px;z-index:2}.deals-product-top__app-exclusive--caption h4{font-size:22px;font-weight:700;text-align:center;color:#fff}.deals-product-top__app-exclusive--caption p{font-size:14px;font-weight:400;text-align:center;color:#fff}.deals-product-top__app-exclusive--lock-icon{display:flex;justify-content:center;align-items:center;z-index:2}.deals-product-top__app-exclusive--lock-icon svg{max-height:50px}.deals-product-top__app-exclusive--app-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;width:100%;margin:0 auto;z-index:2}.deals-product-top__app-exclusive--app-links a{display:block;width:fit-content;height:fit-content;color:#fff!important}.deals-product-top__app-exclusive--app-links a svg{height:45px}.deals__header--cta-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:2}
/*# sourceMappingURL=/cdn/shop/t/645/assets/weekly-deals.css.map */
