@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap";*{box-sizing:border-box}:root{--primary: #202E48;--secondary: #E2D9CC;--bodybg: #F5F4F0;--text: #202E48;--dark: #000;--white: #fff;--font1: "Manrope", sans-serif !important;--font2: "Outfit", serif !important;--font3: "Bricolage Grotesque", sans-serif !important}html{margin-top:0!important;scroll-behavior:smooth}html body{font-family:var(--font1)!important;color:var(--text);background-color:var(--bodybg)}html h1,html h2,html h3,html h4,html h5,html h6{margin-top:0;font-family:var(--font2);color:var(--text);font-weight:400}html body p{margin-top:0}html body p:last-child{margin-bottom:0}::selection{color:var(--white);background:#0089ff}img{max-width:100%;width:auto;height:auto;z-index:1}html a{text-decoration:none;transition:all .4s;color:inherit}html button{transition:all .4s;font-family:var(--font2)}html a:hover{color:var(--secondary)}html p:last-child{margin-bottom:0}*:focus{outline:none!important}.group-block-content{pointer-events:auto!important}.container{max-width:100%;width:1370px;padding:0 25px;margin:0 auto}.for_bsns .switch{position:relative;display:inline-block;width:28px;height:15px;cursor:pointer;background:#bcad8a}.for_bsns{display:flex;align-items:center;gap:10px}.for_bsns p{font-weight:700;font-size:14px;line-height:100%;letter-spacing:10%;text-transform:uppercase;font-family:var(--font1)}.for_bsns .switch input{opacity:0;width:0;height:0;position:absolute}.for_bsns .track{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff40;border-radius:999px;transition:background .2s}header .header__wrapper{width:1370px;margin:0 auto;padding:0 25px;max-width:100%;background:transparent}html body header{background:var(--primary);padding:32px 0;transition:all .4s}.for_bsns .knob{position:absolute;top:1px;left:1px;width:13px;height:13px;background:#fff;border-radius:50%;transition:transform .2s}.for_bsns input:checked~.knob{transform:translate(12px)}.menu-selection-wrapper{font-family:var(--font2);background:var(--white)}.menu-selection-nav{width:1370px;max-width:100%;margin:0 auto;padding:0 25px}.menu-list{display:flex;align-items:center;gap:45px;list-style:none;margin:0;padding:0;justify-content:center}.menu-item{position:relative}.menu-link{display:flex;align-items:center;gap:6px;padding:0;font-family:var(--font2);font-size:16px;font-weight:400;line-height:62px;color:var(--primary);text-decoration:none;position:relative;transition:all .4s}.menu-link:after{content:"";position:absolute;left:0;right:0;bottom:-20px;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.65,0,.35,1)}.menu-item:hover .menu-link{color:var(--dark)}.menu-item:hover .menu-link:after{transform:scaleX(1)}.menu-arrow{transition:all .4s;height:10px;width:10px;display:flex;align-items:center;justify-content:center}.menu-arrow svg{height:100%;width:100%}.menu-item:hover .menu-arrow{transform:rotate(180deg)}.submenu-wrapper{position:absolute;top:90%;left:0;min-width:260px;background:#f5f4f0;border-radius:14px;box-shadow:0 18px 40px -12px #202e4840;border:1px solid var(--light);padding:10px;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:top left;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1),visibility .3s;z-index:40}.submenu-wrapper:before{content:"";position:absolute;top:-6px;left:26px;width:12px;height:12px;background:#f5f4f0;border-left:1px solid var(--light);border-top:1px solid var(--light);transform:rotate(45deg);border-radius:2px}.menu-item:hover>.submenu-wrapper{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.submenu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;position:relative}.submenu-item{position:relative}.submenu-link{display:flex;align-items:center;justify-content:flex-start;padding:8px 9px;border-radius:6px;font-family:var(--font1);font-size:14px;font-weight:500;color:var(--text);text-decoration:none;transition:background .25s ease,color .25s ease,padding-left .25s ease}.submenu-link:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--primary);opacity:0;margin-right:0;transition:opacity .25s ease,margin-right .25s ease}.submenu-item:hover>.submenu-link{background:var(--white);color:var(--dark);padding-left:12px}.submenu-item:hover>.submenu-link:before{opacity:1;margin-right:8px}.subsubmenu-list{list-style:none;margin:0;padding:8px;position:absolute;top:-8px;left:calc(100% + 6px);min-width:200px;background:var(--white);border:1px solid var(--light);border-radius:12px;box-shadow:0 14px 32px -10px #202e4838;opacity:0;visibility:hidden;transform:translate(8px);transition:opacity .25s ease,transform .25s ease,visibility .25s}.submenu-item:hover>.subsubmenu-list{opacity:1;visibility:visible;transform:translate(0)}.subsubmenu-item{border-radius:8px}.subsubmenu-link{display:block;padding:9px 12px;border-radius:8px;font-family:var(--font1);font-size:13.5px;color:var(--text);text-decoration:none;transition:background .25s ease,color .25s ease}.subsubmenu-item:hover .subsubmenu-link{background:var(--bodybg);color:var(--dark)}.mega-menu-item{position:static}.mega-menu-wrapper{position:absolute;top:calc(100% + 10px);left:0;right:0;width:100%;background:var(--white);border-top:3px solid var(--primary);box-shadow:0 26px 60px -16px #202e484d;padding:36px 48px;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .4s ease,transform .4s cubic-bezier(.22,1,.36,1),visibility .4s;z-index:50}.mega-menu-item:hover>.mega-menu-wrapper{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-wrapper .submenu-list{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 28px;flex-direction:unset}.mega-menu-wrapper .submenu-item{border-bottom:none}.mega-menu-wrapper .submenu-link{font-family:var(--font2);font-size:15px;font-weight:700;color:var(--primary);padding:0 0 12px;border-bottom:1px solid var(--light);border-radius:0;margin-bottom:10px;pointer-events:none}.mega-menu-wrapper .submenu-link:before{display:none}.mega-menu-wrapper .submenu-item:hover>.submenu-link{background:transparent;padding-left:0}.mega-menu-wrapper .subsubmenu-list{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:0;display:flex;flex-direction:column;gap:4px;background:transparent}.mega-menu-wrapper .subsubmenu-link{font-size:14px;color:var(--text);padding:7px 0;border-radius:6px}.mega-menu-wrapper .subsubmenu-item:hover .subsubmenu-link{background:transparent;color:var(--dark);padding-left:6px}.mega-menu-wrapper:after{content:"";position:absolute;bottom:0;right:0;width:220px;height:100%;background:linear-gradient(135deg,var(--light) 0%,var(--bodybg) 100%);opacity:.5;pointer-events:none;z-index:-1}.menu-empty-state{padding:14px 18px;font-family:var(--font1);font-size:14px;color:var(--primary);background:var(--light);border-radius:10px;display:inline-block}html body .btn.find-my-chair-btn{font-weight:700;font-size:12px;letter-spacing:10%;text-transform:uppercase;padding:0 24px;line-height:40px;border:1px solid #FFF}html body .btn.find-my-chair-btn:hover{border:1px solid #FFF;background:#fff;color:#000}header .header__wrapper .header__secondary-nav{gap:30px}header .header__wrapper .header__secondary-nav .header__icon-list{gap:20px}section.hero-sec{background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;padding:10px 0;background-position:center center;background:none!important}.hero-comfort{display:flex;width:100%;padding:0;align-items:center}.hero-comfort__left{width:46%;display:flex;align-items:center;box-sizing:border-box}.hero-comfort__heading{font-size:60px;line-height:130%;font-weight:400;color:var(--primary);margin:0 0 24px}.hero-comfort__subtext{font-size:16px;line-height:170%;margin:0 0 40px}.hero-comfort__subtext p{margin:0}.hero-comfort__buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-comfort__btn{display:inline-flex;align-items:center;justify-content:center;padding:0 40px;border-radius:40px;font-size:13px;font-weight:700;letter-spacing:10%;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:all .4s;box-sizing:border-box;line-height:50px}.hero-comfort__btn--primary{background-color:var(--primary);color:#fff;border:1px solid var(--primary)}.hero-comfort__btn--primary:hover{background-color:var(--secondary);color:var(--primary);border-color:var(--secondary)}.hero-comfort__btn--secondary{background-color:transparent;color:var(--primary);border:1px solid var(--primary)}.hero-comfort__btn--secondary:hover{background-color:var(--primary);color:var(--white)}.hero-comfort__right{width:52%;position:relative;overflow:hidden}.hero-comfort__image{width:80%;height:100%;object-fit:cover;display:block;margin-left:auto}.section.ftr_icn_bx{padding:40px 0}.section.ftr_icn_bx>.section-stack{width:1370px;max-width:100%;margin:0 auto;padding:0 25px}.section.ftr_icn_bx>.section-stack scroll-carousel{gap:40px}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item{display:flex;gap:20px;align-items:flex-start}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item .icon-block{background:transparent;padding:0;height:40px;width:40px;min-width:40px}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item .icon-block .image-icon{width:100%;height:100%;object-fit:contain}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item p.h5{font-weight:500;font-size:18px;line-height:120%;letter-spacing:0px}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item p{font-weight:400;font-size:14px;line-height:150%;letter-spacing:2%;margin-top:8px}.section.hm_fturd_clctn{padding:100px 0}.section.hm_fturd_clctn>.section-stack{width:1370px;max-width:100%;margin:0 auto;padding:0 25px;gap:50px}.section.hm_fturd_clctn>.section-stack .section-header h2{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%}.section.hm_fturd_clctn>.section-stack .section-header{align-items:center}.section.hm_fturd_clctn>.section-stack .section-header a.text-with-icon{font-weight:700;font-size:12px;letter-spacing:10%;text-transform:uppercase;padding:0 34px;line-height:48px;background:#e2d9cc;border-radius:50px;text-decoration:none}.section.hm_fturd_clctn>.section-stack .section-header a.text-with-icon span.circle-chevron{display:none}.section.hm_fturd_clctn>.section-stack .section-header a.text-with-icon:hover{background:var(--primary);color:var(--white)}.section.hm_fturd_clctn>.section-stack .section-header a.text-with-icon:hover>*{background:none}.section.hm_fturd_clctn>.section-stack scroll-carousel{padding:0;width:100%;margin:0 auto}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media:before{content:"";background:#202e4866;opacity:1;visibility:visible;z-index:2}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper{top:0;right:0;bottom:0;left:0;height:100%;width:100%;max-width:unset;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:2}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media{gap:0;display:flex;align-items:center;justify-content:center;border-radius:0}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:0px;transform:none;width:100%;padding:25px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content p.subheading{font-weight:500;font-size:16px;line-height:170%;letter-spacing:2%;color:#fff;opacity:1;margin-bottom:16px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content p.h3{order:-1;font-weight:600;font-size:30px;line-height:130%;letter-spacing:0%;text-align:center;color:#fff;margin:0 0 5px;font-family:var(--font1)}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content .button{margin-top:0!important;font-weight:700;font-size:13px;letter-spacing:10%;text-transform:uppercase;padding:0;line-height:100%;background:transparent;color:var(--white);margin-bottom:0!important;text-decoration:underline;display:flex;align-items:center;gap:4px;transition:all .4s;text-underline-offset:5px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content .button:hover{opacity:.6}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content .button:after{content:"";height:17px;width:17px;display:inline-block;background-image:url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.1055 8.5L3.54297 8.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.20996 4.25C9.20996 4.25 13.4599 7.38005 13.46 8.5C13.46 9.62002 9.20996 12.75 9.20996 12.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:cover;background-position:center center}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper svg.icon{display:none}.qcb-section{background:#1f2c3f;padding:60px 0 0;color:#fff}.qcb-card{display:flex;align-items:center;justify-content:space-between;position:relative;max-width:100%;margin:0 auto;width:1370px;padding:0 25px}.qcb-chair{display:flex;align-items:flex-end;justify-content:center;align-self:stretch;position:relative;width:38%;margin-top:auto}.qcb-chair img{height:auto;object-fit:contain;display:block;opacity:1}.qcb-chair--left{justify-content:flex-start;padding-left:0}.qcb-chair--left img{margin-left:-52px;margin-bottom:-120px;width:200px}.qcb-chair--right{justify-content:flex-end;padding-right:0}.qcb-chair--right img{margin-right:-18px;margin-bottom:11px;width:130px}.qcb-center{width:100%;max-width:33%;flex-grow:1;padding-right:40px;padding-bottom:50px}.qcb-eyebrow{font-weight:500;font-size:16px;line-height:150%;letter-spacing:18%;margin-bottom:18px;display:block;text-transform:uppercase;padding-bottom:20px;position:relative}.qcb-eyebrow:before{content:"";display:block;position:absolute;left:0;bottom:0;height:1px;width:50px;background:#bcad8a}.qcb-heading{font-weight:400;font-size:60px;line-height:120%;letter-spacing:0%;margin-bottom:28px;color:#fff}.qcb-heading span{color:#bcad8a;display:block}.qcb-center .description{font-weight:400;font-size:18px;line-height:170%;letter-spacing:2%;margin-bottom:30px}.qcb-btn{font-weight:700;font-size:13px;line-height:52px;letter-spacing:10%;text-transform:uppercase;padding:0 40px;border-radius:50px;background-color:#e2d9cc;color:var(--primary);display:inline-flex;vertical-align:top;align-items:center;gap:5px}.qcb-btn:hover{background-color:#bcad8a;color:var(--primary)}ul.cta_icons{margin:0 auto;width:250px;color:#fff}ul.cta_icons li{display:flex;align-items:center;gap:26px;margin:0 0 30px}ul.cta_icons li .icon{width:62px;min-width:62px;height:62px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:14px}ul.cta_icons li h4{font-size:20px;color:#fff;margin:0;line-height:140%}html .facet-dialog{top:calc(100% + 5px)}.facet-dialog[id*=color]{margin-left:200px}.section.home_bstslr_sec>.section-stack .floating-controls-container>button.circle-button{visibility:hidden;opacity:1;box-shadow:0 4px 4px #00000008;background:#fff;height:40px;width:40px;transform:scale(1)}.section.home_bstslr_sec>.section-stack .floating-controls-container>button.circle-button:hover{background:var(--primary);color:#fff}.section.home_bstslr_sec{padding:100px 0;overflow:hidden}.section.home_bstslr_sec>.section-stack section-header.section-header{width:1370px;max-width:100%;margin:0 auto;padding:0 25px}.section.home_bstslr_sec>.section-stack section-header.section-header h2.h2{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;margin-bottom:10px}.section.home_bstslr_sec>.section-stack section-header.section-header p{font-weight:400;font-size:16px;line-height:170%;letter-spacing:2%;margin-top:0}.section.home_bstslr_sec>.section-stack section-header.section-header a.text-with-icon{font-weight:700;font-size:12px;line-height:48px;letter-spacing:10%;text-transform:uppercase;padding:0 34px;display:inline-flex;background:#e2d9cc;border-radius:50px;text-decoration:none}.section.home_bstslr_sec>.section-stack section-header.section-header a.text-with-icon .circle-chevron{display:none}.section.home_bstslr_sec>.section-stack section-header.section-header a.text-with-icon:hover{background:var(--primary);color:var(--white)}.section.home_bstslr_sec>.section-stack section-header.section-header a.text-with-icon>*{background:none}.section.home_bstslr_sec>.section-stack{gap:50px}.main_clctn_prdct product-list product-card,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card{padding:20px;border-radius:10px}.main_clctn_prdct product-list product-card .product-card__figure,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__figure{border-radius:8px;overflow:hidden;margin-bottom:20px}.main_clctn_prdct product-list product-card .product-card__figure a,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__figure a{height:255px;display:flex;align-items:center;justify-content:center}.main_clctn_prdct product-list product-card .product-card__figure a img,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__figure a img{height:100%;object-fit:contain;transform:none;border-radius:8px;width:100%}.main_clctn_prdct product-list product-card .product-card__figure a img{object-fit:contain}.section.home_bstslr_sec>.section-stack scroll-carousel{width:100%;max-width:unset;padding:0;margin:0}.section.home_bstslr_sec>.section-stack scroll-carousel reveal-items{width:100%}.section.home_bstslr_sec>.section-stack scroll-carousel reveal-items product-list.product-list{width:100%;max-width:unset;margin:0;padding:0}.main_clctn_prdct product-list product-card .product-card__info,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info{padding:0;gap:14px;height:100%;justify-content:space-between;display:flex;flex-direction:column}.main_clctn_prdct product-list product-card .product-card__info .w-full,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .w-full{gap:12px}.main_clctn_prdct product-list product-card .product-card__info .w-full .product-card__title a,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .w-full .product-card__title a{font-family:Outfit;font-weight:500;font-size:20px;line-height:140%;letter-spacing:0px;display:block}.main_clctn_prdct product-list product-card .product-card__info .w-full .product-card__title a:hover,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .w-full .product-card__title a:hover{color:#000}.main_clctn_prdct product-list product-card .product-card__info .w-full sale-price,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .w-full sale-price{font-family:Outfit;font-weight:400;font-size:16px;line-height:130%;letter-spacing:0px;color:#202e48}.main_clctn_prdct product-list product-card .product-card__info .product-card__aside,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .product-card__aside{margin:0}.main_clctn_prdct product-list product-card .product-card__info .product-card__aside .color-swatch,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .product-card__aside .color-swatch{height:24px;width:24px;border-radius:50px;margin:0;border:1px solid #F5F5F5;box-shadow:none;outline:none}.main_clctn_prdct product-list product-card .product-card__info .product-card__aside .color-swatch:before,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .product-card__aside .color-swatch:before{display:none}.main_clctn_prdct product-list product-card .product-card__info .product-card__aside fieldset.product-card__swatch-list,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .product-card__aside fieldset.product-card__swatch-list{gap:6px;flex-wrap:wrap}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy{position:static;opacity:1;visibility:visible;transform:none}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button{font-weight:700;font-size:13px;line-height:100%;letter-spacing:10%;text-transform:uppercase;border-radius:8px;padding:10px;font-family:var(--font1);display:flex;align-items:center;justify-content:center;gap:12px;background-color:#f5f5f5;transition:all .4s}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:before,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:before{content:"";height:20px;width:20px;display:inline-block;background-image:url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.18228 18.4541C9.18805 18.577 9.16881 18.6999 9.12574 18.8152C9.08266 18.9305 9.01663 19.0359 8.93166 19.1249C8.84668 19.214 8.74452 19.2849 8.63135 19.3333C8.51819 19.3817 8.39638 19.4067 8.27328 19.4067C8.15019 19.4067 8.02837 19.3817 7.91521 19.3333C7.80205 19.2849 7.69988 19.214 7.61491 19.1249C7.52993 19.0359 7.46391 18.9305 7.42083 18.8152C7.37775 18.6999 7.35851 18.577 7.36428 18.4541C7.37525 18.2204 7.4758 17.9998 7.64507 17.8383C7.81434 17.6768 8.03932 17.5867 8.27328 17.5867C8.50724 17.5867 8.73222 17.6768 8.90149 17.8383C9.07076 17.9998 9.17132 18.2204 9.18228 18.4541ZM16.4543 18.4541C16.4601 18.577 16.4408 18.6999 16.3977 18.8152C16.3547 18.9305 16.2886 19.0359 16.2037 19.1249C16.1187 19.214 16.0165 19.2849 15.9034 19.3333C15.7902 19.3817 15.6684 19.4067 15.5453 19.4067C15.4222 19.4067 15.3004 19.3817 15.1872 19.3333C15.074 19.2849 14.9719 19.214 14.8869 19.1249C14.8019 19.0359 14.7359 18.9305 14.6928 18.8152C14.6497 18.6999 14.6305 18.577 14.6363 18.4541C14.6441 18.2181 14.7434 17.9944 14.9131 17.8302C15.0828 17.666 15.3097 17.5742 15.5458 17.5742C15.7819 17.5742 16.0088 17.666 16.1785 17.8302C16.3482 17.9944 16.4465 18.2181 16.4543 18.4541Z" fill="%23202E48"/><path d="M5.336 6.636H21L17.364 14.818H6.909L4.636 3H1M9.182 18.454C9.18777 18.577 9.16853 18.6998 9.12545 18.8151C9.08238 18.9304 9.01635 19.0358 8.93137 19.1249C8.8464 19.2139 8.74424 19.2848 8.63107 19.3332C8.51791 19.3817 8.39609 19.4067 8.273 19.4067C8.14991 19.4067 8.02809 19.3817 7.91493 19.3332C7.80176 19.2848 7.6996 19.2139 7.61463 19.1249C7.52965 19.0358 7.46363 18.9304 7.42055 18.8151C7.37747 18.6998 7.35823 18.577 7.364 18.454C7.37497 18.2203 7.47552 17.9998 7.64479 17.8383C7.81406 17.6768 8.03904 17.5866 8.273 17.5866C8.50696 17.5866 8.73194 17.6768 8.90121 17.8383C9.07048 17.9998 9.17103 18.2203 9.182 18.454ZM16.454 18.454C16.4598 18.577 16.4405 18.6998 16.3975 18.8151C16.3544 18.9304 16.2883 19.0358 16.2034 19.1249C16.1184 19.2139 16.0162 19.2848 15.9031 19.3332C15.7899 19.3817 15.6681 19.4067 15.545 19.4067C15.4219 19.4067 15.3001 19.3817 15.1869 19.3332C15.0738 19.2848 14.9716 19.2139 14.8866 19.1249C14.8016 19.0358 14.7356 18.9304 14.6925 18.8151C14.6495 18.6998 14.6302 18.577 14.636 18.454C14.6438 18.218 14.7431 17.9943 14.9128 17.8301C15.0825 17.6659 15.3094 17.5742 15.5455 17.5742C15.7816 17.5742 16.0085 17.6659 16.1782 17.8301C16.3479 17.9943 16.4462 18.218 16.454 18.454Z" stroke="%23202E48" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:contain;background-position:center center;transition:all .4s}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button div,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button div{display:none;transition:all .4s}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:hover div,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:hover div{display:block}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:hover,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:hover{background-color:#202e48;padding:10px 15px}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:hover:before,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy button.button:hover:before{filter:brightness(0) invert(1)}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp:not(:has(.product-card__aside)),.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .swc_crt_wrp:not(:has(.product-card__aside)){justify-content:flex-end}.story-section{width:100%;box-sizing:border-box;overflow:hidden}.story-section__wrapper{max-width:1370px;margin:0 auto;display:flex;gap:70px;padding:0 25px;align-items:center}h3.highlight_text{font-weight:500;font-style:Italic;font-size:18px;line-height:170%;letter-spacing:2%;border-radius:10px;padding:15px 30px;background:#fff;display:inline-block;margin-bottom:30px}.story-section__left{width:33%;min-width:630px;display:flex;flex-direction:column;align-items:flex-start}.story-section__eyebrow{font-size:16px;font-weight:500;color:#4a4f5c;margin:0 0 20px;line-height:130%}.story-section__heading{font-size:28px;line-height:140%;font-weight:400;margin:0 0 30px}.story-section__heading p{margin:0}.story-section__btn{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;padding:0 40px;border-radius:50px;background-color:var(--primary);color:#fff;font-size:13px;font-weight:700;letter-spacing:10%;line-height:52px;text-transform:uppercase;text-decoration:none;white-space:nowrap;border:0;transition:all .4s}.story-section__btn:hover{background-color:var(--secondary);color:var(--primary)}.story-section__left .btn_wrp{display:flex;align-items:center;gap:10px}html body .btn_outline{background:transparent;border:1px solid var(--primary);color:var(--primary)}html body .btn_outline:hover{background:var(--primary);border:1px solid var(--primary);color:var(--white)}.story-section__small-image{width:100%;max-width:310px;overflow:hidden}.story-section__small-image img{width:100%;height:100%;object-fit:cover;display:block}.story-section__right{overflow:hidden;align-self:stretch;flex:1;width:50vw;margin-right:calc(50% - 50vw)}.story-section__right img{width:100%;height:auto;min-height:580px;object-fit:cover;display:block}.quality-banner{width:100%;box-sizing:border-box;padding:60px 0;background-repeat:no-repeat;background-size:cover;background-position:center 70%}.quality-banner__wrapper{position:relative;max-width:100%;margin:0 auto;padding:0 25px;width:1480px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;row-gap:145px}.quality-banner__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.quality-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#00000026,#0000000d 40%,#00000059);z-index:2}.quality-banner__top{position:relative;z-index:3;max-width:600px}.quality-banner__heading{color:#fff;margin:0 0 42px;font-family:Outfit;font-weight:400;font-size:60px;line-height:130%;letter-spacing:0%}.quality-banner__btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 40px;border-radius:40px;background-color:#fff;color:#232b3d;font-size:13px;font-weight:700;letter-spacing:10%;text-transform:uppercase;text-decoration:none;white-space:nowrap;border:0;transition:all .4s}.quality-banner__btn:hover{background-color:var(--primary);color:#fff}.quality-banner__bottom{position:relative;z-index:3;display:flex;justify-content:flex-end}.quality-banner__paragraph{max-width:564px;font-size:28px;line-height:140%;color:#fff;text-align:left;font-family:var(--font2);font-weight:400}.quality-banner__paragraph p{margin:0}.quality-banner:before{content:"";background:#202e484d;position:absolute;top:0;right:0;bottom:0;left:0}.main_clctn_prdct .collection .collection__top-bar{z-index:2}.section.why_chs_sec{padding:140px 0}.section.why_chs_sec>.section-stack{width:1370px;max-width:100%;margin:0 auto;padding:0 25px;gap:50px}.section.why_chs_sec>.section-stack .text-wrp{width:810px;max-width:100%;margin:0 auto}.section.why_chs_sec>.section-stack .text-wrp h2.h3{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;text-align:center;margin-bottom:10px}.section.why_chs_sec>.section-stack .text-wrp p{font-weight:400;font-size:16px;line-height:170%;letter-spacing:2%;text-align:center}.section.why_chs_sec>.section-stack scroll-carousel{gap:50px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item{gap:20px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item div img{width:200px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p.h6{font-weight:400;font-size:26px;line-height:130%;letter-spacing:0%;text-align:center;margin-bottom:10px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p{margin:0;font-weight:400;font-size:14px;line-height:150%;letter-spacing:2%;text-align:center}.new-arrivals{width:100%;box-sizing:border-box}.new-arrivals__wrapper{width:1370px;margin:0 auto;max-width:100%;padding:0 25px}.new-arrivals__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:50px;flex-wrap:wrap}.new-arrivals__heading{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;margin-bottom:10px}.new-arrivals__subtext{font-weight:400;font-size:16px;line-height:170%;letter-spacing:2%}.new-arrivals__btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 40px;border-radius:50px;background-color:var(--primary);color:#fff;font-size:13px;font-weight:700;letter-spacing:10%;text-transform:uppercase;text-decoration:none;white-space:nowrap;border:0;transition:all .4s;flex-shrink:0}.new-arrivals__btn:hover{background-color:var(--secondary);color:var(--primary)}.new-arrivals__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.new-arrivals .product-card{background-color:#fff;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;gap:10px}.new-arrivals .product-card__image-link{display:block;text-decoration:none}.new-arrivals .product-card__image-wrap{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;padding:20px 50px;box-sizing:border-box}.new-arrivals .product-card__image{width:100%;height:100%;object-fit:contain;display:block;transition:all .4s}.new-arrivals .product-card:hover .product-card__image{transform:scale(1.2)}.new-arrivals .product-card__placeholder-svg{width:100%;height:100%;color:#d8d4c4}.new-arrivals .product-card__info{padding:0 18px 18px;gap:0;width:100%;height:100%;display:flex;flex-direction:column}.new-arrivals .product-card__title-link{text-decoration:none}.new-arrivals .product-card__title{color:#232b3d;margin:0 0 12px;font-family:Outfit;font-weight:500;font-size:20px;line-height:140%;letter-spacing:0px}.new-arrivals .product-card__price{margin:0 0 14px;font-family:Outfit;font-weight:400;font-size:16px;line-height:130%;letter-spacing:0px}.new-arrivals__toast{display:none}.new-arrivals .product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto}.new-arrivals .product-card__swatches{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.new-arrivals .product-card__swatch{width:24px;height:24px;padding:0;border:none;border-top:1px solid #F5F5F5;background:transparent;cursor:pointer;border-radius:50%;position:relative;display:inline-flex;align-items:center;justify-content:center}.new-arrivals .product-card__swatch-color{width:22px;height:22px;border-radius:50%;display:block;border:1px solid rgba(0,0,0,.1);box-sizing:border-box}.new-arrivals .product-card__swatch.is-active .product-card__swatch-color{box-shadow:0 0 0 2px #fff,0 0 0 3px #232b3d}.new-arrivals .product-card__cart-btn{font-weight:700;font-size:12px;line-height:100%;letter-spacing:10%;text-transform:uppercase;border-radius:8px;padding:10px;font-family:var(--font1);display:flex;align-items:center;justify-content:center;gap:12px;background-color:#f5f5f5;transition:all .4s}.new-arrivals .product-card__cart-btn span{display:none;transition:all .4s}.new-arrivals .product-card__cart-btn:hover{background-color:#202e48;color:#fff;padding:10px 15px}.new-arrivals .product-card__cart-btn:hover span{display:block}.new-arrivals .product-card__cart-btn.is-loading{opacity:.6;pointer-events:none}.new-arrivals .product-card__cart-btn.is-added svg{color:#2f7d4f}.section.section-blends:has(.jdgm-carousel-wrapper) .jdgm-all-reviews-rating-wrapper .jdgm-carousel-number-of-reviews svg{display:none}.section.section-blends:has(.jdgm-carousel-wrapper) .jdgm-all-reviews-rating-wrapper .jdgm-carousel-number-of-reviews{font-weight:400;font-size:16px;line-height:170%;letter-spacing:2%;text-align:center}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper{width:100%;padding:0}.section.section-blends:has(.jdgm-carousel-wrapper) .jdgm-carousel-title-and-link{margin-bottom:35px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-carousel-title-and-link .jdgm-carousel-title{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;text-align:center;margin-bottom:12px}.section.section-blends:has(.jdgm-carousel-wrapper) .jdgm-all-reviews-rating-wrapper{display:flex;text-align:center;align-items:center;justify-content:center;height:auto;gap:10px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel{margin:0 auto;position:relative}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper{height:auto}.section.home_bstslr_sec .floating-controls-container{position:relative;margin:0 auto;max-width:100%}.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-carousel-item{padding:40px 30px;background-color:var(--white);margin:0 5px;text-align:left;position:relative;width:25%;border-radius:10px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__review{text-align:left;height:auto;display:flex;flex-direction:column;gap:12px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-star.jdgm--on{color:#010002}.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper{padding-top:30px;margin-top:0;text-align:left;border-top:0;margin-bottom:0;font-weight:500;font-size:20px;line-height:120%;letter-spacing:0px;padding-bottom:0;font-family:Outfit}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-carousel-item__reviewer-name.jdgm-ellipsis{font-size:revert;opacity:1;line-height:100%;padding:0}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm--shop-review-has-image{display:none}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-carousel-item__review-rating{font-size:15px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__item-wrapper .jdgm-carousel-item__review-body{font-weight:400;font-size:16px;line-height:160%;letter-spacing:2%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8!important;-webkit-box-orient:vertical;color:#202e48;min-height:110px}.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows>*{display:flex;border:0;box-shadow:0 1px 4px #00000020;height:36px;width:36px;background-color:#fff;transform:none;padding:10px;border-radius:50px;align-items:center;justify-content:center;transition:all .4s;opacity:1;position:absolute;top:-20px;bottom:0;margin:auto;left:-17px}.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows .jdgm-carousel__right-arrow{left:auto;right:-17px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows>*:hover{border:1px solid var(--dark);background-color:var(--dark)}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows>*:before{content:"";background-image:url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 0.75C6.75 0.75 0.75001 5.1689 0.75 6.75C0.74999 8.3312 6.75 12.75 6.75 12.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:contain;height:12px;width:12px;background-position:center center}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows>*:hover:before{filter:brightness(0) invert(1)}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__right-arrow:before{transform:scale(-1)}.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel .jdgm-carousel__arrows{text-align:right;display:inline-flex;align-items:center;justify-content:space-between;width:100%;gap:10px;margin:auto}.jdgm-carousel__item-container{padding:0 20px 0 0}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block{width:100%}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div{width:1370px!important;padding:0 25px;max-width:100%!important}.jdgm-owl-reviews .owl-nav button{position:absolute;top:50%;transform:translateY(-50%);background:#fff!important;border-radius:50%;width:36px;height:36px;box-shadow:0 2px 6px #00000026}.jdgm-owl-reviews .owl-nav .owl-prev{left:-17px}.jdgm-owl-reviews .owl-nav .owl-next{right:-17px}.jdgm-owl-reviews .jdgm-carousel-item{border:0;background:#fff;border-radius:10px;padding:40px 30px;margin:0;height:100%;width:100%;display:flex;flex-direction:column}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__review-rating{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px;font-size:14px;gap:3px}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__review-rating .jdgm-star{padding:0!important;margin:0!important;display:block!important;height:auto!important;min-height:auto!important}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__review{height:auto;text-align:left;margin-bottom:30px}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__review .jdgm-carousel-item__review-content{font-weight:400;font-size:16px;line-height:160%;letter-spacing:2%;color:#202e48}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper{margin:auto 0 0;text-align:left;font-family:Outfit;font-weight:500;font-size:20px;line-height:120%;letter-spacing:0%;color:#202e48}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper .jdgm-carousel-item__reviewer-name{color:#202e48;opacity:1;font-size:inherit;line-height:inherit;font-weight:inherit;margin:0;padding:0}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__product,.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__reviewer-name-wrapper .jdgm-carousel-item__timestamp{display:none!important}.shopify-block>div .jdgm-carousel-wrapper .owl-stage{display:flex}.jdgm-owl-reviews .owl-nav{margin:0;display:flex;align-items:center;justify-content:center}html body .jdgm-owl-reviews .owl-nav [class*=owl-]{box-shadow:0 4px 4px #00000008;background:#fff!important;height:36px;width:36px;border-radius:50px;padding:0!important;margin:0}html body .jdgm-owl-reviews .owl-nav [class*=owl-] span{font-size:22px}html body .jdgm-owl-reviews .owl-nav [class*=owl-]:hover{background:var(--primary)!important}.site-footer{width:100%;overflow:hidden;position:relative}.site-footer__wrapper{max-width:1370px;margin:0 auto;padding:80px 25px 1px;box-sizing:border-box;position:relative}.site-footer__top{display:flex;gap:80px;justify-content:space-between}.site-footer__logo-link{display:inline-block;text-decoration:none;margin-bottom:40px}.site-footer__logo{height:40px;width:auto;display:block}.site-footer__description{font-size:15px;line-height:170%;color:#202e48;max-width:400px}.site-footer__description p{margin:0}.site-footer__heading{font-size:18px;font-weight:500;margin:0 0 20px;line-height:130%}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-footer__link{font-size:16px;color:#202e48;text-decoration:none;transition:all .4s;display:block;line-height:138%;white-space:nowrap}.site-footer__link:hover{color:#000}.site-footer__social{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.site-footer__social-icon{width:40px;height:40px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .4s;padding:12px}.site-footer__social-icon:hover{background-color:var(--primary);color:#fff}.site-footer__social-icon:hover>*{filter:brightness(0) invert(1)}.site-footer__social-icon img{width:100%;height:100%;object-fit:contain;display:block}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:18px 0;margin-top:60px;border-top:1px solid #202E481A;z-index:2;position:relative}.site-footer__copyright{font-size:15px;color:var(--primary);margin:0;line-height:130%;display:block}.site-footer__payment-icons{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0}.site-footer__payment-icon{width:38px;height:auto;display:block}.site-footer__watermark{font-family:var(--font3);font-weight:600;font-size:390px;line-height:80%;letter-spacing:0%;text-align:center;color:#202e4814;margin-bottom:-120px;display:block;width:100%}header .header__wrapper .header__main-nav .header__icon-list{display:none}.section.clctn_bnr{padding:0}.section.clctn_bnr image-banner,.section.clctn_bnr picture,.section.clctn_bnr image-banner img,.section.clctn_bnr picture img{width:100%;display:block;position:static;margin:0}.section.clctn_bnr image-banner.collection-banner{opacity:1;aspect-ratio:unset!important;min-height:auto!important;padding:116px 0;background-repeat:no-repeat!important;background-size:cover!important;background:#dacfbd;background-position:right center!important}.section.clctn_bnr image-banner.collection-banner>.place-self-center{width:1370px;max-width:100%;margin:0 auto;padding:0 25px;text-align:left}.section.clctn_bnr image-banner.collection-banner .place-self-center h1{color:var(--primary);z-index:9;opacity:1;font-weight:400;font-size:55px;line-height:130%;letter-spacing:0%;text-align:left}.section.clctn_bnr image-banner.collection-banner .place-self-center .v-stack{gap:14px}.section.clctn_bnr image-banner.collection-banner .place-self-center .v-stack .prose{font-weight:500;font-size:16px;line-height:170%;letter-spacing:2%;text-align:left;width:410px;max-width:100%}.main_clctn_prdct .collection{margin:0;gap:30px}.main_clctn_prdct{padding:50px 25px 100px}.main_clctn_prdct .collection__top-bar .facets-horizontal facet-dialog.facet-dialog{left:auto;right:auto;max-width:unset;width:auto;padding:12px}.main_clctn_prdct product-list{gap:24px}.main_clctn_prdct .collection__top-bar .facets-horizontal facet-dialog.facet-dialog label.facet-dialog-option{opacity:1;padding:5px 10px;font-family:Outfit;font-weight:400;font-size:14px;line-height:130%;letter-spacing:0%;vertical-align:middle;background:#fff;border-radius:5px}.main_clctn_prdct .collection__top-bar .facets-horizontal facet-dialog.facet-dialog label.facet-dialog-option:hover{opacity:.6}.main_clctn_prdct .collection__top-bar .facets-horizontal facet-dialog.facet-dialog>.h-stack.wrap label{margin:0}.main_clctn_prdct .collection__top-bar .active-facets .removable-facet{font-size:15px;padding:8px 16px;background:#fff}.shopify-section--collection-banner>.collection-header{opacity:1;aspect-ratio:unset!important;min-height:auto!important;padding:116px 0;background-repeat:no-repeat!important;background-size:cover!important;background:#dacfbd;background-position:right center!important;background-image:url(//sitmate.com.au/cdn/shop/files/Product-list-banner.jpg?v=1785127039&width=1600);margin:0}.shopify-section--collection-banner .collection-header h1.h0{color:var(--primary);z-index:9;opacity:1;font-weight:400;font-size:55px;line-height:130%;letter-spacing:0%;text-align:left}.main_clctn_prdct .collection nav.collection__pagination{margin-top:20px;background:transparent;border:0;border-radius:0;gap:20px;align-items:center}.main_clctn_prdct .collection nav.collection__pagination .pagination__current{padding:0}.main_clctn_prdct .collection__top-bar .facets-horizontal facet-dialog.facet-dialog>.color-list.h-stack.wrap{gap:20px}.main_clctn_prdct .collection__top-bar .facets-horizontal facet-dialog.facet-dialog>.h-stack.wrap{gap:8px;margin:0;max-width:unset}.main_clctn_prdct .collection nav.collection__pagination .pagination__item{padding:0;height:34px;width:34px;border-radius:50px}.main_clctn_prdct product-list product-card .product-card__figure a{height:auto;aspect-ratio:1;padding:0;margin:20px;position:relative}html .main_clctn_prdct product-list product-card{padding:0}html .main_clctn_prdct product-list product-card .product-card__info{padding:0 18px 18px}html .main_clctn_prdct product-list product-card .product-card__figure{margin-bottom:0;border-radius:0}html .main_clctn_prdct product-list product-card button.compare-button{display:none}.product-specs-table table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;border:1px solid #e5e0d8}.product-specs-table th{background:var(--primary);text-align:left;padding:10px 22px;color:#fff;font-family:Outfit;font-weight:500;font-size:18px;line-height:130%;letter-spacing:0%;border:1px solid #202E481A}.product-specs-table tbody tr:nth-child(2n) td{background:#202e480d}.product-specs-table td{padding:12px 22px;border-top:1px solid #202E481A;color:var(--primary);font-family:Outfit;font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%;background:#fff;border-right:1px solid #202E481A}.product-info__text.bst_suit{border:1px solid #202E481A;background:#fff;padding:25px;border-radius:10px}.main_clctn_prdct.ymal_sec product-list product-card .product-card__figure a img{object-fit:contain}.section.section-blends:has(.jdgm-carousel-wrapper) .jdgm-all-reviews-rating-wrapper .jdgm-star{color:#ffa719}.section.product-detail{padding:50px 0}.section.product-detail>product-rerender{display:block;width:1470px;max-width:100%;margin:0 auto;padding:0 25px}.section.product-detail>product-rerender .product{gap:50px;grid:unset;grid-template-columns:786px 1fr}.section.product-detail>product-rerender .product .product-info{top:100px!important}.section.product-detail>product-rerender .product .desktop-only{display:none}.section.product-detail>product-rerender .product .product-info__block-item{margin-block-start:35px;margin-block-end:35px}.section.product-detail>product-rerender .product .product-info__block-item:first-child{margin-block-start:0}.section.product-detail>product-rerender .product .product-info__block-item .product-info__title{font-weight:400;font-size:42px;line-height:130%;letter-spacing:0px}.section.product-detail>product-rerender .product .product-info__block-item:has(.product-info__title){margin-bottom:0}.section.product-detail>product-rerender .product .product-info__block-item:has(.jdgm-widget){margin-top:10px}.section.product-detail>product-rerender .product .product-info__block-item:has(.jdgm-widget) .jdgm-prev-badge{display:flex!important;align-items:center;gap:10px}.section.product-detail>product-rerender .product .product-info__block-item:has(.jdgm-widget) .jdgm-prev-badge .jdgm-prev-badge__text{font-family:Outfit;font-weight:400;font-size:15px;line-height:170%;letter-spacing:2%}.section.product-detail>product-rerender .product .product-info__block-item:has(.jdgm-widget) .jdgm-prev-badge .jdgm-star{color:#ff661a}.section.product-detail>product-rerender .product .product-info__block-item .product-info__price price-list>*{font-family:Outfit;font-weight:500;font-size:26px;line-height:130%;letter-spacing:0%;text-align:center;text-transform:uppercase}.section.product-detail>product-rerender .product .product-info__block-item:has(.product-info__price){margin-block-start:28px;margin-block-end:22px}.section.product-detail>product-rerender .product .product-info__block-item:has(.jdgm-widget){margin-top:10px;margin-bottom:28px}.section.product-detail>product-rerender .product .product-info__block-item:has(.prose .metafield-rich_text_field){margin-top:22px}.section.product-detail>product-rerender .product .product-info__block-item:has(.prose .metafield-rich_text_field) p{font-weight:400;font-size:15px;line-height:170%;letter-spacing:2%}.section.product-detail>product-rerender .product .product-info__block-item:has(.prose .metafield-rich_text_field) .prose *+p{margin-top:10px}.true_point ul{list-style:none;padding:0;margin:0;gap:8px}.true_point ul li{font-weight:400;font-size:16px;line-height:130%;letter-spacing:0%;padding-left:24px;color:#202e48;position:relative}.true_point ul li:before{content:"";background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23202E48"/><path d="M4.5 8.12957L5.79292 9.47837C6.12625 9.82612 6.29292 10 6.50002 10C6.70713 10 6.8738 9.82612 7.20715 9.47837L11.5 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:16px;width:16px;display:inline-block;background-repeat:no-repeat;background-size:cover;position:absolute;left:0;top:2px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__quantity-selector label.block-label{display:none}.section.product-detail>product-rerender .product .product-info__block-item .product-info__quantity-selector .quantity-selector{height:50px;background:#e2d9cc;border:0;padding:6px;gap:4px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__quantity-selector .quantity-selector button{border-radius:50px;height:38px;width:38px;padding:13px;background:#fff;display:flex;align-items:center;justify-content:center}.section.product-detail>product-rerender .product .product-info__block-item .product-info__quantity-selector .quantity-selector button .icon{height:100%;width:100%}.section.product-detail>product-rerender .product .product-info__block-item .product-info__quantity-selector .quantity-selector input{font-weight:600;font-size:18px;line-height:100%;letter-spacing:0%;text-align:center}.section.product-detail>product-rerender .product .product-info__block-item:has(.product-info__quantity-selector){margin:25px 0}.section.product-detail>product-rerender .product .product-info__block-item:has(.product-info__buy-buttons){margin-block-start:25px}.section.product-detail>product-rerender .product .product-info__block-item:has(.product-info__variant-picker){margin-bottom:25px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons{gap:10px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons .shopify-payment-button button{background:var(--primary)!important;border:0;color:#fff!important;font-family:Manrope!important;font-weight:700!important;font-size:15px!important;line-height:130%!important;letter-spacing:10%!important;text-transform:uppercase}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons .shopify-payment-button button:hover{background:#000!important;color:#fff!important}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons .button--xl.button--secondary{font-family:Manrope;font-weight:700;font-size:15px;line-height:130%;letter-spacing:10%;text-transform:uppercase;border:1px solid #202E48;background:transparent;color:var(--primary)}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons .button--xl.button--secondary:hover{border:1px solid #202E48;background:var(--primary);color:var(--white)}.section.product-detail>product-rerender .product .product-info__block-item .compare-button{font-weight:400;font-size:16px;line-height:130%;letter-spacing:0%;gap:7px;background:transparent;color:var(--primary)}.section.product-detail>product-rerender .product .product-info__block-item .compare-button:hover{opacity:.7}.section.product-detail>product-rerender .product .product-info__block-item .wrnty h2{font-weight:500;font-size:32px;line-height:130%;letter-spacing:0px;margin:0}.section.product-detail>product-rerender .product .product-info__block-item .wrnty p{font-weight:400;font-size:15px;line-height:170%;letter-spacing:2%;margin-top:16px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__separator{border-color:#202e481a}.section.product-detail>product-rerender .product .product-info__block-item .ps{font-weight:500;font-size:32px;line-height:130%;letter-spacing:0px;margin-bottom:16px}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit h2{font-weight:500;font-size:32px;line-height:130%;letter-spacing:0px}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit .metafield-rich_text_field{margin-top:16px}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit .metafield-rich_text_field ul{gap:10px;list-style:none;padding:0;margin:0}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit .metafield-rich_text_field ul li{font-weight:500;font-size:16px;line-height:130%;letter-spacing:0%;vertical-align:middle;padding-left:25px;position:relative}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit .metafield-rich_text_field ul li:before{content:"";height:16px;width:16px;display:inline-block;background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23202E48"/><path d="M4.5 8.12957L5.79292 9.47837C6.12625 9.82612 6.29292 10 6.50002 10C6.70713 10 6.8738 9.82612 7.20715 9.47837L11.5 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:cover;position:absolute;left:0;top:3px}.section.ftr_icn_bx.prd_dtl_icn .section-stack{width:1370px}.section.ftr_icn_bx.prd_dtl_icn .section-stack scroll-carousel{gap:50px}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit:not(:has(ul)) h2{display:none}.cms_img_cntnt .media-with-text .media-with-text__item{gap:50px;display:flex;align-items:center}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__media{width:58%;border-radius:0}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content>.prose{width:420px;max-width:100%}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content p.h2{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content .metafield-rich_text_field{margin:14px 0 0;font-weight:400;font-size:16px;line-height:170%;letter-spacing:2%}.cms_img_cntnt .media-with-text{gap:70px;width:1370px;max-width:100%;margin:0 auto;padding:0 25px}.cms_img_cntnt .media-with-text .media-with-text__item:nth-child(2n+2) .media-with-text__media{order:1}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons button.button{font-family:Manrope;font-weight:700;font-size:15px;line-height:130%;letter-spacing:10%;text-transform:uppercase}.section.cms_img_cntnt{padding:80px 0 0}section.custom-section.cstmr_rev .custom-section__blocks{width:1370px;max-width:100%;padding:0 25px;margin:0 auto}section.custom-section.cstmr_rev .custom-section__blocks .shopify-block{width:100%}section.custom-section.cstmr_rev .custom-section__blocks .shopify-block div#judgeme_product_reviews{width:100%!important;max-width:100%!important}section.custom-section.cstmr_rev .custom-section__blocks .shopify-block div#judgeme_product_reviews>.jm-review-widget--standard-header{padding:0}section.custom-section.cstmr_rev{padding:130px 0 100px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body .jm-review-widget-header__summary-section{margin-bottom:35px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body .jm-review-widget-header__summary-section .jm-review-widget-header__title{margin-bottom:14px;font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;text-align:center;font-family:Outfit;color:#202e48}section.custom-section.cstmr_rev .jm-review-widget__header-and-body .jm-review-widget-header__summary-section .jm-review-widget-header__title-and-rating .jm-review-widget-header__average-rating-display{margin:0}section.custom-section.cstmr_rev .jm-review-widget__header-and-body .jm-review-widget-header__summary-section .jm-review-widget-header__title-and-rating .jm-review-widget-header__average-rating-display .jm-text{font-family:Outfit;font-weight:600;font-size:15px;line-height:170%;letter-spacing:2%;color:#202e48}section.custom-section.cstmr_rev .jm-review-widget__header-and-body .jm-review-widget-header__summary-section .jm-review-widget-header__title-and-rating .jm-review-widget-header__average-rating-display .jm-text:first-child{font-weight:600;font-size:22px;line-height:100%;letter-spacing:0%;vertical-align:middle}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content{margin:0;gap:50px}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-action-buttons__button{font-weight:700;font-size:13px;letter-spacing:10%;text-transform:uppercase;padding:0 40px;line-height:52px;border-radius:50px;min-width:auto;width:auto;border:0}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-action-buttons__button:hover{background:#000;color:#fff}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row{gap:11px;height:auto;min-height:auto;margin-top:8px}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row:first-child{margin-top:0}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row .jm-histogram-row__rating{font-family:var(--font1);font-weight:500;font-size:15px;line-height:130%;letter-spacing:0%;color:#202e48}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row .jm-progress-bar{background:#fff;height:10px;border-radius:3px}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row .jm-progress-bar .jm-progress-bar__fill{background:#bcad8a}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row .jm-star-rating .jm-star-rating__font-icon{color:#bcad8a!important}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram .jm-histogram-row .jm-histogram-row__frequency{font-family:var(--font1);font-weight:500;font-size:15px;line-height:130%;letter-spacing:0%;color:#202e48;width:auto;min-width:auto}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-cluster.jm-action-buttons{height:auto;align-items:center;width:auto;min-width:unset;white-space:nowrap}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-histogram.jm-review-widget-header__star-rating-histogram{border-right:1px solid #202E481A;padding-right:40px;max-inline-size:320px}section.custom-section.cstmr_rev .jm-review-widget-header .jm-review-widget-header__filters-wrapper .jm-cluster.jm-filters__buttons{gap:14px}section.custom-section.cstmr_rev .jm-review-widget-header .jm-review-widget-header__filters-wrapper .jm-cluster.jm-filters__buttons .jm-custom-answer-filter{font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%;border:0;background:#fff;border-radius:8px;padding:10px 22px;color:var(--primary)}section.custom-section.cstmr_rev .jm-review-widget-header .jm-review-widget-header__filters-wrapper .jm-cluster.jm-filters__buttons .jm-custom-answer-filter span.jm-text{font-family:var(--font2);font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%}section.custom-section.cstmr_rev .jm-review-widget-header .jm-review-widget-header__filters-wrapper .jm-cluster.jm-filters__buttons select{font-family:var(--font2);border:0;background-color:var(--primary);border-radius:8px;padding:10px 22px;color:#fff;font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%}section.custom-section.cstmr_rev .jm-review-widget-header .jm-review-widget-header__filters-wrapper .jm-cluster.jm-filters__buttons .jm-sort-filter__icon--chevron{z-index:2}section.custom-section.cstmr_rev .jm-review-widget-header .jm-review-widget-header__filters-wrapper .jm-cluster.jm-filters__buttons .jm-sort-filter__icon--chevron svg{filter:brightness(0) invert(1)}section.custom-section.cstmr_rev .jm-review-widget__header-and-body{gap:30px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid{margin:0;padding:0}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container .jdgm-masonry-grid__masonry-item{position:static!important;width:100%!important;transform:none!important}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container{gap:30px;display:grid;grid-template-columns:repeat(3,1fr)}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container{gap:30px;display:grid;grid-template-columns:repeat(3,1fr);height:auto!important}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container .jdgm-masonry-grid__masonry-item .jdgm-review-card{height:100%;background:#fff;padding:24px;outline:none;border-radius:10px;border:0}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container .jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content{padding:0;background:transparent;height:100%}section.custom-section.cstmr_rev .jdgm-review-card .jdgm-review-card__content .jm-cluster .jm-star-rating__font-icon{color:#bcad8a!important;font-size:16px!important;display:block!important}section.custom-section.cstmr_rev .jdgm-review-card .jdgm-review-card__content .jm-cluster{gap:2px}section.custom-section.cstmr_rev .jdgm-review-card .jdgm-review-card__content .jdgm-reply-item__content .jm-text.jdgm-review-card__body{font-weight:500;font-size:16px;line-height:170%;letter-spacing:0%;color:#202e48!important;vertical-align:middle}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content>.jm-stack{display:flex;flex-direction:column;height:100%;gap:24px}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content>.jm-stack .jdgm-review-card__media-cover--thumbnails{display:none}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content .jm-stack{margin:0}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content .jm-stack:has(.jdgm-review-card__name){order:1;margin-top:auto}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content .jm-stack .jdgm-review-card__name{font-family:Outfit;font-weight:500;font-size:16px;line-height:130%;letter-spacing:0%;text-transform:uppercase}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content .jm-stack:has(.jdgm-review-card__name)>.jm-box>p.jm-text{font-family:Outfit;font-weight:400;font-size:12px;line-height:130%;letter-spacing:0%}.section.main_clctn_prdct.ymal_sec{padding:0}.section.main_clctn_prdct.ymal_sec>.section-stack{width:1370px;max-width:100%;margin:0 auto;padding:0 25px;gap:50px}.section.main_clctn_prdct.ymal_sec>.section-stack scroll-carousel{padding:0;margin:0 auto}.section.main_clctn_prdct.ymal_sec>.section-stack section-header.section-header{display:flex;align-items:center;justify-content:center}.section.main_clctn_prdct.ymal_sec>.section-stack section-header.section-header h2.h2{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;text-align:center}.main_clctn_prdct .collection nav.collection__pagination .pagination__item:hover{background:var(--primary);color:#fff}.section.main_clctn_prdct.ymal_sec product-list.product-list{gap:20px}.main_clctn_prdct .collection__top-bar form.contents .availability-facet{display:none}.main_clctn_prdct .collection__top-bar facet-sort-by.sort-by-facet span.bold{font-family:Outfit;font-weight:500;font-size:16px;line-height:130%;letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:uppercase;display:block}.main_clctn_prdct .collection__top-bar facet-sort-by.sort-by-facet{gap:12px;align-items:center}.main_clctn_prdct .collection__top-bar button.text-with-icon.group{border:1px solid #202E484D;font-family:var(--font2);font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%;vertical-align:middle;border-radius:8px;padding:9px 15px;text-decoration:none;gap:19px;text-transform:uppercase}.product-gallery__ar-wrapper .product-gallery__media-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}.product-gallery__ar-wrapper .product-gallery__media{grid-column:span 1!important}.product-gallery__ar-wrapper .product-gallery__media img{width:100%}.product-gallery__ar-wrapper .product-gallery__media:nth-child(3n+1){grid-column:1 / -1!important}.main_clctn_prdct .collection nav.collection__pagination .pagination__current{padding:0;font-family:var(--font2);font-weight:500;font-size:16px;line-height:130%;letter-spacing:0%;text-align:center}html .main_clctn_prdct product-list product-card .product-card__badge-list>*{font-family:var(--font2);font-weight:400;font-size:12px;line-height:130%;letter-spacing:0%;vertical-align:middle;text-transform:uppercase;padding:5px 10px}.main_clctn_prdct .collection__top-bar button.text-with-icon.group .circle-chevron{height:auto;width:auto;background:transparent;transition:all .4s;color:#202e48}.main_clctn_prdct .collection__top-bar button.text-with-icon.group .circle-chevron svg.icon{width:12px;height:10px}.main_clctn_prdct .collection__top-bar button.text-with-icon.group>*{background:none;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit}.main_clctn_prdct .collection__top-bar .facets-horizontal{gap:14px}.main_clctn_prdct .collection__top-bar .facets-horizontal:before{content:"Filter by";font-family:var(--font2);font-weight:500;font-size:16px;line-height:130%;letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:uppercase}.section.ftr_icn_bx.pr_dtl_ftr_icn>.section-stack scroll-carousel{gap:80px}body:has(.for_bsns .switch input:checked) header{background:#fff}body:has(.for_bsns .switch input:checked) header .header__logo-image{filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(1215%) hue-rotate(177deg) brightness(94%) contrast(91%)}body:has(.for_bsns .switch input:checked) header .header__icon-list svg{filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(1215%) hue-rotate(177deg) brightness(94%) contrast(91%)}body:has(.for_bsns .switch input:checked) header .for_bsns p.label-home{color:#202e48}body:has(.for_bsns .switch input:checked) header .for_bsns p.label-business{color:#bcad8a}body:has(.for_bsns .switch input:checked) .menu-selection-wrapper{border-top:1px solid #F5F4F0}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit:not(:has(ul)){display:none}.compare-bar .compare-bar__inner{padding-right:140px}section.hero-sec.about_hero_sec{min-height:auto;background-size:80%;background-position:right center}.hero-comfort .sub_heading{font-family:Manrope;font-weight:500;font-size:16px;line-height:130%;letter-spacing:10%;margin-bottom:14px}section.hero-sec.about_hero_sec .hero-comfort__heading{font-size:55px;margin-bottom:14px}section.hero-sec.about_hero_sec .hero-comfort__left{width:50%}section.hero-sec.about_hero_sec .hero-comfort__left .hero-comfort__subtext{margin-bottom:34px}.section.why_chs_sec.about_why_chs{padding:120px 0}.qcb-section.about_sec .qcb-center{width:1160px}.qcb-section.about_sec .qcb-center .description{font-size:18px;margin-bottom:30px;line-height:160%}.qcb-section.about_sec .qcb-center .description p{margin-bottom:14px}.qcb-section.about_sec .qcb-center .description p:last-child{margin-bottom:0}.qcb-section.about_sec{position:relative;overflow:hidden}.qcb-section.about_sec .qcb-chair.qcb-chair--left{position:absolute;bottom:-110px;margin:0;left:-50px}.qcb-section.about_sec .qcb-chair.qcb-chair--left img{margin:0;width:150px}.qcb-section.about_sec .qcb-chair.qcb-chair--right{position:absolute;right:-50px;top:-50px}.qcb-section.about_sec .qcb-chair.qcb-chair--right img{margin:0}.qcb-section.about_sec .qcb-card{justify-content:center}.about_img_txt media-with-text.media-with-text{gap:100px}.about_img_txt media-with-text.media-with-text .media-with-text__item{gap:0}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content{padding:100px}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content p.h2{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;text-align:center}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content p{margin-top:30px;font-weight:400;font-size:16px;line-height:180%;letter-spacing:2%;text-align:center}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__overlay-link{z-index:3!important}html .cmpx-scope{color:var(--primary);gap:0;border:0}.cmpx-eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin:0 0 8px}.cmpx-empty{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:64px 24px;border:1px dashed var(--primary);border-radius:4px;background:var(--white)}.cmpx-empty svg{color:var(--primary)}.cmpx-empty h2{font-size:22px;margin:0}.cmpx-empty p{color:var(--primary);max-width:32em;margin:0}.cmpx-empty-cta{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:12px 24px;background:var(--primary);color:var(--secondary);border-radius:999px;text-decoration:none;font-size:14px;font-weight:600}.cmpx-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.cmpx-header-copy h1{margin:0 0 6px}.cmpx-meta{font-size:13px;color:var(--primary);margin:0}.cmpx-add-btn{flex:none;display:inline-flex;align-items:center;gap:6px;padding:11px 20px;border:1px solid var(--primary);border-radius:999px;font-size:13px;font-weight:600;color:var(--primary);text-decoration:none;background:var(--secondary);white-space:nowrap}.cmpx-add-btn:hover{border-color:var(--primary)}.cmpx-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:8px}.cmpx-card{position:relative;background:var(--secondary);border:1px solid var(--primary);border-radius:6px;padding:20px;display:flex;flex-direction:column;gap:12px}.cmpx-card--ghost{align-items:center;justify-content:center;text-align:center;border-style:dashed;text-decoration:none;color:var(--primary);font-size:13px;font-weight:600;min-height:260px}.cmpx-card--ghost:hover{border-color:var(--cmpx-accent);color:var(--cmpx-accent)}.cmpx-ghost-icon{width:28px;height:28px;border-radius:50%;border:1px solid var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.cmpx-card--ghost:hover .cmpx-ghost-icon{border-color:var(--cmpx-accent)}.cmpx-remove{position:absolute;top:0;right:0;width:24px;height:24px;border-radius:50%;border:0;background:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--white);z-index:2}.cmpx-remove:hover{color:var(--primary);border-color:var(--secondary);background:var(--secondary)}.cmpx-card-media{position:relative}.cmpx-card-media img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff;border-radius:4px;display:block}.cmpx-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;z-index:1}.cmpx-badge--bestseller{background:#56684a;color:#fff}.cmpx-badge--new{background:#151513;color:#fff}.cmpx-card-title{font-size:16px;font-weight:600;color:var(--primary);text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cmpx-card-title:hover{text-decoration:underline}.cmpx-card-price{font-size:15px}.cmpx-cart-form{margin-top:auto}.cmpx-cart-btn{width:100%;padding:12px 16px;border:none;border-radius:999px;background:var(--primary);color:var(--secondary);font-size:14px;font-weight:600;cursor:pointer}.cmpx-cart-btn:hover{opacity:.88}.cmpx-view-link{display:block;text-align:center;font-size:13px;font-weight:600;color:var(--primary);text-decoration:none}.cmpx-view-link:hover{color:var(--primary)}.cmpx-row.cmpx-row--head .cmpx-cell{padding-block:30px}.cmpx-scroll{overflow-x:auto}.cmpx-table{display:grid;grid-template-columns:200px repeat(3,minmax(212px,1fr));min-width:820px}.cmpx-row{display:contents}.cmpx-cell{padding:20px 14px;display:flex;font-weight:500;position:relative}.cmpx-cell ul li{padding-left:24px;position:relative;margin-bottom:4px}.cmpx-cell ul li:last-child{margin-bottom:0}.cmpx-cell ul li:before{content:"";background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23202E48"/><path d="M4.5 8.12957L5.79292 9.47837C6.12625 9.82612 6.29292 10 6.50002 10C6.70713 10 6.8738 9.82612 7.20715 9.47837L11.5 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');height:16px;width:16px;display:inline-block;background-repeat:no-repeat;background-size:cover;position:absolute;left:0;top:4px}.cmpx-row--odd .cmpx-cell{background:var(--secondary)}.cmpx-row--even .cmpx-cell{background:var(--cmpx-stripe)}.cmpx-row:nth-child(odd) .cmpx-cell{background:#fff}.cmpx-value{font-size:15px}.cmpx-rating,.cmpx-bool{display:inline-flex;align-items:center;gap:6px;font-size:14px}.cmpx-bool svg{flex:none}.cmpx-bool--yes svg{color:#3e7a4c}.cmpx-bool--no svg{color:var(--primary)}.cmpx-recommend{background:#151513;color:#fff;border-radius:6px;padding:32px;margin-top:16px}.cmpx-recommend-eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;opacity:.65;margin:0 0 10px}.cmpx-recommend h3{font-size:22px;margin:0 0 8px}.cmpx-recommend p{opacity:.75;max-width:44em;margin:0 0 18px;font-size:14px}.cmpx-recommend-btn{display:inline-flex;padding:12px 24px;border-radius:999px;background:#b9812e;color:#fff;text-decoration:none;font-size:13px;font-weight:600}.shopify-section--compare-products compare-products{padding:0}.cmpx-scope .section-stack__intro{width:1370px;max-width:100%;margin:0 auto;padding:50px 25px;display:flex;align-items:center;justify-content:space-between}.cmpx-scope .section-stack__intro .cmpx-heading{font-weight:400;font-size:35px;line-height:130%;letter-spacing:0%}.cmpx-scope .section-stack__intro .cmpx-slots-label{font-weight:500;font-size:16px;line-height:170%;letter-spacing:2%;text-align:left}.cmpx-scope .section-stack__intro .cmpx-clear{font-family:Manrope;font-weight:700;font-size:13px;line-height:50px;letter-spacing:10%;text-transform:uppercase;padding:0 40px;background:var(--primary);color:#fff;border-radius:50px;border:1px solid var(--primary)}.cmpx-scope .section-stack__intro .cmpx-clear:hover{background:transparent;color:var(--primary);border:1px solid var(--primary)}.cmpx-scope .section-stack__intro .cmpx-slots{margin-top:14px}.cmpx-product{width:100%;height:100%;display:flex;flex-direction:column;padding:0;border:1px solid #202E481A;border-radius:8px;position:relative;overflow:hidden}.cmpx-product .txt{padding:0 20px 20px;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.cmpx-cell.cmpx-cell--label{font-weight:700}.cmpx-product .img{display:block}.cmpx-product .img img{display:block;aspect-ratio:1;object-fit:contain}.cmpx-product .txt .cmpx-product-title{font-family:Outfit;font-weight:500;font-size:20px;line-height:130%;letter-spacing:0px;margin-bottom:12px;display:block}.cmpx-product .txt .price-list{font-family:Outfit;font-weight:400;font-size:16px;line-height:130%;letter-spacing:0px;margin-bottom:18px}.cmpx-product .txt .cmpx-view-btn{font-family:Manrope;font-weight:700;font-size:13px;line-height:40px;letter-spacing:10%;text-transform:uppercase;padding:0 40px;background:var(--primary);border:1px solid var(--primary);color:#fff;display:inline-block;border-radius:40px;margin-top:auto}.cmpx-product .txt .cmpx-view-btn:hover{background:transparent;border:1px solid var(--primary);color:var(--primary)}.empty_bx{display:flex;height:100%;width:100%;align-items:center;justify-content:center}html .empty_bx a{display:flex;align-items:center;justify-content:center;background:#f5f4f0;height:100%;width:100%;text-align:center;padding:20px;border-radius:10px;gap:6px;font-size:18px;font-weight:700;flex-direction:column;text-transform:uppercase;color:var(--primary)}.section.main_clctns_sec{padding:50px 0 0}.section.main_clctns_sec>.section-stack{max-width:100%;width:1370px;margin:0 auto;padding:0 25px;gap:0}.section.main_clctns_sec>.section-stack section-header.section-header{display:block;text-align:center}.section.main_clctns_sec>.section-stack section-header.section-header .prose{width:100%}.section.main_clctns_sec>.section-stack section-header.section-header .prose h2.h2{font-size:50px;line-height:130%;font-weight:400;color:var(--primary);margin:0 0 24px}.section.main_clctns_sec collection-list.collection-list .collection-card__overlay-link{z-index:2!important}.section.main_clctns_sec collection-list.collection-list .content-over-media:before{display:none}.section.main_clctns_sec collection-list.collection-list .content-over-media{display:flex;flex-direction:column;background:#fff!important;gap:0;align-items:center;justify-content:center;padding-bottom:20px}.section.main_clctns_sec>.section-stack scroll-carousel{padding:0;box-shadow:none!important;width:100%;margin:0 auto}.section.main_clctns_sec>.section-stack scroll-carousel collection-list.collection-list{padding:40px 0 50px}.section.main_clctns_sec collection-list.collection-list .collection-card__content-wrapper{position:static;transform:none;max-width:unset;place-self:unset;display:flex;flex-direction:row-reverse;align-items:center;gap:20px}.collection-card__content-wrapper.text-custom.place-self-end-center.text-center svg.icon{opacity:1;visibility:visible}.inner-banner{position:relative;width:100%;max-width:100%;overflow:hidden}.inner-banner-wrapper{position:relative;padding:68px 0;display:flex;align-items:center;justify-content:center}.inner-banner-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.inner-banner-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;z-index:1}.inner-banner-placeholder svg{width:100%;height:100%}.inner-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#131d2f29,#131d2fcc,#131d2f29);z-index:2}.inner-banner-content{position:relative;z-index:3;text-align:center;max-width:800px;width:100%}.inner-banner-heading{color:#fff;font-size:44px;margin:0 0 14px;line-height:130%}.inner-banner-text{color:#fff;font-size:16px;font-weight:500;letter-spacing:2%;line-height:170%;width:500px;margin:0 auto 30px}header#trustoo-popup-optIn-title{background:transparent;padding:0}.inner-banner-text p{margin:0 0 16px}.inner-banner-text p:last-child{margin-bottom:0}.inner-banner-button{display:inline-block;padding:0 40px;background-color:#fff;color:var(--primary);text-decoration:none;border-radius:60px;font-size:13px;font-weight:700;line-height:50px;transition:all .4s;border:1px solid #FFF;cursor:pointer;text-transform:uppercase}.inner-banner-button:hover{border:1px solid #FFF;background-color:transparent;color:#fff}.menu-selection-nav .menu-item:last-child{display:none}body:has(.for_bsns .switch input:checked) span.knob{background:var(--primary)}.prjct_stp_sec .section-stack{width:1122px;max-width:100%;margin:0 auto;padding:0 25px}.prjct_stp_sec .section-stack scroll-carousel{gap:20px}.prjct_stp_sec .section-stack scroll-carousel .text-with-icons__item{background:#fff;padding:28px 20px;height:100%;border-radius:10px;gap:20px}.prjct_stp_sec .section-stack scroll-carousel .text-with-icons__item div:has(.image-icon){padding:12px;background:#202e48;height:60px;width:60px;display:flex;align-items:center;justify-content:center;border-radius:50px}.prjct_stp_sec .section-stack scroll-carousel .text-with-icons__item div:has(.image-icon) .image-icon{width:100%;height:100%}.prjct_stp_sec .section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p.h6{font-family:Manrope;font-weight:400;font-size:15px;line-height:150%;letter-spacing:0%;text-align:center;text-transform:uppercase;margin-bottom:4px}.prjct_stp_sec .section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p{margin:0;font-family:Outfit;font-weight:400;font-size:24px;line-height:130%;letter-spacing:0%;text-align:center;width:200px;max-width:100%}html .business_contact_content div .rich-text__wrapper{max-width:820px}.section.prjct_stp_sec{padding-bottom:70px}.zigzag-section{max-width:100%;margin:0 auto;padding:80px 25px 0;width:1370px}.zigzag-section__title{text-align:center;margin-bottom:var(--zz-vertical-space, 60px)}.zigzag-row{display:flex;align-items:center;gap:50px;margin-bottom:70px}.zigzag-row:last-child{margin-bottom:0}.zigzag-row--reverse{flex-direction:row-reverse}.zigzag-row__media{width:57%}.zigzag-row__content{flex:1}.zigzag-row__media img{width:100%;height:auto;display:block}.zigzag-row__heading{font-weight:400;font-size:44px;line-height:130%;letter-spacing:0%;margin-bottom:14px}.zigzag-row__text{font-weight:400;font-size:16px;line-height:170%;letter-spacing:2%;margin:0}.zigzag-row__content .wrp{width:420px;max-width:100%;margin:0 auto}.for_bsns:has(.switch input:not(:checked)) .label-home{color:#bcad8a}.site-footer__brand{width:46%}.site-footer__column{margin-top:34px}.site-footer__newsletter .contact-form{padding:0}.site-footer__newsletter p{font-weight:400;font-size:13px;line-height:170%;letter-spacing:0%;color:var(--text)}.footer-newsletter{margin-bottom:18px;position:relative}.main_newsletter_btn{position:absolute;top:calc(50% - 12px);right:0;transition:all .6s ease}.main_newsletter_btn:hover{transform:translate(8px)}.footer-newsletter input{width:100%;background:transparent;border-bottom:1px solid #000000;padding-block:12px;font-family:Manrope;font-weight:500;font-size:14px;line-height:170%;letter-spacing:0%;color:#202e48;padding-right:20px}.footer-newsletter input::placeholder{color:#202e48}.site-footer__column--social .site-footer__heading{margin:0}.site-footer__column--social{display:flex;align-items:center;gap:18px}.bs_cta{text-align:center;color:#fff;padding:90px;border-radius:10px;margin-top:50px;background:url(/cdn/shop/files/bs_cta.jpg?v=1786085014) no-repeat center center;background-size:cover}.bs_cta h6{font-size:16px;color:#fff;margin:0 0 10px;letter-spacing:10%}.bs_cta h2{color:#fff;font-size:44px;margin:0 0 20px}.bs_cta p{font-size:16px;max-width:490px;margin:0 auto 30px}.cbtn{background:#f5f4f0;color:#202e48;border:none;padding:0 40px;cursor:pointer;transition:all .4s;font-family:Manrope;font-weight:700;font-size:14px;line-height:55px;letter-spacing:10%;text-transform:uppercase;border-radius:50px;display:inline-block;vertical-align:top}.cbtn:hover,.cbtn.cbtn-primary:hover{background:#bcad8a;color:#202e48}.cbtn.cbtn-primary{background:#202e48;color:#fff}html .shopify-policy__body .prose h2{font-size:30px;margin-top:50px;margin-bottom:20px}.product-photos-section__grid{gap:20px;padding:40px 40px 0;display:grid;grid-template-columns:repeat(2,1fr)}.product-photos-section__item img{width:100%;height:auto;display:block}.custom-color-selector{margin-top:16px}.custom-color-selector__label{font-size:18px;font-weight:400;margin-bottom:8px}.custom-color-selector__swatches{display:flex;gap:10px;flex-wrap:wrap}.custom-color-swatch{display:inline-block;width:35px;height:35px;border-radius:50%;background-size:cover;background-position:center;border:3px solid #f5f4f0;box-sizing:border-box;cursor:pointer;transition:all .4s;box-shadow:0 0 0 2px transparent}.custom-color-swatch.active,.custom-color-swatch:hover{box-shadow:0 0 0 2px #000}.cmpx-cell .cmpx-value.cmpx-specs ul.cmpx-specs-list,.cmpx-cell .cmpx-value.cmpx-specs ul.cmpx-specs-sublist{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-item{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.08)}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-item:last-child{border-bottom:0}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-name{font-weight:500;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-sublist{display:flex;flex-direction:column;gap:2px}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-sublist li{font-size:15px;font-weight:600;color:#111827;position:relative;padding:0}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-sublist li:before{display:none}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-item:before{display:none}.cmpx-value.cmpx-specs{width:100%}.cmpx-cell .cmpx-value.cmpx-specs ul.cmpx-specs-list{display:grid;grid-template-columns:1fr}.cmpx-cell ul li:not(:first-child){display:none}@media(max-width:1024px){.menu-link{font-size:15px;line-height:50px}html body header{padding:20px 0}header .header__wrapper .header__main-nav .header__icon-list{display:flex}html body .btn.find-my-chair-btn{display:none}.for_bsns{opacity:0;transition:all .4s}.for_bsns.moved-visible{opacity:1}header .header__wrapper>.header__main-nav{display:flex;align-items:center;gap:20px}.menu-selection-wrapper .menu-selection-nav{display:none}.for_bsns{gap:10px;background:#bcad8a;padding:10px 20px;justify-content:center}.for_bsns .switch{background:var(--primary)}.for_bsns p{font-size:12px}.for_bsns .track{background:var(--primary)}.hero-comfort__left{width:60%}.for_bsns:has(.switch input:not(:checked)) .label-business{color:#fff}.hero-comfort__right{width:40%}.for_bsns:has(.switch input:checked) .label-home{color:#fff}header .header__wrapper .header__secondary-nav a.hidden.tap-area{display:flex}header .header__wrapper .header__secondary-nav a.hidden.tap-area[aria-controls=search-drawer]{display:none}.hero-comfort__heading{font-size:32px;margin:0 0 15px}.hero-comfort__subtext{font-size:15px;margin:0 0 25px}section.hero-sec{background-size:cover;min-height:auto;padding:60px 0}.hero-comfort__buttons{gap:10px}.hero-comfort__btn{padding:0 20px;font-size:11px;line-height:40px}.section.ftr_icn_bx{padding:30px 20px}.section.ftr_icn_bx>.section-stack scroll-carousel{gap:20px}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item{gap:15px;padding:0;text-align:left}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item .icon-block{height:30px;width:30px;min-width:30px}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item p.h5{font-size:16px}.section.ftr_icn_bx>.section-stack scroll-carousel .text-with-icons__item p{font-size:13px;margin-top:6px}.section.hm_fturd_clctn{padding:50px 0}.section.hm_fturd_clctn>.section-stack .section-header{display:flex;align-items:center;justify-content:space-between}.section.hm_fturd_clctn>.section-stack{gap:30px}.section.hm_fturd_clctn>.section-stack .section-header h2{font-size:35px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content p.h3{font-size:25px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content p.subheading{font-size:16px;letter-spacing:2%}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content .button{font-size:12px}.qcb-section{padding:50px 0 0}.qcb-center{width:100%}.qcb-chair--left img{margin-left:-20px;margin-bottom:-80px;width:120px}.qcb-eyebrow{font-size:16px}.qcb-heading{font-size:32px;margin-bottom:12px}.qcb-center .description{font-size:16px;margin-bottom:16px}.section.home_bstslr_sec{padding:60px 0}.section.home_bstslr_sec>.section-stack section-header.section-header{display:flex;align-items:center;justify-content:space-between}.section.home_bstslr_sec>.section-stack{gap:30px}.section.home_bstslr_sec>.section-stack section-header.section-header h2.h2{font-size:32px;margin-bottom:6px}.section.home_bstslr_sec>.section-stack section-header.section-header p{font-size:15px;margin-top:0}.section.home_bstslr_sec>.section-stack section-header.section-header a.text-with-icon{font-size:12px;line-height:42px;padding:0 28px}.main_clctn_prdct product-list product-card,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card{padding:14px;border-radius:8px}.main_clctn_prdct product-list product-card .product-card__info .w-full .product-card__title a,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .w-full .product-card__title a{font-size:17px}.main_clctn_prdct product-list product-card .product-card__figure a,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__figure a{height:300px;aspect-ratio:unset}.story-section__left{width:50%;min-width:50%}.story-section__right{flex:1;width:auto;margin-right:-25px}.story-section__wrapper{gap:20px}.story-section__right img{min-height:auto}.story-section__eyebrow{font-size:14px;margin:0 0 10px}.story-section__heading{font-size:20px;line-height:130%;margin:0 0 20px}.story-section__btn{padding:0 30px;font-size:12px;line-height:42px;margin-bottom:24px}.story-section__small-image{max-width:220px}.section.why_chs_sec{padding:60px 0}.section.why_chs_sec>.section-stack .text-wrp h2.h3{font-size:34px}.section.why_chs_sec>.section-stack .text-wrp p{font-size:15px}.section.why_chs_sec>.section-stack scroll-carousel{gap:25px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item div img{width:140px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p.h6{font-size:22px}.new-arrivals__header{gap:20px;margin-bottom:30px}.new-arrivals__heading{font-size:35px;margin-bottom:6px}.new-arrivals__subtext{font-size:14px}.new-arrivals__grid{gap:14px}.new-arrivals .product-card__image-wrap{padding:10px 30px}.new-arrivals .product-card__title{margin:0 0 10px;font-size:16px}.new-arrivals .product-card__price{margin:0 0 10px;font-size:15px}.section.section-blends:has(.jdgm-carousel-wrapper){padding:60px 0}.section.section-blends:has(.jdgm-carousel-wrapper) .jdgm-carousel-title-and-link{margin-bottom:25px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-carousel-title-and-link .jdgm-carousel-title{font-size:35px;margin-bottom:10px}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__review{margin-bottom:18px}.jdgm-owl-reviews .jdgm-carousel-item{padding:25px}.jdgm-owl-reviews .jdgm-carousel-item .jdgm-carousel-item__review .jdgm-carousel-item__review-content{font-size:15px}.quality-banner{padding:50px 0}.quality-banner__heading{margin:0 0 25px;font-size:36px}.quality-banner__btn{padding:12px 26px}.quality-banner__paragraph{max-width:450px;font-size:18px}.quality-banner__top{max-width:400px}.quality-banner__wrapper{row-gap:40px}.site-footer__watermark{font-size:200px;margin-bottom:-60px}.site-footer__bottom{gap:12px;padding:18px 0;margin-top:30px}.site-footer__wrapper{padding:50px 25px 0}.site-footer__logo{height:30px}.site-footer__logo-link{margin-bottom:10px}.site-footer__description{font-size:14px}.site-footer__heading{font-size:16px;margin:0 0 12px}.site-footer__links{gap:8px}.site-footer__link{font-size:14px}.site-footer__social-icon{width:35px;height:35px;padding:9px}.site-footer__top{gap:25px}.section.main_clctn_prdct.ymal_sec{overflow:hidden}.section.product-detail>product-rerender .product{gap:30px;grid-template-columns:1fr 1fr}.product-gallery .product-gallery__ar-wrapper media-carousel{width:100%;margin:0;padding:0}.section.product-detail>product-rerender .product .product-info__block-item .product-info__title{font-size:28px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__price price-list>*{font-size:24px}.section.product-detail>product-rerender .product .product-info__block-item{margin-block-start:15px;margin-block-end:15px}.section.product-detail>product-rerender .product .product-info__block-item:has(.prose .metafield-rich_text_field){margin-top:15px}.section.product-detail>product-rerender .product .product-info__block-item:has(.jdgm-widget){margin-top:8px;margin-bottom:15px}.section.product-detail>product-rerender .product .product-info__block-item:has(.product-info__price){margin-block-start:15px;margin-block-end:15px}.section.product-detail>product-rerender .product .product-info__block-item:has(.prose .metafield-rich_text_field) p{font-size:14px}.section.product-detail>product-rerender .product .product-info__block-item .wrnty h2{font-size:25px}.section.product-detail>product-rerender .product .product-info__block-item .wrnty p{font-size:15px;margin-top:10px}.section.product-detail>product-rerender .product .product-info__block-item .ps{font-size:25px}.product-specs-table th{padding:9px 12px;font-size:16px}.product-specs-table td{padding:10px 12px;font-size:14px}.product-info__text.bst_suit{padding:16px;border-radius:8px}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit h2{font-size:24px}.section.product-detail>product-rerender .product .product-info__block-item .bst_suit .metafield-rich_text_field ul li{font-size:14px;padding-left:24px}.section.ftr_icn_bx.prd_dtl_icn .section-stack scroll-carousel{gap:10px}.section.cms_img_cntnt{padding:50px 0 0}.cms_img_cntnt .media-with-text .media-with-text__item{gap:30px}.cms_img_cntnt .media-with-text{gap:35px}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__media{width:50%}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content{width:50%;padding:0}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content p.h2{font-size:26px}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content .metafield-rich_text_field{margin:12px 0 0;font-size:14px}section.custom-section.cstmr_rev{padding:60px 0}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content{gap:30px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container{gap:15px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container .jdgm-masonry-grid__masonry-item .jdgm-review-card{padding:15px;border-radius:10px}.jdgm-masonry-grid__masonry-item .jdgm-review-card .jdgm-review-card__content>.jm-stack{gap:16px}section.custom-section.cstmr_rev .jdgm-review-card .jdgm-review-card__content .jdgm-reply-item__content .jm-text.jdgm-review-card__body{font-size:14px}.section.clctn_bnr image-banner.collection-banner{padding:50px 0}.section.clctn_bnr image-banner.collection-banner .place-self-center h1{font-size:34px}.section.clctn_bnr image-banner.collection-banner .place-self-center .v-stack{gap:10px}.section.clctn_bnr image-banner.collection-banner .place-self-center .v-stack .prose{font-size:14px;width:400px}html .main_clctn_prdct{padding:40px 25px 60px}.section.ftr_icn_bx.pr_dtl_ftr_icn>.section-stack scroll-carousel{gap:10px}.shopify-section--collection-banner>.collection-header{padding:60px 0}.shopify-section--collection-banner .collection-header h1.h0{font-size:40px}.main_clctn_prdct .collection .collection__results p.text-center{text-align:left;font-family:Outfit;font-weight:500;font-size:18px;line-height:130%;letter-spacing:0px}.main_clctn_prdct .collection nav.collection__pagination{margin-top:10px;gap:12px}html .main_clctn_prdct facet-floating-filter.facets__floating-filter{z-index:5;background:#fff;bottom:0;padding:12px}html .main_clctn_prdct facet-floating-filter.facets__floating-filter button{font-family:Outfit;font-weight:500;font-size:13px;line-height:130%;letter-spacing:0px;text-transform:uppercase;padding:13px 18px}.main_clctn_prdct product-list product-card .product-card__info .swc_crt_wrp .product-card__quick-buy .product-card__mobile-quick-buy-button{position:relative}section.hero-sec.about_hero_sec{padding:50px 0}.hero-comfort .sub_heading{font-size:15px;margin-bottom:8px}section.hero-sec.about_hero_sec .hero-comfort__heading{font-size:32px;margin-bottom:10px}section.hero-sec.about_hero_sec .hero-comfort__left{width:70%}section.hero-sec.about_hero_sec .hero-comfort__left .hero-comfort__subtext{margin-bottom:20px;font-size:14px}.section.why_chs_sec.about_why_chs{padding:60px 0}.about_img_txt media-with-text.media-with-text .media-with-text__item{gap:0;display:flex;align-items:center}.about_img_txt media-with-text.media-with-text .media-with-text__item>*{width:50%;max-width:100%}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content{padding:25px}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content p.h2{font-size:30px}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content p{margin-top:10px;font-size:14px}.about_img_txt media-with-text.media-with-text{gap:40px}.about_img_txt media-with-text.media-with-text .media-with-text__item:nth-child(2n) .media-with-text__media{order:1}.qcb-section.about_sec .qcb-chair.qcb-chair--right{right:15px;top:0}.qcb-section.about_sec .qcb-chair.qcb-chair--right img{width:80px}.qcb-section.about_sec .qcb-chair.qcb-chair--left img{width:100px}.qcb-section.about_sec .qcb-chair.qcb-chair--left{position:absolute;bottom:-60px;margin:0;left:20px}.qcb-section.about_sec .qcb-center .description{font-size:15px;margin-bottom:20px}.cmpx-row.cmpx-row--head .cmpx-cell{padding:12px 8px}.cmpx-product .txt{padding:0 10px 12px}.cmpx-product .txt .cmpx-product-title{font-size:16px;margin-bottom:10px}.cmpx-product .txt .price-list{font-size:15px;margin-bottom:14px}.cmpx-product .txt .cmpx-view-btn{font-size:12px;line-height:36px;padding:0 28px}.cmpx-table{display:grid;grid-template-columns:130px repeat(3,minmax(212px,1fr));min-width:100%;width:100%}.cmpx-cell{padding:12px 10px}.cmpx-value{font-size:14px}.cmpx-scope .section-stack__intro{padding:35px 25px}.cmpx-scope .section-stack__intro .cmpx-heading{font-size:26px}.cmpx-scope .section-stack__intro .cmpx-slots{margin-top:10px}.cmpx-scope .section-stack__intro .cmpx-slots-label{font-size:15px}.cmpx-scope .section-stack__intro .cmpx-clear{font-size:12px;line-height:40px;padding:0 30px}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content>.prose{width:100%}.panel-list__wrapper .panel__scroller ul>li:last-child>a.group{font-weight:600;font-size:14px;letter-spacing:10%;text-transform:uppercase;padding:0 24px;line-height:46px;border:1px solid var(--primary);border-radius:50px;text-align:center;margin-top:5px;background:var(--primary);color:#fff}.panel-list__wrapper .panel__scroller ul>li:last-child>a.group:hover{border:1px solid var(--primary);background:transparent;color:var(--primary)}.product-gallery__ar-wrapper .product-gallery__media-list{display:inherit!important;grid-template-columns:inherit!important;gap:inherit!important}.product-gallery__ar-wrapper .product-gallery__media{grid-column:inherit!important}.product-gallery__ar-wrapper .product-gallery__media:nth-child(3n+1){grid-column:inherit!important}.zigzag-row__content .wrp{width:100%}.zigzag-row__heading{font-size:28px;margin-bottom:8px}.zigzag-row__text{font-size:14px}.zigzag-row__media{width:50%}.zigzag-row{gap:30px;margin-bottom:40px}.zigzag-section{padding:60px 25px 0}}@media(max-width:767px){header .header__wrapper{padding:0 20px}section.hero-sec{background-size:100%;padding:30px 0 0;background:none}.hero-comfort{flex-wrap:wrap}.hero-comfort__left{width:100%;text-align:center;justify-content:center;padding:0 20px}.hero-comfort__right{width:100%}.hero-comfort__right>*{display:block;margin:15px auto 0}.container{padding:0}.hero-comfort__heading{font-size:25px;margin:0 0 10px}.hero-comfort__subtext{font-size:14px;margin:0 0 18px}.hero-comfort__buttons{gap:10px;justify-content:center}.section.ftr_icn_bx>.section-stack scroll-carousel{gap:14px;flex-wrap:wrap}.section.hm_fturd_clctn>.section-stack .section-header{justify-content:center;flex-wrap:wrap}.section.hm_fturd_clctn>.section-stack .section-header h2{font-size:30px}.section.hm_fturd_clctn>.section-stack .section-header a.text-with-icon{font-size:12px;padding:0 30px;line-height:44px}.section.hm_fturd_clctn>.section-stack{gap:25px;padding:0 20px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content p.subheading{font-size:14px;line-height:150%;text-align:left;margin-bottom:16px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content{padding:18px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content p.h3{font-size:22px}.section.hm_fturd_clctn>.section-stack scroll-carousel collection-list.collection-list .content-over-media .collection-card__content-wrapper .collection-card__content .button{font-size:12px}.qcb-section{padding:40px 0 0}.qcb-chair--right img,.qcb-chair--left img{display:none}.qcb-card{padding:0 20px;flex-direction:column}.qcb-eyebrow{font-size:13px;padding-bottom:12px}.section.home_bstslr_sec>.section-stack .floating-controls-container>button.circle-button{visibility:visible}.qcb-heading{font-size:28px;margin-bottom:10px}.qcb-center{width:100%;max-width:100%;padding:0;text-align:center;margin-bottom:40px}.qcb-eyebrow:before{left:0;right:0;margin:auto}.qcb-chair{width:70%;order:3;margin-left:auto;margin-right:auto}.qcb-center .description{font-size:15px}ul.cta_icons{width:100%;display:flex;gap:18px;margin-bottom:30px}ul.cta_icons li{display:block;flex-grow:1;margin:0}ul.cta_icons li .icon{width:54px;min-width:54px;height:54px;padding:12px;margin:0 auto 10px}ul.cta_icons li h4{font-size:15px;text-align:center}.qcb-btn{font-size:12px;line-height:44px;padding:0 25px}.section.home_bstslr_sec>.section-stack section-header.section-header{padding:0 20px;flex-wrap:wrap;justify-content:center;text-align:center}.section.home_bstslr_sec>.section-stack .floating-controls-container{padding-left:20px}.section.home_bstslr_sec>.section-stack .floating-controls-container>button.circle-button[is=prev-button]{left:5px}.section.home_bstslr_sec>.section-stack .floating-controls-container>button.circle-button{height:36px;width:36px}.main_clctn_prdct product-list product-card .product-card__figure a,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__figure a{height:300px;margin:10px auto;width:100%}.main_clctn_prdct product-list product-card .product-card__info .w-full,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info .w-full{gap:8px}.main_clctn_prdct product-list product-card .product-card__info,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card .product-card__info{gap:10px}.main_clctn_prdct product-list product-card,.section.home_bstslr_sec>.section-stack scroll-carousel .product-list product-card{grid-template-columns:unset!important;grid:unset;align-items:stretch;align-content:normal}.section.home_bstslr_sec>.section-stack .floating-controls-container>button.circle-button[is=next-button]{right:10px}.story-section__left{width:100%;min-width:100%;text-align:center;justify-content:center;align-items:center}h3.highlight_text{font-size:15px;border-radius:6px;padding:8px 10px;margin-bottom:18px}.story-section__left .btn_wrp{gap:6px}.story-section__right{flex:unset;width:auto;margin-right:0}.story-section__small-image{max-width:220px;display:none}.story-section__btn{padding:0 20px;font-size:12px;line-height:40px;margin-bottom:24px}.story-section__wrapper{gap:30px;flex-wrap:wrap;padding:0 20px}.story-section__btn{margin:0 auto}.section.why_chs_sec>.section-stack{padding:0 20px;gap:20px}.section.why_chs_sec>.section-stack .text-wrp h2.h3{font-size:30px}.section.why_chs_sec>.section-stack .text-wrp p{font-size:14px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item{gap:12px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item{gap:12px;display:flex;align-items:center;text-align:left}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item div img{width:70px;min-width:70px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p.h6{font-size:18px;margin-bottom:8px;text-align:left}header .header__wrapper .header__main-nav .header__icon-list{gap:18px}.section.why_chs_sec>.section-stack scroll-carousel .text-with-icons__item .text-with-icons__text-wrapper p{font-size:14px;text-align:left}.section.why_chs_sec>.section-stack scroll-carousel{gap:18px}.new-arrivals__wrapper{padding:0 20px}.new-arrivals__header{gap:18px;margin-bottom:25px;justify-content:center}.new-arrivals__heading{font-size:30px;margin-bottom:4px;text-align:center}.new-arrivals__subtext{font-size:14px;text-align:center}.new-arrivals__btn{padding:12px 30px;font-size:12px}.new-arrivals__grid{gap:14px;grid-template-columns:repeat(1,1fr)}.new-arrivals .product-card__title{font-size:18px}.new-arrivals .product-card__image-wrap{padding:10px 30px;aspect-ratio:unset;height:220px;width:100%}.new-arrivals .product-card .product-card__image-link{width:100%;display:block}.new-arrivals .product-card__info{padding:0 15px 15px}.section.section-blends:has(.jdgm-carousel-wrapper){padding:50px 0}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div{padding:0 20px}.section.section-blends:has(.jdgm-carousel-wrapper) .shopify-block>div .jdgm-carousel-wrapper .jdgm-carousel-title-and-link .jdgm-carousel-title{font-size:28px;margin-bottom:8px}.jdgm-owl-reviews .owl-nav .owl-next{right:-14px}.jdgm-owl-reviews .owl-nav .owl-prev{left:-14px}.jdgm-owl-reviews .jdgm-carousel-item{padding:20px}html body .jdgm-owl-reviews .owl-nav [class*=owl-]{height:30px;width:30px}html body .jdgm-owl-reviews .owl-nav [class*=owl-] span{font-size:22px;height:100%;display:flex;align-items:center;justify-content:center}.quality-banner__wrapper{row-gap:25px;padding:0 20px}.quality-banner{padding:40px 0}.quality-banner__top{max-width:100%;text-align:center}.quality-banner__heading{margin:0 0 20px;font-size:30px}.quality-banner__paragraph{max-width:100%;font-size:16px;text-align:center}.site-footer__wrapper{padding:40px 20px 0}.site-footer__top{gap:20px;flex-wrap:wrap}.site-footer__bottom{gap:12px;padding:18px 0;margin-top:22px;justify-content:center}.site-footer__payment-icons{gap:6px;justify-content:center}.site-footer__payment-icon{width:34px}.site-footer__watermark{font-size:90px;margin-bottom:-25px}.section.product-detail>product-rerender .product{gap:20px;grid-template-columns:1fr}.section.product-detail{padding:40px 0}.section.product-detail>product-rerender{padding:0 20px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__title{font-size:24px}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons .shopify-payment-button button{font-size:15px!important;padding:13px 25px!important;height:auto;min-height:auto}.section.product-detail>product-rerender .product .product-info__block-item .product-info__buy-buttons buy-buttons .button--xl.button--secondary{font-size:15px;padding:12px 25px}.cms_img_cntnt .media-with-text{gap:20px;padding:0 20px}.cms_img_cntnt .media-with-text .media-with-text__item{gap:15px;flex-direction:column}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__media,.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content{width:100%;padding:0}.new-arrivals .product-card{gap:0}.cms_img_cntnt .media-with-text .media-with-text__item:nth-child(2n+2) .media-with-text__media{order:0}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content .metafield-rich_text_field{margin:8px 0 0}.cms_img_cntnt .media-with-text .media-with-text__item .media-with-text__content p.h2{font-size:22px}section.custom-section.cstmr_rev .custom-section__blocks{padding:0 20px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body .jm-review-widget-header__summary-section .jm-review-widget-header__title{margin-bottom:12px;font-size:30px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body section.jdgm-masonry-grid .jdgm-masonry-grid__container{gap:15px;grid-template-columns:repeat(1,1fr)}.section.main_clctn_prdct.ymal_sec>.section-stack{padding:0 20px;gap:20px}.section.main_clctn_prdct.ymal_sec>.section-stack section-header.section-header h2.h2{font-size:32px}.product-gallery__media-list-wrapper .product-gallery__zoom{right:10px!important}section.custom-section.cstmr_rev .jm-cluster.jm-review-widget-header__main-content .jm-action-buttons__button{font-size:12px;padding:0 30px;line-height:46px}section.custom-section.cstmr_rev .jm-review-widget__header-and-body{gap:20px}.section.ftr_icn_bx.pr_dtl_ftr_icn>.section-stack scroll-carousel{gap:16px}.shopify-section--collection-banner>.collection-header{padding:40px 20px}.shopify-section--collection-banner .collection-header h1.h0{font-size:28px;text-align:center;color:var(--white)}.shopify-section--collection-banner>.collection-header:before{content:"";background:var(--primary);opacity:.5;position:absolute;top:0;right:0;bottom:0;left:0}html .main_clctn_prdct{padding:30px 20px 40px}.main_clctn_prdct .collection nav.collection__pagination{margin-top:0;gap:15px}.main_clctn_prdct .collection nav.collection__pagination .pagination__item{height:28px;width:28px}.main_clctn_prdct product-list{gap:15px}html .main_clctn_prdct product-list product-card .product-card__badge-list>*{font-size:10px;padding:3px 8px}.section.clctn_bnr image-banner.collection-banner{padding:50px 0}.section.clctn_bnr image-banner.collection-banner .place-self-center .v-stack .prose{font-size:13px;width:100%;line-height:150%;text-align:center;color:#fff}.section.clctn_bnr image-banner.collection-banner .place-self-center h1{font-size:26px;text-align:center;color:#fff}.section.clctn_bnr image-banner.collection-banner:before{background:var(--primary);opacity:.4}.section.clctn_bnr image-banner.collection-banner>.place-self-center{padding:0 20px}header .header__wrapper .header__secondary-nav{gap:20px}header .header__wrapper .header__secondary-nav .for_bsns{order:-1}.compare-bar .compare-bar__inner{padding-right:15px}section.hero-sec.about_hero_sec{padding:30px 0 10px;background:none}section.hero-sec.about_hero_sec .hero-comfort__left{width:100%}.about_img_txt media-with-text.media-with-text .media-with-text__item{flex-direction:column}.about_img_txt media-with-text.media-with-text .media-with-text__item>*{width:100%;max-width:100%}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content{padding:16px 0 0}.about_img_txt media-with-text.media-with-text .media-with-text__item .media-with-text__content p.h2{font-size:24px}.about_img_txt media-with-text.media-with-text .media-with-text__item:nth-child(2n) .media-with-text__media{order:0}.about_img_txt media-with-text.media-with-text{gap:30px}.qcb-section.about_sec .qcb-center .description p{font-size:14px}.section.why_chs_sec.about_why_chs{padding:40px 0}.cmpx-scope .section-stack__intro{padding:25px 20px;flex-direction:column;justify-content:center;gap:18px}.cmpx-scope .section-stack__intro .cmpx-slots{margin-top:6px}.cmpx-scope .section-stack__intro .cmpx-slots-label{font-size:14px;text-align:center}.cmpx-scope .section-stack__intro .text-center>*{text-align:center}.cmpx-table{grid-template-columns:120px repeat(3,minmax(212px,1fr))}.cmpx-product .txt .cmpx-product-title{font-size:15px;margin-bottom:8px}.cmpx-value{font-size:13px}.cmpx-cell{padding:10px 8px}.cmpx-cell.cmpx-cell--label{font-size:14px}.cmpx-scope .section-stack__intro .cmpx-clear{font-size:11px;line-height:36px;padding:0 22px}html .empty_bx a{padding:12px;border-radius:8px;gap:4px;font-size:15px}.section.main_clctns_sec>.section-stack section-header.section-header .prose h2.h2{font-size:35px}.section.main_clctns_sec>.section-stack scroll-carousel collection-list.collection-list{padding:20px 0 30px}.collection-card__content-wrapper.text-custom.place-self-end-center.text-center svg.icon{width:28px;height:28px}.section.main_clctns_sec collection-list.collection-list .collection-card__content-wrapper{gap:10px}.section.main_clctns_sec>.section-stack{padding:0 20px}.inner-banner-wrapper{padding:40px 0}.inner-banner-content{padding:0 20px}.inner-banner-heading{font-size:23px;margin:0 0 10px}.inner-banner-text{font-size:14px;line-height:160%;width:100%;margin:0 auto 16px}.inner-banner-button{padding:0 25px;font-size:12px;line-height:42px}.zigzag-row{gap:14px;margin-bottom:25px;flex-direction:column}.zigzag-row__media{width:100%}.zigzag-section{padding:50px 20px 0}.zigzag-row__heading{font-size:22px;margin-bottom:8px}.for_bsns:has(.switch input:not(:checked)) .label-home{color:var(--primary)}body:has(.for_bsns .switch input:checked) span.knob{background:var(--white)}.site-footer__brand{width:100%}.site-footer__column--social{justify-content:center}.bs_cta{padding:30px;border-radius:10px;margin-top:20px}.bs_cta h2{font-size:27px;margin:0 0 12px}.bs_cta h6{font-size:13px;margin:0 0 6px}.bs_cta p{font-size:14px;margin:0 auto 20px}.cbtn{padding:0 20px;line-height:48px;font-size:12px}.facet-dialog[id*=color]{margin-left:0}html .shopify-policy__body .prose h2{font-size:25px;margin-top:40px}.product-photos-section__grid{gap:15px;padding:20px 20px 0;grid-template-columns:repeat(1,1fr)}.custom-color-selector__label{font-size:16px}.custom-color-swatch{width:32px;height:32px;box-shadow:0 0 0 1px transparent}.custom-color-swatch.active,.custom-color-swatch:hover{box-shadow:0 0 0 1px #000}.cmpx-cell ul li{padding-left:20px;margin-bottom:3px}.cmpx-cell ul li:before{height:14px;width:14px}.cmpx-cell .cmpx-value.cmpx-specs ul.cmpx-specs-list{gap:0;grid-template-columns:1fr}.cmpx-cell .cmpx-value.cmpx-specs .cmpx-specs-item:last-child{margin-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom.css.map */
