.df-cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end}.df-cart-drawer{width:360px;max-width:100%;height:100%;background:var(--df-cart-bg,var(--df-white));display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.15);animation:dfCartSlideIn .25s ease-out}@keyframes dfCartSlideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.df-cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;flex-shrink:0}.df-cart-title{font-family:var(--df-cart-title-font,var(--df-body-font));font-weight:700;font-size:16px!important;line-height:14px!important;margin:0!important;text-transform:none!important}.df-cart-close,.df-cart-title{color:var(--df-cart-text,var(--df-black))}.df-cart-close{background:none;border:none;cursor:pointer;padding:4px;display:inline-flex}.df-cart-close:hover{opacity:.7}.df-cart-scroll{flex:1 1;overflow-y:auto;padding:0 20px 20px;gap:20px}.df-cart-empty,.df-cart-scroll{display:flex;flex-direction:column}.df-cart-empty{align-items:center;justify-content:center;min-height:240px;gap:16px;text-align:center;padding:40px 0}.df-cart-empty p{font-size:15px;color:var(--df-cart-muted,var(--df-grey));margin:0;font-family:var(--df-cart-body-font,var(--df-body-font))}.df-cart-pi,.df-cart-section{display:flex;flex-direction:column;gap:12px}.df-cart-pi{padding-bottom:16px}.df-cart-pi,.df-cart-pi-row{border-bottom:1px solid var(--df-cart-border,var(--df-grey-light))}.df-cart-pi-row{display:grid;grid-template-columns:56px 1fr 72px;grid-gap:12px;gap:12px;align-items:start;padding-bottom:12px}.df-cart-pi-row:last-child{padding-bottom:0;border-bottom:none}.df-cart-pi-image{width:56px;height:56px;background:var(--df-grey-light);border-radius:max(var(--df-radius),4px);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.df-cart-pi-image img{width:100%;height:100%;object-fit:cover}.df-cart-pi-info{display:flex;flex-direction:column;gap:2px;min-width:0}.df-cart-pi-brand{font-size:10px;text-transform:uppercase;letter-spacing:.06em}.df-cart-pi-brand,.df-cart-pi-name,h4.df-cart-pi-name{font-weight:700;color:var(--df-cart-text,var(--df-black))}.df-cart-pi-name,h4.df-cart-pi-name{font-family:var(--df-cart-title-font,var(--df-body-font));font-size:13px;line-height:16px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:none;letter-spacing:0}.df-cart-pi-variation,p.df-cart-pi-variation{font-family:var(--df-cart-body-font,var(--df-body-font));font-size:11px;font-weight:400;color:var(--df-cart-muted,var(--df-grey,#9b9a9a));margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.df-cart-pi-qty{display:inline-flex;align-items:center;gap:12px;margin-top:4px}.df-cart-pi-qty button{width:22px;height:22px;background:none;border:1px solid var(--df-cart-border,var(--df-grey-light));border-radius:4px;cursor:pointer;font-size:14px;line-height:1;color:var(--df-black);padding:0;display:inline-flex;align-items:center;justify-content:center}.df-cart-pi-qty button:hover{background:var(--df-grey-light)}.df-cart-pi-qty span{min-width:16px;text-align:center;font-size:13px;font-weight:600;color:var(--df-black)}.df-cart-pi-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.df-cart-pi-price{font-family:var(--df-cart-title-font,var(--df-body-font));font-weight:700;font-size:14px;color:var(--df-cart-price,var(--df-black));white-space:nowrap}.df-cart-pi-remove{background:none;border:none;cursor:pointer;padding:2px;color:var(--df-cart-muted,var(--df-grey));display:inline-flex}.df-cart-grams,.df-cart-pi-remove:hover{color:var(--df-cart-text,var(--df-black))}.df-cart-grams{margin-top:12px;display:flex;flex-direction:column;gap:6px;font-size:12px}.df-cart-grams-row{display:flex;align-items:center;justify-content:space-between;font-weight:600}.df-cart-grams-bar{position:relative;height:6px;background:var(--df-cart-border,var(--df-grey-light));border-radius:999px;overflow:hidden}.df-cart-grams-fill{height:100%;background:var(--df-black);transition:width .2s ease-out,background .2s ease-out}.df-cart-grams.is-over{color:var(--df-cart-error,#cc3333)}.df-cart-grams.is-over .df-cart-grams-fill{background:var(--df-cart-error,#cc3333)}.df-cart-grams-msg{font-size:11px;color:var(--df-cart-error,#cc3333)}.df-cart-stores-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.df-cart-stores-title{font-family:var(--df-cart-title-font,var(--df-body-font));font-weight:700;font-size:15px;line-height:22px;margin:0;color:var(--df-black)}.df-cart-stock-toggle{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--df-grey);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.df-cart-stock-toggle input{position:absolute;opacity:0;width:0;height:0}.df-cart-switch{position:relative;width:30px;height:16px;background:var(--df-grey-light);border:1px solid var(--df-grey);border-radius:999px;transition:background .15s,border-color .15s}.df-cart-switch:after{content:"";position:absolute;top:1px;left:1px;width:12px;height:12px;background:var(--df-white);border-radius:50%;transition:transform .15s;box-shadow:0 1px 2px rgba(0,0,0,.15)}.df-cart-stock-toggle input:checked+.df-cart-switch{background:var(--df-black);border-color:var(--df-black)}.df-cart-stock-toggle input:checked+.df-cart-switch:after{transform:translateX(14px)}.df-cart-stores-search{position:relative;display:flex;align-items:center;gap:8px}.df-cart-stores-search>svg:first-child{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--df-grey);pointer-events:none}.df-cart-stores-search input{flex:1 1;padding:9px 36px 9px 32px;font-size:13px;color:var(--df-black);background:var(--df-white);border:1px solid var(--df-grey-light);border-radius:max(var(--df-radius),4px);outline:none}.df-cart-stores-search input:focus{border-color:var(--df-black)}.df-cart-stores-locate{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:var(--df-white);border:1px solid var(--df-grey-light);border-radius:max(var(--df-radius),4px);cursor:pointer;color:var(--df-black)}.df-cart-stores-locate:hover{background:var(--df-grey-light)}.df-cart-stores-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--df-grey-light)}.df-cart-stores-tab{background:none;cursor:pointer;padding:10px 0;font-size:13px;font-weight:500;color:var(--df-grey);font-family:var(--df-cart-body-font,var(--df-body-font));border:none;border-bottom:2px solid transparent}.df-cart-stores-tab.active{color:var(--df-black);font-weight:700;border-bottom-color:var(--df-black)}.df-cart-stores-empty,.df-cart-stores-map{font-size:13px;color:var(--df-grey);text-align:center;padding:24px 0}.df-cart-stores-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:12px;max-height:280px;overflow-y:auto;padding:0 4px 0 0}.df-cart-store{position:relative;border:1px solid var(--df-grey-light);border-radius:max(var(--df-radius),4px);padding:12px;display:flex;flex-direction:column;gap:6px}.df-cart-store-tag{font-size:11px;font-weight:600;color:#18a06a;font-family:var(--df-cart-body-font,var(--df-body-font))}.df-cart-store-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.df-cart-store-name{font-family:var(--df-cart-title-font,var(--df-body-font));font-weight:700;font-size:14px;line-height:18px;margin:0;color:var(--df-black)}.df-cart-store-stock{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--df-black);white-space:nowrap}.df-cart-store-stock-dot{width:8px;height:8px;border-radius:50%;background:#18a06a}.df-cart-store-distance{font-size:12px;font-weight:600;color:var(--df-black)}.df-cart-store-meta{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:4px}.df-cart-store-meta li{display:grid;grid-template-columns:16px 1fr;align-items:start;grid-gap:8px;gap:8px;font-size:12px;color:var(--df-black)}.df-cart-store-meta li>svg{margin-top:2px;color:var(--df-black)}.df-cart-store-hours-line{display:block}.df-cart-store-select{align-self:flex-end;margin-top:4px;padding:9px 16px;background:var(--df-black);color:var(--df-white);border:1px solid var(--df-black);border-radius:max(var(--df-radius),4px);font-family:var(--df-cart-button-font,var(--df-button-font,var(--df-body-font)));font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .15s,color .15s}.df-cart-store-select:hover{opacity:.85}.df-cart-store-select:disabled{background:var(--df-grey-light);color:var(--df-grey);border-color:var(--df-grey-light);cursor:default}.df-cart-foot{border-top:1px solid var(--df-cart-border,var(--df-grey-light));padding:14px 20px 18px;display:flex;flex-direction:column;gap:10px;flex-shrink:0;background:var(--df-cart-bg,var(--df-white))}.df-cart-foot-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--df-cart-text,var(--df-black))}.df-cart-subtotal-amount{font-weight:700;font-size:16px;color:var(--df-cart-price,var(--df-black))}.df-cart-foot-back{align-self:center;background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:var(--df-cart-button-font,var(--df-button-font,var(--df-body-font)));font-weight:700;font-size:12px;color:var(--df-cart-text,var(--df-black));text-transform:uppercase;letter-spacing:.05em;padding:4px 0}.df-cart-foot-back:hover{opacity:.7}.df-cart-checkout{width:100%;font-family:var(--df-cart-button-font,var(--df-button-font,var(--df-body-font)))}.df-variant-editorial .df-cart-drawer,.df-variant-editorial .df-cart-pi-image,.df-variant-editorial .df-cart-store,.df-variant-editorial .df-cart-store-select,.df-variant-editorial .df-cart-stores-locate,.df-variant-editorial .df-cart-stores-search input{border-radius:2px}@media (max-width:480px){.df-cart-drawer{width:100%}}.df-hero{padding:0;background:transparent}.df-hero .pv-hero-carousel{position:relative}.df-hero .pv-hero{position:relative;display:flex;flex-direction:column;justify-content:center;padding:var(--df-section-spacing,56px) var(--df-padding,32px);min-height:calc(var(--df-section-spacing, 56px) * 2 + 160px);color:#FFFFFF;overflow:hidden;isolation:isolate}.df-hero .pv-hero-bg{position:absolute;inset:0;background-image:var(--pv-hero-bg);background-size:cover;background-position:50%;z-index:0}@media (max-width:1024px){.df-hero .pv-hero-bg{background-image:var(--pv-hero-bg-mobile,var(--pv-hero-bg))}}.df-hero .pv-hero-bg-video{width:100%;height:100%;object-fit:cover;pointer-events:none}.df-hero .pv-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:1}.df-hero .pv-hero-content{position:relative;z-index:2;width:100%;max-width:var(--df-max-width,1280px);margin:0 auto}.df-hero--fixed-max-width .pv-hero{max-width:var(--df-max-width,1400px);margin:0 auto}.df-hero .pv-h-tag{display:block;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px}.df-hero .pv-h-tag,.df-hero .pv-h-title{font-family:var(--df-heading-font);font-weight:700;color:inherit}.df-hero .pv-h-title{font-size:48px;line-height:1.1;margin:0 0 16px}.df-hero .pv-h-sub{font-family:var(--df-body-font);font-size:18px;line-height:1.55;margin:0 0 24px;color:inherit}.df-hero .pv-h-sub a{color:inherit;text-decoration:underline}.df-hero .pv-h-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border:none;border-radius:8px;background:var(--df-accent,#16a34a);color:#FFFFFF;font-family:var(--df-body-font);font-size:14px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:filter .15s,transform .05s}.df-hero .pv-h-btn:hover{filter:brightness(.94)}.df-hero .pv-h-btn:active{transform:translateY(1px)}.df-variant-pluto .df-hero .pv-hero-content{display:flex;flex-direction:column}.df-variant-pluto .df-hero .pv-h-title{order:1}.df-variant-pluto .df-hero .pv-h-tag{order:2;margin-top:0}.df-variant-pluto .df-hero .pv-h-sub{order:3}.df-variant-pluto .df-hero .pv-h-btn{order:4;align-self:flex-start}.df-variant-pluto .df-hero .pv-hero.layout-centered .pv-h-btn{align-self:center}.df-variant-pluto .df-hero .pv-hero:not(.layout-split) .pv-h-sub{max-width:50%}.df-variant-pluto .df-hero .pv-hero.layout-centered .pv-h-sub{margin-left:auto;margin-right:auto}@media (max-width:768px){.df-variant-pluto .df-hero .pv-hero:not(.layout-split) .pv-h-sub{max-width:100%}}.df-hero .pv-hero.layout-centered{align-items:center;text-align:center;padding:var(--df-section-spacing,64px) var(--df-padding,32px)}.df-hero .pv-hero.layout-centered .pv-hero-content{max-width:var(--df-max-width,1280px);margin:0 auto}.df-hero .pv-hero.layout-centered .pv-h-title{font-size:56px}.df-hero .pv-hero.layout-split{padding:0;flex-direction:row;align-items:stretch}.df-hero .pv-hero.layout-split.side-right{flex-direction:row-reverse}.df-hero .pv-hero.layout-split.side-left{flex-direction:row}.df-hero .pv-hero.layout-split .pv-hero-bg{position:relative;width:50%;flex-shrink:0;align-self:stretch;min-height:280px}.df-hero .pv-hero.layout-split .pv-hero-overlay{display:none}.df-hero .pv-hero.layout-split .pv-hero-content{flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:var(--df-section-spacing,56px) 64px;max-width:none;background:rgba(0,0,0,.85);color:#FFFFFF}.df-hero .pv-hero.layout-split .pv-h-title{font-size:40px}.df-hero .pv-hero.layout-showcase{flex-direction:row;justify-content:space-between;align-items:center;gap:48px;padding:var(--df-section-spacing,56px) 64px}.df-hero .pv-hero.layout-showcase.side-right{flex-direction:row}.df-hero .pv-hero.layout-showcase.side-left{flex-direction:row-reverse}.df-hero .pv-hero.layout-showcase .pv-hero-content{max-width:480px;flex-shrink:0}.df-hero .pv-hero-primary{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.df-hero .pv-hero.layout-showcase .pv-hero-primary{flex:1 1;min-width:0}.df-hero .pv-hero.layout-showcase .pv-hero-primary img{max-width:100%;max-height:320px;object-fit:contain;filter:drop-shadow(0 12px 32px rgba(0,0,0,.35))}.df-hero .pv-hero-primary .ph-placeholder{width:220px;height:220px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(255,255,255,.4);border-radius:12px;color:rgba(255,255,255,.6)}.df-hero .pv-hero-primary .ph-placeholder svg{width:40px;height:40px}.df-hero .pv-hero-primary-img--mobile{display:none}@media (max-width:1024px){.df-hero .pv-hero-primary-img--desktop{display:none}.df-hero .pv-hero-primary-img--mobile{display:block}}.df-hero .pv-hero-bullets{list-style:none;margin:20px 0 24px;padding:0;display:flex;flex-wrap:wrap;gap:28px}.df-hero .pv-hero-bullets--horizontal{flex-direction:row;flex-wrap:nowrap}.df-hero .pv-hero-bullets--horizontal .pv-hero-bullet{flex:1 1;min-width:0;max-width:none}.df-hero .pv-hero-bullets--vertical{flex-direction:column;flex-wrap:nowrap}.df-hero .pv-hero-bullets--item-icon-left .pv-hero-bullet{flex-direction:row}.df-hero .pv-hero-bullets--item-icon-right .pv-hero-bullet{flex-direction:row-reverse}.df-hero .pv-hero-bullets--item-icon-top .pv-hero-bullet{flex-direction:column}.df-hero .pv-hero-bullet{display:flex;gap:12px;align-items:flex-start;max-width:340px;color:inherit}.df-hero .pv-hero-bullet-icon{width:32px;height:32px;object-fit:contain;flex:0 0 auto}.df-hero .pv-hero-bullet-text{display:flex;flex-direction:column;gap:4px;min-width:0}.df-hero .pv-hero-bullet-title{font-family:var(--df-heading-font);font-weight:700;letter-spacing:.03em;color:inherit;overflow-wrap:break-word}.df-hero .pv-hero-bullet-desc{font-family:var(--df-body-font);font-size:13px;line-height:1.5;opacity:.85;color:inherit;overflow-wrap:break-word;word-break:break-word}.df-hero .pv-hero-bullet-desc p{margin:0}@media (max-width:1024px){.df-hero .pv-hero-bullets{flex-direction:column;gap:16px}.df-hero .pv-hero-bullets--horizontal{flex-direction:column;flex-wrap:nowrap}.df-hero .pv-hero-bullets--horizontal .pv-hero-bullet{flex:0 0 auto;max-width:none}.df-hero .pv-hero-bullet{flex-direction:column;align-items:center;text-align:center;max-width:none}.df-hero .pv-hero-bullet-icon{margin:0 auto}.df-hero .pv-hero-bullet-text{align-items:center;text-align:center}}.df-hero .hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}.df-hero .hero-dot{width:10px;height:10px;padding:0;border-radius:50%;background:rgba(255,255,255,.5);border:2px solid transparent;cursor:pointer;transition:background .15s,border-color .15s}.df-hero .hero-dot:hover{background:rgba(255,255,255,.8)}.df-hero .hero-dot.active{background:var(--df-hero-dot-active,#FFFFFF);border-color:rgba(255,255,255,.8)}.df-hero .hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:var(--df-arrow-bg,rgba(0,0,0,.5));border:none;border-radius:50%;color:var(--df-arrow-color,#FFFFFF);cursor:pointer;z-index:5;transition:background .15s}.df-hero .hero-arrow:hover{background:var(--df-hero-arrow-hover-bg,rgba(0,0,0,.7))}.df-hero .hero-arrow.left{left:16px}.df-hero .hero-arrow.right{right:16px}.df-hero .hero-arrow svg{width:18px;height:18px}@media (max-width:1024px){.df-hero{--df-hero-h:420px;padding:0}.df-hero .pv-hero,.df-hero .pv-hero.layout-centered{padding:var(--df-section-spacing,40px) 40px}.df-hero .pv-hero .pv-h-title{font-size:40px}.df-hero .pv-hero.layout-centered .pv-h-title{font-size:44px}.df-hero .pv-hero.layout-split .pv-hero-content{padding:var(--df-section-spacing,40px) 36px}}@media (max-width:768px){.df-hero{--df-hero-h:360px;padding:0}.df-hero .pv-hero{padding:var(--df-section-spacing,32px) 24px}.df-hero .pv-hero .pv-h-title{font-size:32px}.df-hero .pv-hero .pv-h-sub{font-size:15px}.df-hero .pv-hero.layout-centered{padding:var(--df-section-spacing,32px) 24px}.df-hero .pv-hero.layout-centered .pv-h-title{font-size:36px}.df-hero .pv-hero.layout-split{flex-direction:column}.df-hero .pv-hero.layout-split .pv-hero-bg{width:100%;height:40%;min-height:0}.df-hero .pv-hero.layout-split .pv-hero-content{flex:1 1;padding:var(--df-section-spacing,24px) 24px}.df-hero .pv-hero.layout-showcase{flex-direction:column;gap:24px;padding:var(--df-section-spacing,32px) 24px;text-align:center;align-items:center}.df-hero .pv-hero.layout-showcase .pv-hero-content{max-width:none}.df-hero .pv-hero.layout-showcase .pv-hero-primary img{max-height:140px}.df-hero .hero-arrow{width:30px;height:30px}.df-hero .hero-arrow.left{left:8px}.df-hero .hero-arrow.right{right:8px}}@media (max-width:480px){.df-hero .pv-hero .pv-h-title{font-size:26px}.df-hero .pv-hero.layout-centered .pv-h-title{font-size:30px}}.df-fc{padding:var(--df-section-spacing,56px) 0}.df-fc .df-section-title{text-align:center;margin:0 0 28px;font-family:var(--df-heading-font);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--df-section-heading-color,var(--df-black))}.df-fc .df-fc-tagline{text-align:center;margin:0 0 12px}.df-fc-carousel{position:relative;display:flex;align-items:center;gap:12px}.df-fc-row{display:flex;gap:24px;padding:4px 16px;flex:1 1;min-width:0;justify-content:center}.df-fc-wrap{position:relative}.df-fc-row.df-fc-row-scroll{justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-padding-inline:16px;scrollbar-width:none;-ms-overflow-style:none}.df-fc-row.df-fc-row-scroll::-webkit-scrollbar{display:none}.df-fc-arrow{position:absolute;top:var(--df-fc-arrow-center,50%);transform:translateY(-50%);width:44px;height:44px;background:var(--df-arrow-bg,var(--df-white));border:1px solid var(--df-grey-light);border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 2px 8px rgba(0,0,0,.1);color:var(--df-arrow-color,var(--df-black))}.df-fc-arrow:hover{background:var(--df-grey-light)}.df-fc-arrow-left{left:-22px}.df-fc-arrow-right{right:-22px}@media (max-width:720px){.df-fc-arrow{display:none}}.df-fc-page-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.df-fc-page-dot{width:9px;height:9px;border-radius:50%;border:1px solid;background:transparent;padding:0;cursor:pointer;opacity:.55;transition:opacity .15s,background .15s}.df-fc-page-dot:hover{opacity:.85}.df-fc-page-dot.active{opacity:1;background:var(--df-hero-dot-active,currentColor)}.df-fc-row.df-fc-row-scroll>.df-fc-tile{flex:0 0 calc((100% - (var(--df-fc-visible, 6) - 1) * 24px) / var(--df-fc-visible, 6));scroll-snap-align:start}@media (max-width:1024px){.df-fc-row.df-fc-row-scroll>.df-fc-tile{flex-basis:calc((100% - 3 * 24px) / 4)}}@media (max-width:720px){.df-fc-row.df-fc-row-scroll>.df-fc-tile{flex-basis:calc((100% - 2 * 24px) / 3)}}@media (max-width:480px){.df-fc-row.df-fc-row-scroll>.df-fc-tile{flex-basis:calc((100% - 16px) / 2.2)}}.df-fc-nav{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#ffffff;color:var(--df-black);border:1px solid var(--df-grey-light,#e5e7eb);box-shadow:0 2px 8px rgba(15,23,42,.06);cursor:pointer;transition:background .15s,color .15s,border-color .15s,transform .05s}.df-fc-nav:hover{background:var(--df-black);color:#ffffff;border-color:var(--df-black)}.df-fc-nav:active{transform:translateY(1px)}.df-fc-nav svg{width:20px;height:20px}.df-fc-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.df-fc-dot{width:8px;height:8px;padding:0;border-radius:50%;background:rgba(15,23,42,.2);border:none;cursor:pointer;transition:background .15s,transform .15s}.df-fc-dot:hover{background:rgba(15,23,42,.4)}.df-fc-dot.active{background:var(--df-hero-dot-active,var(--df-black));transform:scale(1.25)}.df-fc-tile{display:flex;flex-direction:column;align-items:center;gap:12px;background:none;border:none;padding:0;cursor:pointer;font-family:var(--df-body-font);color:inherit;text-align:center;flex:1 1;min-width:0;max-width:calc((100% - 3 * 24px) / 4);transform:scale(var(--df-fc-item-scale,1));transform-origin:top center}.df-fc-row.df-fc-row-scroll>.df-fc-tile{max-width:none}.df-fc-tile-img{display:flex;align-items:center;justify-content:center;background-color:var(--df-grey-light);background-size:cover;background-position:50%;overflow:hidden}.df-fc-tile-fit-contain .df-fc-tile-img{background-image:none;background-color:transparent}.df-fc-tile-fit-contain .df-fc-tile-img img{width:100%;height:100%;object-fit:contain;display:block}.df-fc-tile-fit-contain.df-fc-tile-mode-background .df-fc-tile-img{align-items:flex-end}.df-fc-tile-fit-contain.df-fc-tile-mode-background .df-fc-tile-img img{object-position:center bottom}.df-fc-tile-shape-plain .df-fc-tile-img{background-color:transparent;border-radius:0}.df-fc-tile-border-image .df-fc-tile-img{border:1px solid var(--df-grey-light,#e5e7eb);border-radius:var(--df-radius,8px)}.df-fc-tile-border-all{border:1px solid var(--df-black,#1a1a1a);border-radius:var(--df-radius,18px);padding:24px 22px}.df-fc-tile-border-all.df-fc-tile-card.df-fc-tile-mode-background{padding:0}.df-fc-tile-text{display:flex;flex-direction:column;gap:2px;width:100%}.df-fc-tile-prefix{font-family:var(--df-body-font);font-size:13px;font-weight:400;line-height:1.2;color:var(--df-section-text-color,var(--df-text,var(--df-grey,#525252)));text-transform:none;letter-spacing:0}.df-fc-tile-img{position:relative}.df-fc-tile-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;padding:6px;border-radius:50%;background:rgba(255,255,255,.85);color:var(--df-section-text-color,var(--df-black));box-shadow:0 4px 12px rgba(0,0,0,.18);pointer-events:none;z-index:2}.df-fc-tile-name{font-family:var(--df-body-font);font-weight:600;color:var(--df-section-text-color,var(--df-text,var(--df-black)));padding:6px 8px}.df-fc-tile.df-fc-tile-align-left .df-fc-tile-name{text-align:left}.df-fc-tile.df-fc-tile-align-center .df-fc-tile-name{text-align:center}.df-fc-tile.df-fc-tile-align-right .df-fc-tile-name{text-align:right}.df-fc-tile-align-left{align-items:flex-start}.df-fc-tile-align-center{align-items:center}.df-fc-tile-align-right{align-items:flex-end}.df-fc-tile-banner.df-fc-tile-align-left{justify-content:flex-start;align-items:center}.df-fc-tile-banner.df-fc-tile-align-center{justify-content:center;align-items:center}.df-fc-tile-banner.df-fc-tile-align-right{justify-content:flex-end;align-items:center}.df-fc-tile-desc{font-family:var(--df-body-font);font-weight:400;font-size:12px;line-height:1.35;color:var(--df-section-text-color,var(--df-text-secondary,var(--df-grey,#6b7280)));opacity:.85;padding:0 8px}.df-fc-tile.df-fc-tile-align-left .df-fc-tile-desc{text-align:left}.df-fc-tile.df-fc-tile-align-center .df-fc-tile-desc{text-align:center}.df-fc-tile.df-fc-tile-align-right .df-fc-tile-desc{text-align:right}.df-fc-tile-mode-above .df-fc-tile-name{position:static;background:none;color:inherit;padding:0}.df-fc-tile-mode-above .df-fc-tile-img{position:static}.df-fc-row-circle{justify-content:center}.df-fc-tile-circle .df-fc-tile-img{width:clamp(72px,7vw,96px);aspect-ratio:1/1;border-radius:50%}.df-fc-tile-circle.df-fc-tile-shape-plain .df-fc-tile-img{border-radius:0}.df-fc-tile-circle .df-fc-tile-name{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.df-fc-tile-circle:hover .df-fc-tile-name{text-decoration:underline;text-underline-offset:4px}.df-fc-row-card{gap:16px}.df-fc-tile-card{align-items:stretch;padding:0;flex-direction:column}.df-fc-tile-card.df-fc-tile-mode-background{position:relative;border-radius:12px;overflow:hidden}.df-fc-tile-card.df-fc-tile-mode-background .df-fc-tile-img{position:absolute;inset:0;width:100%;height:100%;border-radius:0}.df-fc-tile-card.df-fc-tile-mode-background:before{content:"";display:block;padding-top:125%}.df-fc-tile-card.df-fc-tile-mode-background .df-fc-tile-name{position:absolute;left:0;right:0;margin:0;padding:16px;background:transparent;color:var(--df-section-text-color,#FFFFFF);font-weight:700;font-size:16px;z-index:1}.df-fc-tile-card.df-fc-tile-mode-background.df-fc-tile-shape-plain{border-radius:0}.df-fc-tile-card.df-fc-tile-mode-background.df-fc-tile-textpos-top .df-fc-tile-name{top:0;bottom:auto}.df-fc-tile-card.df-fc-tile-mode-background.df-fc-tile-textpos-bottom .df-fc-tile-name{top:auto;bottom:0}.df-fc-tile-card.df-fc-tile-mode-above{position:static;background:transparent;border-radius:0;overflow:visible;gap:12px}.df-fc-tile-card.df-fc-tile-mode-above .df-fc-tile-img{position:static;aspect-ratio:1/1;width:100%;border-radius:12px;overflow:hidden}.df-fc-tile-card.df-fc-tile-mode-above .df-fc-tile-name{position:static;margin:0;padding:0;background:transparent;color:inherit;font-weight:500;font-size:15px}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-textpos-top .df-fc-tile-name,.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-textpos-top .df-fc-tile-text{order:0}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-textpos-bottom .df-fc-tile-name,.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-textpos-bottom .df-fc-tile-text,.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-textpos-top .df-fc-tile-img{order:1}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-textpos-bottom .df-fc-tile-img{order:0}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all{align-items:stretch;gap:18px;border-radius:18px}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all .df-fc-tile-text{flex:0 0 auto;padding:4px 0 8px}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all .df-fc-tile-prefix{margin-bottom:4px}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all .df-fc-tile-name{font-weight:700;font-size:18px;letter-spacing:.02em;text-transform:uppercase;line-height:1.15;padding:8px 12px 12px}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all .df-fc-tile-img{aspect-ratio:16/11;border-radius:10px;background:transparent;flex:1 1}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all.df-fc-tile-fit-contain .df-fc-tile-img img{object-fit:contain;padding:4px}.df-fc-tile-card:hover .df-fc-tile-img{transform:scale(1.04);transition:transform .4s ease}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.df-fc-tile-card.df-fc-tile-mode-above.df-fc-tile-border-all:hover .df-fc-tile-img{transform:none}.df-fc-row-banner{flex-direction:column;gap:10px;overflow-x:visible;align-items:stretch;justify-content:flex-start}.df-fc-tile-banner{flex:0 0 auto;flex-direction:row;align-items:center;width:100%;min-width:0;height:64px;border-radius:10px;overflow:hidden;position:relative;padding:0 24px}.df-fc-tile-banner .df-fc-tile-img{position:absolute;inset:0;width:100%;height:100%}.df-fc-tile-banner .df-fc-tile-name{position:relative;z-index:1;color:var(--df-section-text-color,#FFFFFF);font-weight:700;font-size:17px;letter-spacing:.04em}.df-fc-tile-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.3),rgba(0,0,0,0))}.df-fc-row-pills{flex-wrap:wrap;justify-content:center;gap:12px 16px}.df-fc-tile-pills{flex:0 0 auto;flex-direction:row;align-items:center;justify-content:center;padding:10px 22px;border:1px solid var(--df-fc-pill-border,var(--df-accent,#d2b45d));border-radius:999px;background:var(--df-fc-pill-bg,transparent);transition:background .15s,color .15s}.df-fc-tile-pills:hover{background:var(--df-fc-pill-border,var(--df-accent,#D2B45D));color:var(--df-white)}.df-fc-tile-pills .df-fc-tile-img{display:none}.df-fc-tile-pills .df-fc-tile-text{flex-direction:row;gap:6px}.df-fc-tile-pills .df-fc-tile-name{color:var(--df-fc-pill-text,var(--df-accent,#D2B45D));font-weight:600;font-size:14px;letter-spacing:.02em;white-space:nowrap}.df-fc-tile-pills:hover .df-fc-tile-name{color:var(--df-white)}@media (max-width:768px){.df-fc{padding:var(--df-section-spacing,40px) 0}.df-fc-row.df-fc-row-card,.df-fc-row.df-fc-row-circle{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-inline:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:12px;padding:4px 12px}.df-fc-row.df-fc-row-card::-webkit-scrollbar,.df-fc-row.df-fc-row-circle::-webkit-scrollbar{display:none}.df-fc-row.df-fc-row-card>.df-fc-tile,.df-fc-row.df-fc-row-circle>.df-fc-tile{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 2 * 12px) / 3.2);max-width:none;scroll-snap-align:start}.df-fc-tile-circle{max-width:none}.df-fc-tile-card .df-fc-tile-img{aspect-ratio:1/1}.df-fc-tile-pills{flex:0 0 auto}}@media (max-width:1024px){.df-cb-images-offset-stack .df-cb-grid,.df-cb-images-text-plus-2 .df-cb-grid{grid-template-columns:1fr!important;gap:24px}.df-cb-images-text-plus-2-thumbs,.df-cb-images.df-cb-images-offset-stack{grid-template-columns:1fr 1fr}.df-cb-images.df-cb-images-offset-stack .df-cb-image-slot-offset{transform:none!important;margin-top:0!important}.df-cb-images-text-plus-2-big .df-cb-image-slot{aspect-ratio:16/9!important;height:auto!important}.df-cb-images-offset-stack.df-cb-reversed .df-cb-text,.df-cb-images-text-plus-2.df-cb-reversed .df-cb-text-with-images{order:0!important}.df-cb-images-offset-stack.df-cb-reversed .df-cb-images,.df-cb-images-text-plus-2.df-cb-reversed .df-cb-images{order:1!important}}@media (max-width:480px){.df-fc-tile{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 12px) / 2)}}@media (max-width:1024px){.df-fc[data-mobile-rows="2"] .df-fc-row{display:grid!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 24px) / 3)!important;grid-row-gap:12px!important;row-gap:12px!important;grid-column-gap:12px;column-gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.df-fc[data-mobile-rows="2"] .df-fc-row>.df-fc-tile{flex:initial!important;max-width:none!important;width:100%!important;scroll-snap-align:start}}@media (max-width:480px){.df-fc[data-mobile-rows="2"] .df-fc-row{grid-auto-columns:calc((100% - 12px) / 2)!important}}.df-fc-tile-name-arrow{margin-left:6px;color:inherit;display:inline-flex;align-items:center;vertical-align:middle;line-height:0}.df-fc-tile-name-arrow svg{display:block;width:1em;height:1em}.df-fc-tile-name-text{vertical-align:middle}.df-fc-bg{background-image:var(--df-fc-bg)}@media (max-width:1024px){.df-fc-bg{background-image:var(--df-fc-bg-mobile,var(--df-fc-bg))}}.df-pc{flex:0 0 calc((100% - (var(--df-pc-visible, 5) - 1) * 24px) / var(--df-pc-visible, 5));width:calc((100% - (var(--df-pc-visible, 5) - 1) * 24px) / var(--df-pc-visible, 5));max-width:calc((100% - (var(--df-pc-visible, 5) - 1) * 24px) / var(--df-pc-visible, 5));min-width:0;background:var(--df-pc-card-bg,var(--df-white));border-radius:var(--df-pc-radius,var(--df-radius,8px));overflow:hidden;border:var(--df-pc-border-width,1px) solid var(--df-pc-border,var(--df-grey-light));display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.df-pc:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.16)}.df-pc-image{position:relative;width:100%;aspect-ratio:var(--df-pc-image-ratio,1/1);background:var(--df-pc-image-bg,var(--df-grey-light,#f5f5f5));overflow:hidden;cursor:pointer}@supports not (aspect-ratio:1/1){.df-pc-image{padding-top:100%}}.df-pc-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:var(--df-pc-image-fit,cover)}.df-pc-image .df-pc-image-placeholder-img{object-fit:contain;padding:18%}.df-pc-image-empty{position:absolute;inset:0;background:var(--df-grey-light)}.df-pc-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;z-index:2}.df-pc-badge{font-family:var(--df-product-body-font);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:5px 12px;border-radius:20px}.df-pc-badge-sale{background:var(--df-pc-badge-sale-bg,#c0392b);color:var(--df-pc-badge-sale-color,var(--df-white))}.df-pc-badge-new{background:var(--df-pc-badge-new-bg,transparent);color:var(--df-pc-badge-new-color,var(--df-black));border:1.5px solid var(--df-pc-badge-new-color,var(--df-black))}.df-pc-info{padding:12px;display:flex;flex-direction:column;gap:6px;flex:1 1;background:var(--df-pc-detail-bg,var(--df-pc-info-bg,transparent))}.df-pc-brand{font-family:var(--df-product-body-font);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--df-pc-meta-color,var(--df-text-secondary,var(--df-grey,#666)))}.df-pc-name{font-family:var(--df-pc-font,var(--df-product-title-font));font-weight:600;font-size:var(--df-pc-name-size,14px);line-height:1.3;color:var(--df-pc-name-color,var(--df-pc-title-color,var(--df-black)));margin:0;text-transform:none;text-align:left;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.df-pc-name:hover{text-decoration:none}.df-pc-weight{font-family:var(--df-product-body-font);font-size:12px;font-weight:500;color:var(--df-pc-meta-color,var(--df-text-secondary,var(--df-grey,#666)));display:block;margin-top:2px}.df-pc-chip-row{display:flex;flex-wrap:wrap;gap:4px}.df-pc-type-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;letter-spacing:.3px;background:var(--df-grey-light,#f5f5f5);color:var(--df-black,#1a1a1a);text-transform:capitalize}.df-pc-type-chip svg{width:14px;height:14px;flex:none}.df-pc-tag-plantType{display:inline-flex;align-items:center;gap:4px;text-transform:capitalize}.df-pc-tag-plantType svg{width:12px;height:12px;flex:none}.df-pc-tags{display:flex;flex-wrap:wrap;gap:4px}.df-pc-tag{font-size:11px;font-weight:500;background:var(--df-pc-tag-bg,var(--df-grey-light,#f5f5f5));color:var(--df-pc-tag-color,var(--df-black));padding:4px 10px;border-radius:4px;letter-spacing:.3px;white-space:nowrap;font-family:Arial,sans-serif}.df-pc-price-row{display:flex;align-items:baseline;gap:6px}.df-pc-price-above{margin:4px 0 0}.df-pc-price{font-family:var(--df-product-body-font);font-weight:700;font-size:var(--df-pc-price-size,16px);color:var(--df-pc-price-color,var(--df-pc-title-color,var(--df-black)))}.df-pc-original{font-size:13px;color:var(--df-pc-meta-color,var(--df-text-secondary,var(--df-grey,#999)));text-decoration:line-through}.df-pc-bottom{margin-top:auto;display:flex;align-items:stretch;gap:8px;position:relative}.df-pc:not(.df-pc-has-variations) .df-pc-bottom{flex-direction:column;align-items:stretch}.df-pc-variation{flex:1 1;min-width:0;position:static}.df-pc-variation-trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;padding:10px;background:var(--df-white);border:1px solid var(--df-grey-light,#e0e0e0);border-radius:8px;font-family:var(--df-product-body-font);font-size:13px;color:var(--df-black);cursor:pointer;text-align:left}.df-pc-variation-trigger.placeholder{color:var(--df-grey,#999)}.df-pc-variation-arrow{flex-shrink:0;transition:transform .2s}.df-pc-variation.open .df-pc-variation-arrow{transform:rotate(180deg)}.df-pc-variation-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.df-pc-variation-menu{position:absolute;bottom:100%;left:0;right:0;margin:0 0 4px;padding:4px 0;list-style:none;background:var(--df-white);border:1px solid var(--df-grey-light,#e0e0e0);border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:10;max-height:180px;overflow-y:auto}.df-pc-variation-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:13px;cursor:pointer;color:var(--df-black);transition:background .15s;font-family:var(--df-product-body-font)}.df-pc-variation-item:hover:not(.disabled){background:var(--df-grey-light)}.df-pc-variation-item.selected{font-weight:600;color:var(--df-accent,var(--df-black,#1a1a1a))}.df-pc-variation-item.disabled{opacity:.45;cursor:not-allowed;pointer-events:none;color:var(--df-grey,#999)}.df-pc-variation-item-name{flex:1 1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;text-align:left}.df-pc-variation-item-meta{flex-shrink:0;font-size:12px;color:var(--df-grey,#888);white-space:nowrap}.df-pc-variation-item.selected .df-pc-variation-item-meta{color:var(--df-accent,var(--df-black,#1a1a1a))}.df-pc-add{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 16px;background:var(--df-pc-cart-bg,var(--df-accent,var(--df-primary,var(--df-black,#1a1a1a))));color:var(--df-pc-cart-color,var(--df-btn-text,#ffffff));border:none;border-radius:6px;font-family:var(--df-pc-font,var(--df-product-body-font));font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .2s,opacity .2s;white-space:nowrap}.df-pc-add:hover{opacity:.88}.df-pc-add:disabled{opacity:.5;cursor:not-allowed}.df-pc-add-text:empty:before{content:var(--df-pc-cart-text,"ADD TO CART")}.df-pc-has-variations .df-pc-add:not(.df-pc-add-full):not(.df-pc-add--small){width:auto;padding:10px 12px;flex-shrink:0}.df-pc-has-variations .df-pc-add:not(.df-pc-add-full):not(.df-pc-add--small) .df-pc-add-text{display:none}.df-pc-add-icon{display:inline-block;flex-shrink:0;width:16px;height:16px}.df-pc .df-pc-bottom.df-pc-bottom-row{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.df-pc-bottom-row .df-pc-add{width:auto;flex-shrink:0;padding:8px 14px}.df-pc-bottom-row .df-pc-price-row{flex:1 1 auto;min-width:0}.df-pc-bottom-row .df-pc-price{white-space:nowrap}.df-pc-add.df-pc-add--small{padding:6px 10px;font-size:12px;letter-spacing:.6px}.df-pc-add.df-pc-add--small.df-pc-add-icon-only,.df-pc-bottom-icon .df-pc-add{width:32px;height:32px;padding:0;border-radius:8px;gap:0;flex-shrink:0}.df-pc-add-icon-only .df-pc-add-text{display:none}.df-pc .df-pc-bottom.df-pc-bottom-fw{flex-direction:column;align-items:stretch}.df-pc-bottom-fw .df-pc-add-full{width:100%}.df-pc-price-qty-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.df-pc-price-qty-row .df-pc-price-row{flex:1 1 auto;min-width:0;margin:0}.df-pc-price-qty-row .df-pc-qty{flex-shrink:0}.df-pc-variation-wrap{margin-top:6px;position:relative}.df-pc-qty{border:1px solid var(--df-pc-qty-border,var(--df-grey-light,#e0e0e0));border-radius:6px;overflow:hidden;height:28px;flex-shrink:0}.df-pc-qty,.df-pc-qty-btn{display:inline-flex;align-items:center}.df-pc-qty-btn{width:26px;height:26px;border:0;background:transparent;font-size:14px;font-weight:600;cursor:pointer;color:var(--df-pc-qty-color,var(--df-black,#1a1a1a));justify-content:center;padding:0}.df-pc-qty-btn:hover{background:var(--df-grey-light,#f0f0f0)}.df-pc-qty-val{min-width:22px;text-align:center;font-size:12px;font-weight:600;color:var(--df-pc-qty-color,var(--df-black,#1a1a1a))}.df-skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;animation:dfShimmer 1.5s infinite}@keyframes dfShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.df-skeleton-line{display:block;margin-bottom:8px;border-radius:4px}.df-pc-skeleton .df-pc-image{background:#f0f0f0}.df-page--card-minimal .df-pc{border-radius:10px}.df-page--card-minimal .df-pc-image{aspect-ratio:var(--df-pc-image-ratio,9/8)}.df-page--card-minimal .df-pc-badges{top:8px;left:8px;gap:4px}.df-page--card-minimal .df-pc-badge{font-size:9px;font-weight:700;padding:3px 7px;border-radius:4px;letter-spacing:.03em}.df-page--card-minimal .df-pc-info{padding:12px;gap:0}.df-page--card-minimal .df-pc-brand{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#94A3B8}.df-page--card-minimal .df-pc-name{font-size:14px;font-weight:700;line-height:1.3;color:#1E293B;-webkit-line-clamp:1;margin-top:2px}.df-page--card-minimal .df-pc-chip-row{margin-top:6px;gap:4px}.df-page--card-minimal .df-pc-type-chip{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;letter-spacing:0}.df-page--card-minimal .df-pc-type-chip svg{display:none}.df-page--card-minimal .df-pc-chip-row+.df-pc-tags{margin-top:4px}.df-page--card-minimal .df-pc-tags{margin-top:6px;gap:4px}.df-page--card-minimal .df-pc-tag{font-size:10px;font-weight:400;padding:2px 6px;border-radius:4px;letter-spacing:0}.df-page--card-minimal .df-pc-price{font-size:15px;font-weight:800}.df-page--card-minimal .df-pc-original{font-size:12px;color:#94A3B8}.df-page--card-minimal .df-pc-price-row{margin-top:4px;align-items:baseline;gap:6px}.df-page--card-minimal .df-pc-bottom{margin-top:auto;padding-top:8px}.df-page--card-compact .df-pc{border-radius:8px}.df-page--card-compact .df-pc-image{aspect-ratio:var(--df-pc-image-ratio,7/6)}.df-page--card-compact .df-pc-badges{top:6px;left:6px;gap:3px}.df-page--card-compact .df-pc-badge{font-size:8px;font-weight:700;padding:2px 6px;border-radius:3px;letter-spacing:.02em}.df-page--card-compact .df-pc-info{padding:8px;gap:1px}.df-page--card-compact .df-pc-brand{font-size:9px;font-weight:400;letter-spacing:0;text-transform:none;color:#94A3B8;order:2;margin-top:1px}.df-page--card-compact .df-pc-name{font-size:12px;font-weight:700;color:#1E293B;-webkit-line-clamp:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;order:1}.df-page--card-compact .df-pc-tags{order:3;gap:3px;margin-top:4px}.df-page--card-compact .df-pc-price-row{order:4;margin-top:6px}.df-page--card-compact .df-pc-bottom{order:5;margin-top:auto;padding-top:8px}.df-page--card-compact .df-pc-bottom-row{flex-direction:column;align-items:stretch;gap:6px}.df-page--card-compact .df-pc-bottom-row .df-pc-price-row{order:1;width:100%}.df-page--card-compact .df-pc-bottom-row .df-pc-add,.df-page--card-compact .df-pc-bottom-row .df-pc-qty{order:2;align-self:stretch}.df-page--card-compact .df-pc-bottom-row .df-pc-qty{align-self:flex-start}.df-page--card-compact .df-pc-tag{font-size:8px;font-weight:600;padding:1px 5px;border-radius:3px;letter-spacing:0}.df-page--card-compact .df-pc-price{font-size:13px;font-weight:800}.df-page--card-compact .df-pc-original{font-size:10px;color:#94A3B8}.df-page--card-list .df-pcarousel-row,.df-page--card-list .df-products-grid,.df-page--card-list .df-products-list{display:flex;flex-direction:column;gap:12px;overflow-x:visible;padding:0}.df-page--card-list .df-pcarousel-row>.df-pc,.df-page--card-list .df-pcarousel-row>.df-pc-skeleton,.df-page--card-list .df-pcarousel-row>article.df-pc,.df-page--card-list .df-products-grid>.df-pc,.df-page--card-list .df-products-list>.df-pc{flex:1 1 100%!important;width:100%!important;max-width:100%!important;min-width:0!important}.df-page--card-list .df-pcarousel-arrow{display:none}.df-page--card-list .df-pc{flex-direction:row;align-items:center;min-height:80px;padding:12px;gap:12px}.df-page--card-list .df-pc:hover{transform:none}.df-page--card-list .df-pc-image{width:56px;height:56px;flex:0 0 56px;aspect-ratio:1/1;border-radius:8px;overflow:visible}.df-page--card-list .df-pc-image img{border-radius:8px}.df-page--card-list .df-pc-badges{top:-4px;left:-4px;gap:3px}.df-page--card-list .df-pc-badge{font-size:8px;padding:2px 5px;letter-spacing:.02em}.df-page--card-list .df-pc-info{flex:1 1;padding:0;gap:2px;background:transparent;min-width:0}.df-page--card-list .df-pc-brand{font-size:11px;text-transform:none;letter-spacing:0}.df-page--card-list .df-pc-name{font-size:14px;font-weight:700;-webkit-line-clamp:1}.df-page--card-list .df-pc-chip-row{display:none}.df-page--card-list .df-pc-tags{gap:4px;margin-top:4px;max-height:22px;overflow:hidden;-webkit-line-clamp:1}.df-page--card-list .df-pc-tag{font-size:9px;padding:2px 6px;border-radius:3px}.df-page--card-list .df-pc-tag-category,.df-page--card-list .df-pc-tag-tag,.df-page--card-list .df-pc-tag-terpenes,.df-page--card-list .df-pc-tag-weight{display:none}.df-page--card-list .df-pc-bottom{flex-direction:column;align-items:flex-end;justify-content:center;gap:0;margin:0 0 0 auto;text-align:right;flex-shrink:0}.df-page--card-list .df-pc-price-row{flex-direction:column;align-items:flex-end;gap:0;margin:0}.df-page--card-list .df-pc-original{font-size:12px}.df-page--card-list .df-pc-price{font-size:16px;font-weight:800}.df-page--card-list .df-pc-add,.df-page--card-list .df-pc-variation{display:none}.df-page--card-featured .df-pc{border-radius:12px}.df-page--card-featured .df-pc-image{aspect-ratio:16/11}.df-page--card-featured .df-pc-info{padding:16px;gap:0}.df-page--card-featured .df-pc-badges{top:12px;left:12px;gap:4px}.df-page--card-featured .df-pc-badge{font-size:9px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.03em}.df-page--card-featured .df-pc-brand{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#94A3B8}.df-page--card-featured .df-pc-name{font-size:18px;font-weight:800;line-height:1.25;color:#1E293B;-webkit-line-clamp:2;margin-top:2px}.df-page--card-featured .df-pc-chip-row{margin-top:10px;gap:4px}.df-page--card-featured .df-pc-type-chip{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;letter-spacing:0}.df-page--card-featured .df-pc-type-chip svg{display:none}.df-page--card-featured .df-pc-chip-row+.df-pc-tags{margin-top:6px}.df-page--card-featured .df-pc-tags{margin-top:10px;gap:4px;row-gap:6px}.df-page--card-featured .df-pc-tag{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;letter-spacing:0}.df-page--card-featured .df-pc-tag-terpenes{background:#FEF3C7;color:#92400E}.df-page--card-featured .df-pc-price{font-size:18px;font-weight:800}.df-page--card-featured .df-pc-original{font-size:14px;color:#94A3B8}.df-page--card-featured .df-pc-price-row{margin-top:4px;align-items:baseline;gap:6px}.df-page--card-featured .df-pc-bottom{display:none}.df-page--card-style-flat .df-pc{border-color:transparent}.df-page--card-style-flat .df-pc:hover{transform:none;box-shadow:none}.df-page--card-style-border .df-pc:hover{transform:none;box-shadow:none;border-color:var(--df-pc-border,var(--df-black))}.df-page--hide-brand .df-pc-brand,.df-page--hide-category .df-pc-tag-category,.df-page--hide-cbd .df-pc-tag-cbd,.df-page--hide-plant-type .df-pc-chip-row,.df-page--hide-tags .df-pc-tag-tag,.df-page--hide-thc .df-pc-tag-thc,.df-page--hide-weight .df-pc-tag-weight,.df-page--tag-limit-1 .df-pc-tag.df-pc-tag-tag~.df-pc-tag.df-pc-tag-tag,.df-page--tag-limit-2 .df-pc-tag.df-pc-tag-tag~.df-pc-tag.df-pc-tag-tag~.df-pc-tag.df-pc-tag-tag,.df-page--tag-limit-3 .df-pc-tag.df-pc-tag-tag~.df-pc-tag.df-pc-tag-tag~.df-pc-tag.df-pc-tag-tag~.df-pc-tag.df-pc-tag-tag{display:none}.df-pcarousel{padding:var(--df-section-spacing,64px) 0}.df-pcarousel.df-pcarousel-has-bg{position:relative}.df-pcarousel-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:50%;background-image:var(--df-pcarousel-bg)}@media (max-width:1024px){.df-pcarousel-bg{background-image:var(--df-pcarousel-bg-mobile,var(--df-pcarousel-bg))}}.df-pcarousel-overlay{position:absolute;inset:0;z-index:1}.df-pcarousel.df-pcarousel-has-bg .df-inner{position:relative;z-index:2}.df-pcarousel.df-pcarousel-has-bg .df-pcarousel-subtitle,.df-pcarousel.df-pcarousel-has-bg .df-section-title{color:#FFFFFF}.df-pcarousel-layout-content-list .df-pcarousel-cl-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);grid-gap:48px;gap:48px;align-items:center}.df-pcarousel-layout-content-list.df-pcarousel-reversed .df-pcarousel-cl-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.df-pcarousel-layout-content-list.df-pcarousel-reversed .df-pcarousel-cl-text{order:2}.df-pcarousel-layout-content-list.df-pcarousel-reversed .df-pcarousel-cl-products{order:1}.df-pcarousel-cl-text{display:flex;flex-direction:column;gap:12px}.df-pcarousel-layout-content-list .df-section-title{text-align:left}.df-pcarousel-layout-content-list .df-pcarousel-subtitle{text-align:left;margin:0;max-width:none}.df-pcarousel-cl-bullets{list-style:none;padding:0;margin:4px 0 0;font-family:var(--df-body-font);font-size:15px;line-height:24px;color:var(--df-section-text-color,var(--df-text,var(--df-grey,#555)));display:flex;flex-direction:column;gap:4px}.df-pcarousel-cl-bullets li{display:flex;align-items:center;gap:10px}.df-pcarousel-cl-bullet-marker{display:inline-block;width:8px;height:8px;flex:0 0 8px;background:var(--df-accent,var(--df-primary,#8030A8))}.df-page.df-variant-pluto .df-pcarousel-cl-bullet-marker{background:var(--df-accent,#8030A8)}.df-pcarousel-cl-cta{align-self:flex-start;margin-top:8px;padding:12px 24px;font-size:13px;letter-spacing:.06em;text-transform:uppercase}.df-pcarousel-cl-products{display:flex;flex-direction:column;gap:16px}.df-pcarousel-cl-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.df-pcarousel-cl-cards .df-pc{flex:none;width:100%;max-width:none}.df-pcarousel-cl-dots{display:flex;justify-content:center;gap:8px;margin-top:4px}.df-pcarousel-cl-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(0,0,0,.2);cursor:pointer}.df-pcarousel-cl-dot.active{background:var(--df-accent,var(--df-primary,var(--df-black)))}.df-pcarousel.df-pcarousel-has-bg .df-pcarousel-cl-dot{background:rgba(255,255,255,.4)}.df-pcarousel.df-pcarousel-has-bg .df-pcarousel-cl-dot.active{background:#FFFFFF}@media (max-width:1024px){.df-pcarousel-layout-content-list .df-pcarousel-cl-grid,.df-pcarousel-layout-content-list.df-pcarousel-reversed .df-pcarousel-cl-grid{grid-template-columns:1fr;gap:24px}.df-pcarousel-layout-content-list.df-pcarousel-reversed .df-pcarousel-cl-products,.df-pcarousel-layout-content-list.df-pcarousel-reversed .df-pcarousel-cl-text{order:0}}.df-pcarousel-subtitle{font-family:var(--df-body-font);font-size:16px;color:var(--df-grey);text-align:center;max-width:720px;margin:0 auto 16px}.df-pcarousel-cta{display:flex;justify-content:center;margin-bottom:32px}.df-pcarousel-cta-btn{display:inline-flex;align-items:center;gap:8px}.df-pcarousel-cta-arrow{flex:0 0 auto;color:currentColor}.df-pcarousel-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:32px}.df-pcarousel-header .df-section-title{margin:0;flex:1 1;min-width:0}.df-pcarousel-cta-inline{margin-bottom:0;flex-shrink:0}@media (max-width:768px){.df-pcarousel-header{flex-direction:column;align-items:flex-start}.df-pcarousel-cta-inline{align-self:flex-start}}.df-pcarousel-wrap{position:relative}.df-pcarousel-row{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:8px 4px 16px;scrollbar-width:none}.df-pcarousel-row::-webkit-scrollbar{display:none}.df-pcarousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--df-arrow-bg,var(--df-white));border:1px solid var(--df-grey-light);border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 2px 8px rgba(0,0,0,.1);color:var(--df-arrow-color,var(--df-black))}.df-pcarousel-arrow:hover{background:var(--df-grey-light)}.df-pcarousel-arrow-left{left:-22px}.df-pcarousel-arrow-right{right:-22px}@media (max-width:1024px){.df-pcarousel-row{gap:16px}.df-pcarousel-row>.df-pc,.df-pcarousel-row>.df-pc-skeleton,.df-pcarousel-row>article.df-pc{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 12px);width:calc(33.333% - 12px)!important;max-width:calc(33.333% - 12px)!important;min-width:0!important}.df-pcarousel-arrow{width:32px;height:32px}.df-pcarousel-arrow svg{width:16px;height:16px}.df-pcarousel-arrow-left{left:-16px}.df-pcarousel-arrow-right{right:-16px}}@media (max-width:640px){.df-pcarousel-row{gap:12px}.df-pcarousel-row>.df-pc,.df-pcarousel-row>.df-pc-skeleton,.df-pcarousel-row>article.df-pc{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 6px);width:calc(50% - 6px)!important;max-width:calc(50% - 6px)!important}.df-pcarousel{padding:var(--df-section-spacing,40px) 0}.df-pcarousel-arrow{display:none}}