@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap";:root{--font-primary: "Outfit", sans-serif;--font-heading: "Playfair Display", serif;--color-primary: #2C5F2D;--color-primary-light: #4A7C4B;--color-secondary: #97BC62;--color-accent: #D4A373;--color-bg: #FAFAF5;--color-bg-card: #FFFFFF;--color-text: #1F2937;--color-text-muted: #6B7280;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-md: .5rem;--radius-lg: 1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--color-primary)}a{text-decoration:none;color:inherit}button{font-family:var(--font-primary);cursor:pointer;border:none;background:none}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:500;border-radius:var(--radius-md);transition:all .2s}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-light)}.btn-outline{border:1px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:#fff}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}._header_12rs7_1{height:80px;background-color:var(--color-bg-card);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}._logo_12rs7_19{display:flex;align-items:center;gap:.75rem;text-decoration:none}._logoTextContainer_12rs7_33{display:flex;flex-direction:column;line-height:1.2;color:var(--color-primary)}._logoTopText_12rs7_47{font-size:.8rem;font-weight:600;letter-spacing:.5px}._logoBottomText_12rs7_59{font-size:1.2rem;font-weight:700;letter-spacing:.5px}._desktopNav_12rs7_71{display:none;gap:2rem}._navLink_12rs7_81{font-family:var(--font-primary);font-weight:500;color:var(--color-text);transition:color .2s;text-decoration:none;font-size:1.1rem}._navLink_12rs7_81:hover,._active_12rs7_101{color:var(--color-primary)}._actions_12rs7_109{display:flex;align-items:center;gap:1.5rem}._iconBtn_12rs7_121{color:var(--color-text);position:relative;display:flex;align-items:center;justify-content:center;transition:color .2s}._iconBtn_12rs7_121:hover{color:var(--color-primary)}._badge_12rs7_147{position:absolute;top:-8px;right:-8px;background-color:var(--color-accent);color:#fff;font-size:.75rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}._mobileMenuBtn_12rs7_179{display:block}._mobileNav_12rs7_189{position:absolute;top:80px;left:0;width:100%;background-color:var(--color-bg-card);padding:1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-md);border-top:1px solid #f0f0f0}@media(min-width:768px){._desktopNav_12rs7_71{display:flex}._mobileMenuBtn_12rs7_179,._mobileNav_12rs7_189{display:none}}@media(max-width:768px){._logo_12rs7_19 img{height:40px!important}._logoTopText_12rs7_47{font-size:.7rem}._logoBottomText_12rs7_59{font-size:1rem}}._footer_ce6nf_1{background-color:var(--color-primary);color:#fff;padding:3rem 0;margin-top:auto}._footerGrid_ce6nf_15{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._column_ce6nf_27{display:flex;flex-direction:column}._logoText_ce6nf_37{color:var(--color-accent);margin-bottom:1rem;font-family:var(--font-heading)}._desc_ce6nf_49{opacity:.9;line-height:1.6}._heading_ce6nf_59{color:#fff;margin-bottom:1rem;font-family:var(--font-heading)}._linkList_ce6nf_71{list-style:none;padding:0;margin:0}._linkList_ce6nf_71 li{margin-bottom:.5rem}._link_ce6nf_71{color:#fff;opacity:.8;text-decoration:none;transition:opacity .2s}._link_ce6nf_71:hover{opacity:1}._contactInfo_ce6nf_113{opacity:.9;line-height:1.8}._newsletterDesc_ce6nf_123{opacity:.8;font-size:.9rem;margin-bottom:1rem}._newsletterForm_ce6nf_135{display:flex;gap:.5rem}._input_ce6nf_145{padding:.75rem;border-radius:4px;border:none;flex:1;font-size:.9rem}._btn_ce6nf_161{background-color:var(--color-accent);color:#fff;padding:.75rem 1.25rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s}._btn_ce6nf_161:hover{background-color:#b08d65}._copyright_ce6nf_191{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:2rem;text-align:center;font-size:.9rem;opacity:.7}@media(max-width:768px){._footer_ce6nf_1{padding:2rem 0}._footerGrid_ce6nf_15{grid-template-columns:1fr;gap:2.5rem;text-align:center}._newsletterForm_ce6nf_135{flex-direction:column}._btn_ce6nf_161{width:100%}}._home_rbege_1{display:flex;flex-direction:column}._hero_rbege_11{height:80vh;min-height:550px;position:relative;overflow:hidden}._heroSlide_rbege_25{position:absolute;inset:0;background-size:cover;background-position:center}._heroOverlay_rbege_39{position:absolute;inset:0;background:linear-gradient(to right,#0009,#0003);display:flex;align-items:center}._sliderBtn_rbege_55{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff3;color:#fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s;z-index:10;cursor:pointer}._sliderBtn_rbege_55:hover{background-color:#fff;color:var(--color-primary)}._heroTitle_rbege_103{font-size:3.5rem;line-height:1.1;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}._heroSubtitle_rbege_119{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px}._section_rbege_135{padding:5rem 0}._bgAlt_rbege_143{background-color:#f8f9fa}._sectionHeader_rbege_151{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}._sectionHeader_rbege_151 h2{font-size:2.5rem;color:var(--color-primary);margin-bottom:.5rem}._viewMore_rbege_181{display:flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:500;transition:gap .2s;text-decoration:none}._viewMore_rbege_181:hover{gap:.8rem}._servicesGrid_rbege_211{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._serviceCard_rbege_223{background:#fff;padding:3rem 2rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}._serviceCard_rbege_223:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:var(--color-primary-light)}._serviceIcon_rbege_255{width:80px;height:80px;background-color:#f0f7f0;color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}._serviceCard_rbege_223:hover ._serviceIcon_rbege_255{transform:scale(1.1);background-color:var(--color-primary);color:#fff}._approachGrid_rbege_297{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}._approachCard_rbege_309{text-align:center;padding:2rem 1.5rem;border-radius:1rem;background:#fff;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid transparent;position:relative;z-index:1}._approachCard_rbege_309:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;background-color:#f0fdf4;border-radius:1rem;z-index:-1;transition:height .3s ease}._approachCard_rbege_309:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#0000000d}._approachCard_rbege_309:hover:after{height:100%}._approachIconWrapper_rbege_379{width:100px;height:100px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid rgba(44,95,45,.05);padding:4px;transition:all .5s ease;background:#fff}._approachCard_rbege_309:hover ._approachIconWrapper_rbege_379{transform:scale(1.1) rotate(3deg);border-color:var(--color-primary);box-shadow:0 0 0 8px #2c5f2d1a}._approachIconWrapper_rbege_379 img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .5s ease}._approachCard_rbege_309:hover ._approachIconWrapper_rbege_379 img{transform:scale(1.1)}._approachTitle_rbege_441{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem;transition:color .3s}._approachCard_rbege_309:hover ._approachTitle_rbege_441{color:var(--color-primary)}._approachDesc_rbege_467{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}._categoriesGrid_rbege_481{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._categoryCard_rbege_493{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s;display:flex;flex-direction:column;text-decoration:none}._categoryCard_rbege_493:hover{transform:translateY(-5px)}._catImgWrapper_rbege_523{height:250px;overflow:hidden}._catImgWrapper_rbege_523 img{width:100%;height:100%;object-fit:cover;transition:transform .5s}._categoryCard_rbege_493:hover ._catImgWrapper_rbege_523 img{transform:scale(1.05)}._catContent_rbege_555{padding:1.5rem}._catContent_rbege_555 h3{font-family:var(--font-primary);font-size:1.25rem;color:var(--color-text);margin-bottom:.25rem}._catContent_rbege_555 p{color:var(--color-text-muted);font-size:.9rem}._treatmentGrid_rbege_589{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}._treatmentImage_rbege_605{border-radius:1rem;box-shadow:0 10px 30px #0000001a}._treatmentListCard_rbege_615{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:1rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #00000005;border:1px solid rgba(0,0,0,.03);transition:transform .2s,box-shadow .2s}._treatmentListCard_rbege_615:hover{transform:translate(10px);box-shadow:0 10px 15px #0000000d}._treatmentListIcon_rbege_651{color:var(--color-primary);flex-shrink:0;width:50px;height:50px;background:#2c5f2d14;border-radius:12px;display:flex;align-items:center;justify-content:center}._treatmentListContent_rbege_677 h3{font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem}._treatmentListContent_rbege_677 p{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}._uniqueSection_rbege_705{background-color:#2c5f2d08;padding:3rem;border-radius:1.5rem}._uniqueScroll_rbege_719{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin}._uniqueCard_rbege_735{min-width:260px;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px #00000008;border-left:4px solid var(--color-accent);flex-shrink:0}._uniqueCard_rbege_735 h4{color:var(--color-text);font-weight:700;margin-bottom:.5rem;font-size:1.05rem}._uniqueCard_rbege_735 p{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}._ctaSection_rbege_787{background-color:#f8fafc;padding:5rem 0}._enquiryGrid_rbege_797{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}._enquiryCard_rbege_813{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid rgba(0,0,0,.05)}._enquiryTitle_rbege_829{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--color-text)}._enquiryForm_rbege_845{display:flex;flex-direction:column;gap:1.5rem}._formGroup_rbege_857{display:flex;flex-direction:column;gap:.5rem}._formLabel_rbege_869{font-size:.9rem;font-weight:500;color:var(--color-text)}._formInput_rbege_881,._countrySelect_rbege_883{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;outline:none;transition:all .2s;background-color:#f8fafc}._formInput_rbege_881:focus,._countrySelect_rbege_883:focus{border-color:var(--color-primary);background-color:#fff;box-shadow:0 0 0 3px #2c5f2d1a}._countrySelect_rbege_883{width:100px;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}._submitBtn_rbege_935{margin-top:1rem;background-color:#1a4d2e;color:#fff;padding:1rem;border-radius:.5rem;font-weight:600;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}._submitBtn_rbege_935:hover{background-color:#143d24}._submitBtn_rbege_935:before{content:"";display:inline-block;width:1.2em;height:1.2em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}._mapWrapper_rbege_995{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-height:400px}._carouselContainer_rbege_1011{height:100%;position:relative;overflow:hidden}._carouselTrack_rbege_1023{display:flex;flex-direction:column;transition:transform .5s ease-in-out;height:100%}._carouselItem_rbege_1039{height:33.33%;padding:0 0 1.5rem;box-sizing:border-box}._hCarouselContainer_rbege_1057{width:100%;overflow:hidden;position:relative}._hCarouselTrack_rbege_1069{display:flex;transition:transform .5s ease-in-out;width:100%}._hCarouselItem_rbege_1083{min-width:33.33%;flex-shrink:0;padding:0 1rem;box-sizing:border-box}._verticalCarouselWindow_rbege_1103{height:400px;overflow:hidden}._phoneGroup_rbege_1113{display:flex;gap:.5rem}._dateTimeGrid_rbege_1123{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:900px){._heroTitle_rbege_103{font-size:3rem}._treatmentGrid_rbege_589{grid-template-columns:1fr;gap:2rem}._enquiryGrid_rbege_797{grid-template-columns:1fr}._sectionHeader_rbege_151{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:600px){._hero_rbege_11{height:60vh;min-height:400px}._heroTitle_rbege_103{font-size:2.2rem}._heroSubtitle_rbege_119{font-size:1rem}._sliderBtn_rbege_55{width:40px;height:40px}._servicesGrid_rbege_211,._approachGrid_rbege_297,._categoriesGrid_rbege_481{gap:1.5rem}._verticalCarouselWindow_rbege_1103{height:200px}._treatmentListCard_rbege_615{flex-direction:row;align-items:flex-start;padding:1rem;gap:1rem}._treatmentListIcon_rbege_651{width:40px;height:40px}._treatmentListContent_rbege_677 h3{font-size:1rem}._treatmentListContent_rbege_677 p{font-size:.85rem}._section_rbege_135{padding:3rem 0}._enquiryCard_rbege_813{padding:1.5rem}._uniqueCard_rbege_735{min-width:100%}._dateTimeGrid_rbege_1123{grid-template-columns:1fr}}._pageContainer_dwm1u_1{padding:2rem 0 5rem;background-color:#fcfcfc;min-height:100vh}._headerBanner_dwm1u_13{margin-bottom:2rem;text-align:center;padding:3rem 1rem;background-color:#f0f7f0;border-radius:1rem}._pageTitle_dwm1u_31{font-family:var(--font-heading, "Playfair Display", serif);font-size:3rem;color:#1a4d2e;margin-bottom:.5rem}._pageSubtitle_dwm1u_49{color:#666;font-size:1.1rem}._layout_dwm1u_61{display:flex;gap:3rem;align-items:flex-start}._sidebar_dwm1u_75{width:280px;flex-shrink:0;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid rgba(0,0,0,.05);position:sticky;top:100px}._filterGroup_dwm1u_99{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}._filterGroup_dwm1u_99:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._filterTitle_dwm1u_123{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#333;display:flex;justify-content:space-between;align-items:center}._filterList_dwm1u_143{display:flex;flex-direction:column;gap:.75rem}._filterItem_dwm1u_155{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#555;transition:color .2s}._filterItem_dwm1u_155:hover{color:#1a4d2e}._checkbox_dwm1u_183{width:18px;height:18px;border:2px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}._checkbox_dwm1u_183._checked_dwm1u_205{background-color:#1a4d2e;border-color:#1a4d2e}._mainContent_dwm1u_217{flex:1}._topBar_dwm1u_225{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:.75rem;border:1px solid rgba(0,0,0,.05)}._resultCount_dwm1u_247{color:#666;font-size:.9rem}._sortWrapper_dwm1u_257{display:flex;align-items:center;gap:.5rem}._select_dwm1u_269{padding:.5rem 2rem .5rem 1rem;border:1px solid #ddd;border-radius:.5rem;background-color:#fff;font-size:.9rem;outline:none;cursor:pointer}._productsGrid_dwm1u_291{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}._productCard_dwm1u_305{background:#fff;border-radius:1rem;overflow:hidden;transition:all .3s ease;border:1px solid transparent;position:relative;display:flex;flex-direction:column;height:100%}._productCard_dwm1u_305:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._imgWrapper_dwm1u_339{height:300px;overflow:hidden;position:relative;background-color:#f9f9f9}._productImg_dwm1u_353{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._productCard_dwm1u_305:hover ._productImg_dwm1u_353{transform:scale(1.05)}._cardContent_dwm1u_375{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}._categoryTag_dwm1u_389{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:.5rem;font-weight:600}._productName_dwm1u_407{font-family:var(--font-heading, serif);font-size:1.15rem;font-weight:600;color:#222;margin-bottom:.5rem;line-height:1.3}._rating_dwm1u_425{display:flex;gap:2px;color:#ffc107;font-size:.9rem;margin-bottom:1rem}._priceRow_dwm1u_441{display:flex;justify-content:space-between;align-items:center;margin-top:auto}._price_dwm1u_441{font-size:1.25rem;font-weight:700;color:#1a4d2e}._addToCartBtn_dwm1u_467{background-color:#f0f7f0;color:#1a4d2e;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}._addToCartBtn_dwm1u_467:hover{background-color:#1a4d2e;color:#fff}._mobileFilters_dwm1u_507{display:none;gap:1rem;margin-bottom:2rem}._mobileSelect_dwm1u_519{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;background-color:#fff;outline:none}._topBarControls_dwm1u_539{display:flex;gap:1rem;align-items:center}._searchWrapper_dwm1u_551{position:relative}._searchIcon_dwm1u_559{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999}._searchInput_dwm1u_575{padding-left:2.5rem;padding-right:1rem;height:40px;border:1px solid #eee;border-radius:.5rem;outline:none;width:250px;transition:width .2s}._searchInput_dwm1u_575:focus{border-color:#1a4d2e;width:280px;box-shadow:0 0 0 3px #1a4d2e1a}._sortByLabel_dwm1u_609{font-size:.9rem;color:#666}@media(max-width:992px){._sidebar_dwm1u_75{display:none}._layout_dwm1u_61{display:block}._mobileFilters_dwm1u_507{display:flex}._topBar_dwm1u_225{flex-direction:column;align-items:flex-start;gap:1rem}._resultCount_dwm1u_247{margin-bottom:.5rem}._topBarControls_dwm1u_539{flex-direction:column;width:100%;gap:1rem}._searchWrapper_dwm1u_551{width:100%}._searchInput_dwm1u_575{width:100%;box-sizing:border-box}._searchInput_dwm1u_575:focus{width:100%}._sortWrapper_dwm1u_257{width:100%;justify-content:space-between}._sortByLabel_dwm1u_609{display:none}._select_dwm1u_269{width:100%}}._offerBanner_dwm1u_739{background-color:#e8f5e9;border:1px solid #c8e6c9;color:#1a4d2e;padding:1rem;border-radius:var(--radius-md);margin-bottom:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.95rem}@media(max-width:600px){._offerBanner_dwm1u_739{flex-direction:column;text-align:center;gap:.5rem}}._backLink_uliy4_1{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-muted);margin-bottom:2rem;font-weight:500;transition:color .2s}._backLink_uliy4_1:hover{color:var(--color-primary)}@media(min-width:768px){._productGrid_uliy4_29{grid-template-columns:1fr 1fr;gap:5rem}}._productGrid_uliy4_29{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){._productGrid_uliy4_29{grid-template-columns:1.2fr 1fr;gap:4rem}}._imagesSection_uliy4_89{display:flex;flex-direction:column;gap:1rem}._mainImage_uliy4_101{background:#f8f9fa;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #eee}._mainImage_uliy4_101 img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}._thumbnailGrid_uliy4_141{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}._thumbnail_uliy4_141{width:80px;height:80px;border-radius:var(--radius-md);border:2px solid transparent;cursor:pointer;overflow:hidden;background:#fff;flex-shrink:0}._thumbnail_uliy4_141._activeThumb_uliy4_177{border-color:var(--color-primary)}._thumbnail_uliy4_141 img{width:100%;height:100%;object-fit:cover}._infoWrapper_uliy4_199{display:flex;flex-direction:column}._category_uliy4_209{color:var(--color-text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}._title_uliy4_225{font-size:2.5rem;font-family:var(--font-heading);color:var(--color-text);margin-bottom:.5rem;line-height:1.1}._ratingRow_uliy4_241{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}._reviewCount_uliy4_255{color:var(--color-text-muted);font-size:.9rem}._priceBlock_uliy4_265{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}._priceRow_uliy4_277{display:flex;align-items:baseline;gap:1rem;margin-bottom:.5rem}._offerPrice_uliy4_291{font-size:2rem;font-weight:700;color:var(--color-primary)}._originalPrice_uliy4_303{font-size:1.2rem;color:var(--color-text-muted);text-decoration:line-through}._discountBadge_uliy4_315{background:#e8f5e9;color:var(--color-primary);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}._taxNote_uliy4_333{color:#888;font-size:.8rem}._capacitySelector_uliy4_343{margin-bottom:2rem}._fieldLabel_uliy4_351{display:block;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}._capacityBtn_uliy4_365{padding:.5rem 1.5rem;border:1px solid #ccc;background:#fff;border-radius:var(--radius-md);cursor:pointer;font-weight:500}._capacityBtn_uliy4_365._activeCapacity_uliy4_383{border-color:var(--color-primary);background:var(--color-primary);color:#fff}._descriptionShort_uliy4_395{color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}._actionRow_uliy4_409{display:flex;gap:1rem;margin-bottom:1.5rem}._quantityPicker_uliy4_421{display:flex;align-items:center;border:1px solid #ccc;border-radius:var(--radius-md)}._quantityPicker_uliy4_421 button{width:40px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text)}._quantityPicker_uliy4_421 span{width:40px;text-align:center;font-weight:600}._addToCartBtn_uliy4_465{flex:1;display:flex;align-items:center;justify-content:center;height:48px;border-radius:var(--radius-md)}._safetyBadge_uliy4_483{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.9rem;margin-top:1rem}._detailsContainer_uliy4_503{margin-top:4rem}._tabsHeader_uliy4_511{display:flex;gap:2rem;border-bottom:1px solid #eee;overflow-x:auto;padding-bottom:1px}._tabBtn_uliy4_527{background:none;border:none;padding:1rem 0;font-size:1rem;color:#888;cursor:pointer;text-transform:capitalize;font-weight:500;position:relative;white-space:nowrap}._tabBtn_uliy4_527._activeTab_uliy4_553{color:var(--color-primary);font-weight:600}._tabBtn_uliy4_527._activeTab_uliy4_553:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--color-primary)}._tabContent_uliy4_583{padding:2rem 0;color:var(--color-text-muted);line-height:1.8}._reviewsList_uliy4_597{display:flex;flex-direction:column;gap:1.5rem}._reviewItem_uliy4_609{border-bottom:1px solid #f0f0f0;padding-bottom:1.5rem}._reviewHeader_uliy4_619{display:flex;justify-content:space-between;margin-bottom:.5rem}._reviewerName_uliy4_631{font-weight:600;color:var(--color-text)}._reviewText_uliy4_641{color:#555;margin-bottom:.5rem}._reviewDate_uliy4_653{font-size:.8rem;color:#999}._relatedSection_uliy4_665{margin-top:5rem;border-top:1px solid #eee;padding-top:3rem}._sectionTitle_uliy4_677{font-size:1.8rem;font-family:var(--font-heading);color:var(--color-text);margin-bottom:2rem;text-align:center}._relatedGrid_uliy4_693{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}._relatedCard_uliy4_705{text-decoration:none;color:inherit;transition:transform .2s}._relatedCard_uliy4_705:hover{transform:translateY(-5px)}._relatedImgWrapper_uliy4_725{background:#fff;border-radius:var(--radius-md);overflow:hidden;margin-bottom:1rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0}._relatedImgWrapper_uliy4_725 img{width:100%;height:100%;object-fit:cover}._relatedInfo_uliy4_761{text-align:center}._relatedTitle_uliy4_769{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}._relatedPrice_uliy4_785{color:var(--color-primary);font-weight:700}._writeReviewForm_uliy4_797{background:#f9f9f9;padding:1.5rem;border-radius:var(--radius-md);margin-bottom:2rem;border:1px solid #eee}._writeReviewForm_uliy4_797 h4{margin-bottom:1rem;font-family:var(--font-heading);color:var(--color-text)}._ratingInput_uliy4_825{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._starRating_uliy4_839{display:flex;gap:.25rem}._reviewTextarea_uliy4_849{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:var(--radius-md);margin-bottom:1rem;font-family:inherit;resize:vertical}._submitReviewBtn_uliy4_869{background:var(--color-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);cursor:pointer;font-weight:600;transition:opacity .2s}._submitReviewBtn_uliy4_869:hover{opacity:.9}._pageContainer_1vkm6_1{min-height:100vh;padding:3rem 1.5rem 6rem;background-color:#f9fdf9}._maxContainer_1vkm6_13{max-width:1200px;margin:0 auto}._title_1vkm6_23{font-family:var(--font-heading, serif);font-size:2.5rem;color:#1a4d2e;margin-bottom:2rem}._emptyContainer_1vkm6_39{min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._emptyTitle_1vkm6_57{font-family:var(--font-heading, serif);font-size:2rem;color:#333;margin-bottom:1rem}._emptyText_1vkm6_71{color:#666;margin-bottom:2rem}._shopBtn_1vkm6_81{padding:1rem 2rem;background-color:#1a4d2e;color:#fff;font-weight:600;text-decoration:none;border-radius:2rem;transition:all .2s}._shopBtn_1vkm6_81:hover{background-color:#143d24;transform:translateY(-2px);box-shadow:0 5px 15px #1a4d2e33}._cartGrid_1vkm6_115{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:992px){._cartGrid_1vkm6_115{grid-template-columns:1fr 350px}}._itemsColumn_1vkm6_139{display:flex;flex-direction:column;gap:1.5rem}._cartItem_1vkm6_153{display:flex;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 10px #00000008;border:1px solid rgba(0,0,0,.05);align-items:center;gap:1.5rem}._itemImage_1vkm6_175{width:100px;height:100px;object-fit:cover;border-radius:.75rem}._itemInfo_1vkm6_189{flex:1}._itemName_1vkm6_197{font-weight:600;font-size:1.1rem;color:#333;margin-bottom:.25rem}._itemPrice_1vkm6_211{color:#1a4d2e;font-weight:500}._controls_1vkm6_223{display:flex;align-items:center;gap:1rem}._quantityGroup_1vkm6_235{display:flex;align-items:center;background-color:#f5f5f5;border-radius:.5rem;overflow:hidden}._qtyBtn_1vkm6_251{padding:.5rem .75rem;border:none;background:none;cursor:pointer;color:#333;display:flex;align-items:center;transition:background-color .2s}._qtyBtn_1vkm6_251:hover{background-color:#e0e0e0}._quantity_1vkm6_235{width:2rem;text-align:center;font-weight:600;font-size:.9rem}._removeBtn_1vkm6_295{padding:.5rem;border:none;background:#fff;color:#ef4444;border-radius:50%;cursor:pointer;transition:all .2s;box-shadow:0 2px 5px #0000000d}._removeBtn_1vkm6_295:hover{background-color:#fef2f2;transform:scale(1.1)}._summaryCard_1vkm6_329{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 30px #0000000d;height:fit-content;position:sticky;top:2rem}._summaryTitle_1vkm6_349{font-family:var(--font-heading, serif);font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}._summaryRow_1vkm6_365{display:flex;justify-content:space-between;margin-bottom:1rem;color:#555;font-size:.95rem}._summaryRow_1vkm6_365._total_1vkm6_381{font-size:1.25rem;font-weight:700;color:#333;margin-top:1.5rem;margin-bottom:2rem;border-top:1px dashed #ddd;padding-top:1.5rem}._checkoutBtn_1vkm6_401{width:100%;padding:1rem;background-color:#1a4d2e;color:#fff;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:background-color .2s}._checkoutBtn_1vkm6_401:hover{background-color:#143d24}._pageContainer_azrof_1{min-height:100vh;padding:3rem 1.5rem 6rem;background-color:#f9fdf9}._maxContainer_azrof_13{max-width:1200px;margin:0 auto}._title_azrof_23{font-family:var(--font-heading, serif);font-size:2.5rem;color:#1a4d2e;margin-bottom:2rem}._layout_azrof_37{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:992px){._layout_azrof_37{grid-template-columns:1fr 380px;gap:5rem}}._formSection_azrof_65{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid rgba(0,0,0,.05)}._sectionTitle_azrof_81{font-family:var(--font-heading, serif);font-size:1.5rem;color:#333;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}._formGroup_azrof_99{margin-bottom:1.5rem}._label_azrof_107{display:block;font-size:.9rem;font-weight:500;color:#555;margin-bottom:.5rem}._input_azrof_123{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;outline:none;transition:all .2s;background-color:#fdfdfd}._input_azrof_123:focus{border-color:#1a4d2e;box-shadow:0 0 0 3px #1a4d2e1a;background-color:#fff}._gridCols2_azrof_157{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._paymentOptions_azrof_171{display:flex;flex-direction:column;gap:1rem}._paymentOption_azrof_171{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:1px solid #ddd;border-radius:.75rem;cursor:pointer;transition:all .2s}._paymentOption_azrof_171:hover:not(._disabled_azrof_205){background-color:#f0f7f0;border-color:#1a4d2e}._paymentOption_azrof_171._selected_azrof_215{background-color:#f0f7f0;border-color:#1a4d2e;box-shadow:0 0 0 2px #1a4d2e}._paymentOption_azrof_171._disabled_azrof_205{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}._radio_azrof_239{accent-color:#1a4d2e;width:1.25rem;height:1.25rem}._summaryCard_azrof_253{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 30px #00000014;height:fit-content;position:sticky;top:2rem;border:1px solid rgba(0,0,0,.05)}._summaryTitle_azrof_275{font-family:var(--font-heading, serif);font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}._cartItems_azrof_291{margin-bottom:2rem;max-height:300px;overflow-y:auto;padding-right:.5rem}._summaryItem_azrof_305{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;padding-bottom:1rem;border-bottom:1px dashed #eee}._summaryItemName_azrof_323{color:#333;font-weight:500}._summaryItemPrice_azrof_333{color:#666}._summaryRow_azrof_341{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#555;font-size:.95rem}._summaryRow_azrof_341._total_azrof_357{font-size:1.25rem;font-weight:700;color:#333;margin-top:1.5rem;margin-bottom:2rem;border-top:2px solid #f0f0f0;padding-top:1.5rem}._placeOrderBtn_azrof_377{display:block;width:100%;padding:1rem;background-color:#1a4d2e;color:#fff;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;text-align:center;transition:background-color .2s}._placeOrderBtn_azrof_377:hover{background-color:#143d24}._placeOrderBtn_azrof_377:disabled{background-color:#ccc;cursor:not-allowed}._successContainer_azrof_427{text-align:center;padding:2rem}._successIcon_azrof_437{width:80px;height:80px;background-color:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}._pageContainer_12dq0_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fcfcfc;padding:2rem}._authCard_12dq0_19{display:flex;background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px -10px #0000001a;overflow:hidden;width:100%;max-width:1000px;min-height:600px}._imageSide_12dq0_43{display:none;flex:1;background-color:#1a4d2e;position:relative;overflow:hidden}@media(min-width:992px){._imageSide_12dq0_43{display:block}}@media(max-width:600px){._pageContainer_12dq0_1{padding:1rem;overflow-x:hidden}._formSide_12dq0_85{padding:1.5rem 1rem}._title_12dq0_93{font-size:1.8rem}._gridCols2_12dq0_103{grid-template-columns:1fr}._authCard_12dq0_19{min-height:auto;width:100%;max-width:100%}._input_12dq0_127{width:100%;box-sizing:border-box}}._authImage_12dq0_141{width:100%;height:100%;object-fit:cover;opacity:.8}._imageOverlay_12dq0_155{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1a4d2e66,#1a4d2ecc);display:flex;flex-direction:column;justify-content:center;padding:3rem;color:#fff}._quote_12dq0_183{font-family:var(--font-heading, serif);font-size:2rem;margin-bottom:1rem;line-height:1.4}._author_12dq0_197{font-size:1rem;opacity:.9;font-style:italic}._formSide_12dq0_85{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center}._title_12dq0_93{font-family:var(--font-heading, serif);font-size:2.5rem;color:#1a4d2e;margin-bottom:.5rem}._subtitle_12dq0_241{color:#666;margin-bottom:2.5rem}._form_12dq0_85{display:flex;flex-direction:column;gap:1.5rem}._formGroup_12dq0_263{display:flex;flex-direction:column;gap:.5rem}._label_12dq0_275{font-size:.9rem;font-weight:500;color:#333}._input_12dq0_127{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:.5rem;font-size:1rem;outline:none;transition:all .2s;background-color:#f9f9f9}._input_12dq0_127:focus{border-color:#1a4d2e;background-color:#fff;box-shadow:0 0 0 3px #1a4d2e1a}._checkboxContainer_12dq0_319{display:flex;align-items:center;justify-content:space-between;font-size:.9rem}._checkboxLabel_12dq0_333{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#555}._forgotLink_12dq0_349{color:#1a4d2e;text-decoration:none;font-weight:500}._submitBtn_12dq0_361{padding:1rem;background-color:#1a4d2e;color:#fff;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem}._submitBtn_12dq0_361:hover{background-color:#143d24}._footer_12dq0_395{text-align:center;margin-top:2rem;color:#666;font-size:.9rem}._link_12dq0_409{color:#1a4d2e;font-weight:600;text-decoration:none}._link_12dq0_409:hover{text-decoration:underline}._gridCols2_12dq0_103{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._pageContainer_108fc_1{min-height:100vh;background-color:#fff;color:#333}._heroSection_108fc_15{background:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:2rem}._heroTitle_108fc_45{font-family:var(--font-heading, serif);font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._heroSubtitle_108fc_61{font-size:1.25rem;max-width:700px;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._section_108fc_77{padding:6rem 1.5rem}._bgLight_108fc_85{background-color:#f9fdf9}._container_108fc_93{max-width:1200px;margin:0 auto}._splitLayout_108fc_103{display:flex;flex-direction:column;gap:4rem;align-items:center}@media(min-width:992px){._splitLayout_108fc_103{flex-direction:row;gap:6rem}._splitLayout_108fc_103._reverse_108fc_129{flex-direction:row-reverse}}._textContent_108fc_139{flex:1}._imageContent_108fc_147{flex:1;position:relative;width:100%}._imageWrapper_108fc_159{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px -10px #00000026}._storyImg_108fc_173{width:100%;height:auto;display:block;transition:transform .7s ease}._imageWrapper_108fc_159:hover ._storyImg_108fc_173{transform:scale(1.05)}._sectionTitle_108fc_195{font-family:var(--font-heading, serif);font-size:2.5rem;color:#1a4d2e;margin-bottom:1.5rem;position:relative}._sectionTitle_108fc_195:after{content:"";display:block;width:60px;height:4px;background-color:var(--color-accent, #c5a47e);margin-top:1rem}._text_108fc_139{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}._statsSection_108fc_245{background-color:#1a4d2e;color:#fff;padding:4rem 1.5rem}._statsGrid_108fc_257{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center;max-width:1000px;margin:0 auto}._statItem_108fc_275{display:flex;flex-direction:column;gap:.5rem}._statNumber_108fc_287{font-size:3rem;font-weight:700;font-family:var(--font-heading, serif);color:#e8f5e9}._statLabel_108fc_301{font-size:1rem;text-transform:uppercase;letter-spacing:2px;opacity:.9}._valuesGrid_108fc_317{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}._valueCard_108fc_331{background:#fff;padding:2.5rem;border-radius:1rem;text-align:center;box-shadow:0 10px 30px -10px #00000014;transition:transform .3s ease;border-top:5px solid transparent}._valueCard_108fc_331:hover{transform:translateY(-10px);border-top-color:#1a4d2e}._valueIcon_108fc_361{font-size:3rem;margin-bottom:1.5rem;color:#1a4d2e}._valueTitle_108fc_373{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}._valueDesc_108fc_387{color:#666;line-height:1.6}._pageContainer_131tr_1{min-height:100vh;padding:3rem 1.5rem 6rem;background-color:#fcfcfc}._maxContainer_131tr_13{max-width:1200px;margin:0 auto}._headerSection_131tr_23{text-align:center;margin-bottom:4rem}._pageTitle_131tr_33{font-family:var(--font-heading, serif);font-size:3rem;color:#1a4d2e;margin-bottom:1rem}._pageSubtitle_131tr_47{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}._layout_131tr_61{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:992px){._layout_131tr_61{grid-template-columns:1fr 1.2fr;gap:6rem}}._infoColumn_131tr_89{display:flex;flex-direction:column;gap:3rem}._infoCard_131tr_101{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid rgba(0,0,0,.05)}._infoTitle_131tr_117{font-family:var(--font-heading, serif);font-size:1.5rem;color:#1a4d2e;margin-bottom:1.5rem;border-bottom:2px solid #f0f7f0;padding-bottom:.5rem;display:inline-block}._contactItem_131tr_137{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;color:#555}._iconWrapper_131tr_153{width:40px;height:40px;background-color:#f0f7f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a4d2e;flex-shrink:0}._contactLabel_131tr_177{display:block;font-weight:600;color:#333;margin-bottom:.25rem;font-size:.9rem}._formCard_131tr_195{background:#fff;padding:3rem;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._formTitle_131tr_209{font-family:var(--font-heading, serif);font-size:2rem;color:#333;margin-bottom:2rem}._formGroup_131tr_223{margin-bottom:1.5rem}._label_131tr_231{display:block;font-size:.9rem;color:#555;margin-bottom:.5rem;font-weight:500}._input_131tr_247,._textarea_131tr_249{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s;background-color:#fdfdfd}._input_131tr_247:focus,._textarea_131tr_249:focus{border-color:#1a4d2e;box-shadow:0 0 0 3px #1a4d2e1a;background-color:#fff}._textarea_131tr_249{min-height:150px;resize:vertical}._submitBtn_131tr_295{width:100%;padding:1rem;background-color:#1a4d2e;color:#fff;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem}._submitBtn_131tr_295:hover{background-color:#143d24}._submitBtn_131tr_295:disabled{opacity:.7;cursor:not-allowed}._submitBtn_131tr_295{display:flex;align-items:center;justify-content:center;gap:.75rem}._successMessage_131tr_355{text-align:center;padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._successMessage_131tr_355 h3{font-size:1.5rem;color:#1a4d2e;margin:0}._successMessage_131tr_355 p{color:#666;line-height:1.6}._errorMessage_131tr_395{background-color:#fef2f2;color:#b91c1c;padding:1rem;border-radius:.5rem;margin-bottom:2rem;border:1px solid #fee2e2;font-size:.95rem}._spin_131tr_415{animation:_spin_131tr_415 1s linear infinite}@keyframes _spin_131tr_415{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._mapSection_131tr_435{margin-top:6rem}._mapContainer_131tr_443{width:100%;height:400px;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}._iframe_131tr_459{width:100%;height:100%;border:0}._pageContainer_f0aw8_1{padding:3rem 1.5rem 6rem;min-height:100vh;background-color:#fcfcfc}._maxContainer_f0aw8_13{max-width:900px;margin:0 auto}._headerBanner_f0aw8_23{text-align:center;margin-bottom:4rem}._pageTitle_f0aw8_33{font-family:var(--font-heading, serif);font-size:3rem;color:#1a4d2e;margin-bottom:1rem}._pageSubtitle_f0aw8_47{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}._listContainer_f0aw8_65{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){._listContainer_f0aw8_65{grid-template-columns:repeat(2,1fr)}}._treatmentItem_f0aw8_89{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column}._treatmentItem_f0aw8_89._expanded_f0aw8_111{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#1a4d2e33;grid-column:span 1}@media(min-width:768px){._treatmentItem_f0aw8_89._expanded_f0aw8_111{grid-column:span 2}}._itemHeader_f0aw8_145{padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:#fff;transition:background-color .2s}._itemHeader_f0aw8_145:hover{background-color:#f9fdf9}._headerContent_f0aw8_173{display:flex;align-items:center;gap:1.5rem}._iconWrapper_f0aw8_185{width:60px;height:60px;background-color:#f0f7f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a4d2e;font-size:1.8rem;flex-shrink:0}._title_f0aw8_211{font-family:var(--font-heading, serif);font-size:1.4rem;font-weight:600;color:#333;margin-bottom:.25rem}._shortDesc_f0aw8_227{font-size:.95rem;color:#777;margin:0;display:none}@media(min-width:768px){._shortDesc_f0aw8_227{display:block}}._expandIcon_f0aw8_255{color:#1a4d2e;transition:transform .3s ease}._treatmentItem_f0aw8_89._expanded_f0aw8_111 ._expandIcon_f0aw8_255{transform:rotate(180deg)}._contentWrapper_f0aw8_275{height:0;overflow:hidden;transition:height .4s ease}._contentInner_f0aw8_287{padding:0 2rem 2rem;border-top:1px solid #f0f0f0}@media(max-width:768px){._contentInner_f0aw8_287{padding:0 1.5rem 1.5rem}}._treatmentMainImg_f0aw8_309{width:100%;height:300px;object-fit:cover;border-radius:1rem;margin-top:1.5rem;margin-bottom:1.5rem}._detailSection_f0aw8_327{margin-top:0}._detailText_f0aw8_335{color:#555;line-height:1.7;margin-bottom:1.5rem}._benefitsList_f0aw8_347{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}._benefitItem_f0aw8_361{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#444}._checkIcon_f0aw8_377{color:#1a4d2e;flex-shrink:0}._footerRow_f0aw8_387{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px dashed #e0e0e0}._duration_f0aw8_409{display:flex;align-items:center;gap:.5rem;color:#666;font-weight:500}._callBtn_f0aw8_425{background-color:#1a4d2e;color:#fff;padding:.75rem 2rem;border-radius:2rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.5rem;text-decoration:none}._callBtn_f0aw8_425:hover{background-color:#143d24}@media(max-width:768px){._pageTitle_f0aw8_33{font-size:2.2rem}._contentInner_f0aw8_287{flex-direction:column}._treatmentMainImg_f0aw8_309{width:100%;height:250px;max-width:none}._benefitsList_f0aw8_347{grid-template-columns:1fr}._footerRow_f0aw8_387{flex-direction:column;align-items:flex-start;gap:1rem}._callBtn_f0aw8_425{width:100%;justify-content:center}}._container_1e84z_1{padding:3rem 1.5rem;max-width:800px;margin:0 auto}._header_1e84z_13{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}._welcomeTitle_1e84z_33{color:#1a4d2e;font-size:2rem;margin:0 0 .5rem}._contactInfo_1e84z_45 p{margin:.5rem 0;color:#666;display:flex;align-items:center;gap:10px}._section_1e84z_61{margin-bottom:3rem}._sectionTitle_1e84z_69{font-size:1.5rem;color:#333;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}._addressGrid_1e84z_87{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}._addressCard_1e84z_101{border:1px solid #ddd;border-radius:8px;padding:1.5rem;position:relative;background:#fff}._addressCard_1e84z_101 h4{margin:0 0 .5rem;color:#1a4d2e}._addAddressBtn_1e84z_127{background:#1a4d2e;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500}._addressForm_1e84z_147{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1rem;display:grid;gap:1rem}._formGroup_1e84z_165{display:flex;flex-direction:column;gap:.5rem}._formGroup_1e84z_165 input{padding:.8rem;border:1px solid #ddd;border-radius:4px}._orderList_1e84z_191{display:flex;flex-direction:column;gap:1rem}._orderCard_1e84z_203{border:1px solid #eee;padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}._status_1e84z_221{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}._statusProcessing_1e84z_235{background:#fff3cd;color:#856404}._statusShipped_1e84z_245{background:#cce5ff;color:#004085}._statusDelivered_1e84z_255{background:#d4edda;color:#155724}._helpSection_1e84z_267{background:#e9ecef;padding:2rem;border-radius:8px}._logoutBtn_1e84z_279{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}._pageContainer_1yfc8_1{max-width:800px;margin:40px auto;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;line-height:1.8;color:#333}._title_1yfc8_23{font-family:var(--font-heading, serif);font-size:2.5rem;color:#1a4d2e;margin-bottom:30px;text-align:center;border-bottom:2px solid #f0f7f0;padding-bottom:15px}._section_1yfc8_43{margin-bottom:30px}._sectionTitle_1yfc8_51{font-size:1.4rem;color:#1a4d2e;margin-bottom:15px;font-weight:600}._text_1yfc8_65{margin-bottom:15px;color:#555;font-size:1.05rem}._list_1yfc8_77{margin-bottom:15px;padding-left:20px}._list_1yfc8_77 li{margin-bottom:8px;color:#555}@media(max-width:768px){._pageContainer_1yfc8_1{margin:20px;padding:25px}._title_1yfc8_23{font-size:2rem}}._container_1gldm_1{display:flex;min-height:100vh;background-color:#f4f6f9}._sidebar_1gldm_13{width:250px;background-color:#1a4d2e;color:#fff;display:flex;flex-direction:column;padding:1.5rem;position:fixed;height:100vh;overflow-y:auto}._brand_1gldm_39{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:gold;text-transform:uppercase;letter-spacing:1px}._nav_1gldm_59{display:flex;flex-direction:column;gap:.5rem;flex:1}._navLink_1gldm_73{text-decoration:none;color:#e2e8f0;padding:.8rem 1rem;border-radius:6px;display:flex;align-items:center;gap:10px;transition:all .2s}._navLink_1gldm_73:hover,._activeLink_1gldm_97{background-color:#ffffff1a;color:#fff}._navLink_1gldm_73 svg{opacity:.8}._content_1gldm_115{flex:1;margin-left:250px;padding:2rem}._header_1gldm_129{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1rem 2rem;border-radius:8px;box-shadow:0 2px 4px #00000005}._userMenu_1gldm_151{display:flex;align-items:center;gap:1rem}._tableCard_1gldm_165{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;overflow:hidden}._table_1gldm_165{width:100%;border-collapse:collapse}._table_1gldm_165 th,._table_1gldm_165 td{padding:1rem;text-align:left;border-bottom:1px solid #eee}._table_1gldm_165 th{background-color:#f8f9fa;font-weight:600;color:#444}._actionBtn_1gldm_215{border:none;background:none;cursor:pointer;padding:4px;border-radius:4px}._actionBtn_1gldm_215:hover{background-color:#eee}._btnPrimary_1gldm_239{background:#1a4d2e;color:#fff;padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer}
