.product-highlight-section{background-color:var(--section-bg-color, #F5F1E8);padding:var(--padding-top, 60px) 0 var(--padding-bottom, 80px)}.product-highlight-container{max-width:1400px;margin:0 auto;padding:0 40px}.product-highlight-section .section-header{text-align:center;margin-bottom:50px}.product-highlight-section .section-title{font-family:var(--font-heading-family, "Playfair Display", serif);font-size:48px;font-weight:500;color:#0e6134;line-height:1.2;margin:0 0 20px}.product-highlight-section .section-subtitle{font-size:16px;color:#634f43;font-weight:400;margin:0;font-family:Raleway}.product-highlight-section .section-subtitle b{font-family:Vidaloka}.product-highlight-section .product-grid{display:grid;grid-template-columns:46% 25% 25%;gap:20px;align-items:stretch}.product-highlight-section .col-featured{position:relative;border-radius:20px;overflow:hidden;height:100%}.product-highlight-section .col-featured img{width:100%;height:100%;object-fit:cover}.product-highlight-section .col-featured .placeholder-image{width:100%;height:100%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.product-highlight-section .col-featured .placeholder-image .placeholder-svg{width:100px;height:100px;fill:#888}.product-highlight-section .featured-label{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background-color:var(--label-bg-color, #F5F1E8);color:var(--label-text-color, #2D5F4F);padding:12px 28px;border-radius:30px;font-size:14px;font-weight:500;white-space:nowrap;box-shadow:0 4px 15px #0000001a}.product-highlight-section .col-info{display:flex;flex-direction:column;gap:20px}.product-highlight-section .product-info-card{background:transparent;padding:10px 20px 20px;flex:1;display:flex;flex-direction:column}.product-highlight-section .product-info-card:before{content:"";display:block;width:100%;height:3px;background-color:var(--title-color, #2D5F4F);margin-bottom:25px;border-radius:2px}.product-highlight-section .product-name{font-family:var(--font-heading-family, "Playfair Display", serif);font-size:28px;font-weight:400;color:var(--title-color, #2D5F4F);margin:0 0 20px}.product-highlight-section .product-description{font-size:15px;line-height:1.7;color:var(--text-color, #555);margin:0 0 25px;flex-grow:1;font-family:Raleway}.product-highlight-section .product-buttons{display:flex;gap:12px;flex-wrap:nowrap;position:relative;z-index:5;pointer-events:auto}.product-highlight-section .btn{padding:8px 20px;border-radius:25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;font-family:inherit}.product-highlight-section .btn-primary{background-color:var(--btn-bg-color, #2D5F4F);color:var(--btn-text-color, #fff);border:none}.product-highlight-section .btn-primary:hover{opacity:.9;transform:translateY(-2px)}.product-highlight-section .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.product-highlight-section .btn-outline{background-color:transparent;color:var(--btn-outline-color, #2D5F4F);border:1.5px solid var(--btn-outline-color, #2D5F4F)}.product-highlight-section .btn-outline:hover{background-color:var(--btn-outline-color, #2D5F4F);color:var(--btn-text-color, #fff)}.product-highlight-section .product-highlight__learn-more{white-space:nowrap;flex-shrink:0;position:relative;z-index:10;pointer-events:auto}.product-highlight-section .highlight-image{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1 / 1;width:100%}.product-highlight-section .highlight-image img{width:100%;height:100%;object-fit:cover}.product-highlight-section .highlight-image .placeholder-image{width:100%;height:100%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.product-highlight-section .highlight-image .placeholder-image .placeholder-svg{width:60px;height:60px;fill:#888}.product-highlight-section .highlight-label{position:absolute;bottom:15px;left:50%;transform:translate(-50%);background-color:var(--label-bg-color, #F5F1E8);color:var(--label-text-color, #2D5F4F);padding:8px 40px;border-radius:25px;font-size:13px;font-weight:500;white-space:nowrap;box-shadow:0 4px 12px #0000001a}.product-highlight-section .col-explore{display:flex;flex-direction:column;gap:20px}.product-highlight-section .explore-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px 10px;flex:1}.product-highlight-section .explore-text{font-size:15px;color:var(--title-color, #2D5F4F);font-weight:500}.product-highlight-section .explore-btn{width:60px;height:60px;border-radius:50%;background-color:transparent;border:2px solid var(--title-color, #2D5F4F);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none;padding:10px}.product-highlight-section .explore-btn:hover{transform:scale(1.05)}.product-highlight-section .explore-btn:hover svg{color:var(--btn-text-color, #fff)}.product-highlight-section .explore-btn svg{width:24px;height:24px;color:var(--title-color, #2D5F4F);transition:color .3s ease}@media(max-width:1200px){.product-highlight-container{padding:0 30px}.product-highlight-section .section-title{font-size:42px}.product-highlight-section .product-name{font-size:28px}.product-highlight-section .btn{padding:12px 20px;font-size:13px}}@media(max-width:1024px){.product-highlight-section .product-grid{grid-template-columns:50% 50%;grid-template-rows:auto auto}.product-highlight-section .col-featured{grid-row:span 2;height:100%;min-height:500px}.product-highlight-section .col-info,.product-highlight-section .col-explore{grid-column:2}.product-highlight-section .section-title{font-size:38px}.product-highlight-section .highlight-image{aspect-ratio:1 / 1}}@media(max-width:768px){.product-highlight-section{padding:var(--padding-top, 40px) 0 var(--padding-bottom, 60px)}.product-highlight-container{padding:0 20px}.product-highlight-section .section-header{margin-bottom:35px}.product-highlight-section .section-title{font-size:32px}.product-highlight-section .section-subtitle{font-size:15px}.product-highlight-section .product-grid{grid-template-columns:1fr;gap:25px}.product-highlight-section .col-featured{grid-row:auto;height:400px;min-height:auto}.product-highlight-section .col-info,.product-highlight-section .col-explore{grid-column:1}.product-highlight-section .product-info-card{padding:10px 0 20px}.product-highlight-section .product-name{font-size:28px}.product-highlight-section .product-buttons{justify-content:flex-start}.product-highlight-section .btn{padding:12px 24px}.product-highlight-section .highlight-image{aspect-ratio:1 / 1;max-width:300px}.product-highlight-section .col-info .highlight-image,.product-highlight-section .col-explore .highlight-image{margin:0 auto}.product-highlight-section .explore-wrapper{justify-content:center;padding:15px 10px}.product-highlight-section .featured-label{font-size:13px;padding:10px 22px}}@media(max-width:480px){.product-highlight-container{padding:0 15px}.product-highlight-section .section-title{font-size:26px}.product-highlight-section .section-subtitle{font-size:14px}.product-highlight-section .product-name{font-size:24px;margin-bottom:15px}.product-highlight-section .product-description{font-size:14px;margin-bottom:20px}.product-highlight-section .product-buttons{flex-wrap:wrap}.product-highlight-section .btn{padding:12px 20px;font-size:13px}.product-highlight-section .col-featured{height:320px;border-radius:16px}.product-highlight-section .highlight-image{max-width:260px;border-radius:12px}.product-highlight-section .featured-label,.product-highlight-section .highlight-label{font-size:12px;padding:8px 16px}.product-highlight-section .explore-btn{width:50px;height:50px}.product-highlight-section .explore-btn svg{width:20px;height:20px}.product-highlight-section .explore-text{font-size:14px}}@media(max-width:360px){.product-highlight-section .section-title{font-size:24px}.product-highlight-section .product-name{font-size:22px}.product-highlight-section .btn{width:100%;justify-content:center}.product-highlight-section .col-featured{height:280px}.product-highlight-section .highlight-image{max-width:220px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-product-highlight.css.map */
