.product-showcase{padding:24px 0 32px;background:#f6f7f2}.product-showcase__container{max-width:900px;margin:0 auto;padding:0 12px}.product-showcase__trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 12px;margin-bottom:12px;text-align:center}.product-showcase__trust-item{display:flex;align-items:center;gap:4px;font-size:13px;color:#6e7d73}.product-showcase__stars{color:#c9a24d;letter-spacing:1px}.product-showcase__title{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:500;color:#1c1e1d;text-align:center;margin:0 0 4px}.product-showcase__subtitle{font-size:14px;color:#6e7d73;text-align:center;margin:0 0 16px}.product-showcase__grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 600px){.product-showcase{padding:40px 0 60px}.product-showcase__container{padding:0 16px}.product-showcase__trust-bar{gap:12px 20px;margin-bottom:20px}.product-showcase__trust-item{gap:6px;font-size:14px}.product-showcase__title{font-size:30px;margin:0 0 8px}.product-showcase__subtitle{font-size:16px;margin:0 0 32px}.product-showcase__grid{grid-template-columns:1fr 1fr;gap:24px}}.product-showcase__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #1f3a2b0f}.product-showcase__image-link{display:block;aspect-ratio:3 / 2;overflow:hidden}.product-showcase__image{width:100%;height:100%;object-fit:cover}.product-showcase__placeholder{width:100%;height:100%;background:#eee;display:flex;align-items:center;justify-content:center;color:#999}.product-showcase__content{padding:12px}@media (min-width: 600px){.product-showcase__image-link{aspect-ratio:4 / 3}.product-showcase__content{padding:20px}}.product-showcase__label{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.product-showcase__label--man{color:#1f3a2b}.product-showcase__label--woman{color:#8b5a8c}.product-showcase__name{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:500;color:#1c1e1d;margin:0 0 6px}@media (min-width: 600px){.product-showcase__name{font-size:24px;margin:0 0 10px}}.product-showcase__name em{font-style:italic;font-weight:400}.product-showcase__card--man .product-showcase__name em{color:#1f3a2b}.product-showcase__card--woman .product-showcase__name em{color:#8b5a8c}.product-showcase__benefits{list-style:none;padding:0;margin:0 0 8px}.product-showcase__benefits li{font-size:13px;color:#1c1e1d;margin-bottom:2px}@media (min-width: 600px){.product-showcase__benefits{margin:0 0 12px}.product-showcase__benefits li{font-size:14px;margin-bottom:4px}}.product-showcase__rating{display:flex;align-items:center;gap:4px;font-size:12px;color:#6e7d73;margin-bottom:8px}@media (min-width: 600px){.product-showcase__rating{gap:6px;font-size:13px;margin-bottom:12px}}.product-showcase__stars-small{color:#c9a24d;font-size:13px;letter-spacing:1px}.product-showcase__price-wrap{display:flex;align-items:baseline;gap:6px;margin-bottom:2px}.product-showcase__price{font-size:20px;font-weight:700;color:#1f3a2b}.product-showcase__price-old{font-size:13px;color:#999;text-decoration:line-through}.product-showcase__price-daily{font-size:12px;color:#6e7d73;margin-bottom:10px}@media (min-width: 600px){.product-showcase__price-wrap{gap:8px;margin-bottom:4px}.product-showcase__price{font-size:24px}.product-showcase__price-old{font-size:15px}.product-showcase__price-daily{font-size:13px;margin-bottom:14px}}.product-showcase__price-daily strong{color:#1f3a2b}.product-showcase__btn{width:100%;padding:10px 16px;background:#1f3a2b;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}@media (min-width: 600px){.product-showcase__btn{padding:14px 20px;border-radius:10px;font-size:15px}}.product-showcase__btn:hover{background:#2a4a36;transform:translateY(-2px)}.product-showcase__btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.product-showcase__btn--success{background:#2b8548}.product-showcase__micro-trust{display:flex;justify-content:center;gap:6px;margin-top:8px;font-size:12px;color:#6e7d73}@media (min-width: 600px){.product-showcase__micro-trust{gap:8px;margin-top:12px;font-size:12px}}.product-showcase__detail-link{display:block;text-align:center;margin-top:6px;font-size:13px;color:#6e7d73;text-decoration:none;transition:color .2s}@media (min-width: 600px){.product-showcase__detail-link{margin-top:10px;font-size:14px}}.product-showcase__detail-link:hover{color:#1f3a2b}.product-showcase__card--woman .product-showcase__detail-link:hover{color:#8b5a8c}.product-showcase__modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.product-showcase__modal--open{opacity:1;visibility:visible}.product-showcase__modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;cursor:pointer}.product-showcase__modal-content{position:relative;background:#fff;border-radius:16px;width:90%;max-width:380px;padding:20px;box-shadow:0 16px 48px #0003;transform:translateY(20px);transition:transform .25s ease}.product-showcase__modal--open .product-showcase__modal-content{transform:translateY(0)}.product-showcase__modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;color:#666;transition:background .2s,color .2s}.product-showcase__modal-close:hover{background:#eee;color:#333}.product-showcase__modal-header{text-align:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}.product-showcase__modal-title{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:500;color:#1c1e1d;margin:0 0 4px}.product-showcase__modal-variant{font-size:14px;color:#6e7d73;margin:0}.product-showcase__modal-body{margin-bottom:20px}.product-showcase__quantity-picker{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px}.product-showcase__quantity-label{font-size:14px;font-weight:500;color:#1c1e1d}.product-showcase__quantity-controls{display:flex;align-items:center;gap:0;border:1px solid #ddd;border-radius:10px;overflow:hidden}.product-showcase__quantity-btn{width:48px;height:48px;border:none;background:#f8f8f8;font-size:22px;font-weight:500;color:#1f3a2b;cursor:pointer;transition:background .2s}.product-showcase__quantity-btn:hover{background:#eee}.product-showcase__quantity-btn:active{background:#ddd}.product-showcase__quantity-input{width:60px;height:48px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:20px;font-weight:600;color:#1c1e1d;background:#fff;-moz-appearance:textfield}.product-showcase__quantity-input::-webkit-outer-spin-button,.product-showcase__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-showcase__modal-price{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f6f7f2;border-radius:10px}.product-showcase__modal-price-label{font-size:15px;color:#6e7d73}.product-showcase__modal-price-value{font-size:24px;font-weight:700;color:#1f3a2b}.product-showcase__modal-footer{display:flex;gap:10px}.product-showcase__modal-btn{flex:1;padding:14px 20px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.product-showcase__modal-btn--secondary{background:#f5f5f5;color:#666}.product-showcase__modal-btn--secondary:hover{background:#eee}.product-showcase__modal-btn--primary{background:#1f3a2b;color:#fff}.product-showcase__modal-btn--primary:hover{background:#2a4a36;transform:translateY(-2px)}.product-showcase__modal-btn--primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.product-showcase__modal-btn--success{background:#2b8548}@media (min-width: 600px){.product-showcase__modal-content{padding:24px}.product-showcase__modal-title{font-size:28px}.product-showcase__quantity-btn{width:56px;height:56px}.product-showcase__quantity-input{width:70px;height:56px;font-size:22px}}@media (min-width: 900px){.product-showcase{padding:60px 0 80px}.product-showcase__title{font-size:38px}.product-showcase__name{font-size:28px}.product-showcase__content{padding:24px}.product-showcase__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1f3a2b1a}.product-showcase__card{transition:transform .25s,box-shadow .25s}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-aruaco-product-showcase.css.map */
