:root{--yellow: #ffd900;--yellow-dark: #e6c300;--cream: #eeeade;--black: #0a0a0a;--dark: #030807;--dark-2: #080c0b;--dark-3: #071018;--dark-4: #07131c;--white: #ffffff;--gray-100: #f5f5f5;--gray-400: #999;--gray-600: #666;--gray-800: #333;--text-muted: #555;--text-light: #b9c2c6;--green: #18d66a;--green-dark: #15b85a;--star: #ffb700;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--container-max: 1200px;--header-h: 80px;--topbar-h: 40px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.5;color:var(--black);background:var(--cream);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit}button{font-family:inherit;cursor:pointer}address{font-style:normal}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.topbar{height:var(--topbar-h);background:var(--yellow);display:flex;align-items:center;justify-content:center;gap:clamp(16px,4vw,48px);padding:0 clamp(12px,3vw,32px);overflow:hidden}.topbar-slider{flex:1;max-width:900px;overflow:hidden;position:relative;min-height:1.2em}.topbar-track{position:relative;width:100%;margin-top:10px}.topbar-slide{margin:0;width:100%;text-align:center;font-size:clamp(11px,1.2vw,14px);font-weight:400;color:#101010;line-height:1.3;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translate(30px);transition:opacity .35s ease,transform .35s ease,visibility .35s ease}.topbar-slide.active{opacity:1;visibility:visible;transform:translate(0);position:relative}.topbar-slide.exit-left{opacity:0;transform:translate(-30px)}.topbar-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:0;background:transparent;cursor:pointer;padding:0;transition:opacity var(--transition)}.topbar-arrow:hover{opacity:.6}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:var(--white);border-bottom:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(12px,2vw,32px);padding:0 clamp(16px,4vw,48px)}.logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.logo img{width:auto;max-width:260px;height:48px;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.5vw,28px);flex:1}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-size:clamp(12px,1.2vw,14px);font-weight:500;color:#101010;white-space:nowrap;transition:font-weight var(--transition);padding:8px 0}.nav-link:hover,.nav-link.active,.nav-item.is-open>.nav-link{font-weight:700}.nav-arrow{flex-shrink:0;transition:transform var(--transition)}.nav-item.is-open .nav-arrow,.nav-item.has-dropdown:hover .nav-arrow{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%) translateY(8px);min-width:180px;background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:8px 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition),transform var(--transition),visibility var(--transition);z-index:110}.nav-item.has-dropdown:hover .nav-dropdown,.nav-item.has-dropdown.is-open .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown a{display:block;padding:10px 20px;font-size:13px;font-weight:500;color:#101010;text-decoration:none;white-space:nowrap;transition:background var(--transition),font-weight var(--transition)}.nav-dropdown a:hover,.nav-dropdown a.active{background:#0000000a;font-weight:700}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-actions button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:transparent;color:var(--black);border-radius:50%;transition:background var(--transition)}.header-actions button:hover{background:#0000000d}.cart-btn{position:relative}.cart-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;background:var(--yellow);border-radius:var(--radius-pill);font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border:0;background:transparent;padding:6px;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:var(--black);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius-pill);padding:12px 24px;font-family:var(--font);font-size:clamp(11px,1.2vw,13px);font-weight:700;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-yellow{background:var(--yellow);color:var(--black);padding:14px 32px;font-size:clamp(12px,1.3vw,14px)}.btn-yellow:hover{background:var(--yellow-dark)}.btn-hero{background:var(--white);color:var(--black);padding:14px 28px;font-size:clamp(12px,1.4vw,14px)}.btn-whatsapp{background:var(--green);color:var(--white);padding:12px 22px;font-size:clamp(11px,1.2vw,13px)}.btn-whatsapp:hover{background:var(--green-dark)}.hero{position:relative;background:var(--dark);min-height:clamp(340px,55vw,720px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:var(--white);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 15% 35%,rgba(0,255,170,.12),transparent 40%),radial-gradient(ellipse at 85% 65%,rgba(0,255,130,.1),transparent 40%);pointer-events:none;z-index:1}.hero-inner{position:relative;z-index:3;padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(20px,3vw,40px)}.hero h1{margin:0 0 clamp(16px,2.5vw,28px);font-size:clamp(32px,6vw,72px);font-weight:900;line-height:.95;letter-spacing:-.02em;color:var(--white)}.hero-visual{position:absolute;bottom:clamp(-20px,-2vw,0);left:50%;transform:translate(-50%);width:min(110%,1400px);max-width:none;height:auto;z-index:2;pointer-events:none;object-fit:contain}.section{padding-block:clamp(40px,6vw,70px)}.section-cream{background:var(--cream)}.section-white{background:var(--white)}.section-dark{position:relative;background:var(--dark-2);color:var(--white);overflow:hidden}.section-dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(whats_trending.png) center / cover no-repeat;opacity:.85;pointer-events:none}.section-dark>.container{position:relative;z-index:1}.section-heading{text-align:center;margin-bottom:clamp(24px,4vw,40px)}.section-heading h2{margin:0 0 8px;font-size:clamp(22px,3.5vw,34px);font-weight:800;letter-spacing:-.01em}.section-heading p{margin:0;font-size:clamp(11px,1.3vw,13px);color:var(--text-muted);max-width:480px;margin-inline:auto}.section-heading--light h2,.section-heading--light p{color:var(--white)}.section-heading--light p{opacity:.75}.section-cta{text-align:center;margin-top:clamp(24px,4vw,36px)}.grid{display:grid;gap:clamp(12px,2vw,20px)}.grid-explore,.grid-trending{grid-template-columns:repeat(4,1fr)}.grid-backlit{grid-template-columns:repeat(3,1fr);gap:clamp(12px,1.5vw,18px)}.backlit-tab-sources{display:none}.grid-crafted{grid-template-columns:repeat(4,1fr)}.grid-reviews{--reviews-gap: 16px}.grid-benefits{grid-template-columns:repeat(4,1fr);max-width:1000px;margin-inline:auto}.product-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-lg);padding:clamp(8px,1vw,12px);text-decoration:none;color:var(--black);box-shadow:var(--shadow-md);transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.product-card__img{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1 / 1.08}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__img img{transform:scale(1.02)}.product-card__hover-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:52px;height:52px;background:#fee70c;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;z-index:2}.product-card:hover .product-card__hover-icon{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.product-card span{display:block;text-align:center;font-size:clamp(11px,1.2vw,14px);font-weight:700;padding:clamp(10px,1.4vw,14px) 4px 6px}.btn-view-all{background:#fee70c;color:#101010;padding:14px 28px;font-size:clamp(13px,1.3vw,15px);font-weight:600;gap:10px}.btn-view-all:hover{background:#101010;color:#fff}.btn-view-all svg{flex-shrink:0}.btn-view-all svg path,.btn-view-all:hover svg path,body.pm-theme .btn-view-all svg path,body.pm-theme .btn-view-all:hover svg path{fill:none!important;stroke:#101010}body.pm-theme .btn-view-all:hover{background:#101010!important;color:#fff!important}body.pm-theme .btn-view-all:hover svg path{stroke:#fff!important}.trend-card{display:block;text-decoration:none;color:var(--white);border-radius:var(--radius-xl);overflow:hidden}.trend-card__img{position:relative;height:500px;border-radius:var(--radius-xl);overflow:hidden}.trend-card__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.35) 28%,transparent 55%);pointer-events:none;z-index:1}.trend-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.trend-card:hover .trend-card__img img{transform:scale(1.03)}.trend-card__label{position:absolute;bottom:0;left:0;right:0;padding:20px 18px;font-size:clamp(12px,1.2vw,15px);font-weight:500;line-height:1.35;text-align:left;z-index:2}.tabs{display:flex;flex-wrap:nowrap;gap:clamp(10px,1.5vw,16px);justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:clamp(20px,3vw,32px);padding-bottom:4px;width:100%;scroll-padding-inline:16px;scroll-snap-type:x proximity}.tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0;scroll-snap-align:start;border:0;background:transparent;font-family:var(--font);font-size:clamp(11px,1.1vw,14px);font-weight:500;color:#666;padding:10px 18px;border-radius:var(--radius-pill);cursor:pointer;transition:color var(--transition),background var(--transition),font-weight var(--transition),box-shadow var(--transition);white-space:nowrap}.tab.active{font-weight:600;color:#101010;background:var(--white);box-shadow:0 1px 6px #00000014}.tab:hover:not(.active){color:#333}.backlit-wrap,.backlit-track-wrap{position:relative}.backlit-slider-viewport{overflow:hidden}.backlit-nav{display:none;position:absolute;z-index:5;top:50%;width:40px;height:40px;border:0;border-radius:50%;background:var(--white);color:var(--black);align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;cursor:pointer;transition:background var(--transition),transform .15s ease,opacity var(--transition);transform:translateY(-50%)}.backlit-nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.backlit-nav--prev{left:8px}.backlit-nav--next{right:8px}.backlit-nav:hover:not(:disabled){transform:translateY(-50%) scale(1.05);background:#fee70c}.shop-card{display:block;text-decoration:none;color:var(--white);border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.12);transition:transform var(--transition),border-color var(--transition)}.shop-card:hover{transform:translateY(-2px);border-color:#ffffff38}.shop-card__media{position:relative;aspect-ratio:1 / 1.02;overflow:hidden}.shop-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.4) 32%,transparent 58%);pointer-events:none;z-index:1}.shop-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.shop-card:hover .shop-card__media img{transform:scale(1.04)}.shop-card__hover-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:52px;height:52px;background:#fee70c;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;z-index:3}.shop-card:hover .shop-card__hover-icon{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.shop-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:clamp(14px,2vw,20px);z-index:2}.shop-card h3{margin:0 0 6px;font-size:clamp(12px,1.2vw,15px);font-weight:600;line-height:1.3;color:var(--white)}.shop-card__price{margin:0;font-size:clamp(11px,1.1vw,13px);color:#ffffffd9}.shop-card__price strong{color:#fee70c;font-weight:700}.shop-card__price s{color:#ffffffa6;font-size:.95em;margin-left:6px;text-decoration:line-through}.shop-card__rating{color:#ff8c00;font-size:11px;letter-spacing:1px;margin-top:4px;opacity:0;max-height:0;overflow:hidden;transition:opacity .25s ease,max-height .25s ease,margin .25s ease}.shop-card:hover .shop-card__rating{opacity:1;max-height:20px;margin-top:4px}.section-talk{padding:clamp(32px,4vw,48px);background:var(--dark-4);border-radius:var(--radius-xl);overflow:hidden;position:relative}.section-talk:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(talk-to-us-bg.png) center / cover no-repeat;opacity:.85;pointer-events:none}.text-center{text-align:center}.talk-heading{position:relative;z-index:1;margin:0 0 clamp(28px,3.5vw,40px);font-size:clamp(22px,3.2vw,36px);font-weight:800;line-height:1.15;color:var(--white);text-align:center}.talk-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px);align-items:center}.talk-content{color:var(--white)}.steps{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(20px,3vw,40px);row-gap:clamp(20px,2.5vw,28px);margin-bottom:clamp(24px,3vw,32px)}.step:nth-child(3){grid-column:1}.step{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.step-num{font-family:Viaoda Libre,Georgia,serif;font-size:clamp(36px,4vw,56px);font-weight:400;font-style:normal;line-height:1;color:var(--white);flex-shrink:0}.step-body h3{margin:0 0 6px;font-size:clamp(13px,1.4vw,16px);font-weight:700;color:var(--white)}.step-body p{margin:0;font-size:clamp(11px,1.15vw,13px);font-weight:400;color:#ffffffb8;line-height:1.55;max-width:260px}.talk-content .btn-whatsapp{display:inline-flex;padding:12px 24px;font-size:clamp(12px,1.2vw,14px);font-weight:700;border-radius:var(--radius-pill)}.talk-visual{border-radius:20px;overflow:hidden;height:100%}.talk-visual img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:20px}.crafted-wrap,.crafted-track-wrap{position:relative}.crafted-slider-viewport{overflow:hidden}.crafted-nav{display:none;position:absolute;z-index:5;top:50%;width:40px;height:40px;border:0;border-radius:50%;background:var(--white);color:var(--black);align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;cursor:pointer;transition:background var(--transition),transform .15s ease,opacity var(--transition);transform:translateY(-50%)}.crafted-nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.crafted-nav--prev{left:8px}.crafted-nav--next{right:8px}.crafted-nav:hover:not(:disabled){transform:translateY(-50%) scale(1.05);background:#fee70c}.crafted-card{position:relative;display:block;border-radius:var(--radius-md);overflow:hidden;text-decoration:none}button.crafted-card{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:inherit}button.crafted-card:hover,button.crafted-card:focus{background:transparent;color:inherit;border-color:transparent}.crafted-card img,.crafted-card__poster-fill{width:100%;aspect-ratio:1 / .82;object-fit:cover;transition:transform .3s ease}.crafted-card__poster-fill{display:block;background:#1a1a1a}.crafted-card:hover img,.crafted-card:hover .crafted-card__poster-fill{transform:scale(1.03)}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(36px,5vw,48px);height:clamp(36px,5vw,48px);background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--black);box-shadow:0 4px 16px #0000004d;pointer-events:none}.shopping-wrap,.shopping-track-wrap{position:relative}.shopping-slider-viewport{overflow:hidden}.shopping-nav{display:none;position:absolute;z-index:5;top:50%;width:40px;height:40px;border:0;border-radius:50%;background:var(--white);color:var(--black);align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;cursor:pointer;transition:background var(--transition),transform .15s ease,opacity var(--transition);transform:translateY(-50%)}.shopping-nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.shopping-nav--prev{left:8px}.shopping-nav--next{right:8px}.shopping-nav:hover:not(:disabled){transform:translateY(-50%) scale(1.05);background:#fee70c}.section-shopping{padding-block:clamp(32px,5vw,50px)}.pills{display:flex;flex-wrap:wrap;gap:clamp(10px,1.5vw,14px);justify-content:center}.pills a{display:inline-block;background:var(--black);color:var(--white);border-radius:var(--radius-pill);padding:clamp(8px,1.2vw,12px) clamp(18px,2.5vw,28px);text-decoration:none;font-size:clamp(14px,1.1vw,16px);font-weight:600;transition:background var(--transition),transform .15s ease}.pills a:hover{background:var(--gray-800);transform:translateY(-1px)}.reviews-wrap{position:relative}.reviews-track-wrap{position:relative;container-type:inline-size}.reviews-slider-viewport{overflow:hidden}@media(min-width:768px){.grid-reviews{display:flex;gap:var(--reviews-gap);transition:transform .45s ease;will-change:transform}.grid-reviews .review-card{flex:0 0 calc((100% - (var(--reviews-gap) * 3)) / 4);min-width:0}.reviews-nav{display:flex}}.reviews-nav{display:none;position:absolute;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:var(--white);color:var(--black);align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001f;cursor:pointer;transition:background var(--transition),transform .15s ease,opacity var(--transition);transform:translateY(-50%);top:calc((100cqw - 60px)/4*.425)}.reviews-nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.reviews-nav--prev{left:8px}.reviews-nav--next{right:8px}.reviews-nav:hover{transform:translateY(-50%) scale(1.05);background:#fee70c}.review-card{background:transparent;display:flex;flex-direction:column;height:100%}.review-card__img{aspect-ratio:1 / .85;overflow:hidden;border-radius:var(--radius-lg)}.review-card__img img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg)}.review-card__body{padding:clamp(12px,1.5vw,16px) 0 0;flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.stars{color:#ff8c00;font-size:12px;letter-spacing:2px;margin-bottom:8px}.review-card__body p{margin:0 0 8px;font-size:clamp(11px,1.15vw,13px);line-height:1.55;flex:1;color:#333}.review-card__body cite{font-style:normal;font-size:clamp(10px,1.05vw,12px);color:#101010;font-weight:500}@media(max-width:767px){.grid-reviews{display:flex;flex-wrap:nowrap;gap:12px;width:max-content;transition:transform .45s ease;will-change:transform}.reviews-track-wrap{margin-inline:calc(-1*clamp(16px,4vw,48px));padding-inline:clamp(16px,4vw,48px)}.reviews-nav{display:flex!important;top:calc((100cqw - (clamp(16px,4vw,48px)*2) - 56px)*.425)}.review-card{flex:0 0 calc(100vw - (clamp(16px,4vw,48px)*2) - 56px);width:calc(100vw - (clamp(16px,4vw,48px)*2) - 56px);flex-shrink:0}}.section-faq{background:var(--dark-3);color:var(--white);padding-block:clamp(40px,6vw,70px);position:relative;overflow:hidden}.section-faq:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(0,100,150,.15),transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(0,80,120,.1),transparent 50%);pointer-events:none}.section-faq>.container{position:relative;z-index:1}.section-faq .section-heading em{color:var(--yellow);font-style:normal}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px);max-width:960px;margin-inline:auto}.faq-col details{border-bottom:1px solid rgba(255,255,255,.15)}.faq-col summary{font-size:clamp(11px,1.2vw,13px);font-weight:500;padding:clamp(14px,2vw,18px) 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-col summary::-webkit-details-marker{display:none}.faq-col summary:after{content:"+";font-size:18px;font-weight:300;flex-shrink:0;transition:transform var(--transition)}.faq-col details[open] summary:after{content:"\2212"}.faq-col details p{margin:0 0 16px;font-size:clamp(14px,1.1vw,16px);color:var(--text-light);line-height:1.6;padding-right:24px}.benefit-card{background:var(--white);border-radius:var(--radius-md);padding:30px 15px;text-align:center;box-shadow:var(--shadow-sm)}.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;margin-bottom:48px}.benefit-icon svg{display:block;width:62px;height:62px}.benefit-card h3{margin:0 0 32px;font-size:24px;font-weight:600;line-height:1.3;color:var(--black)}.benefit-card p{margin:0;font-size:16px;font-weight:400;color:var(--gray-600);line-height:1.5}@media(max-width:767px){.benefit-card{padding:16px}.benefit-icon{margin-bottom:16px;width:48px;height:48px}.benefit-icon svg{width:48px;height:48px}.benefit-card h3{margin-bottom:16px;font-size:16px}.benefit-card p{font-size:14px}}.site-footer{background:var(--black);color:var(--white);padding-top:clamp(40px,6vw,60px)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:clamp(24px,4vw,48px);padding-bottom:clamp(32px,4vw,48px)}.footer-col h4{margin:0 0 clamp(14px,2vw,20px);font-size:clamp(12px,1.3vw,14px);font-weight:700;color:var(--white)}.footer-col p,.footer-col a,.footer-contact address{display:block;font-size:clamp(14px,1.1vw,14px);color:#bdbdbd;line-height:1.8;text-decoration:none;margin-bottom:4px}.footer-col a:hover{color:var(--white)}.footer-about p{line-height:1.7}.footer-contact-list{display:flex;flex-direction:column;gap:16px}.footer-contact-item{display:flex;align-items:center;gap:12px;margin:0;text-decoration:none}.footer-col .footer-contact-item{display:flex;margin-bottom:0}.footer-contact-text{flex:1;font-size:clamp(14px,1.1vw,14px);color:#bdbdbd;line-height:1.5}a.footer-contact-item .footer-contact-text{transition:color var(--transition)}a.footer-contact-item:hover .footer-contact-text{color:var(--white)}.footer-contact-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.footer-contact-icon svg{display:block;width:16px;height:16px}.social-links{display:flex;gap:10px;margin-top:16px}.social-links a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:var(--white);margin-bottom:0;transition:background var(--transition),border-color var(--transition)}.social-links a:hover{background:#ffffff1a;border-color:#fff6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:16px;text-align:center;background:#181515}.footer-bottom p{margin:0;font-size:clamp(9px,1vw,11px);color:#777}.float-actions{position:fixed;bottom:24px;right:24px;z-index:90;display:flex;flex-direction:column;align-items:center;gap:12px}.float-phone{display:flex;flex-shrink:0;transition:transform .15s ease;text-decoration:none}.float-phone:hover{transform:scale(1.08)}.float-phone svg{display:block;width:48px;height:48px}.float-whatsapp{position:static;width:56px;height:56px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 4px 20px #18d66a66;transition:transform .15s ease,box-shadow .15s ease;text-decoration:none}.float-whatsapp:hover{transform:scale(1.08);box-shadow:0 6px 28px #18d66a80}@media(min-width:1024px){.logo img{width:260px;height:48px}}@media(max-width:1023px){.grid-explore,.grid-trending{grid-template-columns:repeat(4,1fr);gap:14px}.grid-backlit{grid-template-columns:repeat(3,1fr)}.grid-crafted{grid-template-columns:repeat(4,1fr)}.talk-grid{gap:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-contact{grid-column:1 / -1}}@media(max-width:767px){:root{--header-h: 56px}.hide-mobile{display:none}.menu-toggle{display:flex;order:-1}.site-header{grid-template-columns:auto 1fr auto}.logo{justify-content:center}.logo img{width:clamp(140px,36vw,200px);height:auto;max-height:36px}.main-nav{position:fixed;top:calc(var(--topbar-h) + var(--header-h));left:0;right:0;background:var(--white);flex-direction:column;align-items:stretch;padding:16px 20px 24px;gap:0;border-bottom:1px solid rgba(0,0,0,.08);transform:translateY(-110%);opacity:0;visibility:hidden;transition:transform var(--transition),opacity var(--transition),visibility var(--transition);z-index:99;flex:unset;max-height:calc(100vh - var(--topbar-h) - var(--header-h));overflow-y:auto}.nav-item{border-bottom:1px solid rgba(0,0,0,.06)}.nav-link{width:100%;justify-content:space-between;padding:14px 0}.nav-dropdown{position:static;transform:none;box-shadow:none;border-radius:0;padding:0 0 12px 16px;opacity:1;visibility:visible;pointer-events:auto;display:none;min-width:0;background:transparent}.nav-item.has-dropdown.is-open .nav-dropdown{display:block;transform:none;opacity:1;visibility:visible}.nav-item.has-dropdown:hover .nav-dropdown{display:none;transform:none}.nav-item.has-dropdown.is-open:hover .nav-dropdown{display:block;transform:none}.nav-dropdown a{padding:10px 0;font-size:14px;color:#101010;white-space:normal}.topbar{gap:8px;padding:0 8px}.topbar-arrow{width:24px;height:24px}.topbar-slide{font-size:10px}body.nav-open .main-nav{transform:translateY(0);opacity:1;visibility:visible}body.nav-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}body.nav-open .menu-toggle span:nth-child(2){opacity:0}body.nav-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{min-height:clamp(380px,105vw,480px)}.hero-inner{padding-top:clamp(32px,8vw,48px)}.hero h1{font-size:clamp(28px,8vw,38px)}.hero-visual{width:130%;bottom:-10px}.grid-explore,.grid-trending,.grid-benefits{grid-template-columns:repeat(2,1fr);gap:12px}.grid-backlit{display:flex;gap:12px;width:max-content;transition:transform .45s ease;will-change:transform}.backlit-track-wrap{margin-inline:calc(-1*clamp(16px,4vw,48px));padding-inline:clamp(16px,4vw,48px);container-type:inline-size}.backlit-nav{display:flex;top:calc((100cqw - (clamp(16px,4vw,48px)*2) - 56px)*.51)}.shop-card{flex:0 0 calc(100vw - (clamp(16px,4vw,48px)*2) - 56px);width:calc(100vw - (clamp(16px,4vw,48px)*2) - 56px);flex-shrink:0}.trend-card__img{height:290px}.trend-card__label{padding:14px 12px;font-size:11px}.tabs{gap:8px;scroll-padding-inline:16px}.tab{padding:8px 14px;font-size:11px}.grid-crafted{display:flex;gap:12px;width:max-content;transition:transform .45s ease;will-change:transform}.crafted-track-wrap{margin-inline:calc(-1*clamp(16px,4vw,48px));padding-inline:clamp(16px,4vw,48px);container-type:inline-size}.crafted-nav{display:flex;top:calc((100cqw - (clamp(16px,4vw,48px)*2) - 56px)*.41)}.crafted-card{flex:0 0 calc(100vw - (clamp(16px,4vw,48px)*2) - 56px);width:calc(100vw - (clamp(16px,4vw,48px)*2) - 56px);flex-shrink:0}.section-talk-wrap .container{padding-inline:0}.section-talk{padding:36px 20px 40px;border-radius:0}.talk-heading{margin-bottom:36px;padding-inline:4px;font-size:clamp(20px,5.5vw,24px);font-weight:800;line-height:1.25}.talk-grid{display:flex;flex-direction:column;align-items:center;gap:36px}.talk-content{display:contents}.steps{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;margin-bottom:0;order:1}.step:nth-child(3){grid-column:auto}.step{flex-direction:column;align-items:center;text-align:center;gap:10px;width:100%}.step-num{font-size:clamp(52px,15vw,72px);line-height:1}.step-body h3{margin-bottom:8px;font-size:16px;font-weight:700}.step-body p{max-width:300px;margin-inline:auto;font-size:13px;line-height:1.55;color:#ffffffd9}.talk-visual{order:2;width:100%;border-radius:24px}.talk-visual img{min-height:auto;aspect-ratio:auto;border-radius:24px}.talk-content .btn-whatsapp{order:3;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:100%;padding:16px 28px;font-size:15px;font-weight:700;border-radius:var(--radius-pill)}.faq-grid{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px;text-align:left}.footer-contact,.footer-about{grid-column:1 / -1}.social-links{justify-content:flex-start}.pills{display:flex;flex-wrap:nowrap;gap:12px;width:max-content;transition:transform .45s ease;will-change:transform}.shopping-track-wrap{margin-inline:calc(-1*clamp(16px,4vw,48px));padding-inline:clamp(16px,4vw,48px);container-type:inline-size}.shopping-nav{display:flex}.pills a{flex:0 0 calc((100vw - (clamp(16px,4vw,48px)*2) - 68px)/2);width:calc((100vw - (clamp(16px,4vw,48px)*2) - 68px)/2);flex-shrink:0;display:block;text-align:center;padding:10px 16px}.float-actions{bottom:16px;right:16px;gap:10px}.float-phone svg{width:44px;height:44px}.float-whatsapp{width:50px;height:50px}.float-whatsapp svg{width:24px;height:24px}}@media(max-width:374px){.topbar-slide{font-size:9px}.hero h1{font-size:26px}.product-card span,.trend-card__label{font-size:9px}.shop-card h3{font-size:10px}}@media(min-width:1440px){.hero{min-height:clamp(820px,52vw,960px)}.hero-visual{top:0;bottom:auto;height:100%;object-fit:contain;object-position:top center}}.page-plp{background:var(--cream)}.section-plp-categories{padding:30px 0;background:url(product-list-hero-section.jpg) center / cover no-repeat;border-bottom:1px solid rgba(0,0,0,.06)}.plp-collection-title{margin:0 0 20px;font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--black)}.section-plp-categories .category-scroll{display:flex;gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.section-plp-categories .category-scroll::-webkit-scrollbar{display:none}@media(min-width:768px){.section-plp-categories .category-scroll{width:100%;max-width:100%;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;cursor:grab;scroll-snap-type:x proximity;scroll-padding-inline:4px}.section-plp-categories .category-scroll.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.section-plp-categories .category-scroll.is-dragging *{pointer-events:none}.section-plp-categories .category-chip{flex:0 0 calc((100% - 120px) / 7);width:calc((100% - 120px) / 7);min-width:calc((100% - 120px) / 7);max-width:calc((100% - 120px) / 7);gap:12px;scroll-snap-align:start}.section-plp-categories .category-chip__img{width:100%;max-width:154px;height:auto;aspect-ratio:1;margin-inline:auto}.section-plp-categories .category-chip__label{width:100%}}.category-scroll{display:flex;gap:clamp(14px,2vw,24px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.category-scroll::-webkit-scrollbar{display:none}.category-chip{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px;width:clamp(68px,10vw,84px);text-decoration:none;color:var(--black)}.category-chip__img{width:clamp(56px,8vw,72px);height:clamp(56px,8vw,72px);border-radius:50%;overflow:hidden;border:2px solid transparent;transition:border-color var(--transition)}.category-chip.active .category-chip__img,.category-chip:hover .category-chip__img{border-color:var(--yellow)}.category-chip__img img,.category-chip__img video{width:100%;height:100%;object-fit:cover}.category-chip__img video{display:block;pointer-events:none}button.category-chip{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit}.pm-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.pm-video-modal[hidden]{display:none}.pm-video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1}.pm-video-modal__dialog{position:relative;z-index:1;width:min(960px,calc(100vw - 40px));max-height:calc(100vh - 40px);display:flex;flex-direction:column;align-items:center}.pm-video-modal__close{position:absolute;top:-8px;right:-8px;z-index:2;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;padding:0;margin:0;border:0;border-radius:50%;aspect-ratio:1 / 1;flex:none;overflow:visible;appearance:none;-webkit-appearance:none;color:#111;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 4px 16px #00000040;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='%23111111' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px}.pm-video-modal__close svg{display:none}.pm-video-modal__close:hover,.pm-video-modal__close:focus{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='%23111111' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px;color:#111;border-color:transparent}.pm-video-modal__media{width:100%;overflow:visible;background:#000;border-radius:8px}.pm-video-modal__media video{display:block;width:100%;height:auto;max-width:100%;max-height:calc(100vh - 48px);object-fit:contain;vertical-align:middle}.pm-video-modal__media video::-webkit-media-controls{display:flex}html.pm-video-modal-open,html.pm-video-modal-open body{overflow:hidden}@media(max-width:767px){.pm-video-modal{padding:16px}.pm-video-modal__dialog{width:min(100%,calc(100vw - 32px));max-height:calc(100vh - 32px)}.pm-video-modal__close{top:-6px;right:-6px}.pm-video-modal__media video{max-height:calc(100vh - 40px)}}.category-chip__label{font-size:clamp(14px,1.1vw,16px);font-weight:500;text-align:center;line-height:1.3;color:var(--white)}.section-pdp-categories{background:var(--white)}.section-pdp-categories .category-chip__label{color:#000}.section-plp-wrap{background:var(--white)}.plp-toolbar-wrap{background:#f5f2eb;padding:14px 0}.plp-grid-wrap{background:var(--white);padding:clamp(20px,3vw,28px) 0 clamp(36px,4vw,48px)}.plp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:0;flex-wrap:wrap}.plp-toolbar__left{display:flex;align-items:center;gap:clamp(14px,2vw,24px)}.plp-filter-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #101010;background:var(--white);border-radius:8px;padding:9px 18px;font-size:clamp(12px,1.1vw,14px);font-weight:500;color:var(--black)}.plp-count{font-size:clamp(12px,1.1vw,14px);color:#666;font-weight:400}.plp-sort{display:inline-flex;align-items:center;gap:6px;font-size:clamp(12px,1.1vw,14px);color:var(--black);font-weight:400}.plp-sort select{border:0;background:transparent;padding:0 20px 0 4px;font-family:inherit;font-size:clamp(12px,1.1vw,14px);font-weight:400;color:var(--black);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23101010' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center}.grid-plp{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,24px)}.plp-card{display:flex;flex-direction:column;background:transparent;border-radius:0;overflow:visible;text-decoration:none;color:var(--black);box-shadow:none;transition:opacity var(--transition)}.plp-card:hover{transform:none;box-shadow:none;opacity:.92}.plp-card.is-appended{animation:pm-plp-fade-in .35s ease}@keyframes pm-plp-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.plp-card__img{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:20px;margin-bottom:12px}.plp-card__img img{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:transform .35s ease}.plp-card:hover .plp-card__img img{transform:scale(1.03)}.plp-card__hover-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:52px;height:52px;background:#fee70c;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:2}.plp-card:hover .plp-card__hover-icon{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.plp-card__body{padding:0}.plp-card__body h3{margin:0 0 8px;font-size:clamp(13px,1.2vw,16px);font-weight:700;line-height:1.35;color:#101010}.plp-card__price{margin:0 0 8px;font-size:clamp(12px,1.05vw,14px);color:#101010;font-weight:400}.plp-card__price strong{font-weight:600;color:#101010}.plp-card__price s{color:#999;margin-left:6px;font-size:.92em}.plp-card__rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.plp-card__stars{color:#ff8c00;font-size:11px;letter-spacing:2px;line-height:1}.plp-card__reviews{font-size:clamp(10px,1vw,12px);color:#999;font-weight:400}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:clamp(28px,4vw,40px);flex-wrap:wrap}.pagination__arrow,.pagination__num{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 8px;border-radius:var(--radius-sm);text-decoration:none;font-size:13px;font-weight:500;color:var(--gray-800);transition:background var(--transition),color var(--transition)}.pagination__arrow:hover,.pagination__num:hover{background:#0000000f}.pagination__num.active{background:var(--black);color:var(--white)}.pagination__dots{color:var(--gray-600);padding:0 4px}@media(max-width:1023px){.grid-plp{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.section-plp-categories .container{padding-inline:16px}.section-plp-categories .category-scroll,.category-scroll{margin-inline:-16px;padding-inline:16px}.section-plp-categories .category-chip{width:120px;gap:8px}.section-plp-categories .category-chip__img{width:114px;height:114px}.plp-toolbar-wrap{padding:12px 0}.plp-toolbar{flex-direction:row;align-items:center}.plp-toolbar__left,.plp-toolbar__right{justify-content:flex-start}.plp-sort select{max-width:140px}.grid-plp{grid-template-columns:repeat(2,1fr);gap:14px}.plp-card__img{border-radius:16px;margin-bottom:10px}.plp-card__img img{border-radius:16px}.plp-card__body h3{font-size:13px}}.page-pdp{background:var(--white)}.pdp-breadcrumbs{background:var(--white);padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.pdp-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0;list-style:none;font-size:clamp(11px,1.05vw,13px);color:#666}.pdp-breadcrumbs li:not(:last-child):after{content:">";margin-left:6px;color:#999}.pdp-breadcrumbs a{color:#666;text-decoration:none}.pdp-breadcrumbs a:hover{color:var(--black)}.pdp-breadcrumbs li[aria-current=page]{color:var(--black);font-weight:500}.section-pdp-main{padding:clamp(24px,4vw,40px) 0;background:var(--white)}.pdp-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,56px);align-items:start}.pdp-info{position:relative;min-width:0}.pdp-gallery{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:stretch}.pdp-thumbs{display:flex;flex-direction:column;gap:10px;grid-column:1;grid-row:1;height:0;min-height:100%;max-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.pdp-thumb{flex-shrink:0;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:none;transition:border-color var(--transition)}.pdp-thumb.active,.pdp-thumb:hover{border-color:var(--black)}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-main-image{position:relative;grid-column:2;grid-row:1;width:100%;aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;background:#f5f5f5}.pdp-main-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;display:block}.pdp-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000001f;transition:background .15s ease,transform .15s ease}.pdp-gallery-nav:hover{transform:translateY(-50%) scale(1.05);background:#fee70c}.pdp-gallery-nav--prev{left:12px}.pdp-gallery-nav--next{right:12px}body.pm-theme .pdp-gallery-nav,body.pm-theme .pdp-gallery-nav--prev,body.pm-theme .pdp-gallery-nav--next,body.pm-theme .backlit-nav,body.pm-theme .backlit-nav--prev,body.pm-theme .backlit-nav--next,body.pm-theme .crafted-nav,body.pm-theme .crafted-nav--prev,body.pm-theme .crafted-nav--next,body.pm-theme .shopping-nav,body.pm-theme .shopping-nav--prev,body.pm-theme .shopping-nav--next,body.pm-theme .reviews-nav,body.pm-theme .reviews-nav--prev,body.pm-theme .reviews-nav--next{width:40px!important;height:40px!important;min-width:40px;min-height:40px;padding:0;background:#fff!important}body.pm-theme .pdp-gallery-nav:hover,body.pm-theme .backlit-nav:hover:not(:disabled),body.pm-theme .crafted-nav:hover:not(:disabled),body.pm-theme .shopping-nav:hover:not(:disabled),body.pm-theme .reviews-nav:hover:not(:disabled){background:#fee70c!important}body.pm-theme .backlit-nav,body.pm-theme .crafted-nav,body.pm-theme .shopping-nav,body.pm-theme .reviews-nav,body.pm-theme .pdp-gallery-nav,body.pm-theme .topbar-arrow{color:#101010}body.pm-theme .backlit-nav svg,body.pm-theme .crafted-nav svg,body.pm-theme .shopping-nav svg,body.pm-theme .reviews-nav svg,body.pm-theme .pdp-gallery-nav svg{width:24px!important;height:24px!important;min-width:24px;min-height:24px;display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;max-width:none!important}body.pm-theme .topbar-arrow svg{width:8px!important;height:14px!important;display:block!important;visibility:visible!important;overflow:visible!important}body.pm-theme .backlit-nav svg path,body.pm-theme .crafted-nav svg path,body.pm-theme .shopping-nav svg path,body.pm-theme .reviews-nav svg path,body.pm-theme .pdp-gallery-nav svg path,body.pm-theme .topbar-arrow svg path,body.pm-theme .backlit-nav:hover svg path,body.pm-theme .crafted-nav:hover svg path,body.pm-theme .shopping-nav:hover svg path,body.pm-theme .reviews-nav:hover svg path,body.pm-theme .pdp-gallery-nav:hover svg path,body.pm-theme .topbar-arrow:hover svg path{stroke:#101010!important;fill:none!important;stroke-width:2!important}.pdp-title{margin:0 0 12px;font-size:clamp(22px,2.5vw,32px);font-weight:700;line-height:1.25;color:#101010}.pdp-price{margin:0 0 10px;font-size:clamp(16px,1.5vw,20px);color:#9e7946;font-weight:600}.pdp-price strong{font-weight:700;color:inherit}.pdp-price s{color:#999;margin-left:8px;font-size:.85em;font-weight:400}.pdp-price-note{margin:0 0 12px;font-size:13px;color:#666}.pdp-rating{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px}.pdp-stars{color:#ff8c00;font-size:14px;letter-spacing:2px}.pdp-rating-meta{font-size:clamp(11px,1.05vw,13px);color:#666}.pdp-rating-meta a{color:#666;text-decoration:underline}.pdp-rating-meta a:hover{color:var(--black)}.pdp-rating-sep{margin:0 6px;color:#ccc}.pdp-sold{display:inline-flex;align-items:center;gap:6px;color:#666}.pdp-sold-icon{font-size:13px;line-height:1}.pdp-options-box{margin-bottom:20px;padding:16px;background:#f8f8f8;border:1px solid #e8e8e8;border-radius:8px}.pdp-options-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}.pdp-option{margin-bottom:0}.pdp-option label{display:block;margin-bottom:8px;font-size:clamp(12px,1.1vw,14px);font-weight:700;color:#101010;line-height:1.4}.pdp-option-hint{font-size:11px;font-weight:400;color:#888}.pdp-option--size,.pm-variant-slot{min-width:0;width:100%}.pdp-option--qty{width:144px;min-width:144px}.pdp-option select,.pdp-option .pm-variant-select{width:100%;height:44px;min-height:44px;max-height:44px;padding:0 36px 0 14px;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:clamp(12px,1.1vw,14px);font-weight:400;line-height:42px;color:#101010;background-color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;box-shadow:none}.qty-stepper{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:stretch;width:100%;height:44px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.qty-btn{width:100%;height:44px;min-height:44px;padding:0;margin:0;border:0;border-radius:0;background:#fff;font-size:18px;font-weight:400;line-height:1;color:#101010;cursor:pointer;display:flex;align-items:center;justify-content:center;text-transform:none;letter-spacing:0;box-shadow:none;transition:background var(--transition)}.qty-btn:hover{background:#f5f5f5;color:#101010}.qty-stepper input{width:100%;min-width:0;height:44px;min-height:44px;max-height:44px;padding:0;margin:0;border:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-radius:0;background:#fff;text-align:center;font-family:inherit;font-size:14px;font-weight:500;color:#101010;line-height:44px;box-shadow:none;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-actions{display:flex;flex-direction:row;gap:12px;margin-bottom:20px;align-items:center}.pdp-actions .btn-add-cart,.pdp-actions .btn-buy-now,.pdp-actions .btn,.pdp-actions button{height:48px;min-height:48px;max-height:48px;padding-top:0;padding-bottom:0;line-height:48px}.pdp-actions .customized{flex:1;min-width:0;background:none;border:0;padding:0;box-shadow:none}.pdp-actions .customized .btn-buy-now,.pdp-actions .customized breeze-button,.pdp-actions .customized .product-form_breezeButton{display:block;width:100%;padding:0;background:none;border:0;box-shadow:none;overflow:hidden}.btn-add-cart{flex:1;width:auto;padding:14px 20px;border:0;border-radius:8px;background:#ffeb00;color:#101010;font-family:inherit;font-size:clamp(14px,1.2vw,16px);font-weight:700;cursor:pointer;transition:background var(--transition),transform .15s ease}.btn-add-cart:hover{background:#e6d400}.btn-buy-now{flex:1;width:auto;padding:14px 20px;border:0;border-radius:8px;background:#c64c00;color:var(--white);font-family:inherit;font-size:clamp(14px,1.2vw,16px);font-weight:700;cursor:pointer;transition:background var(--transition),transform .15s ease}.btn-buy-now:hover{background:#b04400}.pdp-offers{margin-top:4px}.pdp-offers__title{margin:0 0 12px;font-size:14px;font-weight:700;color:#101010}.pdp-offers-viewport{container-type:inline-size;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab}.pdp-offers-viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.pdp-offers-viewport.is-dragging .pdp-offer-card{pointer-events:none}.pdp-offers-viewport::-webkit-scrollbar{display:none}.pdp-offers__scroll{display:flex;gap:12px}.pdp-offer-card{flex:0 0 calc((100cqw - 24px)*.4);min-width:calc((100cqw - 24px)*.4);padding:12px 14px;background:#eef8f0;border:1px dashed #4caf50;border-radius:8px}.pdp-offer-card__text{margin:0 0 6px;font-size:12px;font-weight:500;color:#101010;line-height:1.4}.pdp-offer-card__code{margin:0;font-size:11px;color:#333}.pdp-offer-card__code strong{color:#2e7d32;font-weight:700}.pdp-promos{display:flex;flex-direction:column;gap:10px}.pdp-promo{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#e8f5e9;border-radius:10px;font-size:clamp(11px,1.05vw,13px);color:#2e7d32}.pdp-promo svg{flex-shrink:0;stroke:#2e7d32}.pdp-emi{margin-top:20px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.pdp-emi p{margin:0 0 10px;font-size:13px;color:#666}.pdp-emi-logos{display:flex;gap:12px}.pdp-emi-logos span{padding:6px 14px;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:12px;font-weight:600;color:var(--black)}.section-pdp-desc{padding:70px 0;background:#f4f4f4}.section-pdp-desc h2{margin:0 0 24px;font-size:clamp(18px,2vw,24px);font-weight:700;line-height:1.4}.section-pdp-desc h3{margin:24px 0 12px;font-size:clamp(15px,1.5vw,18px);font-weight:700}.section-pdp-desc p,.section-pdp-desc li{font-size:clamp(13px,1.15vw,15px);line-height:1.7;color:#444}.section-pdp-desc ul{margin:0 0 16px;padding-left:20px}.pdp-tabs-mobile{display:none}.section-related{padding:clamp(40px,6vw,56px) 0;background:var(--cream)}.section-related__title{margin:0 0 clamp(24px,4vw,36px);font-family:Inter;font-size:clamp(24px,3vw,36px);font-weight:700;text-align:center;color:#101010}.grid-related{grid-template-columns:repeat(4,1fr)}.hide-desktop{display:none}@media(max-width:1023px){.grid-related{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.page-pdp .container{padding-left:16px;padding-right:16px}.pdp-breadcrumbs{padding:10px 0}.section-pdp-main{padding:16px 0 24px}.pdp-layout{grid-template-columns:1fr;gap:16px}.pdp-gallery{display:flex;flex-direction:column;grid-template-columns:none;grid-template-rows:none;gap:12px;width:100%}.pdp-main-image{order:1;grid-column:auto;grid-row:auto;width:100%;min-height:240px;aspect-ratio:1 / 1;border-radius:12px}.pdp-thumbs{flex-direction:row;order:2;grid-column:auto;grid-row:auto;width:100%;height:auto;min-height:0;max-height:none;overflow-x:auto;overflow-y:hidden;gap:8px;padding-bottom:2px;scrollbar-width:none}.pdp-thumbs::-webkit-scrollbar{display:none}.pdp-thumb{flex-shrink:0;width:56px;height:56px;border-radius:8px}.pdp-title{margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}.pdp-price{margin-bottom:8px;font-size:16px}.pdp-rating{gap:6px;margin-bottom:14px}.pdp-stars{font-size:13px;letter-spacing:1px}.pdp-rating-meta{font-size:11px;line-height:1.4}.pdp-options-box{margin-bottom:14px;padding:14px;border-radius:8px}.pdp-options-row{grid-template-columns:1fr auto;gap:12px;align-items:end}.pdp-option label{margin-bottom:6px;font-size:12px}.pdp-option-hint{display:block;margin-top:2px;font-size:10px;line-height:1.35}.pdp-option select,.pdp-option .pm-variant-select{height:40px;min-height:40px;max-height:40px;padding:0 32px 0 12px;font-size:12px;line-height:38px;background-position:right 12px center}.pdp-option--qty{width:120px;min-width:120px}.pdp-option--qty .qty-stepper{width:100%;max-width:none;height:40px}.qty-btn{width:100%;height:40px;min-height:40px;font-size:16px}.qty-stepper input{height:40px;min-height:40px;max-height:40px;font-size:13px;line-height:40px}.pdp-actions{flex-direction:row;gap:10px;margin-bottom:16px}.pdp-actions .btn-add-cart,.pdp-actions .btn-buy-now,.btn-add-cart,.btn-buy-now{flex:1;width:auto;height:48px;min-height:48px;padding:0 10px;font-size:14px;line-height:48px}.pdp-offers{margin-top:0}.pdp-offers__title{margin-bottom:10px;font-size:13px}.pdp-offer-card{padding:10px 12px}.pdp-offer-card__text{font-size:11px}.pdp-offer-card__code{font-size:10px}.pdp-desc-desktop{display:none}.pdp-tabs-mobile{display:block;background:var(--cream)}.pdp-tabs__nav{display:flex;overflow-x:auto;scrollbar-width:none;background:#eeeade;border-bottom:1px solid rgba(0,0,0,.08)}.pdp-tabs__nav::-webkit-scrollbar{display:none}.pdp-tab{flex:1;min-width:max-content;padding:14px 16px;border:0;background:transparent;font-family:inherit;font-size:12px;font-weight:500;color:#666;cursor:pointer;white-space:nowrap;transition:background var(--transition),color var(--transition)}.pdp-tab.active{background:var(--white);color:var(--black);font-weight:600}.pdp-tabs__panels{padding:20px 16px 32px;background:#f4f4f4}.pdp-tab-panel{display:none;font-size:14px;line-height:1.7;color:#444}.pdp-tab-panel.active{display:block}.pdp-tab-panel h3{margin:16px 0 8px;font-size:15px;font-weight:700;color:var(--black)}.pdp-tab-panel ul{padding-left:18px;margin:0 0 12px}.section-related__title{font-size:22px}.grid-related{gap:12px}}@media(min-width:1024px){#trending .section-heading p{max-width:none;white-space:nowrap}.hero-visual{width:100%;max-width:100%;left:0;transform:none}}.page-customize{background:var(--white)}.page-customize .section-pdp-categories{position:relative;z-index:2;padding:26px 0;background:var(--white);border-bottom:0;box-shadow:0 2px 8px #0000002e}.page-customize .section-pdp-categories .category-chip{width:clamp(130px,14vw,150px);gap:10px}.page-customize .section-pdp-categories .category-chip__img{width:clamp(122px,12vw,138px);height:clamp(122px,12vw,138px)}.page-customize .section-pdp-categories .category-chip__label{display:block;width:100%;max-width:100%;min-width:0;font-size:clamp(12px,1.1vw,14px);font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.page-customize .category-scroll{width:100%;max-width:100%;gap:16px;overflow-x:auto;overflow-y:hidden;cursor:grab;scroll-snap-type:x proximity;scroll-padding-inline:4px}.page-customize .category-scroll.is-dragging{cursor:grabbing;scroll-snap-type:none}.page-customize .section-pdp-categories .category-chip{flex:0 0 calc((100% - 112px)/8);width:calc((100% - 112px)/8);min-width:calc((100% - 112px)/8);max-width:calc((100% - 112px)/8);gap:12px;scroll-snap-align:start}.page-customize .section-pdp-categories .category-chip__img{width:100%;max-width:154px;height:auto;aspect-ratio:1;margin-inline:auto}.page-customize .section-pdp-categories .category-chip__label{font-size:14px;width:100%}}.pdp-custom-field,.pdp-upload-field{margin-bottom:14px}.pdp-upload-field>label{display:block;margin-bottom:8px;font-size:clamp(12px,1.1vw,14px);font-weight:700;color:#101010}.pdp-file-input{display:flex;align-items:center;gap:12px;padding:6px 8px 6px 6px;border:1px solid #101010;border-radius:16px;background:var(--white)}.pdp-file-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:0;border-radius:999px;background:#101010;color:var(--white);font-size:clamp(12px,1.05vw,14px);font-weight:500;line-height:1.2;cursor:pointer;white-space:nowrap;transition:background var(--transition)}.pdp-file-btn:hover{background:#2a2a2a}.pdp-file-name{flex:1;display:flex;align-items:center;min-width:0;padding:0 4px 0 0;font-size:clamp(12px,1.05vw,14px);font-weight:400;color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdp-file-input.is-error{border-color:#c62828}.pdp-file-error{display:none;margin:8px 0 0;color:#c62828;font-size:13px;font-weight:500;line-height:1.3}.pdp-file-error.is-visible{display:block}.pdp-cta-row{display:flex;align-items:center;flex-wrap:nowrap;gap:10px;margin-bottom:12px}.pdp-cta-row .btn-add-cart,.pdp-cta-row .btn-buy-now,.pdp-cta-row .pdp-icon-btn,.pdp-cta-row .customized,.pdp-cta-row breeze-button,.pdp-cta-row .product-form_breezeButton{height:48px;min-height:48px;max-height:48px}.pdp-cta-row .btn-add-cart,.pdp-cta-row .btn-buy-now{flex:1;width:auto;min-width:0;padding:0 12px;line-height:48px}.pdp-cta-row .pdp-icon-btn{flex-shrink:0;width:48px;height:48px;min-height:48px;max-height:48px;padding:0}.pdp-custom-field label{display:block;margin-bottom:8px;font-size:clamp(12px,1.1vw,14px);font-weight:700;color:#101010}.pdp-custom-field input{width:100%;padding:12px 14px;border:1px solid rgba(0,0,0,.15);border-radius:8px;font-family:inherit;font-size:clamp(12px,1.1vw,14px);color:var(--black);background:var(--white)}.pdp-custom-field input::placeholder{color:#999}.pdp-variant-pills{display:flex;gap:10px;margin-bottom:14px}.pdp-variant-pill{flex:1;padding:10px 14px;border:1px solid rgba(0,0,0,.15);border-radius:999px;background:var(--white);font-family:inherit;font-size:12px;font-weight:600;color:#101010;cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition)}.pdp-variant-pill.active{background:#101010;border-color:#101010;color:var(--white)}.pdp-cta-group{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:10px 12px;margin-bottom:20px}.pdp-cta-group .pdp-actions{grid-column:1;grid-row:1;margin-bottom:0}.pdp-cta-group .pdp-action-icons{grid-column:2;grid-row:1;align-self:stretch;margin-bottom:0}.pdp-cta-group .btn-whatsapp-pdp{grid-column:1 / -1;grid-row:2;margin-bottom:0}.pdp-action-icons{display:flex;gap:8px}.pdp-icon-btn{width:48px;height:auto;min-height:48px;border:1px solid rgba(0,0,0,.15);border-radius:8px;background:var(--white);color:#101010;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition),border-color var(--transition);padding:0;flex:0 0 48px;position:relative;overflow:visible}.pdp-icon-btn .bls__product-icon{width:20px;height:20px;min-width:20px;min-height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:0}.pdp-icon-btn svg,.pdp-icon-btn .bls__product-icon svg{display:block;width:20px;height:20px;flex-shrink:0;overflow:visible;color:#101010}.pdp-icon-btn svg path,.pdp-icon-btn .bls__product-icon svg path{stroke:#101010;fill:none}.pdp-icon-btn .bls_tooltip-content{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pdp-icon-btn:hover{background:#f5f5f5}.btn-whatsapp-pdp{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;min-height:48px;max-height:48px;margin-bottom:20px;padding:0 20px;border:0;border-radius:8px;background:#25d366;color:var(--white);font-family:inherit;font-size:clamp(14px,1.2vw,16px);font-weight:700;text-decoration:none;cursor:pointer;transition:background var(--transition)}.page-customize .btn-whatsapp-pdp svg{flex-shrink:0}.btn-whatsapp-pdp:hover{background:#1fb855;color:var(--white)}.section-pdp-tabs-desktop{background:var(--white);padding-top:clamp(8px,1.5vw,16px)}.pdp-tabs-desktop__nav{display:flex;overflow-x:auto;scrollbar-width:none;background:#eeeade;border:1px solid rgba(0,0,0,.08);border-bottom:0;border-radius:8px 8px 0 0}.pdp-tabs-desktop__nav::-webkit-scrollbar{display:none}.pdp-tab-desktop{flex:0 0 auto;padding:16px clamp(16px,2vw,16px);border:0;background:transparent;font-family:inherit;font-size:clamp(12px,1.1vw,14px);font-weight:500;color:#666;cursor:pointer;white-space:nowrap;transition:background var(--transition),color var(--transition)}.pdp-tab-desktop.active{background:#f4f4f4;color:var(--black);font-weight:600}.pdp-tabs-desktop__panels{width:100%;padding:70px 0;background:#f4f4f4;border-top:1px solid rgba(0,0,0,.08)}.pdp-tab-panel-desktop{display:none;font-size:clamp(13px,1.15vw,15px);line-height:1.7;color:#444}.pdp-tab-panel-desktop.active{display:block}.pdp-tab-panel-desktop h2{margin:0 0 16px;font-size:clamp(18px,2vw,24px);font-weight:700;color:#101010}.pdp-tab-panel-desktop h3{margin:24px 0 12px;font-size:clamp(15px,1.5vw,18px);font-weight:700;color:#101010}.pdp-tab-panel-desktop ul{margin:0 0 16px;padding-left:20px}.pdp-tab-panel-desktop a{color:#101010;font-weight:600}@media(min-width:768px){.page-customize .pdp-cta-group .pdp-actions{width:auto}}@media(max-width:767px){.page-customize .pdp-cta-row{gap:8px;margin-bottom:10px}.page-customize .pdp-cta-row .btn-add-cart,.page-customize .pdp-cta-row .btn-buy-now{padding:0 8px;font-size:13px;height:48px;min-height:48px;line-height:48px}.page-customize .pdp-cta-row .pdp-icon-btn{width:48px;height:48px;min-height:48px}.page-customize .pdp-file-input{padding:5px 6px 5px 5px;border-radius:14px;gap:10px}.page-customize .pdp-file-btn{padding:9px 14px;font-size:12px}.page-customize .pdp-file-name{font-size:12px}.page-customize .pdp-upload-field>label{font-size:12px}.page-customize .section-pdp-categories{position:relative;z-index:2;padding:18px 0 22px;box-shadow:0 8px 22px #0000001a}.page-customize .section-pdp-categories .container{padding-left:12px;padding-right:12px}.page-customize .section-pdp-categories .category-chip{flex:0 0 66px;width:66px;min-width:66px;max-width:66px;gap:6px}.page-customize .section-pdp-categories .category-chip__img{width:66px;height:66px;max-width:66px;max-height:66px}.page-customize .section-pdp-categories .category-chip__label{font-size:11px;color:#000}.page-customize .pdp-options-row{grid-template-columns:1fr auto;gap:12px}.page-customize .pdp-option--qty .qty-stepper{max-width:140px}.page-customize .btn-whatsapp-pdp{margin-bottom:16px;font-size:14px}}.pdp-upload-field .pm-bcpo-wrap{margin-top:0}body.pm-theme .page-customize .pm-bcpo-source,body.pm-theme .page-customize #bcpo,body.pm-theme .page-customize .pdp-info>#bcpo{position:absolute!important;left:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none}body.pm-theme .page-customize .pdp-file-input{position:relative}body.pm-theme .page-customize .pdp-file-input input[type=file].pm-bcpo-file-overlay{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;opacity:0!important;cursor:pointer;z-index:2;font-size:16px;pointer-events:auto!important}body.pm-theme .page-customize .pm-upload-fallback{display:block!important}body.pm-theme .page-customize #bcpo .bcpo-option:nth-child(n+2),body.pm-theme .page-customize #bcpo .bcpo-file:nth-of-type(n+2),body.pm-theme .page-customize #bcpo .bcpo-field:nth-of-type(n+2){display:none!important}body.pm-theme{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--cream, #eeeade);overflow-x:clip}body.pm-theme .bls-wrapper{background:transparent;overflow:visible!important}body.pm-theme .site-header{position:sticky!important;top:0!important;z-index:300}body.pm-theme #MainContent{padding-top:0}body.pm-theme:not(.template-index):not(.template-collection):not(.template-product) #MainContent{min-height:40vh}body.pm-theme .header-actions{display:flex;align-items:center;gap:4px}body.pm-theme .pm-header-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--black, #0a0a0a);text-decoration:none}body.pm-theme .pm-cart-slot .bls__header_minicart{line-height:1}body.pm-theme .pm-cart-slot .header_minicart>a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;background:transparent;color:var(--black, #0a0a0a);position:relative;text-decoration:none}body.pm-theme .pm-cart-slot .header_minicart>a svg{width:20px;height:20px}body.pm-theme .pm-cart-slot .bls_tooltip-content-bottom{display:none}body.pm-theme .pm-cart-slot .cart-count,body.pm-theme .pm-cart-slot .h-count{position:absolute;top:2px;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--yellow, #ffd900);color:var(--black, #0a0a0a);font-size:10px;font-weight:700;line-height:16px;text-align:center}body.pm-theme .pm-cart-slot header-total-price{display:none}body.pm-theme .float-actions{z-index:90}body.pm-theme.template-index #MainContent{padding:0;margin:0;max-width:none}body.pm-theme.template-index .content-for-layout{padding:0}body.pm-theme .pm-section+.pm-section{margin-top:0}body.pm-theme.template-collection #MainContent,body.pm-theme.template-collection.page-plp{padding:0;margin:0;max-width:none}body.pm-theme.template-collection .content-for-layout{padding:0}body.pm-theme.template-collection #MainContent .shopify-section,body.pm-theme.template-collection #MainContent .shopify-section.section{padding-top:0;padding-bottom:0;padding-block:0}body.pm-theme .collection-filter .plp-filter-btn{text-decoration:none;color:inherit}body.pm-theme .pm-collection-empty{padding:48px 0;text-align:center;color:var(--gray-800, #333)}body.pm-theme .pm-load-more-wrap{display:flex;justify-content:center;margin-top:clamp(28px,4vw,40px)}body.pm-theme .plp-card__reviews-app .jdgm-prev-badge,body.pm-theme .plp-card__reviews-app .jdgm-widget{display:inline-flex;align-items:center;gap:6px}body.pm-theme .pagination__arrow--disabled{opacity:.35;pointer-events:none}body.pm-theme #CollectionSidebar .collection-sidebar{font-family:Inter,sans-serif}body.pm-theme #CollectionSidebar.active .bls__overlay,body.pm-theme .bls__overlay.active{z-index:120}body.pm-theme #CollectionSidebar.active .collection-sidebar{z-index:130}body.pm-theme.template-product #MainContent,body.pm-theme.template-product.page-pdp{padding:0;margin:0;max-width:none}body.pm-theme.template-product .content-for-layout{padding:0}body.pm-theme .pm-variant-slot{flex:1;min-width:0}body.pm-theme .pm-variant-slot fieldset{border:0;margin:0;padding:0}body.pm-theme .pm-variant-dropdown .bls__color-dropdown-action{width:100%;padding:12px 14px;border:1px solid rgba(0,0,0,.15);border-radius:8px;background:var(--white);font-family:inherit;font-size:clamp(12px,1.1vw,14px);cursor:pointer}body.pm-theme .pdp-price .bls__price,body.pm-theme .pdp-price .price{color:#9e7946;font-weight:600}body.pm-theme .pdp-price .compare-price,body.pm-theme .pdp-price s{color:#999}body.pm-theme .pdp-rating-app .jdgm-prev-badge{display:inline-flex;align-items:center;gap:6px}body.pm-theme .pm-app-block{margin-bottom:16px}body.pm-theme .pm-custom-text{margin-top:16px;font-size:13px;color:#444}body.pm-theme .customized breeze-button,body.pm-theme .customized .product-form_breezeButton{display:block;width:100%;max-width:100%}body.pm-theme .pdp-cta-row .customized breeze-button,body.pm-theme .pdp-cta-row .customized .product-form_breezeButton{min-width:0}body.pm-theme #reviews{scroll-margin-top:120px}body.pm-theme .grid.grid-plp,body.pm-theme .grid.grid-related{display:grid}body.pm-theme .pm-variant-slot:not(:has(select)){display:none}body.pm-theme .pdp-options-row:not(:has(.pdp-option--size)){grid-template-columns:auto;justify-content:start}body.pm-theme .pdp-options-box .pm-variant-select,body.pm-theme .pdp-options-box .pdp-option select{width:100%;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 36px 0 14px!important;border:1px solid #e0e0e0!important;border-radius:8px!important;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23888888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;color:#101010!important;box-shadow:none!important}body.pm-theme .pdp-options-box .qty-stepper{display:grid!important;grid-template-columns:1fr 1fr 1fr;height:44px;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important}body.pm-theme .pdp-options-box .qty-btn,body.pm-theme .pdp-options-box .qty-btn:hover,body.pm-theme .pdp-options-box .qty-btn:focus,body.pm-theme .pdp-options-box .qty-btn:active{width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;background-color:#fff!important;color:#101010!important;font-size:18px!important;font-weight:400!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important}body.pm-theme .pdp-options-box .qty-btn:hover{background:#f5f5f5!important;background-color:#f5f5f5!important}body.pm-theme .pdp-options-box .qty-stepper input,body.pm-theme .pdp-options-box .qty-stepper input[type=number]{width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0!important;border:0!important;border-left:1px solid #e0e0e0!important;border-right:1px solid #e0e0e0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}body.pm-theme .pdp-actions .customized{flex:1 1 0;min-width:0;width:auto;max-width:none;background:none!important;background-color:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}body.pm-theme .pdp-actions .customized breeze-button,body.pm-theme .pdp-actions .customized .product-form_breezeButton,body.pm-theme .pdp-actions .customized .btn-buy-now{display:block!important;width:100%!important;max-width:100%;height:48px!important;min-height:48px!important;max-height:48px!important;padding:0!important;margin:0!important;background:none!important;background-color:transparent!important;border:0!important;box-shadow:none!important;overflow:hidden}body.pm-theme .pdp-actions .customized button,body.pm-theme .pdp-actions .customized .btn-buy-now button,body.pm-theme .pdp-actions breeze-button button{width:100%!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:0 16px!important;margin:0!important;border:0!important;border-radius:8px!important;background:#c64c00!important;background-color:#c64c00!important;color:#fff!important;box-shadow:none!important;line-height:48px!important}body.pm-theme .pdp-actions .customized button:hover,body.pm-theme .pdp-actions .customized .btn-buy-now button:hover,body.pm-theme .pdp-actions breeze-button button:hover{background:#b04400!important;background-color:#b04400!important;color:#fff!important}body.pm-theme .pdp-icon-btn .bls__product-icon{width:20px!important;height:20px!important;min-width:20px;min-height:20px;background:transparent!important;border:0!important;box-shadow:none!important}body.pm-theme .pdp-icon-btn svg,body.pm-theme .pdp-icon-btn .bls__product-icon svg{display:block!important;width:20px!important;height:20px!important;visibility:visible!important;opacity:1!important}body.pm-theme .pdp-icon-btn svg path{stroke:#101010!important;fill:none!important}body.pm-theme .pdp-cta-row .btn-add-cart,body.pm-theme .pdp-actions .btn-add-cart,body.pm-theme .pdp-cta-row .btn-add-cart:hover,body.pm-theme .pdp-actions .btn-add-cart:hover,body.pm-theme .pdp-cta-row .btn-add-cart:disabled,body.pm-theme .pdp-actions .btn-add-cart:disabled,body.pm-theme .pdp-cta-row .btn-add-cart.btn-loading,body.pm-theme .pdp-actions .btn-add-cart.btn-loading{background:#ffeb00!important;background-color:#ffeb00!important;color:#101010!important;border-color:#ffeb00!important;opacity:1!important}body.pm-theme .pdp-cta-row .btn-add-cart,body.pm-theme .pdp-actions .btn-add-cart{position:relative;--loader-width: 18px;--loader-height: 18px}body.pm-theme .pdp-cta-row .btn-add-cart .hidden-loading,body.pm-theme .pdp-actions .btn-add-cart .hidden-loading{display:inline!important}body.pm-theme .pdp-cta-row .btn-add-cart.btn-loading .hidden-loading,body.pm-theme .pdp-actions .btn-add-cart.btn-loading .hidden-loading{opacity:0!important}body.pm-theme .pdp-cta-row .btn-add-cart .loader-icon,body.pm-theme .pdp-actions .btn-add-cart .loader-icon{display:inline-block;opacity:0;pointer-events:none}body.pm-theme .pdp-cta-row .btn-add-cart.btn-loading .loader-icon,body.pm-theme .pdp-actions .btn-add-cart.btn-loading .loader-icon{display:inline-block!important;opacity:1!important;border-color:#1010102e;border-top-color:#101010}body.pm-theme .pdp-cta-row .btn-add-cart,body.pm-theme .pdp-cta-row .btn-buy-now,body.pm-theme .pdp-cta-row .product-form__submit,body.pm-theme .pdp-cta-row .customized,body.pm-theme .pdp-cta-row breeze-button,body.pm-theme .pdp-cta-row .product-form_breezeButton,body.pm-theme .pdp-cta-row .pdp-icon-btn,body.pm-theme .pdp-actions .btn-add-cart,body.pm-theme .pdp-actions .btn-buy-now,body.pm-theme .pdp-actions .btn,body.pm-theme .pdp-actions button,body.pm-theme .pdp-actions .product-form__submit{height:48px!important;min-height:48px!important;max-height:48px!important;padding-top:0!important;padding-bottom:0!important;line-height:48px!important}body.pm-theme .pdp-cta-row .pdp-icon-btn .bls__product-icon,body.pm-theme .pdp-cta-row .bls__product-action-btn-js .bls__product-icon{min-height:20px!important;min-width:20px!important;height:20px!important;width:20px!important}body.pm-theme.template-collection .section-collection-product>.container,body.pm-theme.template-collection .section-collection-product>.container-fluid,body.pm-theme.template-collection .section-collection-product .section-full{max-width:none;width:100%;padding-left:0;padding-right:0}body.pm-theme.template-collection .section-collection-product .row{display:block;margin:0;--bs-gutter-x: 0}body.pm-theme.template-collection .section-collection-product .flex-1{width:100%;max-width:100%;flex:none}body.pm-theme.template-collection #bls__product-grid,body.pm-theme.template-collection #bls__product-grid.grid-plp,body.pm-theme .grid.grid-plp{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:clamp(16px,2vw,24px)!important;margin:0!important;padding:0!important;width:100%!important;float:none!important}body.pm-theme.template-collection #bls__product-grid .bls__grid__item{width:auto!important;max-width:none!important;padding:0!important;flex:none!important;float:none!important}body.pm-theme a.plp-card,body.pm-theme .plp-card{display:flex!important;flex-direction:column!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;text-decoration:none!important;color:#101010!important;height:auto!important;margin:0!important;padding:0!important}body.pm-theme .plp-card:hover{transform:none!important;box-shadow:none!important;opacity:.92}body.pm-theme .plp-card__img{position:relative!important;aspect-ratio:1 / 1!important;overflow:hidden!important;border-radius:20px!important;margin:0 0 12px!important;height:auto!important;width:100%!important;background:#f5f2eb}body.pm-theme .plp-card__img img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;border-radius:20px!important;display:block!important}body.pm-theme .plp-card__body{padding:0!important}body.pm-theme .plp-card__body h3{margin:0 0 8px!important;font-size:clamp(13px,1.2vw,16px)!important;font-weight:700!important;line-height:1.35!important;color:#101010!important;font-family:Inter,sans-serif!important}body.pm-theme .plp-card__price{margin:0 0 8px!important;font-size:clamp(12px,1.05vw,14px)!important;color:#101010!important;font-weight:400!important}body.pm-theme .plp-card__price strong{font-weight:600!important;color:#101010!important}body.pm-theme .plp-card__price s{color:#999!important;margin-left:6px!important;font-size:.92em!important}body.pm-theme .plp-card__rating{display:flex!important;align-items:center!important;gap:8px!important}body.pm-theme .plp-card__stars{color:#ff8c00!important;font-size:11px!important;letter-spacing:2px!important;line-height:1!important}body.pm-theme .plp-card__reviews{font-size:clamp(10px,1vw,12px)!important;color:#999!important;font-weight:400!important}@media(max-width:1023px){body.pm-theme.template-collection #bls__product-grid,body.pm-theme.template-collection #bls__product-grid.grid-plp,body.pm-theme .grid.grid-plp{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:767px){body.pm-theme.template-collection #bls__product-grid,body.pm-theme.template-collection #bls__product-grid.grid-plp,body.pm-theme .grid.grid-plp{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}body.pm-theme .plp-card__img,body.pm-theme .plp-card__img img{border-radius:16px!important}body.pm-theme .plp-card__body h3{font-size:13px!important}body.pm-theme .pdp-options-box .pm-variant-select,body.pm-theme .pdp-options-box .pdp-option select{height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 32px 0 12px!important;line-height:38px!important;background-position:right 12px center!important}body.pm-theme .pdp-options-box .qty-stepper{height:40px}body.pm-theme .pdp-options-box .qty-btn,body.pm-theme .pdp-options-box .qty-btn:hover,body.pm-theme .pdp-options-box .qty-btn:focus,body.pm-theme .pdp-options-box .qty-btn:active,body.pm-theme .pdp-options-box .qty-stepper input,body.pm-theme .pdp-options-box .qty-stepper input[type=number]{height:40px!important;min-height:40px!important;max-height:40px!important}}body.pm-theme .pdp-tabs-desktop__nav .container{display:flex;overflow-x:auto;width:100%;scrollbar-width:none}body.pm-theme .pdp-tabs-desktop__nav .container::-webkit-scrollbar{display:none}body.pm-theme .section-pdp-desc .rte,body.pm-theme .pm-product-desc-content,body.pm-theme .pdp-tab-panel-desktop .rte,body.pm-theme .pdp-tab-panel .rte{font-size:inherit;line-height:inherit;color:inherit}body.pm-theme .section-pdp-desc .rte h2,body.pm-theme .pm-product-desc-content h2{margin:0 0 24px;font-size:clamp(18px,2vw,24px);font-weight:700;line-height:1.4}body.pm-theme .section-pdp-desc .rte h3,body.pm-theme .pm-product-desc-content h3{margin:24px 0 12px;font-size:clamp(15px,1.5vw,18px);font-weight:700}body.pm-theme .section-pdp-desc .rte p,body.pm-theme .section-pdp-desc .rte li,body.pm-theme .pm-product-desc-content p,body.pm-theme .pm-product-desc-content li{font-size:clamp(13px,1.15vw,15px);line-height:1.7;color:#444}body.pm-theme .section-pdp-desc .rte ul,body.pm-theme .pm-product-desc-content ul{margin:0 0 16px;padding-left:20px}body.pm-theme .section-pdp-desc .rte img,body.pm-theme .pm-product-desc-content img{max-width:100%;height:auto}body.pm-theme.template-collection .toolbar.toolbar-products{display:none!important}body.pm-theme .plp-filter-btn{cursor:pointer}body.pm-theme .plp-filter-btn__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:4px;border-radius:999px;background:#101010;color:#fff;font-size:11px;font-weight:600}body.pm-theme .pm-plp-filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10101073;z-index:200;display:none}body.pm-theme .pm-plp-filters{position:fixed;top:0;left:0;width:min(420px,100%);max-width:100vw;height:100%;background:#fff;z-index:210;display:none;flex-direction:column;box-shadow:8px 0 32px #0000001f;box-sizing:border-box}body.pm-theme .pm-plp-filters-overlay.is-open,body.pm-theme.pm-filters-open .pm-plp-filters-overlay{display:block}body.pm-theme .pm-plp-filters.is-open{display:flex}body.pm-theme .pm-plp-filters__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(0,0,0,.08)}body.pm-theme .pm-plp-filters__header h2{margin:0;font-size:18px;font-weight:700}body.pm-theme .pm-plp-filters__close{width:36px;height:36px;min-width:36px;padding:0!important;margin:0;display:inline-flex!important;align-items:center;justify-content:center;border:0!important;border-radius:8px;background:transparent!important;background-color:transparent!important;color:#101010!important;box-shadow:none!important;cursor:pointer}body.pm-theme .pm-plp-filters__close:hover,body.pm-theme .pm-plp-filters__close:focus,body.pm-theme .pm-plp-filters__close:active{background:#f4f4f4!important;background-color:#f4f4f4!important;color:#101010!important}body.pm-theme .pm-plp-filters__close svg{display:block!important;width:18px!important;height:18px!important;min-width:18px;min-height:18px;overflow:visible!important;visibility:visible!important;opacity:1!important}body.pm-theme .pm-plp-filters__close svg path,body.pm-theme .pm-plp-filters__close:hover svg path{fill:none!important;stroke:#101010!important;stroke-width:2;stroke-linecap:round}body.pm-theme .pm-plp-filters__form{display:flex;flex-direction:column;flex:1;overflow:auto;overflow-x:hidden;padding:8px 20px 24px;min-width:0}body.pm-theme .pm-plp-filters__empty{margin:24px 0;color:#666;font-size:14px}body.pm-theme .pm-plp-filter-group{border-bottom:1px solid rgba(0,0,0,.08);padding:12px 0}body.pm-theme .pm-plp-filter-group summary{cursor:pointer;font-size:15px;font-weight:700;list-style:none}body.pm-theme .pm-plp-filter-group summary::-webkit-details-marker{display:none}body.pm-theme .pm-plp-filter-group__body{display:flex;flex-direction:column;gap:10px;padding:12px 0 4px}body.pm-theme .pm-plp-filter-check{display:flex;align-items:center;gap:8px;font-size:14px;color:#101010}body.pm-theme .pm-plp-filter-check em{margin-left:auto;font-style:normal;color:#999;font-size:12px}body.pm-theme .pm-plp-filter-check.is-disabled{opacity:.4}body.pm-theme .pm-plp-filter-price{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;min-width:0}body.pm-theme .pm-plp-filter-price label{display:flex;flex-direction:column;gap:6px;min-width:0;width:100%;font-size:12px;color:#666}body.pm-theme .pm-plp-filter-price input,body.pm-theme .pm-plp-filter-price input[type=number]{width:100%!important;max-width:100%!important;min-width:0!important;height:40px!important;padding:0 10px!important;box-sizing:border-box;border:1px solid #101010;border-radius:8px;font-family:inherit;font-size:14px}body.pm-theme .pm-plp-filters__actions{display:flex;gap:10px;margin-top:auto;padding-top:16px}body.pm-theme .pm-plp-filters__clear,body.pm-theme .pm-plp-filters__apply{flex:1;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none}body.pm-theme .pm-plp-filters__clear{border:1px solid #101010;color:#101010;background:#fff}body.pm-theme .pm-plp-filters__apply{border:0;background:#fee70c;color:#101010;cursor:pointer}body.pm-theme.pm-filters-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/48/assets/printed-man.css.map */
