.product-dual-list{background:#fbf8ee;padding:60px 0}.product-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-column h3{font-size:18px;color:#8b3a00;margin-bottom:20px;border-bottom:1px solid #e6dccc;padding-bottom:10px}.product-item{display:flex;gap:15px;margin-bottom:22px;text-decoration:none}.product-item img{width:64px;height:64px;object-fit:cover;border-radius:6px}.product-info{flex:1}.product-title{font-size:14px;color:#6b2b00;margin-bottom:6px;line-height:1.4}.product-price{font-size:14px;color:#9b3d00}.product-price s{color:#999;margin-right:6px}@media (max-width: 768px){.product-dual-grid{grid-template-columns:1fr;gap:20px}.product-column{border-bottom:1px solid #e6dccc}.product-column h3{margin-bottom:10px}.product-list{display:block!important;padding-top:15px}}.heartfelt-section{background:#fbf8ee;padding:50px 20px}.heartfelt-header{margin-bottom:25px}.heartfelt-title{font-size:28px;color:#9b3d00}.heartfelt-link-wrap{margin-top:5px;text-align:left}.heartfelt-link{font-size:14px;color:#9b3d00;text-decoration:underline}.heartfelt-tabs{display:flex;gap:15px;margin-bottom:30px}.heartfelt-tab{border:1px solid #9b3d00;padding:8px 16px;font-size:14px;background:transparent;cursor:pointer;color:#9b3d00}.heartfelt-tab.active{background:#9b3d00;color:#fff}.heartfelt-products-wrapper{position:relative;display:none}.heartfelt-products-wrapper.active{display:block}.heartfelt-products{display:flex;gap:25px;overflow-x:auto;scroll-snap-type:x mandatory;align-items:stretch;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.heartfelt-products::-webkit-scrollbar{display:none}.heartfelt-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border:1px solid #9b3d00;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 5px #0000001a}.heartfelt-arrow:hover{background:#9b3d00}.heartfelt-arrow:hover svg{fill:#fff}.heartfelt-arrow svg{width:20px;height:20px;fill:#9b3d00;transition:fill .3s ease}.heartfelt-arrow-left{left:-20px}.heartfelt-arrow-right{right:-20px}.heartfelt-card{scroll-snap-align:start;flex:0 0 calc((100% / var(--desktop-cols)) - 20px);display:flex;flex-direction:column}.heartfelt-img{position:relative;width:100%;padding-top:100%;overflow:hidden}.heartfelt-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sale-badge{position:absolute;top:10px;left:10px;background:#ff5a5a;color:#fff;font-size:12px;padding:4px 8px}.heartfelt-content{display:flex;flex-direction:column;flex-grow:1;text-align:center}.heartfelt-product-link{text-decoration:none;color:inherit}.heartfelt-title-text{font-size:14px;margin:12px 0 8px;color:#6b2b00}.heartfelt-price{font-size:15px;color:#9b3d00}.heartfelt-price s{color:#999;margin-right:5px}.heartfelt-card form{margin-top:auto}.heartfelt-btn{background:#7a2e00;color:#fff;width:100%;padding:12px;border:none;cursor:pointer;font-size:14px}@media (max-width: 768px){.heartfelt-card{flex:0 0 calc((100% / var(--mobile-cols)) - 15px)}.heartfelt-arrow-left{left:-15px}.heartfelt-arrow-right{right:-15px}}@media (max-width: 480px){.heartfelt-arrow{width:36px;height:36px}.heartfelt-arrow svg{width:16px;height:16px}.heartfelt-arrow-left{left:-10px}.heartfelt-arrow-right{right:-10px}}.hero-slider{position:relative;width:100%;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .6s ease}.hero-slide.active{opacity:1;visibility:visible;position:relative}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:60px;z-index:3}.hero-text{max-width:520px;color:#fff}.hero-text h1{font-size:52px;margin-bottom:15px}.hero-text p{font-size:18px;margin-bottom:25px}.hero-text a{display:inline-block;padding:14px 34px;background:#000;color:#fff;text-decoration:none}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#dba352;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:.3s}.hero-arrow svg{width:18px;height:18px;stroke:#fff;stroke-width:2.5}.hero-arrow:hover{background:#000}.hero-arrow.prev{left:30px}.hero-arrow.next{right:30px}.hero-dots{display:flex;justify-content:center;gap:16px;margin:18px auto 0}.hero-dot{width:18px;height:18px;border-radius:50%;border:2px solid #000;position:relative;cursor:pointer}.hero-dot svg{position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%) rotate(-90deg)}.hero-dot circle{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-dasharray:75.4;stroke-dashoffset:75.4;opacity:0}.hero-dot.ready circle{opacity:1}@media (max-width: 768px){.hero-slider{height:70vh}.hero-arrow{display:none}.hero-content{padding:30px;align-items:flex-end}.hero-text h1{font-size:30px}.hero-text p{font-size:14px}}.media-grid-5{padding:60px 0;background:#fbf8ee}.media-grid-wrapper{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:20px}.media-card{position:relative;overflow:hidden;border-radius:16px;background:#eaeaea;aspect-ratio:1/1}.media-card.large{grid-row:span 2;aspect-ratio:2/3}.media-card.wide{grid-column:span 2;aspect-ratio:2/1}.media-card img{width:100%;height:100%;object-fit:cover;display:block}.media-card video{width:100%;height:100%;object-fit:cover;display:block;background:#000}@media (max-width: 768px){.media-grid-wrapper{display:flex;overflow-x:auto;gap:14px;padding:0 16px;scroll-snap-type:x mandatory}.media-card{flex:0 0 85%;height:260px;scroll-snap-align:center;aspect-ratio:unset}.media-card.large,.media-card.wide{grid-column:unset;grid-row:unset;aspect-ratio:unset}.media-grid-wrapper::-webkit-scrollbar{display:none}}.today-steals-section{background:#faf7ef;padding:50px 20px}.today-steals-heading{font-size:26px;color:#b34a00;margin-bottom:30px;font-weight:500}.today-steals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:stretch}.steal-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;height:100%}.steal-image{position:relative;width:100%;height:100%}.steal-image img{width:100%;height:100%;object-fit:cover;display:block}.steal-content{padding:30px;display:flex;flex-direction:column;justify-content:center}.steal-title{font-size:26px;color:#b34a00;margin-bottom:10px}.steal-price{font-size:16px;color:#b34a00;margin-bottom:20px}.steal-btn{background:#7a2e00;color:#fff;padding:10px 20px;text-decoration:none;display:inline-block;font-size:14px;width:fit-content}@media (max-width: 768px){.today-steals-grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.steal-card{min-width:90%;grid-template-columns:1fr;scroll-snap-align:start}.steal-image{aspect-ratio:4 / 3}.steal-content{padding:24px}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
