@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@100;200;300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";
*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:#f7eee3;min-height:100vh;line-height:1;overflow-x:hidden}.main-layout-container{flex-direction:column;min-height:100vh;display:flex}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:The Seasons;src:url(../media/TheSeasons.70a1ea24.otf);font-weight:400;font-style:normal}@font-face{font-family:Handsome;src:url(../media/Handsome.a0c129a8.ttf);font-weight:400;font-style:normal}:root{--font-theseasons:"The Seasons",sans-serif;--font-opensans:"Open Sans",sans-serif;--font-handsome:"Handsome",sans-serif;--font-barlow:"Barlow",sans-serif;--font-family-playfair:"Playfair Display",serif;--font-family-inter:"Inter",sans-serif;--orange-1:#e1b8a0;--orange-2:#d99278;--orange-3:#f9f3eb;--orange-4:#c4825c;--orange-5:#d9a882;--orange-6:#c79a8b;--orange-7:#ecd9c1;--green-1:#49482a;--green-2:#8a8950;--red-1:#7a1f33;--green-gradient:linear-gradient(to bottom,#49482a,#6b6a3d);--orange-gradient:linear-gradient(#c4825c1a 0%,#d9a88226 100%);--container-max-width:1100px;--page-padding:20px;--grid-columns-tablet:3;--grid-gap-tablet:30px;--card-max-width:346px;--header-height:94px;--titlebox-width:720px;--tab-padding:16px 24px;--tab-font-size:16px;--card-height:512px;--card-img-height:258px}
.styles-module__hdN3kq__headerContainer{width:100%;height:var(--header-height,94px);background-color:#fff;justify-content:space-between;align-items:center;transition:height .3s;display:flex;box-shadow:0 8px 5px -4px #00000040}.styles-module__hdN3kq__brandSection{gap:15px;margin-left:26px;display:flex}.styles-module__hdN3kq__logoImage{border-radius:20px}.styles-module__hdN3kq__brandText{font-family:var(--font-family-inter);color:#000;flex-direction:column;gap:4px;margin-top:15px;font-weight:600;display:flex}.styles-module__hdN3kq__brandText h2{font-size:20px}.styles-module__hdN3kq__statusWrapper{align-items:center;gap:6px;display:flex}.styles-module__hdN3kq__statusDot{background-color:#00c950;border-radius:50%;width:8px;height:8px;display:inline-block}.styles-module__hdN3kq__statusWrapper p{font-family:var(--font-family-inter);letter-spacing:1px;color:var(--orange-2);margin-top:1px;font-size:9px;font-weight:700}.styles-module__hdN3kq__actionSection{flex-direction:row;align-items:center;gap:20px;margin-right:20px;display:flex}.styles-module__hdN3kq__cartButton{background-image:var(--green-gradient);width:118px;height:48px;color:var(--orange-7);font-family:var(--font-family-inter);letter-spacing:1px;cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:700;display:flex;position:relative;box-shadow:0 8px 16px #0000004d}.styles-module__hdN3kq__cartArea{position:relative}.styles-module__hdN3kq__cartIconWrapper{justify-content:center;align-items:center;display:flex;position:relative}.styles-module__hdN3kq__cartBadge{background:var(--orange-6);color:#fff;min-width:18px;height:18px;font-family:var(--font-family-inter);text-align:center;border-radius:999px;padding:0 4px;font-size:10px;font-weight:800;line-height:18px;animation:.3s cubic-bezier(.22,1,.36,1) styles-module__hdN3kq__badgePop;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px #c79a8b80}@keyframes styles-module__hdN3kq__badgePop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.styles-module__hdN3kq__btnChangeMode{color:var(--orange-4);font-weight:700;font-family:var(--font-family-inter);background:var(--orange-gradient);cursor:pointer;border:1px solid #ff6b6b33;border-radius:20px;justify-content:center;align-items:center;gap:8px;width:118px;height:48px;font-size:11px;text-decoration:none;display:flex}.styles-module__hdN3kq__btnChangeMode:hover{opacity:.8}@media (max-width:1024px){.styles-module__hdN3kq__brandSection{gap:12px;margin-left:16px}.styles-module__hdN3kq__logoImage{width:50px;height:50px}.styles-module__hdN3kq__brandText h2{font-size:16px}.styles-module__hdN3kq__brandText p{font-size:10px}.styles-module__hdN3kq__cartButton{gap:8px;width:100px;height:42px;font-size:11px}.styles-module__hdN3kq__actionSection{gap:14px;margin-right:14px}.styles-module__hdN3kq__btnChangeMode{gap:6px;padding:10px 14px;font-size:11px}}@media (max-width:768px){.styles-module__hdN3kq__brandSection{gap:10px;margin-left:12px}.styles-module__hdN3kq__logoImage{width:45px;height:45px}.styles-module__hdN3kq__brandText h2{font-size:14px}.styles-module__hdN3kq__brandText p{font-size:9px}.styles-module__hdN3kq__statusWrapper p{font-size:8px}.styles-module__hdN3kq__statusDot{width:6px;height:6px}.styles-module__hdN3kq__cartButton{gap:6px;width:90px;height:38px;font-size:10px}.styles-module__hdN3kq__actionSection{gap:10px;margin-right:10px}.styles-module__hdN3kq__btnChangeMode{gap:5px;padding:8px 12px;font-size:10px}.styles-module__hdN3kq__cartBadge{width:18px;height:18px;font-size:10px;top:-4px;right:-4px}}@media (max-width:480px){.styles-module__hdN3kq__headerContainer{height:60px;box-shadow:0 4px 3px -2px #00000026}.styles-module__hdN3kq__brandSection{gap:8px;margin-left:8px}.styles-module__hdN3kq__logoImage{border-radius:12px;width:40px;height:40px}.styles-module__hdN3kq__brandText h2{font-size:12px}.styles-module__hdN3kq__brandText p{font-size:8px}.styles-module__hdN3kq__cartButton{width:80px;height:35px;font-size:9px}.styles-module__hdN3kq__actionSection{gap:8px;margin-right:8px}}
.styles-module__DKwFTW__modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;visibility:hidden;opacity:0;background-color:#00000059;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.styles-module__DKwFTW__modal.styles-module__DKwFTW__open{visibility:visible;opacity:1}.styles-module__DKwFTW__container{z-index:1000;background-color:#f7f5f0;flex-direction:column;width:100%;max-width:400px;height:100vh;transition:right .4s cubic-bezier(.23,1,.32,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000001a}.styles-module__DKwFTW__container.styles-module__DKwFTW__slideIn{right:0}.styles-module__DKwFTW__header{background:var(--green-gradient);color:#f7f5f0;justify-content:space-between;align-items:center;padding:22px 20px;display:flex}.styles-module__DKwFTW__titleGroup{align-items:center;gap:12px;display:flex}.styles-module__DKwFTW__headerIconWrapper{background-color:#ffffff26;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.styles-module__DKwFTW__cartIcon{font-size:18px}.styles-module__DKwFTW__header h1{font-family:var(--font-family-playfair);letter-spacing:1.5px;color:var(--orange-7);text-transform:uppercase;margin:0;font-size:16px;font-weight:700}.styles-module__DKwFTW__closeButton{color:var(--orange-7);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;font-size:22px;transition:all .2s;display:flex}.styles-module__DKwFTW__closeButton:hover{background:#ffffff1a}.styles-module__DKwFTW__cartEmpty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.styles-module__DKwFTW__emptyIconWrapper{background-color:#efe9db;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex;box-shadow:0 8px 24px #00000014}.styles-module__DKwFTW__cartIconLarge{color:#999;opacity:.6;font-size:32px}.styles-module__DKwFTW__cartEmpty h2{font-family:var(--font-inter);color:#333;margin:0 0 8px;font-size:18px;font-weight:700}.styles-module__DKwFTW__cartEmpty p{font-family:var(--font-inter);color:#999;font-size:13px;font-weight:500}.styles-module__DKwFTW__cartFilled{flex-direction:column;flex:1;display:flex;overflow:hidden}.styles-module__DKwFTW__itemsList{scrollbar-width:thin;scrollbar-color:#ddd transparent;flex-direction:column;flex:1;gap:12px;padding:20px 18px;display:flex;overflow-y:auto}.styles-module__DKwFTW__itemsList::-webkit-scrollbar{width:6px}.styles-module__DKwFTW__itemsList::-webkit-scrollbar-track{background:0 0}.styles-module__DKwFTW__itemsList::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.styles-module__DKwFTW__info{border-top:1px solid #eee;border-bottom:1px solid #eee;flex-direction:column;gap:12px;margin:0 18px;padding:16px 0;display:flex}.styles-module__DKwFTW__subtotal{justify-content:space-between;align-items:center;display:flex}.styles-module__DKwFTW__subtotal span{font-family:var(--font-inter);color:#999;letter-spacing:.8px;text-transform:uppercase;font-size:11px;font-weight:700}.styles-module__DKwFTW__subtotal p{font-family:var(--font-inter);color:#333;font-size:16px;font-weight:800}.styles-module__DKwFTW__footerSection{border-top:1px solid #eee;flex-direction:column;gap:12px;padding:18px;display:flex}.styles-module__DKwFTW__total{justify-content:space-between;align-items:flex-end;gap:8px;margin-bottom:4px;display:flex}.styles-module__DKwFTW__total span{font-family:var(--font-inter);color:#999;letter-spacing:.8px;text-transform:uppercase;font-size:12px;font-weight:700}.styles-module__DKwFTW__total p{font-family:var(--font-inter);color:#333;font-size:24px;font-weight:800}.styles-module__DKwFTW__finalizeBtn{color:#fff;font-family:var(--font-inter);letter-spacing:.8px;cursor:pointer;background:var(--green-gradient);text-transform:uppercase;border:none;border-radius:8px;padding:14px 16px;font-size:13px;font-weight:700;transition:all .25s;box-shadow:0 4px 12px #49482a40}.styles-module__DKwFTW__finalizeBtn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #49482a59}.styles-module__DKwFTW__finalizeBtn:active{transform:translateY(0)}.styles-module__DKwFTW__continueBtn{font-family:var(--font-inter);color:#999;letter-spacing:.6px;cursor:pointer;text-transform:uppercase;background:0 0;border:none;font-size:12px;font-weight:700;transition:color .2s}@media (min-width:738px) and (max-width:902px) and (orientation:portrait),(min-width:738px) and (max-width:902px) and (min-height:1062px) and (max-height:1298px){.styles-module__DKwFTW__container{max-width:420px}}@media (min-width:1062px) and (max-width:1298px) and (orientation:landscape),(min-width:1062px) and (max-width:1298px) and (min-height:738px) and (max-height:902px){.styles-module__DKwFTW__container{max-width:480px}}@media (max-width:1024px){.styles-module__DKwFTW__container{max-width:450px}.styles-module__DKwFTW__header{padding:18px 16px}.styles-module__DKwFTW__header h1{font-size:15px}.styles-module__DKwFTW__itemsList{gap:10px;padding:16px 14px}.styles-module__DKwFTW__info{gap:10px;margin:0 14px;padding:12px 0}.styles-module__DKwFTW__subtotal span{font-size:10px}.styles-module__DKwFTW__subtotal p{font-size:15px}.styles-module__DKwFTW__footerSection{gap:10px;padding:14px}.styles-module__DKwFTW__total span{font-size:11px}.styles-module__DKwFTW__total p{font-size:18px}}@media (max-width:768px){.styles-module__DKwFTW__container{max-width:85vw}.styles-module__DKwFTW__header{padding:16px 14px}.styles-module__DKwFTW__headerIconWrapper{width:28px;height:28px}.styles-module__DKwFTW__cartIcon{font-size:16px}.styles-module__DKwFTW__header h1{font-size:14px}.styles-module__DKwFTW__closeButton{font-size:20px}.styles-module__DKwFTW__itemsList{gap:8px;padding:14px 12px}.styles-module__DKwFTW__info{gap:8px;margin:0 12px;padding:10px 0}.styles-module__DKwFTW__subtotal span{font-size:9px}.styles-module__DKwFTW__subtotal p{font-size:13px}.styles-module__DKwFTW__footerSection{gap:8px;padding:12px}.styles-module__DKwFTW__total span{font-size:10px}.styles-module__DKwFTW__total p{font-size:16px}.styles-module__DKwFTW__finalizeBtn,.styles-module__DKwFTW__continueBtn{padding:10px;font-size:12px}.styles-module__DKwFTW__cartEmpty h2{font-size:16px}.styles-module__DKwFTW__cartEmpty p{font-size:12px}.styles-module__DKwFTW__emptyIconWrapper{width:60px;height:60px}.styles-module__DKwFTW__cartIconLarge{font-size:28px}}@media (max-width:480px){.styles-module__DKwFTW__container{max-width:100vw}}.styles-module__DKwFTW__continueBtn:hover{color:#666}
.styles-module__Wzpdaa__card{background-color:#fff;border:1px solid #0000000d;border-radius:16px;flex-shrink:0;align-items:center;gap:12px;width:330px;height:100px;margin-bottom:12px;padding:10px 12px;display:flex;box-shadow:0 1px 3px #0000001a}.styles-module__Wzpdaa__imageBox{object-fit:cover;background-color:#efe9db;border-radius:12px;flex-shrink:0;width:80px;height:80px}.styles-module__Wzpdaa__middleColumn{flex-direction:column;flex:1;justify-content:space-between;height:80px;display:flex;overflow:hidden}.styles-module__Wzpdaa__textGroup{flex-direction:column;gap:2px;display:flex}.styles-module__Wzpdaa__middleColumn h2{font-family:var(--font-inter),sans-serif;color:var(--green-1);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.styles-module__Wzpdaa__details{font-family:var(--font-inter),sans-serif;color:var(--green-2);margin:0;font-size:10px;font-weight:700}.styles-module__Wzpdaa__attributesList{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.styles-module__Wzpdaa__attributeTag{font-family:var(--font-inter),sans-serif;color:var(--orange-4);background-color:var(--orange-3);text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.styles-module__Wzpdaa__quantityControl{background-color:#f7f5f0;border:1px solid #ebe5d8;border-radius:20px;justify-content:space-between;align-items:center;width:75px;padding:2px 8px;display:flex}.styles-module__Wzpdaa__quantityControl button{color:var(--green-1);cursor:pointer;background:0 0;border:none;padding:4px;font-size:14px;transition:color .2s,cursor .2s}.styles-module__Wzpdaa__quantityControl button:disabled,.styles-module__Wzpdaa__disabledButton{color:#ccc;cursor:not-allowed;opacity:.5}.styles-module__Wzpdaa__quantityControl span{font-family:var(--font-inter),sans-serif;color:var(--green-1);font-size:14px;font-weight:700}.styles-module__Wzpdaa__rightColumn{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-end;width:70px;height:80px;display:flex}.styles-module__Wzpdaa__removeBtn{font-family:var(--font-inter),sans-serif;color:var(--green-1);cursor:pointer;letter-spacing:.5px;background:0 0;border:none;margin-top:2px;font-size:10px;font-weight:800}.styles-module__Wzpdaa__price{font-family:var(--font-inter),sans-serif;color:var(--green-1);font-size:16px;font-weight:800}@media (max-width:1024px){.styles-module__Wzpdaa__card{gap:10px;width:100%;max-width:380px;height:95px;padding:10px}.styles-module__Wzpdaa__imageBox{width:75px;height:75px}.styles-module__Wzpdaa__middleColumn{height:75px}.styles-module__Wzpdaa__middleColumn h2{font-size:13px}.styles-module__Wzpdaa__details{font-size:9px}.styles-module__Wzpdaa__attributeTag{padding:2px 4px;font-size:8px}.styles-module__Wzpdaa__quantityControl{gap:4px;width:70px}.styles-module__Wzpdaa__quantityControl button{padding:2px;font-size:12px}.styles-module__Wzpdaa__quantityControl span{font-size:12px}.styles-module__Wzpdaa__rightColumn{width:65px;height:75px}.styles-module__Wzpdaa__removeBtn{font-size:9px}.styles-module__Wzpdaa__price{font-size:14px}}@media (max-width:768px){.styles-module__Wzpdaa__card{gap:8px;width:100%;height:90px;padding:8px}.styles-module__Wzpdaa__imageBox{width:70px;height:70px}.styles-module__Wzpdaa__middleColumn{gap:2px;height:70px}.styles-module__Wzpdaa__middleColumn h2{font-size:12px}.styles-module__Wzpdaa__details{font-size:8px}.styles-module__Wzpdaa__attributeTag{padding:1px 3px;font-size:7px}.styles-module__Wzpdaa__quantityControl{gap:3px;width:65px;padding:1px 6px}.styles-module__Wzpdaa__quantityControl button{padding:1px;font-size:11px}.styles-module__Wzpdaa__quantityControl span{font-size:11px}.styles-module__Wzpdaa__rightColumn{width:60px;height:70px}.styles-module__Wzpdaa__removeBtn{font-size:8px}.styles-module__Wzpdaa__price{font-size:12px}}@media (max-width:480px){.styles-module__Wzpdaa__card{width:100%;height:85px}.styles-module__Wzpdaa__imageBox{width:65px;height:65px}.styles-module__Wzpdaa__middleColumn,.styles-module__Wzpdaa__rightColumn{height:65px}}
.styles-module__iQ2_0a__container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:320px;display:flex;position:absolute;top:calc(100% + 12px);right:0}.styles-module__iQ2_0a__toast{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:var(--font-family-inter);border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:14px 16px;animation:.35s cubic-bezier(.22,1,.36,1) forwards styles-module__iQ2_0a__slideIn;display:flex;box-shadow:0 8px 28px #0000002e}.styles-module__iQ2_0a__success{color:#d4edda;background:linear-gradient(135deg,#2d4a2d 0%,#3d5e3d 100%);border:1px solid #64b46459}.styles-module__iQ2_0a__success .styles-module__iQ2_0a__iconWrapper{color:#7ddb8e}.styles-module__iQ2_0a__error{color:#f8d7da;background:linear-gradient(135deg,#5a1a1a 0%,#7a2929 100%);border:1px solid #dc646459}.styles-module__iQ2_0a__error .styles-module__iQ2_0a__iconWrapper{color:#f5838a}.styles-module__iQ2_0a__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__iQ2_0a__message{letter-spacing:.2px;flex:1;font-size:.82rem;font-weight:600;line-height:1.35}.styles-module__iQ2_0a__closeButton{width:24px;height:24px;color:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.styles-module__iQ2_0a__closeButton:hover{background:#fff3}@keyframes styles-module__iQ2_0a__slideIn{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.styles-module__iQ2_0a__container{width:280px;right:-10px}.styles-module__iQ2_0a__toast{border-radius:12px;padding:12px 14px}.styles-module__iQ2_0a__message{font-size:.78rem}}
