.stroble-hero{position:relative;width:100%;height:576px;overflow:hidden;background:var(--stroble-color-bg-alt)}.stroble-hero__slider{position:relative;width:100%;height:100%}.stroble-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 600ms ease;pointer-events:none}.stroble-hero__slide.is-active{opacity:1;pointer-events:auto;z-index:2}.stroble-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.stroble-hero__content{position:relative;height:100%;display:flex;align-items:flex-end;padding-bottom:40px;padding-left:80px;z-index:3}.stroble-hero__glass{background:rgb(255 255 255 / .7);border:1px solid rgb(255 255 255 / .4);border-radius:16px;box-shadow:var(--stroble-shadow-glass);padding:50px;max-width:600px}.stroble-hero__pretitle{margin:0 0 8px;font-family:var(--stroble-font-body);font-size:14px;font-weight:var(--stroble-fw-regular);line-height:21px;color:var(--stroble-color-text-light);text-transform:uppercase;letter-spacing:.05em}.stroble-hero__title{margin:0 0 16px;font-family:var(--stroble-font-display);font-size:60px;font-weight:var(--stroble-fw-medium);line-height:1;color:var(--stroble-color-brown-dark);text-transform:capitalize}.stroble-hero__subtitle{margin:0 0 32px;font-family:var(--stroble-font-body);font-size:16px;font-weight:var(--stroble-fw-regular);line-height:24px;color:var(--stroble-color-text);max-width:500px}.stroble-hero__button{display:inline-block;padding:10px 30px;font-family:var(--stroble-font-body);font-size:16px;font-weight:var(--stroble-fw-medium);line-height:24px;color:var(--stroble-color-text-near);background:#fff0;border:2px solid var(--stroble-color-text-near);border-radius:0;text-decoration:none;text-transform:capitalize;transition:all var(--stroble-transition-base)}.stroble-hero__button:hover{background:var(--stroble-color-text-near);color:#FFF}.stroble-hero__dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}.stroble-hero__dot{width:10px;height:10px;padding:0;background:rgb(255 255 255 / .5);border:1px solid #FFF;border-radius:50%;cursor:pointer;transition:background var(--stroble-transition-fast)}.stroble-hero__dot.is-active{background:#FFF}.stroble-hero__pgpo{position:absolute;bottom:24px;right:40px;z-index:4;background:#fff0;padding:0;border-radius:0;box-shadow:none}.stroble-hero__pgpo img{width:100px;height:100px;display:block;border-radius:0;object-fit:contain}.stroble-hero__pgpo-text{display:none}.stroble-bento{padding:60px 0}.stroble-bento__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 260px;gap:50px;max-width:1200px;margin:0 auto}.stroble-bento__item{position:relative;display:block;overflow:hidden;background:var(--stroble-color-bg-alt);text-decoration:none;transition:transform var(--stroble-transition-base)}.stroble-bento__item:hover{transform:scale(1.01)}.stroble-bento__item:hover .stroble-bento__image{transform:scale(1.05)}.stroble-bento__item--big{grid-column:1;grid-row:1 / span 2}.stroble-bento__item--top-left{grid-column:2;grid-row:1}.stroble-bento__item--top-right{display:none}.stroble-bento__item--bottom{grid-column:2;grid-row:2}.stroble-bento__grid--three-col{grid-template-columns:1fr 1fr 1fr}.stroble-bento__grid--three-col .stroble-bento__item--big{grid-column:1;grid-row:1 / span 2}.stroble-bento__grid--three-col .stroble-bento__item--top-left{grid-column:2;grid-row:1}.stroble-bento__grid--three-col .stroble-bento__item--top-right{grid-column:3;grid-row:1;display:block}.stroble-bento__grid--three-col .stroble-bento__item--bottom{grid-column:2 / span 2;grid-row:2}.stroble-bento__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 800ms cubic-bezier(.25,.1,.25,1)}.stroble-bento__label{position:absolute;left:24px;right:24px;bottom:24px;display:inline-block;max-width:max-content;padding:12px 24px;background:rgb(0 0 0 / .85);color:#FFF;font-family:var(--stroble-font-body);font-size:16px;font-weight:var(--stroble-fw-medium);letter-spacing:.02em;text-transform:uppercase}.stroble-featured{padding:60px 0 80px}.stroble-featured__header{text-align:center;margin-bottom:50px}.stroble-featured__title{margin:0 0 8px;font-family:var(--stroble-font-display);font-size:50px;font-weight:var(--stroble-fw-semibold);line-height:50px;color:var(--stroble-color-black)}.stroble-featured__subtitle{margin:0;font-family:var(--stroble-font-body);font-size:16px;font-weight:var(--stroble-fw-regular);line-height:24px;color:var(--stroble-color-brown)}.stroble-featured__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;max-width:1200px;margin:0 auto}.stroble-product-card{display:flex;flex-direction:column;background:#fff;transition:transform 0.3s ease}.stroble-product-card:hover{transform:translateY(-2px)}.stroble-product-card__image-link{display:block;overflow:hidden;margin:0 0 18px;background:var(--stroble-color-bg-alt)}.stroble-product-card__image{display:block;width:100%;height:auto;aspect-ratio:237 / 300;object-fit:cover;transition:transform 0.4s ease}.stroble-product-card:hover .stroble-product-card__image{transform:scale(1.04)}.stroble-product-card__body{display:flex;flex-direction:column;flex:1}.stroble-product-card__cats{margin:0 0 6px;font-family:Poppins,sans-serif;font-size:13px;line-height:19px;font-weight:300;color:#393D46}.stroble-product-card__brand{color:#393D46;margin-right:4px}.stroble-product-card__cat-link{color:#6D6A6A;text-decoration:none;transition:color 0.2s ease}.stroble-product-card__cat-link:hover{color:#B38271}.stroble-product-card__title{margin:0 0 14px;font-family:Poppins,sans-serif;font-size:15px;line-height:20px;font-weight:500;color:#393D46;flex:1 1 auto;min-height:40px}.stroble-product-card__title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.stroble-product-card__title a:hover{color:#B38271}.stroble-product-card__colors{margin:0 0 12px;font-family:Poppins,sans-serif;font-size:13px;line-height:19.5px;font-weight:300}.stroble-product-card__colors-label{color:#878D9D;margin-right:4px}.stroble-product-card__colors-count{color:#5E6573}.stroble-product-card__price{margin:0 0 16px;font-family:Poppins,sans-serif}.stroble-product-card__price .woocommerce-Price-amount,.stroble-product-card__price .amount{font-size:17px;line-height:25.5px;font-weight:600;color:#292C32}.stroble-product-card__price .woocommerce-Price-currencySymbol{font-size:14px;font-weight:600;margin-left:4px}.stroble-product-card__price del,.stroble-product-card__price del .amount{color:#878D9D;font-weight:400;margin-right:6px}.stroble-product-card__price ins{background:#fff0;text-decoration:none}.stroble-product-card__button{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;padding:10px 20px;background:var(--stroble-color-brown);border:0;border-radius:4px;font-family:Poppins,sans-serif;font-size:15px;line-height:20px;font-weight:400;color:#fff;text-decoration:none;text-align:center;transition:background 0.2s ease}.stroble-product-card__button:hover{background:var(--stroble-color-brown-dark);color:#fff}.stroble-featured__cta{margin-top:60px;text-align:center}.stroble-btn--dark{background:var(--stroble-color-text-near);color:#FFF;border:2px solid var(--stroble-color-text-near);padding:14px 36px;font-family:var(--stroble-font-body);font-size:14px;font-weight:var(--stroble-fw-semibold);letter-spacing:.05em;text-transform:uppercase;border-radius:0;text-decoration:none;display:inline-block;transition:all var(--stroble-transition-base)}.stroble-btn--dark:hover{background:#fff0;color:var(--stroble-color-text-near)}@media (max-width:1366px){.stroble-hero__title{font-size:48px}.stroble-featured__title{font-size:42px;line-height:1.1}}@media (max-width:1024px){.stroble-hero{height:480px}.stroble-hero__title{font-size:38px}.stroble-hero__glass{padding:32px;max-width:500px}.stroble-hero__content{padding-left:40px}.stroble-bento__grid{gap:24px;grid-template-rows:200px 200px}.stroble-featured__grid{grid-template-columns:repeat(2,1fr);gap:32px}.stroble-featured__title{font-size:36px;line-height:1.1}}@media (max-width:768px){.stroble-hero{height:420px}.stroble-hero__title{font-size:28px}.stroble-hero__glass{padding:24px}.stroble-hero__content{padding-left:16px;padding-right:16px;padding-bottom:24px}.stroble-hero__pgpo{right:16px;bottom:16px}.stroble-hero__pgpo img{width:70px;height:70px}.stroble-bento__grid,.stroble-bento__grid--three-col{grid-template-columns:1fr;grid-template-rows:repeat(4,220px);gap:16px}.stroble-bento__grid .stroble-bento__item--big,.stroble-bento__grid--three-col .stroble-bento__item--big{grid-column:1;grid-row:1}.stroble-bento__grid .stroble-bento__item--top-left,.stroble-bento__grid--three-col .stroble-bento__item--top-left{grid-column:1;grid-row:2}.stroble-bento__grid--three-col .stroble-bento__item--top-right{grid-column:1;grid-row:3;display:block}.stroble-bento__grid .stroble-bento__item--bottom,.stroble-bento__grid--three-col .stroble-bento__item--bottom{grid-column:1;grid-row:4}.stroble-featured{padding:40px 0 60px}.stroble-featured__title{font-size:28px}}@media (max-width:480px){.stroble-hero__title{font-size:24px}.stroble-featured__grid{grid-template-columns:1fr;gap:24px}}.stroble-product-card__image-link{position:relative}.stroble-product-badge--new{position:absolute;top:12px;left:12px;z-index:5;background:#151515;color:#FFF;font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:5px 10px;border-radius:4px;line-height:1;pointer-events:none}