#el-product{background:#fffdf8;color:#281f0c}.el-product__wrapper{display:flex;align-items:flex-start;gap:64px}.el-product__media-wrapper,.el-product__information{width:calc(50% - 32px)}.el-product__information{min-width:0}.el-product-info{display:block}.el-product__block{margin-bottom:var(--margin-bottom, 20px)}.el-product-rating{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.el-star-rating{display:flex;align-items:center;gap:4px;color:#ee9d00}.el-star-rating svg{display:block;width:18px;height:18px}.el-product-rating__text{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.el-product-rating__text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.el-product-title{margin:0;color:var(--text-primary);font-family:"FONTSPRING DEMO - Recoleta Alt SemiBold";font-size:44px;font-style:normal;font-weight:600;line-height:110%;text-wrap:balance}.el-product-vendor{color:#8b6518;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.el-product-price{display:flex;align-items:center;gap:12px}.el-product-price__compare{color:#281f0c8c}.el-product-usp{display:grid;grid-template-columns:repeat(var(--usp-columns, 2),minmax(0,1fr));column-gap:38px;row-gap:24px}.el-product-usp__item{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px}.el-product-usp__icon,.el-product-usp__icon svg{display:block;width:28px;height:28px}.el-product-usp__title{margin:0 0 8px;text-transform:uppercase}.el-product-usp__text,.el-product-usp__text p{margin:0;line-height:1.45}.el-vintage-details__heading{margin:0 0 12px;color:#f2a614;text-transform:uppercase}.el-vintage-details__list{margin:0}.el-vintage-details__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,48%);align-items:center;gap:24px;min-height:43px;padding:9px 0;border-bottom:1px dashed rgba(40,31,12,.16)}.el-vintage-details__row dt,.el-vintage-details__row dd{margin:0}.el-vintage-details__row dd{font-weight:600;text-align:right}.el-product-condition__header{display:flex;justify-content:space-between;gap:24px;margin-bottom:27px}.el-product-condition__header strong{text-align:right;font-weight:600}.el-product-condition__bars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.el-product-condition__bar{display:block;height:2px;background:#281f0c38}.el-product-condition__bar.is-active{background:var(--color-primary)}.el-product-popup-group{display:flex;gap:var(--popup-gap, 16px);width:100%}.el-product-popup-button{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 16px;border:1px solid rgba(37,30,10,.5);border-radius:4px;background:#fff7e9;cursor:pointer;font-family:inherit;text-align:center;text-transform:uppercase;transition:background-color .18s ease,transform .18s ease}.el-product-popup-button:hover{background:#f8ead2}.el-product-popup-button:active{transform:translateY(1px)}.el-product-popup-button__icon{display:block;width:12px;height:12px;object-fit:contain}.el-product-popup[hidden]{display:none}.el-product-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px}.el-product-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#18140c80;cursor:pointer}.el-product-popup__dialog{position:relative;z-index:1;width:min(100%,672px);max-height:min(88vh,760px);overflow-y:auto;padding:30px;border-radius:12px;background:#fff;box-shadow:0 20px 70px #0000002e;outline:none}.el-product-popup__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:15px;border-bottom:1px dashed rgba(37,30,10,.5)}.el-product-popup__title{margin:0;color:var(--text-primary);font-family:"FONTSPRING DEMO - Recoleta Alt SemiBold";font-size:32px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.96px}.el-product-popup__close{position:relative;flex:0 0 38px;width:38px;height:38px;padding:0;border:1px solid #453a1b;box-shadow:1px 1px 0 0 var(--color-primary);border-radius:50%;background:#f8f1e2;cursor:pointer}.el-product-popup__close:before,.el-product-popup__close:after{content:"";position:absolute;top:50%;left:50%;width:13px;height:1px;background:#281f0c}.el-product-popup__close:before{transform:translate(-50%,-50%) rotate(45deg)}.el-product-popup__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.el-product-popup__body{padding-top:24px}.el-product-popup__table-heading,.el-product-popup__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,auto);align-items:center;gap:20px}.el-product-popup__table-heading{min-height:40px;padding:9px 12px;border-radius:4px;background:var(--color-primary);color:#fff;margin:0 0 10px}.el-product-popup__table-heading strong,.el-product-popup__row strong{text-align:right}.el-product-popup__row{min-height:40px;padding:5px 12px;border-bottom:1px dashed rgba(40,31,12,.2)}.el-product-popup__row:last-child{border-bottom:0}.el-product-popup__measurement-table .el-product-popup__row:last-child{border-bottom:1px dashed rgba(40,31,12,.2)}.el-product-popup__measurement-tables+.el-product-popup__note{margin-top:24px}.el-product-popup__row.is-highlighted{background:#fff5df}.el-product-popup__measurement-tables,.el-product-popup__measurement-table{display:grid;gap:18px}.el-product-popup__measurement-table+.el-product-popup__measurement-table{padding-top:4px}.el-product-popup__group-title{margin:0}.el-product-popup__highlight-suffix{white-space:nowrap}.el-product-popup__note{margin-top:17px;padding:16px;border:1px solid #5a4722;border-radius:4px;background:#f8ecdb}.el-product-popup__note>*:first-child{margin-top:0}.el-product-popup__note>*:last-child{margin-bottom:0}.el-product-popup__note p{letter-spacing:-.32px}.el-product-popup__empty-state{margin:0;padding:16px;border:1px dashed rgba(40,31,12,.28);border-radius:4px}.el-form-atc{display:block}.el-form-atc__button{position:relative;display:flex;align-items:center;justify-content:center;width:calc(100% - 3px);min-height:80px;padding:16px 28px;border:2px solid var(--color-primary);border-radius:999px;background:#f5a90d;color:#151515;box-shadow:3px 3px 0 0 var(--color-primary);cursor:pointer;font-family:inherit;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.el-form-atc__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:6px 6px 0 0 var(--color-primary)}.el-form-atc__button:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #17203e}.el-form-atc__button:disabled{cursor:not-allowed;opacity:.55}.el-form-atc__loader{display:none;width:20px;height:20px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:el-atc-spin .65s linear infinite}.el-form-atc.is-loading [data-el-atc-label]{display:none}.el-form-atc.is-loading .el-form-atc__loader{display:block}.el-form-atc__status{min-height:0;margin:10px 0 0;text-align:center}.el-form-atc__status:empty{display:none}.el-form-atc__status.is-error{color:#a02222}.el-product-delivery,.el-product-free-shipping{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.el-product-delivery strong{font-weight:600}.el-product-delivery__dot{position:relative;flex:0 0 10px;width:10px;height:10px;border-radius:50%;background:#2fa055}.el-product-delivery__dot:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid rgba(40,164,92,.45);border-radius:inherit;animation:el-delivery-pulse 1.8s ease-out infinite}.el-product-free-shipping__icon{display:block;flex:0 0 auto;width:14px;height:14px;object-fit:contain}.el-product-payment-methods{display:flex;justify-content:center}.el-product-payment-methods__image{display:block;width:min(100%,var(--payment-width, 380px));height:auto}body.el-product-popup-is-open{overflow:hidden}@keyframes el-delivery-pulse{0%{transform:scale(.55);opacity:.8}75%,to{transform:scale(1.45);opacity:0}}@keyframes el-atc-spin{to{transform:rotate(360deg)}}.el-product-accordion{display:block;overflow:hidden;border:1px solid rgba(37,30,10,.5);border-radius:6px;background:transparent;transition:background-color .32s ease}.el-product-accordion.is-open{background:#f7ecdd}.el-product-accordion__trigger{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:72px;padding:16px;border:0;background:transparent;color:inherit;cursor:pointer;font-family:inherit;text-align:left}.el-product-accordion__heading{text-transform:uppercase}.el-product-accordion__icon{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#f1ecdf;transition:background .32s ease}.el-product-accordion.is-open .el-product-accordion__icon{background:#fffdf8}.el-product-accordion__icon:before,.el-product-accordion__icon:after{content:"";position:absolute;top:50%;left:50%;display:block;background:var(--color-primary);transform:translate(-50%,-50%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.el-product-accordion__icon:before{width:10px;height:2px}.el-product-accordion__icon:after{width:2px;height:10px}.el-product-accordion.is-open .el-product-accordion__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.el-product-accordion__content{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .42s cubic-bezier(.22,1,.36,1),opacity .26s ease,visibility 0s linear .42s}.el-product-accordion.is-open .el-product-accordion__content{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .42s cubic-bezier(.22,1,.36,1),opacity .3s ease,visibility 0s linear 0s}.el-product-accordion__content-clip{min-height:0;overflow:hidden}.el-product-accordion__body{padding:0 16px 16px}.el-product-accordion__item+.el-product-accordion__item{margin-top:16px}.el-product-accordion__prefix{display:inline;font-weight:600}.el-product-accordion__prefix+.el-product-accordion__text{display:inline}.el-product-accordion__text{margin:0}.el-product-guarantee{position:relative;display:flex;align-items:center;padding:18px calc(var(--guarantee-image-width) + 60px) 18px 20px;border-radius:4px;background:var(--guarantee-background);color:var(--guarantee-text-color);filter:drop-shadow(1px 0 0 var(--guarantee-border-color)) drop-shadow(-1px 0 0 var(--guarantee-border-color)) drop-shadow(0 1px 0 var(--guarantee-border-color)) drop-shadow(0 -1px 0 var(--guarantee-border-color))}.el-product-guarantee__content{position:relative;z-index:1;min-width:0}.el-product-guarantee__title{margin-bottom:11px;text-transform:uppercase}.el-product-guarantee__text{line-height:1.35}.el-product-guarantee__image-wrapper{position:absolute;z-index:2;top:50%;right:48px;width:var(--guarantee-image-width);transform:translateY(-50%);pointer-events:none}.el-product-guarantee__image{display:block;width:100%;height:auto}@media(max-width:1350px){.el-product__wrapper{gap:36px}.el-product-guarantee__image-wrapper{right:6px}.el-product-guarantee{padding:18px calc(var(--guarantee-image-width) + 7px) 18px 20px}}@media(max-width:991px){.el-product__wrapper{flex-direction:column;gap:24px}.el-product__media-wrapper,.el-product__information{width:100%}.el-product__block{margin-bottom:var(--margin-bottom-mobile, 20px)}.el-product-rating{gap:8px}.el-star-rating{gap:3px}.el-star-rating svg{display:block;width:15px;height:15px}.el-product-title{font-size:32px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.96px}.el-product-usp{column-gap:22px;padding-bottom:var(--margin-bottom-mobile);border-bottom:rgba(37,30,10,.5) dashed 1px}.el-product-accordion__trigger{min-height:60px;padding:14px 16px}.el-product-accordion__icon{width:24px;height:24px;flex:0 0 24px}.el-product-accordion__icon:after{height:8px}.el-product-accordion__icon:before{width:8px}.el-product-accordion__body{padding:0 16px 16px}.el-product-guarantee{padding:16px calc(var(--guarantee-image-width-mobile) + 15px) 16px 16px}.el-product-guarantee__title{margin-bottom:8px}.el-product-guarantee__image-wrapper{width:var(--guarantee-image-width-mobile)}.el-product-info{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:20px;align-items:center}el-product-info>*{grid-column:1 / -1}el-product-info>.el-product-vendor{grid-column:1;justify-self:start;align-self:center}el-product-info>.el-product-price{grid-column:2;justify-self:end;align-self:center;text-align:right}el-product-info>.el-product-vendor,el-product-info>.el-product-price{margin-bottom:25px}.el-product-popup-group{gap:calc(var(--popup-gap) / 2 - 2px)}.el-product-popup__title{font-size:32px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.96px}.el-product-delivery,.el-product-free-shipping{justify-content:flex-start}}@media(max-width:768px){.el-product-usp{grid-template-columns:1fr;gap:24px}.el-vintage-details__row{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:14px;min-height:38px}.el-product-popup{align-items:end;padding:0}.el-product-popup__dialog{width:100%;max-height:92vh;padding:40px 16px 26px;border-radius:12px 12px 0 0}.el-product-popup__table-heading,.el-product-popup__row{min-height:38px}.el-product-popup__close{width:28px;height:28px;flex:0 0 28px}.el-product-popup__table-heading{margin:0 0 12px}.el-product-popup__note{margin:12px 0 0}.el-product-popup__measurement-tables+.el-product-popup__note{margin-top:24px}.el-product-popup__measurement-table .el-product-popup__table-heading{min-height:48px}.el-product-popup__header{padding-bottom:21px}.el-product-popup__table-heading,.el-product-popup__row{grid-template-columns:minmax(0,1fr) minmax(90px,auto);gap:12px}.el-product-condition__header{margin:0 0 12px}.el-product-delivery__dot{width:6px;height:6px;flex:0 0 6px}.el-product-payment-methods{justify-content:flex-start}.el-product-payment-methods__image{width:calc(var(--payment-width) / 1.25)}.el-form-atc__button{min-height:60px}.el-product-popup-button{padding:10px;gap:6px}}@media(prefers-reduced-motion:reduce){.el-product-delivery__dot:before,.el-form-atc__loader{animation:none}.el-product-popup-button,.el-form-atc__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/el-product.css.map */
