.section:has(.dh-reels){padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;background-color:#fbfaf6 !important;}
.section:has(.dh-reels) > .page-width,
.section:has(.dh-reels) .shopline-section__inner,
.section:has(.dh-reels) .rte{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-reels) > .page-width{display:block !important;}

.dh-reels{--dh-reels-accent:#dc4213;--dh-reels-slide-w:clamp(300px, 27.3vw, 408px);display:block;position:relative;z-index:2;width:100%;max-width:100%;padding:40px 0 56px;background-color:#fbfaf6;overflow:hidden;}
.dh-reels *{box-sizing:border-box;}

.dh-reels__head{text-align:center;margin-bottom:28px;padding:0 24px;}
.dh-reels__title{font-family:"Clever","Clever Bold",Georgia,serif;font-weight:700;font-size:48px;line-height:52.8px;letter-spacing:0.5px;color:#dc4213;margin:0;}

.dh-reels__viewport{position:relative;width:100%;}
.dh-reels__swiper{width:100%;overflow:visible;}
.dh-reels__swiper .swiper-wrapper{align-items:flex-start;}
.dh-reels__slide{display:block;width:var(--dh-reels-slide-w);max-width:90vw;height:auto;}
.dh-reels__video-wrap{position:relative;width:100%;aspect-ratio:408/680;border-radius:14px;overflow:hidden;background:#1a1a1a;transform:scale(0.8);transform-origin:center center;transition:transform .35s cubic-bezier(.25,.1,.25,1);}.dh-reels__slide.swiper-slide-active .dh-reels__video-wrap{transform:scale(1);}
.dh-reels__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:100%;object-fit:cover;display:block;z-index:1;}
.dh-reels__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:100%;object-fit:cover;display:block;cursor:pointer;z-index:2;opacity:0;visibility:hidden;transition:opacity .25s ease;}
.dh-reels__slide.is-playing .dh-reels__video{opacity:1;visibility:visible;}

.dh-reels__sound{position:absolute;bottom:16px;right:16px;width:40px;height:40px;border:none;border-radius:8px;background:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:6;padding:0;opacity:0;transform:scaleX(0);transform-origin:right;transition:opacity .25s ease,transform .25s ease,background .2s ease;}
.dh-reels__slide.swiper-slide-active .dh-reels__sound{opacity:1;transform:scaleX(1);}
.dh-reels__sound:hover{background:rgba(0,0,0,.45);}
.dh-reels__sound svg{width:20px;height:20px;display:block;}
.dh-reels__sound .dh-reels__sound-icon--off{display:none;}
.dh-reels__slide.is-muted .dh-reels__sound .dh-reels__sound-icon--on{display:none;}
.dh-reels__slide.is-muted .dh-reels__sound .dh-reels__sound-icon--off{display:block;}

.dh-reels__card{display:flex !important;align-items:center;gap:16px;margin:16px 0 0;width:100%;height:128px;background:#fbfaf6;border:1px solid #002d1e;border-radius:14px;box-shadow:5px 5px 15px rgba(0,45,30,.18);padding:12px !important;text-decoration:none;color:#002d1e;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;}
.dh-reels__slide.swiper-slide-active .dh-reels__card{opacity:1;visibility:visible;pointer-events:auto;}
.dh-reels__card-pic{flex-shrink:0;width:90px;height:90px;border-radius:8px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;}
.dh-reels__card-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;}
.dh-reels__card-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;}
.dh-reels__card-brand{font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:11.7px;line-height:1.2;color:#002d1e;margin-bottom:6px;}
.dh-reels__card-title{font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:18px;line-height:1.25;color:#002d1e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px;}
.dh-reels__card-price{font-family:"GalanoGrotesque",sans-serif;font-weight:700;font-size:18px;line-height:1.1;color:#dc4213;}

.dh-reels__dots.swiper-pagination{position:static;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px;}
.dh-reels__dots .swiper-pagination-bullet{width:10px;height:10px;margin:0;padding:0;border:none;border-radius:50%;background:rgba(0,45,30,.25);opacity:1;cursor:pointer;-webkit-appearance:none;transition:background .2s ease,transform .2s ease;}
.dh-reels__dots .swiper-pagination-bullet:hover{background:rgba(0,45,30,.45);}
.dh-reels__dots .swiper-pagination-bullet-active{background:#dc4213;transform:scale(1.25);}

.dh-reels__nav{position:absolute;top:316px;left:0;right:0;display:flex;justify-content:space-between;pointer-events:none;padding:0 16px;z-index:7;}
.dh-reels__arrow{pointer-events:auto;width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,45,30,.18);background:#fff;color:#761800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease,color .2s ease,transform .2s ease;-webkit-appearance:none;box-shadow:0 2px 8px rgba(0,45,30,.12);margin:0;}
.dh-reels__viewport:hover .dh-reels__arrow,.dh-reels:focus-within .dh-reels__arrow{opacity:1;}
.dh-reels__arrow:hover{background:#dc4213;color:#fff;border-color:#dc4213;}
.dh-reels__arrow svg{width:20px;height:20px;}
.dh-reels__arrow.swiper-button-disabled{opacity:.45;cursor:default;}
.dh-reels__arrow::after{content:none;}

@media (max-width:1023px){
.dh-reels__title{font-size:34px !important;line-height:38px !important;}
.dh-reels{--dh-reels-slide-w:340px;}
.dh-reels__nav{top:259px !important;}
}
@media (max-width:599px){
.dh-reels{--dh-reels-slide-w:300px;padding:28px 0 40px !important;}
.dh-reels__head{padding:0 16px !important;margin-bottom:20px !important;}
.dh-reels__title{font-size:28px !important;line-height:32px !important;}
.dh-reels__nav{display:none !important;}
.dh-reels__arrow{display:none !important;}
.dh-reels__card{padding:10px !important;gap:12px !important;}
.dh-reels__card-pic{width:72px !important;height:72px !important;}
}
