.main{width:100%;height:calc(100vh - 72px);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.main-row-primary{height:70%}.main-row-secondary{height:30%}.content{padding:100px 50px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:100%}.inner-container{display:flex;flex-direction:column;justify-content:center;text-align:left}.background-image{padding:25px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:100%}.background-image>img{height:100%}.pre-header{color:#383838;font-family:Manrope,serif;font-size:16px;font-style:normal;font-weight:700;line-height:28px}.header{color:#473366;font-family:Manrope,serif;font-style:normal;font-weight:700;font-size:clamp(40px,4vw,75px);line-height:1.1;word-wrap:break-word;max-width:575px}.post-header{color:#473366;font-family:Manrope,serif;font-size:16px;font-style:normal;font-weight:700;line-height:28px}.cc-branding{position:absolute;bottom:0;left:0;width:50%;padding:50px;display:flex;flex-direction:row;align-items:flex-start;gap:10px;justify-content:flex-start}.cc-branding img{max-width:180px;height:auto;border-right:#cfcfcf 1.5px solid}.contact-box{align-self:center;color:#232326;font-family:Manrope,serif;font-size:12px}.contact-header{font-style:bold;font-weight:600;padding-bottom:4px}.contact-email{font-weight:700;text-decoration:underline;cursor:pointer}.copy-popup{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#323232;color:#fff;padding:10px 20px;border-radius:8px;opacity:0;animation:fadeInOut 5s forwards;pointer-events:none;font-family:Manrope,sans-serif;font-size:14px}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}@media (max-width: 768px){.background-image{display:none}.content{height:100%;width:100%;padding:100px 50px}.inner-container{text-align:center}.main-row-primary{height:50%}.cc-branding{width:100%;justify-content:center;padding:80px 20px}.main-row-secondary{width:100%!important}}.shop-container{padding:1rem;width:100%;display:flex;flex-direction:column;align-items:center}.shop-header{margin-bottom:1rem}.breadcrumb{margin-bottom:.5rem;color:#666;font-size:.9rem}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#ff5050}.separator{margin:0 .5rem}.current{color:#ff5050}.shop-title{margin-bottom:.5rem}.shop-title h1{font-size:1.5rem;margin:0;color:#333}.shop-title p{font-size:.9rem;color:#666;margin:.5rem 0 0}.shop-sort{display:flex;align-items:center;gap:1rem}.shop-sort span{color:#666}.shop-sort select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background-color:#fff}.categories-grid{display:flex;gap:1rem;width:100%;overflow-x:auto;padding:1rem 0;align-items:center}.category-card{flex:0 0 auto;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:11rem;height:7rem;transition:box-shadow .3s ease,transform .3s ease}.category-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.category-card.active{border-color:#ff5050;background-color:#fff9f9}.category-icon{font-size:1.4rem;margin-bottom:.5rem}.category-info{text-align:center}.category-title{font-size:.85rem;font-weight:600;color:#333;margin:0}.category-subtitle{font-size:.7rem;color:#666;margin:2px 0 0}.products-section{display:flex;gap:1rem;width:100%;padding:1rem 0}.filter-sidebar{width:220px;max-width:280px;overflow-y:auto;padding-right:.5rem;flex-shrink:0}.filter-sidebar::-webkit-scrollbar{width:6px}.filter-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.filter-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.filter-sidebar::-webkit-scrollbar-thumb:hover{background:#555}.filter-sidebar{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.filter-section{margin-bottom:1rem;background:#fff;padding:.75rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.filter-section h3{font-size:.9rem;color:#333;margin:0 0 .5rem;font-weight:600}.filter-options{display:flex;flex-direction:column;gap:6px}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.filter-option input[type=checkbox]{width:16px;height:16px;accent-color:#ff5050}.filter-option label{font-size:.85rem;color:#666;cursor:pointer}.price-range{display:flex;flex-direction:column;gap:.5rem}.price-range-inputs{display:flex;gap:.5rem;align-items:center}.price-range input{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px}.price-presets{display:flex;flex-direction:column;gap:.5rem}.price-preset{padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s ease;text-align:center;font-size:.85rem}.price-preset:hover{border-color:#ff5050;background-color:#fff9f9}.products-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;width:100%;padding:1rem 0}.product-card{background:#fff;border-radius:8px;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 2px 12px #00000026}.product-image{aspect-ratio:1 / 1;overflow:hidden;border-radius:8px 8px 0 0;background-color:#fff;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;padding:.75rem}.favorite-icon{position:absolute;top:8px;right:8px;background:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.favorite-icon:hover{transform:scale(1.1)}.favorite-icon svg{transition:all .2s ease}.favorite-icon.active svg{fill:#ff5050;stroke:#ff5050}.product-info{padding:.75rem;display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.product-details{flex:1;min-width:0}.product-title{font-size:.9rem;font-weight:500;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-subtitle{font-size:.8rem;color:#666;margin:.25rem 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:1.1rem;font-weight:600;color:#4a154b;text-align:right;white-space:nowrap}.rating{display:flex;align-items:center;gap:4px}.rating-star{color:#ffa41c}.rating-value{color:#666;font-size:.9rem;margin-left:.25rem}.rating-loading{color:#888;font-size:.9rem;margin-left:.25rem;font-style:italic;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.product-features{flex-grow:1;margin-bottom:1rem}.product-feature{font-size:.85rem;color:#666;margin:.5rem 0;padding-left:1.5rem;position:relative}.product-feature:before{content:"•";position:absolute;left:.5rem;color:#ff5050}.product-cta{background:#ff5050;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.product-cta:hover{background:#f33}.show-more{color:#007bff;cursor:pointer;padding:4px 0;font-size:.85em;display:flex;align-items:center;gap:4px}.show-more:hover{color:#0056b3}.show-more:after{content:"▼";font-size:.8em;transition:transform .2s}.show-more:hover:after{transform:translateY(2px)}.clear-filters-container{display:flex;width:100%;padding:.5rem .75rem;margin-top:.5rem}.clear-filters-button{background-color:#ff5050;color:#fff;padding:.5rem .75rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;width:100%}.clear-filters-button:hover{background-color:#e04444}@media (max-width: 576px){.categories-grid{gap:.5rem}.category-card{min-width:60px;height:60px;padding:.25rem}.category-icon{font-size:1rem}.category-title{font-size:.7rem}}.page-container{max-width:1200px;margin:0 auto;padding:0 1rem;max-height:90vh;overflow-y:auto}.checkout-page-container{padding:24px;display:flex;justify-content:center;height:calc(100vh - 64px);width:100%;background:#fbfafc}.checkout-left-container{flex:0 0 auto;width:66.66666666%;padding:24px}.checkout-right-container{flex:0 0 auto;width:33.33333333%;padding:24px}.checkout-stepper{display:flex;align-items:center}.step-title{display:inline-block;color:#9a9a9a;font-family:Roboto,serif;font-size:22px;font-weight:600}.step-title.active{color:#ff5050}.step-divider{width:100%;max-width:25px;height:1px;background:#ff5050;margin-left:24px;margin-right:24px}.checkout-sales-title{display:flex;justify-content:space-between;color:#000;font-family:Roboto,serif;font-size:24px;font-weight:500;margin:32px 0}.checkout-options{margin-bottom:32px}.checkout-option-card{display:flex;align-items:center;margin:12px 0;min-height:96px;border-radius:8px;background:#a3a3a30d}.checkout-option-price-frequency{margin:0 16px}.checkout-option-price{color:#323232;font-feature-settings:"liga" off,"clig" off;font-family:Roboto Condensed,serif;font-size:32px;font-weight:500;line-height:30px}.checkout-option-frequency{color:#a1a1a1;font-feature-settings:"liga" off,"clig" off;font-family:Roboto Condensed,serif;font-size:10px;font-weight:400;text-align:right}.checkout-option-text{flex-grow:1}.checkout-option-title{color:#2e2c34;font-feature-settings:"liga" off,"clig" off;font-family:Manrope,serif;font-size:16px;font-weight:800}.checkout-option-description{color:#84818a;font-feature-settings:"liga" off,"clig" off;font-family:Manrope,serif;font-size:14px;font-weight:500;line-height:20px}.checkout-btn-primary{display:flex;justify-content:center;align-items:center;margin:0 12px;padding:11px 24px;width:144px;gap:12px;border-radius:4px;box-shadow:0 12px 16px #00000014;background:#ff2c37;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Manrope,serif;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}.checkout-btn-secondary{display:flex;justify-content:center;align-items:center;margin:0 12px;padding:11px 24px;width:144px;gap:12px;border-radius:4px;border:1px solid #c5c5c5;box-shadow:0 12px 16px #00000014;background:#fff;color:#aaa;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Manrope,serif;font-size:14px;font-weight:600;line-height:20px;cursor:pointer}.checkout-btn-primary:hover{border:1px solid #ff2c37}.checkout-btn-secondary:hover{border:1px solid #c5c5c5}.checkout-option-skip{text-decoration:underline;cursor:pointer}.checkout-summary-card{min-height:454px;flex-shrink:0;border-radius:8px;background:#fff;padding:16px}.checkout-summary-title{color:#585858;font-variant-numeric:lining-nums tabular-nums;font-family:Roboto,serif;font-size:20px;font-weight:500;line-height:20px;margin-bottom:32px}.checkout-summary-product{display:flex;align-items:center;margin:16px 0}.checkout-summary-product-icon{display:flex;justify-content:center;align-items:center;width:54px;height:54px;flex-shrink:0;background:#ff8181;border-radius:2px}.checkout-summary-product-header{height:54px;flex-grow:1;color:#585858;font-variant-numeric:lining-nums tabular-nums;font-family:Roboto,serif;font-size:16px;font-weight:500;line-height:20px;margin:0 12px;display:flex;flex-direction:column;justify-content:space-evenly}.checkout-summary-product-title{font-size:24px;font-weight:600}.checkout-summary-product-price{height:54px;color:#585858;font-variant-numeric:lining-nums tabular-nums;font-family:Roboto,serif;font-size:15px;font-weight:500;line-height:20px;display:flex;flex-direction:column;justify-content:space-evenly}.checkout-summary-waste-bin-container{display:flex;justify-content:center;align-items:center;cursor:pointer}.checkout-summary-details{margin:32px 0}.checkout-summary-line-item{display:flex;justify-content:space-between;padding:12px 0;color:#6c6c6c;font-family:Roboto,serif;font-size:15px;font-weight:500;line-height:20px;border-bottom:1px}.checkout-summary-divider{width:100%;height:1px;background:#3c42571f;margin:16px 0}.checkout-summary-total{display:flex;justify-content:space-between;padding:12px 0;color:#473366;font-variant-numeric:lining-nums tabular-nums;font-family:Roboto,serif;font-size:18px;font-style:normal;font-weight:600;line-height:20px}.checkout-btn-container{display:flex;justify-content:center}.avatar-container{position:relative;display:inline-block}.avatar{background-color:var(--lorem-lorem-primary-color);color:#fff;font-weight:700;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;padding:0}.avatar-dropdown-menu{min-width:100px;padding:0;border-radius:4px;border:1px solid #ccc;box-shadow:0 2px 8px #00000026}.avatar-dropdown-item{background:none;width:100%;text-align:left;border:none;cursor:pointer;font:inherit;padding:.5rem 1rem;color:#333}.avatar-dropdown-item:hover{background-color:#f1f1f1}.navbar-brand>img{width:175px;height:45px}.main-navbar{background-color:#fff!important;border-bottom:2px solid #f3f3f3!important;height:72px!important;z-index:10301!important}.container-fluid{display:flex;align-items:center;padding:0 1rem}.navbar-brand-container{flex:0 0 auto}.search-container{flex:1;display:flex;justify-content:center;align-items:center;padding:0 1rem;max-width:50rem;margin:0 auto}.search-ai-root{width:100%;max-width:40rem;margin:0 auto}.navbar-collapse{flex:0 0 auto}.nav-item-text{color:#fff;font-size:16px;font-family:Manrope,serif;font-weight:500;line-height:28px;word-wrap:break-word;width:6rem;text-align:center;font-style:normal;text-transform:capitalize}.nav-link{color:#473366!important;position:relative;transition:all .3s ease}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:var(--lorem-lorem-primary-color);transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--lorem-lorem-primary-color)!important;font-weight:600}.nav-link.active:after{width:100%}.nav-link>button{color:var(--lorem-lorem-primary-color);text-align:center;font-family:Manrope,serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.btn:focus{outline:none!important}.navbar-nav{z-index:99999}.sign-in-btn{display:flex;width:160px;height:45px;padding:17px 36px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:50px;color:#fff!important;background:var(--lorem-lorem-primary-color)!important}.sign-in-btn:hover{color:#fff!important;background:var(--lorem-lorem-primary-color)!important;border-color:var(--lorem-lorem-primary-color)!important}@media (max-width: 767.98px){.container-fluid{justify-content:space-between}.search-container{order:2;margin:0;max-width:none;padding:0}.search-ai-root{max-width:none}.navbar-collapse{position:absolute;top:72px;left:0;right:0;background-color:#fff;padding:1rem;border-bottom:2px solid #f3f3f3;z-index:1030}.navbar-collapse.show{display:block}.navbar-nav{flex-direction:column}.nav-item{width:100%;text-align:left;margin:.5rem 0}}@media (min-width: 768px){.navbar-collapse{display:flex!important;align-items:center}.navbar-nav{display:flex;align-items:center}}#lorem-navbar{position:relative;top:0;right:0;left:0;z-index:1030}.notfound-page-container{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#f9fafb;padding:16px;text-align:center}.notfound-page-content{margin-bottom:16px}.notfound-page-title{font-size:2rem;font-weight:700;margin:0;line-height:1.2}@media (min-width: 640px){.notfound-page-title{font-size:3rem}}.notfound-page-description{max-width:600px;margin:8px auto 0;color:#6b7280;font-size:1rem;line-height:1.5}.notfound-page-actions{display:grid;gap:8px}.notfound-page-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:1rem;font-weight:700;color:#fff;background-color:#ff5050;text-decoration:none;border-radius:8px}.notfound-page-button:hover{background-color:#e64545;color:#fff}.notfound-page-icon{margin-right:8px}.notfound-page-text{font-size:.875rem;color:#6b7280}.notfound-page-error{margin-top:32px;position:relative}.notfound-page-divider{width:100%;border-top:1px solid #d1d5db;position:absolute;top:50%}.notfound-page-error-code{position:relative;background-color:#f9fafb;padding:4px 8px;color:#6b7280;font-size:.75rem;text-transform:uppercase}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 65px);background:#fbfafc}.form-box{width:400px;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}@media (max-width: 400px){.form-box{width:100%;height:100%}}.form-box>form{width:100%}.form-box h2{margin-bottom:1.5rem;text-align:center;font-weight:600}.form-input{display:block;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.login-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:4px;border:none;background-color:var(--lorem-lorem-primary-color);color:#fff;cursor:pointer;transition:background-color .2s ease,opacity .2s ease-in-out;width:100%;margin-top:1rem}.login-btn:disabled{background-color:#999;cursor:not-allowed}.login-btn:hover:enabled{background-color:var(--lorem-lorem-primary-color);color:#fff;opacity:.9}.error-message{color:red;font-size:.9rem;margin-bottom:1rem;text-align:center}.product-details-page{padding:2rem;max-width:1200px;margin:0 auto;max-height:calc(100vh - 100px);overflow-y:auto}.product-details-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.product-details-image-container{position:relative;border-radius:8px;overflow:hidden;background:#fff;padding:1rem}.product-details-main-image{width:100%;height:auto;object-fit:contain;border-radius:8px}.product-details-favorite{position:absolute;top:1rem;right:1rem;background:#fff;padding:.5rem;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.product-details-favorite.active{color:#ff4d4d}.product-details-favorite:hover{transform:scale(1.1)}.product-details-info{display:flex;flex-direction:column;gap:1.5rem}.product-details-title{font-size:2rem;font-weight:600;color:#333;margin:0}.product-details-rating-row{display:flex;align-items:center;gap:1rem}.product-details-rating{display:flex;align-items:center;gap:.5rem}.product-details-rating-star{color:gold}.product-details-rating-value{font-weight:500;color:#666}.product-details-sold{color:#666;font-size:.9rem}.product-details-price{font-size:2rem;font-weight:600;color:#333}.product-details-description{color:#666;line-height:1.6;margin:0}.product-details-variants{display:flex;flex-direction:column;gap:.5rem}.variant-label{font-weight:500;color:#333}.variant-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.product-details-actions{display:flex;gap:1rem;margin-top:auto}.product-details-add-to-cart,.product-details-buy-now{flex:1;padding:1rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.product-details-add-to-cart{background:#fff;border:1px solid #ff4d4d;color:#ff4d4d}.product-details-buy-now{background:#ff4d4d;border:none;color:#fff}.product-details-tabs{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.tabs-header{display:flex;gap:2rem;border-bottom:1px solid #eee;margin-bottom:2rem}.tab-button{padding:1rem 0;background:none;border:none;font-size:1rem;font-weight:500;color:#666;cursor:pointer;position:relative}.tab-button.active{color:#ff4d4d}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#ff4d4d}.product-specifications h3{color:#333;margin:2rem 0 1rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.spec-item{display:flex;justify-content:space-between;padding:.5rem;background:#f8f8f8;border-radius:4px}.spec-label{color:#666}.spec-value{color:#333;font-weight:500}.in-box-list{list-style:none;padding:0;margin:0}.in-box-list li{padding:.5rem 0;color:#666;display:flex;align-items:center;gap:.5rem}.in-box-list li:before{content:"✓";color:#4caf50}.reviews-summary{margin-bottom:.5rem}.rating-overview{display:flex;gap:3rem;align-items:flex-start}.rating-big{display:flex;flex-direction:column;align-items:center;min-width:150px}.rating-number{font-size:3.5rem;font-weight:700;color:#333;line-height:1}.rating-stars{color:gold;font-size:1.5rem;margin:.5rem 0}.total-reviews{color:#666;font-size:.9rem}.rating-bars{flex:1}.rating-bar-item{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.bar-container{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden}.bar{height:100%;background:gold;border-radius:4px}.reviews-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:2rem}.review-item{background-color:#fff;border-radius:16px;padding:2rem;margin-bottom:0;box-shadow:0 4px 12px #00000014;border:1px solid #f0f0f0;transition:transform .2s ease,box-shadow .2s ease}.review-item:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001a}.review-divider{height:1px;background-color:#f5f5f5;margin:1rem 0;width:100%}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0;padding-bottom:0}.reviewer-info{display:flex;gap:1.25rem;align-items:center;width:100%}.reviewer-avatar{width:56px;height:56px;background:linear-gradient(45deg,#f0f0f0,#e0e0e0);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#444;font-size:1.25rem;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.reviewer-details{display:flex;flex-direction:column;gap:.35rem;width:100%}.reviewer-name-date{display:flex;justify-content:space-between;align-items:center;width:100%}.reviewer-name{font-size:1.2rem;font-weight:600;color:#333;margin:0}.review-date{color:#888;font-size:.9rem;text-align:right}.review-stars{color:gold;font-size:1.1rem;line-height:1;letter-spacing:1px}.review-title{font-size:1.5rem;font-weight:700;color:#222;position:relative;margin-top:0}.review-text{color:#555;line-height:1.7;margin:0;font-size:1.05rem;padding:0}.review-actions{display:flex;gap:1rem;margin-top:0}.review-helpful,.review-report{background:none;border:1px solid #e0e0e0;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease;font-weight:500}.review-helpful{color:#4a4a4a;background-color:#f9f9f9}.review-report{color:#888}.review-helpful:hover{background:#f0f0f0;border-color:#ccc}.review-report:hover{background:#f5f5f5}@media (max-width: 768px){.product-details-wrapper{grid-template-columns:1fr}.product-details-page{padding:1rem}.product-details-title{font-size:1.5rem}.rating-overview{flex-direction:column;gap:2rem}.product-details-actions{flex-direction:column}.review-header{flex-direction:column;gap:1rem}.review-title{margin-top:.5rem;font-size:1.25rem}.review-item{padding:1.5rem}.reviewer-avatar{width:48px;height:48px;font-size:1.1rem}.reviewer-name-date{flex-direction:column;align-items:flex-start;gap:.25rem}.review-date{text-align:left}}.product-details-main-title{font-size:2.5rem;font-weight:600;color:#333;margin:0 0 1rem}.product-details-subtitle{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.product-details-description{font-size:1rem;line-height:1.6;color:#666;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.product-details-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;margin-bottom:2rem}.product-basic-info,.product-features-section{background:#f8f9fa;padding:2rem;border-radius:12px;height:100%;display:flex;flex-direction:column}.product-basic-info h3,.product-features-section h3{font-size:1.5rem;color:#333;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.info-table{display:table;width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.info-row{display:table-row;border-bottom:1px solid #e9ecef}.info-row:last-child{border-bottom:none}.info-label,.info-value{display:table-cell;padding:.75rem 1rem;vertical-align:middle}.info-label{width:40%;background:#f1f3f5;color:#495057;font-weight:500;border-right:1px solid #e9ecef}.info-value{width:60%;color:#333}.info-value .stars{color:gold;margin-right:.5rem}.info-value .rating-text{color:#666}.info-value.price-value{font-size:1.25rem;color:#ff4d4d;font-weight:600}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;background:#fff;border-radius:8px;overflow:hidden}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #e9ecef}.feature-item:last-child{border-bottom:none}.feature-bullet{color:#ff4d4d;font-size:1.2rem;line-height:1.4}.in-box-section{margin-top:2rem;padding:2rem;background:#f8f9fa;border-radius:12px}.in-box-section h3{font-size:1.5rem;color:#333;margin:0 0 1.5rem}.in-box-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.in-box-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px}.in-box-list li:before{content:"✓";color:#4caf50;font-weight:700}@media (max-width: 768px){.product-details-main-title{font-size:1.8rem}.product-details-content-grid{grid-template-columns:1fr;gap:2rem}.in-box-list{grid-template-columns:1fr}.info-label,.info-value{padding:.625rem .875rem}}.reviews-sort{display:flex;align-items:center;margin:2rem 0;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.sort-label{font-weight:500;color:#555;margin-right:1rem}.sort-options{display:flex;gap:.75rem}.sort-option{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;color:#666;transition:all .2s ease}.sort-option:hover{background:#f0f0f0}.sort-option.active{background:#ff4d4d;color:#fff;border-color:#ff4d4d}@media (max-width: 768px){.reviews-sort{flex-direction:column;align-items:flex-start;gap:.75rem}.sort-options{width:100%;flex-wrap:wrap}.sort-option{flex:1;text-align:center;min-width:80px}}#root{width:100%;margin:0 auto}.card-selected{border:#007d5e 2px solid}#chat-ai-popup-portal{position:relative}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{line-height:1.5;font-weight:400;color-scheme:normal;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lorem-lorem-primary-color: #ff5050;--toastify-color-progress-light: var(--lorem-lorem-primary-color)}@font-face{font-family:henderson-bcg-sans;src:url(//fonts.bcg.com/k/fullset/BCGHenSansBold.woff2) format("woff2");font-style:normal;font-weight:700}@font-face{font-family:henderson-bcg-sans;src:url(//fonts.bcg.com/k/fullset/BCGHenSansItalic.woff2) format("woff2");font-style:italic;font-weight:400}@font-face{font-family:henderson-bcg-sans;src:url(//fonts.bcg.com/k/fullset/BCGHenSansLight.woff2) format("woff2");font-style:normal;font-weight:300}@font-face{font-family:henderson-bcg-sans;src:url(//fonts.bcg.com/k/fullset/BCGHenSansRegular.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Manrope;src:url(/fonts/Manrope/static/Manrope-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}html,body{font-family:henderson-bcg-sans!important}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh;place-items:unset}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.booking-container{margin-top:62px}.Toastify__toast-container{z-index:999999}
