.Productone-module___alQSq__container{background-color:#f8f8f8;flex-direction:column;min-height:180vh;display:flex;position:relative}.Productone-module___alQSq__stickyWrapper{width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.Productone-module___alQSq__scrollSpacer{pointer-events:none;height:0}.Productone-module___alQSq__imageSection{background-color:#fff;flex:1;justify-content:center;align-items:center;display:flex}.Productone-module___alQSq__productWrapper{width:456px;padding:135px 0 40px;transition:transform .8s cubic-bezier(.4,0,.2,1);position:relative}.Productone-module___alQSq__mainImage{width:100%;height:auto;display:block}.Productone-module___alQSq__detailsSection{flex:1;justify-content:center;align-items:center;display:flex;position:relative;top:50px}.Productone-module___alQSq__cardWrapper{justify-content:center;align-items:center;width:100%;max-width:500px;height:min(650px,100vh - 80px);display:flex;position:relative}.Productone-module___alQSq__card{background:#fff;flex-direction:column;gap:25px;width:100%;max-width:450px;height:fit-content;margin:auto;padding:46px 61px;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0}.Productone-module___alQSq__card1Show{opacity:1;visibility:visible;z-index:2;transform:translateY(0)}.Productone-module___alQSq__card1Hide{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-40px)}.Productone-module___alQSq__card2Show{opacity:1;visibility:visible;z-index:2;overflow-y:auto;transform:translateY(0)}.Productone-module___alQSq__card2Hide{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(40px)}.Productone-module___alQSq__headerGroup{flex-direction:column;gap:8px;display:flex}.Productone-module___alQSq__title{color:var(--primary-color);font-size:var(--fs-24);font-weight:600;font-family:var(--font-montserrat);margin:0}.Productone-module___alQSq__tastingNotes{color:var(--text-secondary);font-size:var(--fs-18);font-family:var(--font-raleway);margin:0;font-weight:400}.Productone-module___alQSq__selectionGroup{flex-direction:column;gap:20px;display:flex}.Productone-module___alQSq__priceRow{align-items:baseline;display:flex}.Productone-module___alQSq__sizeSection{flex-direction:column;gap:16px;display:flex}.Productone-module___alQSq__actionRow{gap:16px;display:flex}.Productone-module___alQSq__divider{border:0;border-top:1px solid var(--text-secondary);opacity:.25;margin:0}.Productone-module___alQSq__buyLabel{color:var(--primary-color);font-family:var(--font-raleway);font-size:var(--fs-18);margin-right:15px;font-weight:400}.Productone-module___alQSq__price{font-weight:600;font-size:var(--fs-24);font-family:var(--font-montserrat);color:var(--text-primary)}.Productone-module___alQSq__label{color:var(--text-secondary);font-weight:400;font-size:var(--fs-18);font-family:var(--font-raleway)}.Productone-module___alQSq__buttonGroup{gap:16px;display:flex}.Productone-module___alQSq__highlightSelectGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.Productone-module___alQSq__dropdownField{flex-direction:column;gap:10px;min-width:0;display:flex}.Productone-module___alQSq__customSelect{position:relative}.Productone-module___alQSq__selectTrigger{border:1px solid var(--primary-color);width:100%;min-height:48px;color:var(--primary-color);cursor:pointer;font-size:var(--fs-16);font-family:var(--font-raleway);text-align:left;background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-weight:400;transition:border-color .2s,color .2s;display:flex}.Productone-module___alQSq__selectTrigger span{text-overflow:ellipsis;white-space:nowrap;color:var(--primary-color);overflow:hidden}.Productone-module___alQSq__selectTrigger:hover,.Productone-module___alQSq__selectTrigger.Productone-module___alQSq__selectOpen{border-color:var(--primary-color)}.Productone-module___alQSq__selectHasValue{color:var(--text-primary)}.Productone-module___alQSq__selectChevron{color:var(--primary-color);flex-shrink:0;transition:transform .2s}.Productone-module___alQSq__selectOpen .Productone-module___alQSq__selectChevron{transform:rotate(180deg)}.Productone-module___alQSq__selectMenu{z-index:20;pointer-events:none;opacity:0;border:1px solid var(--primary-color);background:#fff;max-height:0;transition:max-height .25s,opacity .2s,transform .2s;position:absolute;top:calc(100% - 1px);left:0;right:0;overflow:hidden;transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.Productone-module___alQSq__selectMenuOpen{pointer-events:auto;opacity:1;max-height:180px;overflow-y:auto;transform:translateY(0)}.Productone-module___alQSq__selectOption{color:#414343;cursor:pointer;width:100%;font-size:var(--fs-16);font-family:var(--font-raleway);text-align:left;background:#fff;border:0;padding:11px 14px}.Productone-module___alQSq__selectOption:hover,.Productone-module___alQSq__selectedOption{color:#c4754e;background:#c4754e1a}.Productone-module___alQSq__sizeButton{color:#c4754e;font-size:16px;font-weight:400;font-family:var(--font-raleway);cursor:pointer;background:0 0;border:1px solid #c4754e;padding:12px 16px}.Productone-module___alQSq__activeSize{background:var(--primary-color);color:#fff}.Productone-module___alQSq__quantityPicker{border:1px solid var(--primary-color);color:var(--primary-color);grid-template-columns:auto 36px auto;align-items:center;display:grid}.Productone-module___alQSq__quantityPicker button{cursor:pointer;color:var(--primary-color);background:0 0;border:none;outline:none;padding:13px 15px;transition:background-color .2s,color .2s}.Productone-module___alQSq__quantityPicker button:focus{outline:none}@media (hover:hover){.Productone-module___alQSq__quantityPicker button:hover:not(:disabled){background-color:var(--primary-color);color:#fff}}.Productone-module___alQSq__quantityPicker button:active:not(:disabled){background-color:var(--primary-color);color:#fff}.Productone-module___alQSq__quantityPicker button:disabled{color:#c0b9b9;cursor:default}.Productone-module___alQSq__addToCart{background-color:var(--primary-color);color:#fff;cursor:pointer;font-size:16px;font-family:var(--font-raleway);border:none;flex-grow:1;padding:12px 99px;font-weight:600}.Productone-module___alQSq__outOfStockBtn{background-color:var(--primary-color);opacity:.5;font-size:16px;font-family:var(--font-raleway);cursor:not-allowed;color:#fff;border:none;flex-grow:1;padding:12px 99px;font-weight:600}.Productone-module___alQSq__specsTable{width:100%;font-size:16px;font-family:var(--font-raleway);color:#818686;margin:0;font-weight:400}.Productone-module___alQSq__specsTable td{font-size:var(--fs-18);font-family:var(--font-raleway);padding:4px 8px;font-weight:400}.Productone-module___alQSq__specsTables td{font-size:var(--fs-18);font-family:var(--font-raleway);color:var(--text-primary);padding:16px;font-weight:400}.Productone-module___alQSq__specsTables p{font-size:var(--fs-18);font-family:var(--font-raleway);color:var(--primary-color);margin:0;font-weight:400}.Productone-module___alQSq__specValue{color:var(--text-primary);font-size:16px;font-weight:400;font-family:var(--font-raleway)}.Productone-module___alQSq__description{font-size:var(--fs-16);color:var(--text-primary);font-weight:400;line-height:1.6;font-family:var(--font-raleway)}.Productone-module___alQSq__bulletLabel{color:var(--primary-color);font-size:16px;font-weight:600;font-family:var(--font-raleway);align-items:center;gap:12px;padding-left:20px;display:flex;position:relative}.Productone-module___alQSq__mobileHeader{display:none}@media (max-width:640px){.Productone-module___alQSq__container{flex-direction:column;height:auto;min-height:0;overflow-x:clip}.Productone-module___alQSq__stickyWrapper{height:auto;display:block;position:relative;overflow:visible}.Productone-module___alQSq__imageSection{background-color:#fff;width:100%;padding:170px 0 80px}.Productone-module___alQSq__productWrapper{width:70%;max-width:300px;margin:0 auto;padding:0}.Productone-module___alQSq__detailsSection{box-sizing:border-box;background-color:#f8f8f8;width:100%;margin-top:-20px;padding:40px 20px 80px;top:0}.Productone-module___alQSq__cardWrapper{flex-direction:column;gap:30px;width:100%;height:auto;display:flex;position:static}.Productone-module___alQSq__card{box-sizing:border-box;background:#fff;width:100%;max-width:100%;margin-bottom:5px;padding:20px 16px;opacity:1!important;visibility:visible!important;position:relative!important;transform:none!important}.Productone-module___alQSq__buttonGroup{justify-content:space-between;gap:8px;display:flex}.Productone-module___alQSq__highlightSelectGrid{grid-template-columns:1fr;gap:14px}.Productone-module___alQSq__sizeButton{font-size:var(--fs-18);white-space:nowrap;flex:1;padding:12px 2px;font-weight:600}.Productone-module___alQSq__actionRow{flex-direction:row;align-items:stretch;gap:10px;margin-bottom:20px;display:flex}.Productone-module___alQSq__quantityPicker{grid-template-columns:auto 36px auto;align-items:center;min-width:100px;display:grid}.Productone-module___alQSq__addToCart{flex-grow:1;padding:14px 20px;font-size:15px;font-weight:700}}@media (min-width:641px) and (max-width:940px){.Productone-module___alQSq__container{flex-direction:column;height:auto;min-height:0;overflow-x:clip}.Productone-module___alQSq__stickyWrapper{height:auto;display:block;position:relative;overflow:visible}.Productone-module___alQSq__imageSection{background-color:#fff;width:100%;padding:150px 0 50px}.Productone-module___alQSq__productWrapper{width:55%;max-width:300px;margin:0 auto;padding:0}.Productone-module___alQSq__detailsSection{box-sizing:border-box;background-color:#f8f8f8;flex-direction:column;align-items:center;width:100%;margin-top:-20px;padding:20px 15px 80px;display:flex;top:0}.Productone-module___alQSq__cardWrapper{flex-direction:column;gap:25px;width:100%;max-width:800px;height:auto;display:flex;position:static}.Productone-module___alQSq__card{box-sizing:border-box;background:#fff;width:100%;max-width:100%;margin-bottom:5px;padding:30px 20px;transition:none;opacity:1!important;visibility:visible!important;position:relative!important;transform:none!important}.Productone-module___alQSq__buttonGroup{gap:10px;width:100%;display:flex}.Productone-module___alQSq__highlightSelectGrid{grid-template-columns:1fr 1fr;gap:12px}.Productone-module___alQSq__sizeButton{flex:1;padding:12px 5px}.Productone-module___alQSq__actionRow{gap:12px;width:100%;margin-top:5px;margin-bottom:20px;display:flex}.Productone-module___alQSq__addToCart{flex-grow:1;padding:14px 20px;font-size:15px;font-weight:700}}@media (min-width:941px) and (max-width:1440px){.Productone-module___alQSq__productWrapper{width:clamp(160px,24vw,380px);padding:120px 0 20px}.Productone-module___alQSq__container{flex-direction:column;min-height:160vh;display:flex;position:relative}.Productone-module___alQSq__imageSection{flex:.9}.Productone-module___alQSq__card{gap:10px;max-width:400px;padding:15px 20px}.Productone-module___alQSq__cardWrapper{max-width:400px;height:min(560px,100vh - 100px)}.Productone-module___alQSq__selectionGroup{gap:8px}.Productone-module___alQSq__addToCart,.Productone-module___alQSq__outOfStockBtn{padding:12px 24px}.Productone-module___alQSq__title{font-size:var(--fs-22)}.Productone-module___alQSq__tastingNotes,.Productone-module___alQSq__buyLabel{font-size:var(--fs-16)}.Productone-module___alQSq__price{font-size:var(--fs-22)}.Productone-module___alQSq__label,.Productone-module___alQSq__selectTrigger,.Productone-module___alQSq__selectOption,.Productone-module___alQSq__sizeButton{font-size:var(--fs-16)}.Productone-module___alQSq__addToCart,.Productone-module___alQSq__outOfStockBtn{font-size:var(--fs-14)}.Productone-module___alQSq__specsTable td{font-size:var(--fs-16)}.Productone-module___alQSq__divider{display:none}.Productone-module___alQSq__specsTables td,.Productone-module___alQSq__specsTables p{font-size:var(--fs-16)}.Productone-module___alQSq__specValue,.Productone-module___alQSq__description,.Productone-module___alQSq__bulletLabel{font-size:var(--fs-14)}}@media (min-width:1441px) and (max-width:1720px){.Productone-module___alQSq__productWrapper{width:clamp(260px,26vw,380px);padding:130px 0 30px}.Productone-module___alQSq__card{gap:20px;max-width:380px;padding:28px 32px}.Productone-module___alQSq__divider{display:none}.Productone-module___alQSq__sizeSection{gap:10px}.Productone-module___alQSq__cardWrapper{max-width:420px;height:min(580px,100vh - 100px)}.Productone-module___alQSq__selectionGroup{gap:20px}.Productone-module___alQSq__container{flex-direction:column;min-height:200vh;display:flex;position:relative}.Productone-module___alQSq__title{font-size:var(--fs-22)}.Productone-module___alQSq__tastingNotes,.Productone-module___alQSq__buyLabel{font-size:var(--fs-16)}.Productone-module___alQSq__price{font-size:var(--fs-22)}.Productone-module___alQSq__label,.Productone-module___alQSq__selectTrigger,.Productone-module___alQSq__selectOption,.Productone-module___alQSq__sizeButton{font-size:var(--fs-16)}.Productone-module___alQSq__addToCart,.Productone-module___alQSq__outOfStockBtn{font-size:var(--fs-14)}.Productone-module___alQSq__specsTable td,.Productone-module___alQSq__specsTables td,.Productone-module___alQSq__specsTables p{font-size:var(--fs-16)}.Productone-module___alQSq__specValue,.Productone-module___alQSq__description,.Productone-module___alQSq__bulletLabel{font-size:var(--fs-14)}}
@keyframes addToCartToast-module__ATD6jG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes addToCartToast-module__ATD6jG__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.addToCartToast-module__ATD6jG__toastContainer{will-change:transform,opacity;pointer-events:auto;opacity:0;background:#fff;width:380px;max-width:90vw;padding:20px;position:relative;transform:translate(100%);box-shadow:0 10px 30px #0000001f}.addToCartToast-module__ATD6jG__toastContainerVisible{animation:.4s cubic-bezier(.23,1,.32,1) forwards addToCartToast-module__ATD6jG__slideIn}.addToCartToast-module__ATD6jG__toastContainerExit{animation:.4s cubic-bezier(.23,1,.32,1) forwards addToCartToast-module__ATD6jG__slideOut}.addToCartToast-module__ATD6jG__closeButton{cursor:pointer;color:#aaa;background:0 0;border:none;font-size:22px;line-height:.5;transition:color .2s;position:absolute;top:12px;right:12px}.addToCartToast-module__ATD6jG__closeButton:hover{color:#333}.addToCartToast-module__ATD6jG__title{font-size:22px;font-weight:600;font-family:var(--font-montserrat);color:var(--text-primary);margin-bottom:16px}.addToCartToast-module__ATD6jG__productRow{align-items:center;gap:16px;margin-bottom:20px;display:flex}.addToCartToast-module__ATD6jG__imageWrapper{box-sizing:border-box;background:#f0f0f0;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.addToCartToast-module__ATD6jG__productImage{object-fit:contain;box-sizing:border-box;padding:10px!important}.addToCartToast-module__ATD6jG__productInfo{flex:1;min-width:0}.addToCartToast-module__ATD6jG__productName{color:var(--text-primary);font-size:16px;font-weight:400;font-family:var(--font-montserrat);word-wrap:break-word;overflow-wrap:break-word;margin:0;line-height:1.4}.addToCartToast-module__ATD6jG__productQty{color:var(--text-secondary);font-size:14px;font-weight:400;font-family:var(--font-raleway);margin:4px 0 0}.addToCartToast-module__ATD6jG__viewCartButton{background:var(--primary-color);color:#fff;cursor:pointer;width:100%;transition:transform .1s active,background .2s ease;border:none;padding:14px;font-size:14px;font-weight:400}.addToCartToast-module__ATD6jG__viewCartButton:hover{background:#b05a2f}.addToCartToast-module__ATD6jG__viewCartButton:active{transform:scale(.98)}
.Footer-module__rnk_JG__footer{background-color:var(--text-primary);color:var(--background);box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:clamp(20px,3.5vh,45px) clamp(24px,8vw,127px) clamp(12px,2vh,25px);display:flex;overflow:hidden}.Footer-module__rnk_JG__container{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.Footer-module__rnk_JG__promoSection{justify-content:space-between;align-items:flex-end;display:flex}.Footer-module__rnk_JG__logoCol{flex:0 0 45%}.Footer-module__rnk_JG__divider{background-color:#fff;width:100%;height:1px;margin:0}.Footer-module__rnk_JG__promoRightSide{flex:1;justify-content:space-between;min-width:0;display:flex}.Footer-module__rnk_JG__promoCol{flex-direction:column;gap:12px;min-width:0;max-width:420px;display:flex}.Footer-module__rnk_JG__promoHeading{font-family:var(--font-montserrat);font-size:var(--fs-22);color:var(--background);margin:0;font-weight:600}.Footer-module__rnk_JG__promoLabel{color:#c4754e;font-family:var(--font-raleway);font-size:var(--fs-12);margin:0;font-weight:500}.Footer-module__rnk_JG__promoDesc{font-family:var(--font-raleway);font-size:var(--fs-12);width:100%;max-width:342px;color:var(--background);margin:0;font-weight:500;line-height:1.4}.Footer-module__rnk_JG__exploreBtn{background-color:var(--primary-color);color:var(--background);font-family:var(--font-raleway);font-size:var(--fs-16);width:fit-content;margin-top:12px;padding:12px 40px;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block}.Footer-module__rnk_JG__exploreBtn:hover{opacity:.75}.Footer-module__rnk_JG__appLinks{gap:15px;margin-top:15px;display:flex}.Footer-module__rnk_JG__appBtn{border:1px solid var(--background);background:0 0;min-width:135px;padding:8px 15px;text-decoration:none;transition:background .3s,opacity .3s;display:inline-block}.Footer-module__rnk_JG__appBtn:hover{opacity:.75}.Footer-module__rnk_JG__btnContent{align-items:center;gap:10px;display:flex}.Footer-module__rnk_JG__textWrapper{color:var(--background);text-align:left;flex-direction:column;display:flex}.Footer-module__rnk_JG__topText{font-size:var(--fs-12);font-weight:500;line-height:1;font-family:var(--font-raleway)}.Footer-module__rnk_JG__bottomText{font-size:var(--fs-14);font-weight:600;font-family:var(--font-raleway);line-height:1.2}.Footer-module__rnk_JG__divider{background-color:var(--text-secondary);opacity:.3;border:none;flex-shrink:0;width:100%;height:1px;margin-top:clamp(16px,4.5vh,60px);margin-bottom:clamp(12px,3vh,40px)}.Footer-module__rnk_JG__topSection{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.Footer-module__rnk_JG__newsletterArea{width:45%;display:flex}.Footer-module__rnk_JG__newsletterContent{flex-direction:column;display:flex}.Footer-module__rnk_JG__heading{font-family:var(--font-montserrat);font-size:var(--fs-22);margin:0;font-weight:600}.Footer-module__rnk_JG__description{color:var(--background);width:80%;line-height:1.2;font-family:var(--font-raleway);font-size:var(--fs-16);margin-bottom:clamp(14px,2.5vh,30px)}.Footer-module__rnk_JG__subscribeForm{border:1px solid var(--background);width:100%;max-width:360px;display:flex}.Footer-module__rnk_JG__input{color:var(--background);background:0 0;border:none;outline:none;flex:1;padding:16px;font-size:14px}.Footer-module__rnk_JG__input::placeholder{color:#fff6}.Footer-module__rnk_JG__subscribeBtn{background:var(--background);color:var(--primary-color);font-weight:400;font-family:var(--font-raleway);cursor:pointer;border:none;padding:0 24px;font-size:16px;transition:opacity .3s}.Footer-module__rnk_JG__subscribeBtn:disabled{cursor:default}.Footer-module__rnk_JG__successMsg{color:var(--surge-app);margin-top:8px;font-size:.85rem}.Footer-module__rnk_JG__errorMsg{color:#e53e3e;margin-top:8px;font-size:.85rem}.Footer-module__rnk_JG__linkColumns{flex:1;grid-template-columns:repeat(4,1fr);gap:clamp(16px,3vw,60px);padding-right:20px;display:grid}.Footer-module__rnk_JG__column h4{font-family:var(--font-montserrat);margin:0 0 24px;font-size:22px;font-weight:600}.Footer-module__rnk_JG__column a{font-family:var(--font-raleway);color:var(--background);white-space:nowrap;margin-bottom:15px;font-size:16px;text-decoration:none;transition:opacity .3s;display:block}.Footer-module__rnk_JG__column a:hover{opacity:1}.Footer-module__rnk_JG__surgeBackground{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:clamp(80px,18vh,250px);display:flex;overflow:hidden}.Footer-module__rnk_JG__surgeBackground h1{width:100%;font-family:var(--font-raleway);opacity:.05;justify-content:space-between;align-items:center;gap:0;margin:0;font-size:clamp(60px,11vw,150px);font-weight:500;line-height:1;display:flex}.Footer-module__rnk_JG__infoGrid{align-items:flex-start;margin-top:clamp(8px,2vh,25px);margin-bottom:clamp(8px,1.5vh,20px);display:flex}.Footer-module__rnk_JG__contactWrapper{flex:1;grid-template-columns:repeat(4,1fr);gap:clamp(16px,3vw,60px);display:grid}.Footer-module__rnk_JG__contactWrapper .Footer-module__rnk_JG__infoBlock{width:auto}.Footer-module__rnk_JG__infoBlock{flex-direction:column;width:45%;display:flex}.Footer-module__rnk_JG__label{font-family:var(--font-raleway);font-size:var(--fs-18);color:var(--background);margin:0;font-weight:400}.Footer-module__rnk_JG__infoBlock address{font-style:normal;font-weight:400;font-family:var(--font-raleway);color:var(--primary-color);grid-template-columns:1fr 1fr;gap:30px 65px;font-size:16px;line-height:1.4;display:grid}.Footer-module__rnk_JG__accentLink{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--primary-color);font-weight:400;text-decoration:none}.Footer-module__rnk_JG__bottomBar{font-size:var(--fs-16);color:var(--background);font-family:var(--font-raleway);flex-shrink:0;justify-content:space-between;align-items:center;padding-top:clamp(10px,1.8vh,25px);font-weight:400;display:flex}.Footer-module__rnk_JG__legal{gap:20px;display:flex}.Footer-module__rnk_JG__legal a{color:#fff;font-family:var(--font-raleway);font-size:var(--fs-16);font-weight:400;text-decoration:none}.Footer-module__rnk_JG__crafted a{color:var(--background);font-family:var(--font-raleway);font-size:var(--fs-16);text-underline-offset:3px;font-weight:400;text-decoration:underline}.Footer-module__rnk_JG__mobilelegal{display:none}.Footer-module__rnk_JG__addressBox{gap:40px;font-style:normal;display:flex}.Footer-module__rnk_JG__mapLink{color:inherit;text-decoration:none;display:block}.Footer-module__rnk_JG__mapLink:hover{color:#c4754e}.Footer-module__rnk_JG__divide{opacity:.05;background-color:#fff;width:100%;height:1px;margin:0}@media (max-width:1600px){.Footer-module__rnk_JG__everyCupRow h3{width:65%}.Footer-module__rnk_JG__everyCupRow .Footer-module__rnk_JG__promoDesc{width:90%}.Footer-module__rnk_JG__logoCol{flex:0 0 35%}.Footer-module__rnk_JG__OrderAhead~.Footer-module__rnk_JG__promoDesc{width:60%}}@media (max-width:1024px){.Footer-module__rnk_JG__footer{height:auto;min-height:100vh;padding:4rem 5rem 3rem;overflow:visible}.Footer-module__rnk_JG__promoSection{flex-direction:column;align-items:flex-start;gap:3rem}.Footer-module__rnk_JG__logoCol{width:100%}.Footer-module__rnk_JG__promoRightSide{gap:4rem;width:100%}.Footer-module__rnk_JG__promoCol{flex:1;max-width:100%}.Footer-module__rnk_JG__promoDesc{width:100%}.Footer-module__rnk_JG__topSection{flex-direction:column;gap:4rem}.Footer-module__rnk_JG__newsletterArea,.Footer-module__rnk_JG__description{width:100%}.Footer-module__rnk_JG__subscribeForm{max-width:100%}.Footer-module__rnk_JG__linkColumns{flex-wrap:wrap;justify-content:space-between;gap:32px 65px;width:100%;padding-right:0;display:flex}.Footer-module__rnk_JG__surgeBackground h1{font-size:10rem}.Footer-module__rnk_JG__infoGrid{gap:3rem}.Footer-module__rnk_JG__infoBlock{width:40%}.Footer-module__rnk_JG__contactWrapper{gap:2rem;display:flex}.Footer-module__rnk_JG__bottomBar{flex-wrap:wrap;gap:1.5rem}.Footer-module__rnk_JG__divider{margin-top:60px;margin-bottom:40px}}@media (max-width:768px){.Footer-module__rnk_JG__footerLogo{width:85px;height:100px}.Footer-module__rnk_JG__footer{height:auto;min-height:unset;padding:35px 24px;overflow:visible}.Footer-module__rnk_JG__promoSection{flex-direction:column;align-items:flex-start;gap:40px}.Footer-module__rnk_JG__logoCol{width:60%}.Footer-module__rnk_JG__promoRightSide{flex-direction:column;gap:40px;width:100%}.Footer-module__rnk_JG__promoCol{max-width:100%}.Footer-module__rnk_JG__promoCol p{font-size:var(--fs-16);width:80%}.Footer-module__rnk_JG__promoDesc{width:100%}.Footer-module__rnk_JG__exploreBtn{text-align:center;font-size:var(--fs-18);padding:10px 40px}.Footer-module__rnk_JG__appLinks{flex-direction:row;gap:1.2rem}.Footer-module__rnk_JG__appBtn{width:100%;min-width:unset}.Footer-module__rnk_JG__divider{margin-top:45px!important;margin-bottom:45px!important}.Footer-module__rnk_JG__topSection{flex-direction:column;gap:4rem}.Footer-module__rnk_JG__newsletterArea{width:100%}.Footer-module__rnk_JG__description{width:100%;font-size:14px}.Footer-module__rnk_JG__subscribeForm{flex-direction:row;max-width:100%}.Footer-module__rnk_JG__linkColumns{grid-template-columns:1fr 1fr;gap:32px 65px;width:100%;padding-right:0;display:grid}.Footer-module__rnk_JG__column h4{font-size:var(--fs-22);margin-bottom:1.6rem}.Footer-module__rnk_JG__column a{font-size:var(--fs-16);margin-bottom:1.2rem}.Footer-module__rnk_JG__surgeBackground h1{font-size:72px}.Footer-module__rnk_JG__infoGrid{flex-direction:column;gap:3rem;margin-bottom:3rem}.Footer-module__rnk_JG__infoBlock{width:100%}.Footer-module__rnk_JG__contactWrapper{grid-template-columns:1fr 1fr;gap:3rem 2rem;width:100%;display:grid}.Footer-module__rnk_JG__bottomBar{flex-direction:column;align-items:flex-start;gap:1.6rem;padding-top:2rem}.Footer-module__rnk_JG__legal{flex-direction:row;gap:5rem}.Footer-module__rnk_JG__mobilelegal{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__promoHeading,.Footer-module__rnk_JG__heading{font-size:var(--fs-22)}.Footer-module__rnk_JG__appBtn{padding:5px 10px}.Footer-module__rnk_JG__input,.Footer-module__rnk_JG__subscribeBtn{padding-top:10px;padding-bottom:10px;font-size:13px}.Footer-module__rnk_JG__surgeBackground{height:70px}.Footer-module__rnk_JG__label,.Footer-module__rnk_JG__infoBlock address,.Footer-module__rnk_JG__accentLink,.Footer-module__rnk_JG__column a,.Footer-module__rnk_JG__legal a,.Footer-module__rnk_JG__crafted a{font-size:var(--fs-16)!important}}@media (max-width:450px){.Footer-module__rnk_JG__description{font-size:var(--fs-16);width:100%;margin-top:16px;margin-bottom:32px;line-height:1.4}.Footer-module__rnk_JG__subscribeForm{border:1px solid var(--background);flex-direction:row;width:100%;height:38px;display:flex}.Footer-module__rnk_JG__input{min-width:0;font-size:var(--fs-16);background:0 0;flex:1;height:100%;padding:0 8px}.Footer-module__rnk_JG__subscribeBtn{font-size:var(--fs-16);background:var(--background);height:100%;color:var(--primary-color);white-space:nowrap;flex-shrink:0;padding:0 12px}}
.page-module__CvPeSG__Wrapper{background-color:#fff;min-height:100vh}.page-module__CvPeSG__SuccessLayout{align-items:flex-start;gap:100px;margin-top:clamp(20px,12vw,150px);margin-left:clamp(30px,20vw,300px);display:flex}.page-module__CvPeSG__LeftSide{flex-direction:column;width:500px;display:flex}.page-module__CvPeSG__RightSide{flex:.8;position:sticky;top:100px}.page-module__CvPeSG__Heading{align-items:center;gap:10px;margin-bottom:30px;display:flex}.page-module__CvPeSG__CheckIcon{flex-shrink:0;align-items:center;display:flex}.page-module__CvPeSG__ThankYou{font-family:var(--font-montserrat);font-size:var(--fs-22);color:var(--green);margin:0;font-weight:600}.page-module__CvPeSG__ConfirmBanner{background-color:var(--cards-bg);border-bottom:.5px solid #818686;padding:16px}.page-module__CvPeSG__ConfirmTitle{font-family:var(--font-montserrat);font-size:var(--fs-22);color:var(--text-primary);margin:0 0 8px;font-weight:600}.page-module__CvPeSG__ConfirmSub{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-secondary);margin:0;font-weight:400;line-height:1.6}.page-module__CvPeSG__DetailCard{background-color:var(--background);margin-bottom:50px;padding:20px 18px}.page-module__CvPeSG__DetailCardLabel{font-family:var(--lato);font-size:var(--fs-16);color:var(--text-secondary);margin:0 0 14px;font-weight:400}.page-module__CvPeSG__DetailGrid{grid-template-columns:1fr 1fr;gap:20px 16px;margin-top:10px;display:grid}.page-module__CvPeSG__DetailCell{flex-direction:column;gap:9px;display:flex}.page-module__CvPeSG__FullWidth{grid-column:1/-1;margin-top:20px;padding-top:20px}.page-module__CvPeSG__CellLabel{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-primary);margin:0;font-weight:600}.page-module__CvPeSG__CellValue{align-items:flex-start;gap:7px;display:flex}.page-module__CvPeSG__CellValue span{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-secondary);font-weight:400}.page-module__CvPeSG__CardIcon{flex-shrink:0;margin-top:2px}.page-module__CvPeSG__ContinueBtn{background-color:var(--primary-color);width:100%;color:var(--background);font-family:var(--lato);font-size:var(--fs-16);cursor:pointer;letter-spacing:.01em;border:none;padding:14px;font-weight:500;transition:opacity .18s}.page-module__CvPeSG__ContinueBtn:hover{opacity:.88}.page-module__CvPeSG__SummaryBox{background:var(--background);flex-direction:column;gap:32px;width:520px;display:flex}.page-module__CvPeSG__SummaryHeader{align-items:center;gap:8px;display:flex}.page-module__CvPeSG__SummaryHeader h3{font-family:var(--font-montserrat);font-size:var(--fs-22);color:var(--text-primary);margin:0;font-weight:600}.page-module__CvPeSG__SummaryHeader p{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-secondary);margin:0;font-weight:400}.page-module__CvPeSG__SummaryItems{flex-direction:column;gap:16px;max-height:300px;display:flex;overflow-y:auto}.page-module__CvPeSG__SummaryItem{align-items:flex-start;gap:20px;display:flex}.page-module__CvPeSG__SummaryItemImg{box-sizing:border-box;background-color:#f0f0f0;flex-shrink:0;justify-content:center;align-items:center;width:92px;height:92px;padding:4px;display:flex;overflow:hidden}.page-module__CvPeSG__SummaryItemImg img{object-fit:contain;width:100%;height:100%;display:block}.page-module__CvPeSG__SummaryItemInfo{flex-direction:column;flex:1;display:flex}.page-module__CvPeSG__SummaryItemName{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-primary);margin:0;font-weight:500}.page-module__CvPeSG__SummaryItemInfo span{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-primary);font-weight:400}.page-module__CvPeSG__SummaryItemPrice{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-primary);margin:0;font-weight:400}.page-module__CvPeSG__SummaryTotals{flex-direction:column;gap:16px;display:flex}.page-module__CvPeSG__TotalRow{justify-content:space-between;align-items:center;display:flex}.page-module__CvPeSG__TotalRow p{font-weight:400;font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--text-primary);margin:0}.page-module__CvPeSG__GrandTotal{border-top:1px solid var(--text-secondary);padding-top:16px}.page-module__CvPeSG__GrandTotal p{font-family:var(--font-montserrat);font-size:var(--fs-16);font-weight:600;color:var(--text-primary)!important}@media (min-width:1481px) and (max-width:1820px){.page-module__CvPeSG__SuccessLayout{gap:80px;margin-left:16%}.page-module__CvPeSG__LeftSide,.page-module__CvPeSG__SummaryBox{width:480px}}@media (min-width:1025px) and (max-width:1480px){.page-module__CvPeSG__SuccessLayout{gap:60px;margin-top:180px;margin-left:175px}.page-module__CvPeSG__LeftSide,.page-module__CvPeSG__SummaryBox{width:420px}}@media (min-width:641px) and (max-width:1024px){.page-module__CvPeSG__SuccessLayout{gap:40px;margin-top:130px;margin-left:40px;margin-right:40px}.page-module__CvPeSG__LeftSide{flex:1;width:100%}.page-module__CvPeSG__RightSide{flex:0 0 300px;top:110px}.page-module__CvPeSG__SummaryBox{width:320px}.page-module__CvPeSG__SummaryItems{max-height:220px}.page-module__CvPeSG__DetailGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.page-module__CvPeSG__SuccessLayout{flex-direction:column;gap:0;margin-top:100px;margin-left:24px;margin-right:24px}.page-module__CvPeSG__LeftSide{order:1;width:100%}.page-module__CvPeSG__RightSide{order:2;width:100%;position:static;top:auto}.page-module__CvPeSG__SummaryBox{gap:32px;width:100%;margin-top:80px;margin-bottom:80px}.page-module__CvPeSG__SummaryItems{max-height:200px}.page-module__CvPeSG__SummaryItem{gap:12px}.page-module__CvPeSG__SummaryItemName,.page-module__CvPeSG__SummaryItemInfo span,.page-module__CvPeSG__SummaryItemPrice{font-size:var(--fs-18)}.page-module__CvPeSG__SummaryItemPrice{font-weight:600}.page-module__CvPeSG__TotalRow p{font-size:var(--fs-18)}.page-module__CvPeSG__DetailCardLabel{font-family:var(--lato);font-size:var(--fs-18)}.page-module__CvPeSG__CellLabel,.page-module__CvPeSG__CellValue span,.page-module__CvPeSG__GrandTotal p{font-size:var(--fs-18)}.page-module__CvPeSG__Heading{margin-top:30px}.page-module__CvPeSG__ThankYou{font-size:var(--fs-22)}.page-module__CvPeSG__ConfirmBanner{padding:16px}.page-module__CvPeSG__DetailCard{padding:0}.page-module__CvPeSG__DetailCell{gap:4px}.page-module__CvPeSG__ConfirmSub{font-size:var(--fs-16);width:80%;font-weight:400;line-height:1.5}.page-module__CvPeSG__DetailGrid{grid-template-columns:1fr;row-gap:24px}.page-module__CvPeSG__FullWidth{border:none;margin-top:24px;padding-top:0}.page-module__CvPeSG__DetailCard{margin-top:32px;margin-bottom:32px}.page-module__CvPeSG__ContinueBtn{font-size:var(--fs-18);padding:15px}}@media (max-width:380px){.page-module__CvPeSG__SuccessLayout{margin-left:16px;margin-right:16px}.page-module__CvPeSG__ConfirmBanner,.page-module__CvPeSG__DetailCard{padding:14px 12px}.page-module__CvPeSG__SummaryHeader h3{font-size:var(--fs-16)}}
.CartSideBar-module__926jEW__overlay{z-index:1001;opacity:0;visibility:hidden;transition:opacity .4s;position:fixed;inset:0}.CartSideBar-module__926jEW__overlayVisible{opacity:1;visibility:visible}.CartSideBar-module__926jEW__sidebar{z-index:1002;background-color:#f5f5f5;flex-direction:column;width:475px;height:100vh;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.CartSideBar-module__926jEW__open{transform:translate(0)}.CartSideBar-module__926jEW__header{justify-content:space-between;align-items:center;padding:42px 38px 32px;display:flex}.CartSideBar-module__926jEW__headerTitle{align-items:baseline;gap:6px;display:flex}.CartSideBar-module__926jEW__headerTitle h4{font-family:var(--font-raleway);color:#414343;margin:0;font-size:16px;font-weight:700}.CartSideBar-module__926jEW__headerTitle span{font-family:var(--font-raleway);color:#818686;font-size:16px;font-weight:400}.CartSideBar-module__926jEW__closeBtn{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:0;display:flex}.CartSideBar-module__926jEW__content{flex:1;padding:0 30px 24px;position:relative;overflow-y:auto}.CartSideBar-module__926jEW__loaderContainer{z-index:10;background:#f5f5f5b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CartSideBar-module__926jEW__EmptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:100px;display:flex}.CartSideBar-module__926jEW__EmptyState h4{font-family:var(--font-raleway);color:#414343;margin:20px 0 10px;font-size:20px;font-weight:700}.CartSideBar-module__926jEW__EmptyState p{font-family:var(--font-raleway);color:#818686;margin-bottom:30px;font-size:16px}.CartSideBar-module__926jEW__StartShopping{color:#fff;font-family:var(--font-raleway);cursor:pointer;background:#c4754e;border:none;border-radius:2px;padding:12px 30px;font-size:16px;font-weight:500}.CartSideBar-module__926jEW__itemList{flex-direction:column;display:flex}.CartSideBar-module__926jEW__productCard{background:#fff;align-items:flex-start;gap:15px;padding:16px 18px;display:flex}.CartSideBar-module__926jEW__prodImageWrapper{aspect-ratio:7/8;box-sizing:border-box;background-color:#f0f0f0;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:auto;padding:10px;display:flex;overflow:hidden}.CartSideBar-module__926jEW__prodImage{object-fit:contain;display:block;width:100%!important;height:100%!important}.CartSideBar-module__926jEW__prodInfo{flex-direction:column;flex:1;justify-content:space-between;gap:18px;min-width:0;padding:16px 0;display:flex}.CartSideBar-module__926jEW__prodHeader{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.CartSideBar-module__926jEW__nameGroup{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.CartSideBar-module__926jEW__prodHeader h5{font-family:var(--font-raleway);color:#414343;align-items:baseline;min-width:0;max-width:230px;margin:0;font-size:16px;font-weight:400;line-height:1.4;display:flex}.CartSideBar-module__926jEW__productNameText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.CartSideBar-module__926jEW__productVariantText{white-space:nowrap;flex:none}.CartSideBar-module__926jEW__tagline{font-family:var(--font-raleway);color:#818686;text-overflow:ellipsis;white-space:nowrap;width:min(100%,210px);margin:0;padding:0;font-size:13px;line-height:1.35;overflow:hidden}.CartSideBar-module__926jEW__variantText{font-family:var(--font-raleway);color:var(--text-secondary);margin:0;padding:0;font-size:13px;line-height:1.35}.CartSideBar-module__926jEW__removeIconBtn{cursor:pointer;opacity:.7;background:0 0;border:none;flex:none;padding:0;transition:opacity .2s}.CartSideBar-module__926jEW__removeIconBtn:hover{opacity:1}.CartSideBar-module__926jEW__prodFooter{justify-content:space-between;align-items:flex-end;gap:12px;min-width:0;display:flex}.CartSideBar-module__926jEW__qtyContainer{flex-direction:column;gap:4px;display:flex;position:relative}.CartSideBar-module__926jEW__errorText{color:#c0392b;font-size:10px;font-family:var(--font-raleway);white-space:nowrap;width:max-content;max-width:180px;margin:2px 0 0;position:absolute;top:100%;left:0}.CartSideBar-module__926jEW__qtyControls{background:#fff;border:1px solid #c4754e;border-radius:1px;align-items:center;gap:12px;width:fit-content;padding:5px 8px;display:flex}.CartSideBar-module__926jEW__qtyControls span{text-align:center;color:#c4754e;width:auto;min-width:19px;min-height:7px;font-size:16px;font-weight:400;font-family:var(--font-raleway)}.CartSideBar-module__926jEW__qtyControls button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.CartSideBar-module__926jEW__price{font-family:var(--font-raleway);color:#414343;font-size:18px;font-weight:400}.CartSideBar-module__926jEW__footer{background:#fff;flex-shrink:0;margin:24px 30px 40px;padding:24px 14px}.CartSideBar-module__926jEW__subtotalRow{font-family:var(--font-raleway);color:#414343;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:600;display:flex}.CartSideBar-module__926jEW__checkoutBtn{color:#fff;width:100%;height:45px;font-family:var(--font-raleway);cursor:pointer;background-color:#c4754e;border:none;font-size:16px;font-weight:500;transition:background .3s}.CartSideBar-module__926jEW__checkoutBtn:hover{background-color:#a65f3d}.CartSideBar-module__926jEW__taxDisclaimer{font-family:var(--font-raleway);font-size:var(--fs-18);color:#818686;text-align:left;align-items:baseline;margin-top:16px;margin-bottom:0}.CartSideBar-module__926jEW__outOfStockCard{background:#fff;align-items:flex-start;gap:8px;padding:16px 18px;display:flex}.CartSideBar-module__926jEW__oosLeft{opacity:.4;flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.CartSideBar-module__926jEW__oosNameArea{flex-direction:column;flex:1;gap:4px;min-width:0;padding:16px 0;display:flex}.CartSideBar-module__926jEW__outOfStockBadge{font-family:var(--font-raleway);color:#818686;margin:0;font-size:12px}@media (max-width:1299px){.CartSideBar-module__926jEW__sidebar{z-index:20000;width:100%}.CartSideBar-module__926jEW__overlay{z-index:19999}.CartSideBar-module__926jEW__content{padding:20px 20px 24px}.CartSideBar-module__926jEW__footer{margin:20px;padding:20px}}@media (max-width:1299px) and (min-width:900px){.CartSideBar-module__926jEW__sidebar{width:600px}}@media (max-width:768px){.CartSideBar-module__926jEW__headerTitle h4{font-family:var(--font-montserrat);color:var(--text-primary);font-weight:600;font-size:var(--fs-22)}.CartSideBar-module__926jEW__headerTitle span{font-size:var(--fs-18)}.CartSideBar-module__926jEW__content{padding:0 5% 24px}.CartSideBar-module__926jEW__prodHeader h5{font-size:var(--fs-18)}.CartSideBar-module__926jEW__tagline{font-size:var(--fs-16)}.CartSideBar-module__926jEW__price{font-size:var(--fs-20);font-weight:600}.CartSideBar-module__926jEW__qtyControls span{font-size:var(--fs-18)}.CartSideBar-module__926jEW__checkoutBtn,.CartSideBar-module__926jEW__subtotalRow{font-size:var(--fs-20)}}
.PageLoader-module__igCNGG__overlay{z-index:9999;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}
.Image-module__0h6Cmq__mainWrapper{padding:clamp(40px,5vw,80px) clamp(20px,6vw,125px)}.Image-module__0h6Cmq__container{justify-content:flex-start;align-items:flex-end;width:100%;height:660px;display:flex;position:relative;overflow:hidden}.Image-module__0h6Cmq__bgImage{object-fit:cover;z-index:0}.Image-module__0h6Cmq__overlay{z-index:1;position:absolute;inset:0}.Image-module__0h6Cmq__content{z-index:2;color:#fff;max-width:807px;padding-bottom:108px;padding-left:44px;position:relative}.Image-module__0h6Cmq__title{font-size:22px;font-weight:600;font-family:var(--font-montserrat);margin:0}.Image-module__0h6Cmq__description{font-size:16px;font-weight:400;line-height:1.4;font-family:var(--font-raleway);margin:0}@media (min-width:1024px) and (max-width:1300px){.Image-module__0h6Cmq__mainWrapper{padding:0 0 80px}.Image-module__0h6Cmq__container{height:500px}.Image-module__0h6Cmq__content{max-width:90%;padding-bottom:60px;padding-left:30px}.Image-module__0h6Cmq__description{width:85%}}@media (max-width:1023px){.Image-module__0h6Cmq__mainWrapper{padding:0 0 80px}.Image-module__0h6Cmq__description{width:85%}}@media (max-width:768px){.Image-module__0h6Cmq__mainWrapper{padding:0 0 80px}.Image-module__0h6Cmq__container{height:80vh}.Image-module__0h6Cmq__content{max-width:100%;padding-bottom:30px;padding-left:25px}.Image-module__0h6Cmq__title{font-size:var(--fs-22);font-weight:600}.Image-module__0h6Cmq__description{font-size:var(--fs-18);width:90%;margin-top:8px;font-weight:500;line-height:1.3}}@media (max-width:480px){.Image-module__0h6Cmq__container{height:80vh}.Image-module__0h6Cmq__description{font-size:var(--fs-16);width:90%;margin-top:8px;font-weight:500;line-height:1.3}.Image-module__0h6Cmq__content{padding-bottom:30px;padding-left:15px}}
.Product-module__BOBDsa__container{background-color:#fff;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:256px;padding:clamp(40px,10vw,120px) clamp(30px,15vw,195px) clamp(40px,9vw,107px) clamp(30px,12vw,125px);display:flex}.Product-module__BOBDsa__Section{flex-direction:column;flex:1;gap:24px;width:100%;display:flex}.Product-module__BOBDsa__title{font-size:var(--fs-24);color:var(--text-primary);font-weight:600;font-family:var(--font-montserrat);margin:0}.Product-module__BOBDsa__tabs{background-color:#f5f5f5;align-items:center;gap:24px;padding:16px 19px;display:flex}.Product-module__BOBDsa__tab{font-size:var(--fs-20);color:var(--text-secondary);cursor:pointer;font-weight:400;font-family:var(--font-montserrat);align-items:center;transition:all .2s;display:flex;position:relative}.Product-module__BOBDsa__activeTab{color:var(--primary-color);font-weight:500}.Product-module__BOBDsa__infoTable{flex-direction:column;display:flex}.Product-module__BOBDsa__row{border-bottom:1px solid var(--text-secondary);justify-content:space-between;align-items:center;padding:16px 19px;display:flex}.Product-module__BOBDsa__row:last-child{border-bottom:none}.Product-module__BOBDsa__label{color:var(--text-secondary);font-weight:400;font-size:var(--fs-18);font-family:var(--font-raleway);flex:1}.Product-module__BOBDsa__value{color:var(--text-primary);font-weight:400;font-size:var(--fs-18);font-family:var(--font-raleway);text-align:left;flex:2;line-height:1.4}.Product-module__BOBDsa__imageSection{object-fit:cover;flex-shrink:0;width:755px;height:554px;position:relative}@media (max-width:1700px){.Product-module__BOBDsa__container{align-items:center;gap:100px;padding:120px 80px 80px}.Product-module__BOBDsa__imageSection{width:45%;min-width:550px;height:450px}}@media (max-width:1200px){.Product-module__BOBDsa__container{gap:40px;padding:80px 40px}.Product-module__BOBDsa__imageSection{width:40%;min-width:350px;height:500px}}@media (max-width:768px){.Product-module__BOBDsa__container{flex-direction:column;align-items:center;gap:32px;padding:80px 24px}.Product-module__BOBDsa__imageSection{width:100%;min-width:100%;height:350px}.Product-module__BOBDsa__guideSection{width:100%}.Product-module__BOBDsa__row{flex-direction:row;align-items:flex-start;gap:12px;padding:16px 19px 16px 10px}.Product-module__BOBDsa__label,.Product-module__BOBDsa__value{width:100%}}
.AddToCartPopup-module__aV-4xW__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AddToCartPopup-module__aV-4xW__popup{box-sizing:border-box;background:#fff;border:none;border-radius:0;width:100%;max-width:520px;margin:0 20px;padding:32px 32px 28px;font-family:inherit;position:relative}.AddToCartPopup-module__aV-4xW__popupHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.AddToCartPopup-module__aV-4xW__popupTitle{color:var(--text-primary);margin:0 0 4px;font-size:22px;font-weight:600;line-height:1.3}.AddToCartPopup-module__aV-4xW__popupPrice{color:var(--text-primary);opacity:.65;margin:0;font-size:14px}.AddToCartPopup-module__aV-4xW__closeBtn{cursor:pointer;color:var(--text-primary);opacity:.55;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:opacity .15s;display:flex}.AddToCartPopup-module__aV-4xW__closeBtn:hover{opacity:1}.AddToCartPopup-module__aV-4xW__row{grid-template-columns:1fr 1fr;gap:15px 24px;margin-bottom:20px;display:grid}.AddToCartPopup-module__aV-4xW__row:last-of-type{grid-template-columns:1fr;margin-bottom:28px}.AddToCartPopup-module__aV-4xW__field{flex-direction:column;gap:8px;display:flex}.AddToCartPopup-module__aV-4xW__fieldLabel{color:var(--text-primary);opacity:.8;font-size:13px;font-weight:500;font-family:var(--font-raleway)}.AddToCartPopup-module__aV-4xW__customSelect{position:relative}.AddToCartPopup-module__aV-4xW__selectTrigger{cursor:pointer;width:100%;height:50px;color:var(--text-primary);opacity:.55;font-family:inherit;font-size:14px;font-family:var(--font-raleway);text-align:left;background:#fff;border:1px solid #0000002e;border-radius:0;justify-content:space-between;align-items:center;padding:0 14px;transition:border-color .15s,opacity .15s;display:flex}.AddToCartPopup-module__aV-4xW__selectTrigger.AddToCartPopup-module__aV-4xW__hasValue{opacity:1}.AddToCartPopup-module__aV-4xW__selectTrigger:hover,.AddToCartPopup-module__aV-4xW__selectTrigger.AddToCartPopup-module__aV-4xW__open{border-color:var(--primary-color);opacity:1}.AddToCartPopup-module__aV-4xW__chev{color:var(--text-primary);opacity:.6;flex-shrink:0;transition:transform .2s}.AddToCartPopup-module__aV-4xW__selectTrigger.AddToCartPopup-module__aV-4xW__open .AddToCartPopup-module__aV-4xW__chev{transform:rotate(180deg)}.AddToCartPopup-module__aV-4xW__selectMenu{z-index:10;pointer-events:none;opacity:0;background:#fff;border:1px solid #0000001f;border-radius:0;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s,transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:translateY(-6px);box-shadow:0 8px 24px #0000001a}.AddToCartPopup-module__aV-4xW__selectMenu.AddToCartPopup-module__aV-4xW__open{opacity:1;pointer-events:all;max-height:200px;overflow-y:auto;transform:translateY(0)}@keyframes AddToCartPopup-module__aV-4xW__menuFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.AddToCartPopup-module__aV-4xW__selectOption{color:var(--text-primary);cursor:pointer;font-size:14px;font-family:var(--font-raleway);padding:10px 12px;transition:background .1s}.AddToCartPopup-module__aV-4xW__selectOption:hover{background:#c77b4f14}.AddToCartPopup-module__aV-4xW__selectOption.AddToCartPopup-module__aV-4xW__selected{color:var(--primary-color);background:#c77b4f24;font-weight:500}.AddToCartPopup-module__aV-4xW__qtyControl{border:1px solid #0000002e;border-radius:0;grid-template-columns:50px 1fr 50px;align-items:center;height:50px;display:grid;overflow:hidden}.AddToCartPopup-module__aV-4xW__qtyBtn{cursor:pointer;height:100%;color:var(--primary-color);background:0 0;border:none;outline:none;justify-content:center;align-items:center;font-family:inherit;font-size:18px;transition:background .1s,color .1s;display:flex}.AddToCartPopup-module__aV-4xW__qtyBtn:focus{outline:none}@media (hover:hover){.AddToCartPopup-module__aV-4xW__qtyBtn:hover:not(:disabled){background:var(--primary-color);color:#fff}}.AddToCartPopup-module__aV-4xW__qtyBtn:active:not(:disabled){background:var(--primary-color);color:#fff}.AddToCartPopup-module__aV-4xW__qtyBtn:disabled{color:#c0b9b9;cursor:default}.AddToCartPopup-module__aV-4xW__qtyValue{text-align:center;color:var(--text-primary);height:100%;font-size:14px;font-family:var(--font-raleway);border-left:1px solid #0000001f;border-right:1px solid #0000001f;justify-content:center;align-items:center;display:flex}.AddToCartPopup-module__aV-4xW__highlights{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.AddToCartPopup-module__aV-4xW__highlightDropdown{border:1px solid #0000001f;border-radius:0;overflow:hidden}.AddToCartPopup-module__aV-4xW__highlightSummary{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;font-weight:500;list-style:none;display:flex}.AddToCartPopup-module__aV-4xW__highlightSummary::-webkit-details-marker{display:none}.AddToCartPopup-module__aV-4xW__highlightDropdown[open] .AddToCartPopup-module__aV-4xW__highlightSummary .AddToCartPopup-module__aV-4xW__chev{transform:rotate(180deg)}.AddToCartPopup-module__aV-4xW__highlightList{border-top:1px solid #00000012;flex-direction:column;gap:6px;margin:0;padding:0 14px 12px;list-style:none;display:flex}.AddToCartPopup-module__aV-4xW__highlightItem{color:var(--text-primary);opacity:.7;padding-top:6px;padding-left:14px;font-size:13px;position:relative}.AddToCartPopup-module__aV-4xW__highlightItem:before{content:"–";opacity:.45;position:absolute;left:0}.AddToCartPopup-module__aV-4xW__addBtn{background:var(--primary-color);color:#fff;cursor:pointer;width:100%;height:52px;font-size:15px;font-weight:500;font-family:var(--font-raleway);letter-spacing:.02em;border:none;border-radius:0;margin-top:4px;transition:filter .15s,transform 50ms,opacity .15s}.AddToCartPopup-module__aV-4xW__addBtn:hover:not(:disabled){filter:brightness(.93)}.AddToCartPopup-module__aV-4xW__addBtn:active:not(:disabled){transform:scale(.995)}.AddToCartPopup-module__aV-4xW__addBtn:disabled{opacity:.55;cursor:not-allowed}.AddToCartPopup-module__aV-4xW__outOfStockBtn{color:#fff;width:100%;height:52px;font-size:15px;font-weight:600;font-family:var(--font-raleway);letter-spacing:.02em;opacity:.7;cursor:not-allowed;background:#9e9e9e;border:none;border-radius:0;margin-top:4px}@media (max-width:764px){.AddToCartPopup-module__aV-4xW__qtyValue{padding:0 12px}}
.YouMayAlsoLike-module__1FmG5G__section{padding:0 clamp(25px,12vw,125px) clamp(50px,10vw,120px)}.YouMayAlsoLike-module__1FmG5G__heading{font-family:var(--font-montserrat);color:var(--primary-color);margin:0 0 40px;font-size:22px;font-weight:600}.YouMayAlsoLike-module__1FmG5G__grid{grid-template-columns:repeat(3,minmax(0,300px));gap:20px;display:grid}.YouMayAlsoLike-module__1FmG5G__card{cursor:pointer;box-sizing:border-box;background-color:#0000;border:20px solid #0000;flex-direction:column;transition:background-color .3s;display:flex}.YouMayAlsoLike-module__1FmG5G__card:hover{background-color:#f5f5f5}.YouMayAlsoLike-module__1FmG5G__imageWrapper,.YouMayAlsoLike-module__1FmG5G__imageLink{aspect-ratio:1;cursor:pointer;box-sizing:border-box;background-color:#f0f0f0;width:100%;padding:28px;display:block;position:relative;overflow:hidden}.YouMayAlsoLike-module__1FmG5G__productImage{object-fit:contain;transition:transform .35s ease-in-out;display:block;width:calc(100% - 56px)!important;height:calc(100% - 56px)!important;inset:28px!important}.YouMayAlsoLike-module__1FmG5G__card:hover .YouMayAlsoLike-module__1FmG5G__productImage{transform:scale(1.06)}.YouMayAlsoLike-module__1FmG5G__titleLink{color:inherit;cursor:pointer;text-decoration:none;display:block}.YouMayAlsoLike-module__1FmG5G__titleLink:hover .YouMayAlsoLike-module__1FmG5G__title{color:#a65f3d}.YouMayAlsoLike-module__1FmG5G__wishlistBtn{z-index:5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:23px;height:23px;padding:0;transition:all .3s;display:flex;position:absolute;top:15px;right:15px}.YouMayAlsoLike-module__1FmG5G__wishlistBtn:hover{transform:scale(1.5)}.YouMayAlsoLike-module__1FmG5G__wishlisted svg path{fill:var(--primary-color);stroke:var(--primary-color)}.YouMayAlsoLike-module__1FmG5G__info{padding:14px 0 0}.YouMayAlsoLike-module__1FmG5G__title{font-family:var(--font-raleway);font-size:var(--fs-16);color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-weight:400;overflow:hidden}.YouMayAlsoLike-module__1FmG5G__subtitle{font-family:var(--font-raleway);color:var(--text-secondary);margin:0 0 16px;font-size:13px;font-weight:400}.YouMayAlsoLike-module__1FmG5G__priceRow{flex-direction:column;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.YouMayAlsoLike-module__1FmG5G__price{font-family:var(--font-montserrat);color:var(--text-primary);white-space:nowrap;font-size:16px;font-weight:600}.YouMayAlsoLike-module__1FmG5G__addToCart{font-family:var(--font-montserrat);letter-spacing:.03em;color:#fff;background:var(--primary-color);cursor:pointer;white-space:nowrap;border:none;width:100%;padding:9px 20px;font-size:12px;font-weight:600;transition:opacity .2s}.YouMayAlsoLike-module__1FmG5G__addToCart:hover{opacity:.85}.YouMayAlsoLike-module__1FmG5G__outOfStock{color:#888;cursor:not-allowed;background:#d1d1d1}.YouMayAlsoLike-module__1FmG5G__outOfStock:hover{opacity:1}.YouMayAlsoLike-module__1FmG5G__skeleton{pointer-events:none}.YouMayAlsoLike-module__1FmG5G__skeletonImage{aspect-ratio:3/4;background:linear-gradient(90deg,#e8e8e8 25%,#f4f4f4 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:4px;width:100%;animation:1.4s infinite YouMayAlsoLike-module__1FmG5G__shimmer}.YouMayAlsoLike-module__1FmG5G__skeletonLine{background:linear-gradient(90deg,#e8e8e8 25%,#f4f4f4 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:4px;height:13px;margin-bottom:8px;animation:1.4s infinite YouMayAlsoLike-module__1FmG5G__shimmer}.YouMayAlsoLike-module__1FmG5G__skeletonShort{width:55%}@keyframes YouMayAlsoLike-module__1FmG5G__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.YouMayAlsoLike-module__1FmG5G__error{color:#c0392b;font-size:14px}@media (min-width:1024px) and (max-width:1300px){.YouMayAlsoLike-module__1FmG5G__section{padding:0 40px 100px}.YouMayAlsoLike-module__1FmG5G__grid{grid-template-columns:repeat(3,minmax(0,260px));gap:30px}.YouMayAlsoLike-module__1FmG5G__heading{margin-bottom:30px}}@media (max-width:1023px){.YouMayAlsoLike-module__1FmG5G__section{padding:0 40px 80px}.YouMayAlsoLike-module__1FmG5G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.YouMayAlsoLike-module__1FmG5G__section{padding:0 0 80px}.YouMayAlsoLike-module__1FmG5G__heading{font-size:var(--fs-22);margin-bottom:20px;padding:0 20px}.YouMayAlsoLike-module__1FmG5G__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:20px;padding:0 20px 16px;scroll-padding-left:20px;display:flex;overflow:auto visible}.YouMayAlsoLike-module__1FmG5G__grid::-webkit-scrollbar{display:none}.YouMayAlsoLike-module__1FmG5G__card{scroll-snap-align:start;background-color:#0000;border:0;flex:0 0 72vw;max-width:280px}.YouMayAlsoLike-module__1FmG5G__imageLink{padding:20px}.YouMayAlsoLike-module__1FmG5G__productImage{width:calc(100% - 40px)!important;height:calc(100% - 40px)!important;inset:20px!important}.YouMayAlsoLike-module__1FmG5G__info{padding:12px 0 0}.YouMayAlsoLike-module__1FmG5G__dots{justify-content:center;gap:6px;margin-top:16px;display:flex}.YouMayAlsoLike-module__1FmG5G__dot{background:#d8d8d8;border-radius:50%;width:6px;height:6px;transition:background .25s,transform .25s}.YouMayAlsoLike-module__1FmG5G__dotActive{background:var(--primary-color);transform:scale(1.3)}.YouMayAlsoLike-module__1FmG5G__title{font-size:var(--fs-18);font-weight:500}.YouMayAlsoLike-module__1FmG5G__subtitle{font-size:var(--fs-16);margin-bottom:12px}.YouMayAlsoLike-module__1FmG5G__price{font-size:var(--fs-18)}}
