.es-pdp__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media screen and (min-width:750px){.es-pdp__grid{grid-template-columns:1fr 1fr;gap:40px}}.es-pdp__gallery,.es-pdp__info{min-width:0}.es-pdp__gallery{position:relative}.es-pdp__gallery-notice{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#f0ede6;border-radius:8px;margin-top:16px;font-size:1.3rem;line-height:1.5;color:#463b33}.es-pdp__gallery-notice-icon{flex-shrink:0;color:#6b6259;margin-top:1px}.es-pdp__gallery-notice-text p{margin:0}.es-pdp__info-inner{display:flex;flex-direction:column}.es-pdp__info-sticky{position:sticky;top:24px}@media screen and (max-width:749px){.es-pdp__info-sticky{position:static}}.es-pdp__title-row{margin-bottom:8px}.es-pdp__title{font-family:var(--font-heading-family);font-size:clamp(2.2rem,2.5vw,3rem);font-weight:700;letter-spacing:-.02em;color:#463b33;margin:0;line-height:1.2;flex:1}.es-pdp__review-badge{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:6px;color:#8c8478;font-size:1.25rem;transition:opacity .15s ease}.es-pdp__review-badge:hover{opacity:.75}.es-pdp__review-badge:empty{display:none}.es-pdp__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.es-pdp__price{margin-bottom:0}.es-pdp__price .price--large .price-item{font-size:2.4rem;font-weight:700}.es-pdp__price .price__sale .price-item--regular{font-size:1.6rem;color:#999}.es-pdp__simulated-variants{margin-bottom:16px;padding:16px 20px;background:var(--es-pdp-component-bg, #F5F2EC);border-radius:12px}.es-pdp__simulated-variants-pills{display:flex;flex-wrap:wrap;gap:8px}.es-pdp__simulated-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border:1.5px solid #D8D0C2;border-radius:40px;font-size:1.3rem;font-weight:600;color:#463b33;background:#fff;cursor:pointer;transition:all .2s ease;line-height:1;min-height:36px;-webkit-user-select:none;user-select:none;text-decoration:none}.es-pdp__simulated-pill:hover{border-color:#3d6b3d;color:#463b33;text-decoration:none}.es-pdp__simulated-pill--active{background:var(--es-pdp-pill-active-bg, #2D4A2D);color:#fff;border-color:var(--es-pdp-pill-active-border, #2D4A2D);cursor:default}.es-pdp__simulated-pill--active:hover{color:#fff}.es-pdp__section-heading{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;color:#463b33;margin:0 0 12px;border:none;padding:0}.es-pdp__variants{margin-bottom:16px;padding:16px 20px;background:var(--es-pdp-component-bg, #F5F2EC);border-radius:12px}.es-pdp__pill-fieldset{display:flex;flex-wrap:wrap;gap:8px;border:none;padding:0;margin:0}.es-pdp__pill-fieldset input[type=radio]{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.es-pdp__pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border:1.5px solid #D8D0C2;border-radius:40px;font-size:1.3rem;font-weight:600;color:#463b33;background:#fff;cursor:pointer;transition:all .2s ease;line-height:1;min-height:36px;-webkit-user-select:none;user-select:none}.es-pdp__pill:hover{border-color:#3d6b3d}.es-pdp__pill-fieldset input[type=radio]:checked+.es-pdp__pill{background:var(--es-pdp-pill-active-bg, #2D4A2D);color:#fff;border-color:var(--es-pdp-pill-active-border, #2D4A2D)}.es-pdp__pill--unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.es-pdp__pill-fieldset input[type=radio]:focus-visible+.es-pdp__pill{outline:2px solid #2D4A2D;outline-offset:2px}.es-pdp__upsell{margin-bottom:16px;padding:16px 20px;background:var(--es-pdp-component-bg, #F5F2EC);border-radius:12px}.es-pdp__upsell-thumb-title{display:none}.es-pdp__upsell-scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.es-pdp__upsell-scroll::-webkit-scrollbar{display:none}.es-pdp__upsell-thumb{flex:0 0 auto;width:88px;border:2px solid #E0DCD4;border-radius:10px;padding:6px;background:#fff;cursor:pointer;position:relative;text-align:center;scroll-snap-align:start;transition:border-color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;gap:2px}.es-pdp__upsell-thumb:hover{border-color:#3d6b3d}.es-pdp__upsell-thumb--active{border-color:#2d4a2d;box-shadow:0 0 0 1px #2d4a2d}.es-pdp__upsell-thumb-price{font-size:1.1rem;font-weight:700;color:#463b33;line-height:1}.es-pdp__upsell-thumb-price sup{font-size:.7em}.es-pdp__upsell-thumb-img{width:56px;height:56px;object-fit:contain;flex-shrink:0}.es-pdp__upsell-thumb-img--placeholder{background:#f0ede6;border-radius:4px}.es-pdp__upsell-checkbox{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #D4D0C8;border-radius:50%;background:#fff;color:transparent;flex-shrink:0;transition:border-color .2s ease,background .2s ease,color .2s ease}.es-pdp__upsell-checkbox .es-pdp__icon-check{display:block}.es-pdp__upsell-thumb:hover .es-pdp__upsell-checkbox{border-color:#2d4a2d}.es-pdp__upsell-thumb--active .es-pdp__upsell-checkbox{border-color:#2d4a2d;background:#2d4a2d;color:#fff}.es-pdp__upsell-scroll-track{height:4px;background:#d8d0c266;border-radius:4px;margin-top:8px;position:relative;overflow:hidden}.es-pdp__upsell-scroll-thumb{height:100%;background:#2d4a2d;border-radius:4px;position:absolute;top:0;left:0;min-width:30px;transition:left .1s ease}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-scroll{flex-direction:column;overflow-x:visible;scroll-snap-type:none;gap:8px;padding-bottom:0}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-thumb{flex:0 0 auto;width:100%;flex-direction:row;align-items:center;gap:12px;padding:10px 12px;text-align:left;scroll-snap-align:none}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-thumb-img{width:48px;height:48px;flex-shrink:0;border-radius:6px}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-thumb-title{display:block;flex:1;font-size:1.3rem;color:#463b33;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-thumb-price{flex-shrink:0;font-size:1.3rem;order:4}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-checkbox{order:5}.es-pdp__upsell[data-upsell-view=list] .es-pdp__upsell-scroll-track{display:none}.es-pdp__delivery-date{margin-bottom:16px;padding:16px 20px;background:var(--es-pdp-component-bg, #F5F2EC);border-radius:12px}.es-pdp__delivery-date .es-pdp__section-heading{margin-bottom:4px}.es-pdp__delivery-date-description{font-size:1.3rem;line-height:1.5;color:#7a7164;margin:0 0 10px}.es-pdp__delivery-date-wrapper{position:relative;display:flex;align-items:center}.es-pdp__delivery-date-select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;border:2px solid #E0DCD4;border-radius:8px;padding:10px 40px 10px 14px;font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:#463b33;cursor:pointer;transition:border-color .15s ease}.es-pdp__delivery-date-select:hover{border-color:#3d6b3d}.es-pdp__delivery-date-select:focus{outline:none;border-color:#2d4a2d;box-shadow:0 0 0 1px #2d4a2d}.es-pdp__delivery-date-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#463b33;display:flex;align-items:center}.es-pdp__total-card{background:var(--es-pdp-component-bg, #F5F2EC);border-radius:12px;padding:16px 20px;margin-bottom:16px}.es-pdp__total-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:12px}.es-pdp__total-label{font-size:1.4rem;font-weight:600;color:#463b33}.es-pdp__total-prices{display:flex;align-items:center;gap:8px;margin-left:auto}.es-pdp__total-compare{font-size:1.3rem;color:#999;text-decoration:line-through}.es-pdp__total-amount{font-size:1.8rem;font-weight:700;color:#463b33}.es-pdp__total-amount--sale{color:#c84b2f}.es-pdp__total-chevron{background:none;border:none;cursor:pointer;padding:4px;color:#2d4a2d;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.es-pdp__total-chevron[aria-expanded=true]{transform:rotate(180deg)}.es-pdp__total-breakdown{padding:12px 0 4px;border-top:1px solid rgba(216,208,194,.5);margin-top:12px}.es-pdp__breakdown-row{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;color:#6b6259;padding:4px 0}.es-pdp__total-actions{display:flex;align-items:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(216,208,194,.5)}.es-pdp__qty{display:flex;align-items:center;border:1.5px solid #D8D0C2;border-radius:40px;overflow:hidden;background:#fff;flex-shrink:0}.es-pdp__qty-btn{width:36px;height:36px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#463b33;transition:background .15s ease;padding:0}.es-pdp__qty-btn:hover{background:#f0ede6}.es-pdp__qty-btn>*{pointer-events:none}.es-pdp__qty-btn .svg-wrapper{display:flex;align-items:center;justify-content:center}.es-pdp__qty-btn .svg-wrapper svg{width:12px;height:12px}.es-pdp__qty-input{width:32px;text-align:center;border:none;font-size:1.3rem;font-weight:600;color:#463b33;background:transparent;padding:0;-moz-appearance:textfield}.es-pdp__qty-input::-webkit-outer-spin-button,.es-pdp__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.es-pdp__product-form{flex:1;min-width:0}.es-pdp__product-form .form{display:flex}.es-pdp__atc-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 24px;background:var(--es-pdp-atc-bg, #2D4A2D);color:var(--es-pdp-atc-text, #FAFAF7);border:none;border-radius:40px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background .2s ease,filter .2s ease;position:relative;white-space:nowrap}.es-pdp__atc-btn:hover{filter:brightness(1.15)}.es-pdp__atc-btn:disabled{background:#b0b0a8;cursor:not-allowed}.es-pdp__atc-btn .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.es-pdp__atc-btn .loading__spinner svg{width:20px;height:20px}.es-pdp__atc-btn-icon{display:flex;align-items:center}.es-pdp__product-form .product-form__error-message-wrapper{margin-bottom:8px}.es-pdp__quote-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:transparent;color:#463b33;border:1.5px solid #DDD8CE;border-radius:10px;font-size:1.35rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:10px;text-decoration:none;box-sizing:border-box}.es-pdp__quote-btn:hover{background:#f8f6f2;border-color:#b5ada1;color:#463b33}.es-pdp__quote-btn svg{flex-shrink:0;color:#8c8478}.es-pdp__usps{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:6px}.es-pdp__usp{display:flex;align-items:center;gap:10px;font-size:1.3rem;color:#463b33;line-height:1.3}.es-pdp__usp-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.es-pdp__usp-dot{width:10px;height:10px;background:#2d4a2d;border-radius:50%;display:block}.es-pdp__usp-text strong{font-weight:700}.es-pdp__stock-indicator{display:flex;align-items:center;gap:6px;font-size:1.2rem;font-weight:600;line-height:1;flex-shrink:0;white-space:nowrap}.es-pdp__stock-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.es-pdp__stock-icon--in-stock{color:#2d7a3a}.es-pdp__stock-icon--out-of-stock{color:#c0392b}.es-pdp__stock-text{color:#6b6259}.es-pdp__specs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.es-pdp__spec{display:inline-flex;align-items:center;gap:4px;background:#f5f3ef;color:#6b6259;font-size:1.05rem;font-weight:500;padding:3px 8px;border-radius:20px;line-height:1.3;white-space:nowrap}.es-pdp__spec svg{flex-shrink:0}.es-pdp__favorite-btn{position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffffeb;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;color:#6b6259;transition:transform .2s ease,background-color .2s ease,color .2s ease;padding:0}.es-pdp__favorite-btn:hover{transform:scale(1.1);background:#fff;color:#463b33}.es-pdp__favorite-btn .es-pdp__favorite-icon--filled{display:none}.es-pdp__favorite-btn.is-favorited{color:var(--color-terracotta, #C84B2F);background:var(--color-terracotta-light, #F5E8E4)}.es-pdp__favorite-btn.is-favorited .es-pdp__favorite-icon--outline{display:none}.es-pdp__favorite-btn.is-favorited .es-pdp__favorite-icon--filled{display:block}.es-pdp__favorite-btn:focus-visible{outline:2px solid var(--color-green-dark, #2D4A2D);outline-offset:2px}.es-pdp__favorite-tooltip{position:absolute;top:50%;right:calc(100% + 8px);transform:translateY(-50%);background:#463b33;color:#fff;font-size:1.1rem;font-weight:500;line-height:1;padding:6px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease}.es-pdp__favorite-tooltip:after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);border:5px solid transparent;border-left-color:#463b33}.es-pdp__favorite-btn:hover .es-pdp__favorite-tooltip,.es-pdp__favorite-btn:focus-visible .es-pdp__favorite-tooltip{opacity:1}@media screen and (max-width:749px){.es-pdp__title,.es-pdp__price .price--large .price-item{font-size:2rem}.es-pdp__price .price__sale .price-item--regular{font-size:1.4rem}.es-pdp__section-heading,.es-pdp__simulated-pill,.es-pdp__pill,.es-pdp__usp,.es-pdp__delivery-date-description{font-size:1.2rem}.es-pdp__delivery-date-select,.es-pdp__total-label{font-size:1.3rem}.es-pdp__total-amount{font-size:1.6rem}.es-pdp__simulated-variants,.es-pdp__variants,.es-pdp__upsell,.es-pdp__delivery-date,.es-pdp__total-card{padding:14px 16px;border-radius:10px}.es-pdp__atc-btn{font-size:1.2rem;height:42px;padding:0 16px}.es-pdp__favorite-btn{width:36px;height:36px;top:10px;right:10px}.es-pdp__upsell-thumb{width:80px}.es-pdp__upsell-thumb-img{width:48px;height:48px}}.es-pdp__breadcrumb{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;font-size:1.3rem;color:#1c1c1a8c;padding:16px 0 12px}@media screen and (min-width:750px){.es-pdp__breadcrumb{padding:0 0 20px}}.es-pdp__breadcrumb a{display:inline-flex;align-items:center;color:#1c1c1a8c;text-decoration:none;transition:color .2s ease;white-space:nowrap;flex-shrink:0}.es-pdp__breadcrumb a:hover{color:var(--color-brown-dark, #1C1C1A)}.es-pdp__breadcrumb svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.es-pdp__breadcrumb-separator{color:#1c1c1a4d;font-size:1.1rem;-webkit-user-select:none;user-select:none;flex-shrink:0}a.es-pdp__breadcrumb-collection{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;min-width:60px}.es-pdp__breadcrumb-current{color:#1c1c1abf;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}
/*# sourceMappingURL=/cdn/shop/t/18/assets/es-pdp.css.map */
