:root{--ct-rust: #A45B37;--ct-rust-deep: #8e4a2a;--ct-rust-bright: #D25C1B;--ct-wine: #3C101E;--ct-ink: #32383E;--ct-ink-soft: #555b62;--ct-muted: #8a8f95;--ct-quiet: #c2c5c9;--ct-border: #e6e3df;--ct-line: #d6d3cf;--ct-bg: #fbf8f3;--ct-bg-pure: #ffffff;--ct-bg-alt: #f3ede2;--ct-bg-deep: #ece4d4;--ct-tint: #f8efe8;--ct-font-body: "SanomatSans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ct-font-display: "SanomatSans", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;background-color:var(--ct-bg);color:var(--ct-ink);font-family:var(--ct-font-body);font-size:.9375rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font:inherit;background:transparent;border:0;padding:0;cursor:pointer;color:inherit}.ct-promo{background-color:var(--ct-ink);color:#fff;font-size:.75rem}.ct-promo__inner{max-width:1480px;margin:0 auto;padding:.625rem 1.25rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;text-align:center}.ct-promo__sep{color:#fff6}.ct-promo strong{font-weight:600;letter-spacing:.02em}.ct-utility{background-color:var(--ct-bg-alt);border-bottom:1px solid var(--ct-border);font-size:.75rem;color:var(--ct-ink-soft)}.ct-utility__inner{max-width:1480px;margin:0 auto;padding:.625rem 1.5rem;display:none;align-items:center;gap:1.5rem}@media (min-width: 64em){.ct-utility__inner{display:flex}}.ct-utility__item{cursor:default;transition:color .15s ease}.ct-utility__item:hover{color:var(--ct-ink)}.ct-utility__locale{margin-left:auto;color:var(--ct-ink);font-weight:500}.ct-header{position:sticky;top:0;z-index:1100;background-color:var(--ct-bg-alt);border-bottom:1px solid var(--ct-border)}.ct-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:4.5rem;column-gap:1.5rem;padding:0 1.25rem;max-width:1480px;margin:0 auto}@media (min-width: 64em){.ct-header__inner{height:5.25rem;padding:0 2rem;column-gap:2.5rem}}.ct-header__logo{display:inline-flex;align-items:center;color:var(--ct-ink)}.ct-header__logo-mark{width:130px;height:auto;display:block}@media (min-width: 64em){.ct-header__logo-mark{width:170px}}.ct-header__center{display:flex;align-items:center}.ct-header__search{display:flex;align-items:center;width:100%;max-width:460px;padding:.5rem .875rem;border:1px solid var(--ct-border);border-radius:2px;background-color:var(--ct-bg-pure);transition:border-color .15s ease}.ct-header__search:focus-within{border-color:var(--ct-ink)}.ct-header__search svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5;color:var(--ct-muted);margin-right:.625rem;flex-shrink:0}.ct-header__search-input{flex:1;border:0;outline:0;font:inherit;font-size:.875rem;color:var(--ct-ink);background:transparent}.ct-header__search-input::placeholder{color:var(--ct-muted)}.ct-header__actions{display:flex;align-items:center;gap:.25rem}.ct-header__action{font-family:var(--ct-font-body);font-size:.8125rem;color:var(--ct-ink);padding:.5rem .625rem;transition:color .15s ease}.ct-header__action:hover{color:var(--ct-rust)}.ct-header__action--icon{position:relative;width:2.25rem;height:2.25rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.ct-header__action--icon svg{width:22px;height:22px}.ct-header__cart-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;background-color:var(--ct-rust);color:#fff;font-size:.625rem;font-weight:600;border-radius:9999px;letter-spacing:0}.ct-header__nav{display:none;background-color:var(--ct-bg-alt);border-top:1px solid var(--ct-border)}@media (min-width: 64em){.ct-header__nav{display:block}}.ct-header__nav-inner{max-width:1480px;margin:0 auto;padding:.875rem 2rem;display:flex;justify-content:center;flex-wrap:wrap;column-gap:2rem;row-gap:.5rem}.ct-header__nav-item{font-family:var(--ct-font-body);font-size:.875rem;font-weight:500;color:var(--ct-ink);white-space:nowrap;cursor:default;transition:color .15s ease}.ct-header__nav-item:hover,.ct-header__nav-item:focus{color:var(--ct-rust)}.ct-header__nav-item--accent{color:var(--ct-rust)}.ct-header__nav-item--sale{color:var(--ct-rust-bright);font-weight:600}.ct-main{background-color:var(--ct-bg);min-height:60vh}.ct-footer{background-color:var(--ct-bg-alt);color:var(--ct-ink);padding:4rem 0 2rem;margin-top:4rem;border-top:1px solid var(--ct-border)}.ct-footer__inner{width:1280px;max-width:100%;margin:0 auto;padding:0 1.5rem}@media (min-width: 48em){.ct-footer__inner{padding:0 2.5rem}}.ct-footer__top{text-align:center;margin-bottom:3rem;max-width:480px;margin-left:auto;margin-right:auto}.ct-footer__heading{font-family:var(--ct-font-display);font-size:1.25rem;font-weight:500;letter-spacing:0;margin:0 0 1rem;color:var(--ct-ink)}.ct-footer__form{display:flex;align-items:stretch;border:1px solid var(--ct-border);border-radius:2px;background-color:var(--ct-bg-pure)}.ct-footer__email{flex:1;border:0;outline:0;padding:.75rem 1rem;font:inherit;font-size:.875rem;background:transparent;color:var(--ct-ink)}.ct-footer__email::placeholder{color:var(--ct-muted)}.ct-footer__submit{background-color:var(--ct-ink);color:#fff;font-family:var(--ct-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.02em;padding:0 1.25rem;transition:background-color .15s ease}.ct-footer__submit:hover{background-color:var(--ct-rust)}.ct-footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--ct-border)}@media (min-width: 64em){.ct-footer__cols{grid-template-columns:repeat(4,1fr);gap:3rem}}.ct-footer__col h6{font-family:var(--ct-font-body);font-size:.8125rem;font-weight:600;letter-spacing:.02em;margin:0 0 1rem;color:var(--ct-ink)}.ct-footer__col ul{list-style:none;padding:0;margin:0}.ct-footer__col li{margin:0 0 .625rem}.ct-footer__col a{font-family:var(--ct-font-body);font-size:.8125rem;color:var(--ct-ink-soft);transition:color .15s ease}.ct-footer__col a:hover{color:var(--ct-rust)}.ct-footer__col--social .ct-footer__hashtag{font-family:var(--ct-font-display);font-size:1rem;font-weight:500;color:var(--ct-rust);margin:0 0 .5rem}.ct-footer__col--social .ct-footer__locale{font-size:.8125rem;color:var(--ct-ink-soft);margin:0}.ct-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;color:var(--ct-muted);gap:1rem}.ct-footer__bottom-links{display:flex;gap:1.25rem;flex-wrap:wrap}.ct-footer__bottom-links a:hover{color:var(--ct-ink)}#framebuilder-root{width:100%}.ct-valueprops{border-top:1px solid var(--ct-border);border-bottom:1px solid var(--ct-border);background:var(--ct-bg-pure);padding:2.75rem 1.5rem}.ct-valueprops__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.ct-valueprops__cell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.ct-valueprops__icon{width:32px;height:32px;color:var(--ct-rust);margin-bottom:.25rem}.ct-valueprops__title{margin:0;font-family:var(--ct-font-display);font-size:1rem;font-weight:600;letter-spacing:0;color:var(--ct-ink)}.ct-valueprops__copy{margin:0;font-family:var(--ct-font-body);font-size:.8125rem;font-weight:400;line-height:1.5;color:var(--ct-ink-soft);max-width:24ch}.ct-ymal{background:var(--ct-bg);padding:4.5rem 1.5rem 5.5rem}.ct-ymal__inner{max-width:1280px;margin:0 auto}.ct-ymal__heading{margin:0 0 2.25rem;font-family:var(--ct-font-display);font-size:clamp(1.625rem,2.8vw,2rem);font-weight:600;letter-spacing:0;color:var(--ct-ink);text-align:center}.ct-ymal__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.ct-ymal__card{display:block;color:inherit;text-decoration:none}.ct-ymal__image{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--ct-bg-alt);margin-bottom:.875rem;border-radius:4px}.ct-ymal__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ct-ymal__card:hover .ct-ymal__image img{transform:scale(1.04)}.ct-ymal__title{margin:0 0 .25rem;font-family:var(--ct-font-body);font-size:.9375rem;font-weight:500;color:var(--ct-ink);letter-spacing:0}.ct-ymal__price{margin:0;font-family:var(--ct-font-body);font-size:.9375rem;font-weight:600;color:var(--ct-rust)}@media (max-width: 47.99em){.ct-valueprops{padding:2rem 1rem}.ct-valueprops__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1rem}.ct-ymal{padding:3rem 1rem 4rem}.ct-ymal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (max-width: 47.99em){.ct-promo,.ct-utility,.ct-header__center{display:none}.ct-header__inner{grid-template-columns:auto 1fr auto}.ct-header__logo-mark{width:160px}}pod-frame-builder{--pod-primary-color: #a45b37}:root{--color-primary: #a45b37 !important;--color-primary-hover: #8e4a2a !important;--color-primary-20: #f8efe8 !important;--fb-powered-by-bg: #f8efe8}body{--fb-border-radius: 2px;--fb-border-radius-lg: 8px;--fb-button-radius: 2px;--fb-option-border-radius: 2px;--fb-button-text-transform: none;--fb-button-font-weight: 500;--fb-button-letter-spacing: .02em}.tmplt-product{display:flex;flex-direction:column;overflow:hidden;padding:0 20px}@media only screen and (min-width: 800px){.tmplt-product{flex-direction:row;padding:40px 40px 0;max-width:1200px;margin:0 auto;align-items:flex-start;overflow:initial}}.tmplt-product__content-wrap{width:100%}@media only screen and (min-width: 800px){.tmplt-product__content-wrap{max-width:420px;padding-top:0}}.tmplt-product__media-wrapper{position:relative;margin-bottom:15px}@media only screen and (min-width: 800px){.tmplt-product__media-wrapper{width:100%;max-width:560px;margin-right:100px;margin-bottom:60px;position:sticky;top:216px}}.tmplt-product__connected-collection-list{width:100%;display:flex;align-items:center;flex-wrap:wrap;margin:13px 0 18px;padding:0;list-style-type:none}.tmplt-product__connected-collection-item{margin-right:16px;position:relative;border:1px solid var(--ct-border, #e6e3df);border-radius:100%}.tmplt-product__connected-collection-item:last-child{margin-right:0}.tmplt-product__connected-collection-item:after{content:"";display:block;width:36px;height:36px;position:absolute;top:-3px;left:-3px;border:1px solid transparent;border-radius:50%;pointer-events:none;transition:border-color .2s ease-in-out}@media (hover: hover){#framebuilder-root .tmplt-product__connected-collection-item:hover:after{border-color:#262626}}#framebuilder-root .tmplt-product__connected-collection-item--current:after{border-color:var(--color-primary, #a45b37)}.tmplt-product__connected-collection-link{display:block;overflow:hidden;text-indent:-999em;white-space:nowrap}.tmplt-product__variants-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.tmplt-product__variants-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 14px;border:1px solid var(--ct-border, #e6e3df);border-radius:var(--fb-option-border-radius, 2px);background-color:var(--ct-bg, #ffffff);font-family:var(--ct-font-body, "Inter", sans-serif);letter-spacing:.01em;transition:border-color .2s ease-in-out,color .15s,font-weight .15s;cursor:pointer;user-select:none;-webkit-user-select:none}@media (hover: hover){.tmplt-product__variants-label:hover{border-color:#262626}}.tmplt-product__variants-input:checked+label.tmplt-product__variants-label{border-color:var(--color-primary, #a45b37);box-shadow:0 0 0 2px var(--color-primary-20, #f8efe8);color:var(--color-primary, #a45b37);font-weight:600}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);white-space:nowrap}.hide,#framebuilder-root .tmplt-product__header{display:none!important}
