.article-products__controls{display:none}@media(max-width:767px){.blog-post-detail .article-products__list{scrollbar-width:none;grid-auto-columns:100%}.blog-post-detail .article-products__list::-webkit-scrollbar{display:none;width:0;height:0}.article-products__controls:not([hidden]){display:flex;justify-content:center;gap:18px;margin-top:8px}.article-products__controls button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#f7f0e5;color:#916421;cursor:pointer}.article-products__controls button:hover{background:#ecd8b7}.article-products__controls button:focus-visible{outline:2px solid #916421;outline-offset:3px}}.article-overview{position:relative;display:block;width:max-content;max-width:100%;margin:0 0 26px;z-index:20}.article-overview[hidden]{display:none}.article-overview:has(.article-overview__toggle[aria-expanded=true]):after{content:"";position:absolute;top:100%;left:0;width:min(580px,calc(100vw - 48px));height:10px}.article-overview__toggle{display:inline-flex;align-items:center;gap:10px;min-height:44px;margin:0;padding:5px 12px 5px 6px;border:1px solid color-mix(in srgb,var(--color-accent, #d5a65a) 32%,#e5e1da);border-radius:999px;background:#fff;color:inherit;font:inherit;font-size:14px;font-weight:650;line-height:1.2;text-align:left;cursor:pointer;box-shadow:0 5px 18px #2d241914;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.article-overview__toggle:hover,.article-overview__toggle[aria-expanded=true]{border-color:var(--color-accent, #d5a65a);box-shadow:0 8px 24px #2d241921;transform:translateY(-1px)}.article-overview__toggle-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--color-accent, #d5a65a);color:#fff}.article-overview__toggle-icon svg{width:20px;height:20px}.article-overview__count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:color-mix(in srgb,var(--color-accent, #d5a65a) 12%,#fff);color:color-mix(in srgb,var(--color-accent, #d5a65a) 78%,#3a3026);font-size:11px;font-weight:700}.article-overview__chevron{flex:0 0 auto;width:14px;height:14px;opacity:.65;transition:transform .18s ease}.article-overview__toggle[aria-expanded=true] .article-overview__chevron{transform:rotate(180deg)}.article-overview__toggle:focus-visible{outline:2px solid currentColor;outline-offset:3px}.article-overview__panel{position:absolute;top:calc(100% + 10px);left:0;width:min(580px,calc(100vw - 48px));max-height:min(60vh,520px);box-sizing:border-box;overflow-x:hidden;overflow-y:auto;padding:0 14px 14px;border:1px solid color-mix(in srgb,var(--color-accent, #d5a65a) 28%,#dedbd5);border-radius:16px;background:#fff;box-shadow:0 20px 55px #261e1529;animation:article-overview-in .18s ease-out both}.article-overview__panel:before{position:sticky;top:0;display:block;height:3px;margin:0 -14px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,var(--color-accent, #d5a65a),color-mix(in srgb,var(--color-accent, #d5a65a) 25%,#fff));content:""}@media screen and (min-width:750px){.article-overview__panel{scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.article-overview__panel::-webkit-scrollbar{width:6px}.article-overview__panel::-webkit-scrollbar-track{background:transparent;border-radius:999px;margin-block:16px}.article-overview__panel::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:999px}.article-overview__panel::-webkit-scrollbar-thumb:hover{background:#b8b8b8}.article-overview__panel::-webkit-scrollbar-button{display:none}}@keyframes article-overview-in{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.article-overview__panel[hidden]{display:none}.article-overview__panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 8px 13px;border-bottom:1px solid color-mix(in srgb,var(--color-accent, #d5a65a) 16%,#e8e5df);font-size:15px;font-weight:750}.article-overview__panel-count{color:#80776c;font-size:12px;font-weight:600}.article-overview__list{display:grid;grid-template-columns:minmax(0,1fr);counter-reset:article-overview-item;gap:8px;margin:0;padding:12px 0 0;list-style:none}.article-overview__list li{margin:0;padding:0;counter-increment:article-overview-item}.article-overview__list a{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px;min-height:42px;padding:8px;border-radius:10px;color:#302c27;font-size:13px;font-weight:550;line-height:1.35;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.article-overview__list a:before{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:color-mix(in srgb,var(--color-accent, #d5a65a) 13%,#fff);color:color-mix(in srgb,var(--color-accent, #d5a65a) 78%,#362b20);font-size:11px;font-weight:750;content:counter(article-overview-item,decimal-leading-zero)}.article-overview__list a:hover{background:color-mix(in srgb,var(--color-accent, #d5a65a) 8%,#fff);color:#17130f;transform:translate(2px)}.article-overview__list a:focus-visible{outline:2px solid var(--color-accent, #d5a65a);outline-offset:1px}.article-content-body>h2[id]{scroll-margin-top:130px}@media screen and (max-width:749px){.article-overview{margin-bottom:20px;width:100%}.article-overview__toggle{font-size:13px}.article-overview__panel{width:min(420px,100%);padding:0 10px 10px;border-radius:14px;scrollbar-width:none;-ms-overflow-style:none}.article-overview__panel::-webkit-scrollbar{display:none;width:0;height:0}.article-overview__panel:before{margin-inline:-10px}.article-overview__list{grid-template-columns:1fr;gap:8px}}.header.style5 .thb-desktop-currency,.header.style5 .thb-header-help,.header.style5 .thb-header-shipping-message{display:none}@media only screen and (min-width:1068px){.header.style5 .header--inner{width:calc(100% - 32px);max-width:1030px;margin-inline:auto;grid-template-columns:minmax(150px,200px) minmax(0,1fr);column-gap:clamp(24px,3vw,56px)}.header.style5 .logolink{justify-content:flex-start;text-align:left}.header.style5 .full-menu{display:flex;align-items:center;justify-content:center;gap:clamp(4px,.6vw,10px)}.header.style5 .full-menu>.thb-full-menu:not(.thb-secondary-menu){flex:0 1 auto;text-align:center;white-space:nowrap}.header.style5 .full-menu .thb-full-menu>li{padding-right:clamp(7px,.5vw,10px);padding-left:clamp(7px,.5vw,10px)}.header.style5 .full-menu>.thb-secondary-menu{flex:0 0 auto}.header.style5 .thb-header-shipping-message{display:block;flex:0 0 auto;padding:10px 0;color:var(--shipping-message-color, #d1a25e);font-size:.875rem;font-weight:var(--font-body-semibold-weight, 600);line-height:1.2;text-align:left;text-decoration:none;white-space:nowrap}.header.style5 a.thb-header-shipping-message:hover,.header.style5 a.thb-header-shipping-message:focus-visible{color:var(--color-header-links-hover, #b47d32);text-decoration:underline;text-underline-offset:3px}.header.style5 .thb-header-shipping-message__short{display:none}[dir=ltr] .header.style5 .full-menu .thb-full-menu>li:first-child{padding-left:0}[dir=rtl] .header.style5 .full-menu .thb-full-menu>li:first-child{padding-right:0}.header.style5 .thb-header-right{display:grid;grid-template-columns:minmax(300px,460px);grid-auto-flow:column;grid-auto-columns:max-content;width:100%;min-width:0;margin-left:0;align-items:center;justify-content:space-between;column-gap:clamp(12px,1.5vw,24px)}.header.style5 .thb-header-right .searchform{width:100%;max-width:460px;margin-right:0}.header.style5 .thb-header-right .searchform--form .search-field{border:1px solid rgba(var(--color-header-text-rgb, 44, 45, 46),.28);border-radius:var(--input-border-radius, 6px);background-color:rgba(var(--color-header-text-rgb, 44, 45, 46),.045)}.header.style5 .header-search-start{position:absolute;top:calc(100% - 1px);left:0;right:0;z-index:54;display:none;max-height:min(620px,calc(100vh - var(--header-height, 80px) - 30px));overflow-y:auto;border:0;border-radius:0 0 12px 12px;background:var(--color-drawer-bg, #fff);box-shadow:0 18px 42px #2724222e;color:var(--color-body, #2c2d2e)}.open-search .header.style5 .header-search-start:not([inert]){display:block}.header.style5 .header-search-start__content{padding:20px}.header.style5 .header-search-start__group+.header-search-start__group{margin-top:20px;padding-top:18px;border-top:1px solid var(--color-border, #dadce0)}.header.style5 .header-search-start__heading{margin:0 0 12px;font-size:.875rem;font-weight:var(--font-body-semibold-weight, 600);line-height:1.3}.header.style5 .header-search-start__terms{display:grid;gap:2px;margin:0;padding:0;list-style:none}.header.style5 .header-search-start__terms a{display:flex;align-items:center;gap:10px;padding:9px 8px;border-radius:7px;color:inherit;font-size:.875rem;line-height:1.25;text-decoration:none}.header.style5 .header-search-start__terms a:hover,.header.style5 .header-search-start__terms a:focus-visible,.header.style5 .header-search-start__product:hover,.header.style5 .header-search-start__product:focus-visible{background:rgba(var(--color-header-text-rgb, 44, 45, 46),.06);color:var(--color-header-links-hover, var(--color-accent2))}.header.style5 .header-search-start__terms svg{width:16px;height:16px;flex:0 0 16px}.header.style5 .header-search-start__cart{display:grid;gap:6px}.header.style5 .header-search-start__product{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center;padding:8px;border-radius:9px;color:inherit;text-decoration:none}.header.style5 .header-search-start__product--no-image{grid-template-columns:minmax(0,1fr)}.header.style5 .header-search-start__product img{width:64px;height:64px;border-radius:7px;object-fit:cover;background:var(--color-body-bg, #f7f7f7)}.header.style5 .header-search-start__product-details{display:grid;gap:6px;min-width:0}.header.style5 .header-search-start__product-title{display:-webkit-box;overflow:hidden;font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);line-height:1.35;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.header.style5 .header-search-start__product-meta{font-size:.75rem;color:rgba(var(--color-body-rgb, 44, 45, 46),.72)}.header.style5 .thb-desktop-currency{display:inline-flex;flex:0 0 auto;font-size:.75rem;margin-right:0}.header.style5 .thb-desktop-currency .shopify-localization-form>div{margin-left:0}.header.style5 .thb-desktop-currency .custom-select--button{min-height:36px;padding:7px 10px;border:1px solid var(--color-header-border, var(--color-border, #dadce0));border-radius:999px;color:var(--color-header-links, var(--color-accent))}.header.style5 .thb-desktop-currency .custom-select--button:hover,.header.style5 .thb-desktop-currency .custom-select--button:focus-visible{border-color:currentColor}.header.style5 .thb-desktop-currency .custom-select--list{right:0;left:auto;min-width:260px;border:0;box-shadow:0 12px 30px #2724221f}[dir=rtl] .header.style5 .thb-desktop-currency .custom-select--list{right:auto;left:0}.header.style5 .thb-header-help{display:block;position:relative;flex:0 0 auto;margin-right:0;color:var(--color-header-links, var(--color-accent))}.header.style5 .thb-header-help summary{list-style:none}.header.style5 .thb-header-help summary::-webkit-details-marker{display:none}.header.style5 .thb-header-help__trigger{display:flex;min-height:36px;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--color-header-border, var(--color-border, #dadce0));border-radius:999px;font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);cursor:pointer;white-space:nowrap}.header.style5 .thb-header-help__trigger:hover,.header.style5 .thb-header-help__trigger:focus-visible{border-color:currentColor}.header.style5 .thb-header-help__arrow{display:inline-flex;transition:transform .2s ease}.header.style5 .thb-header-help[open] .thb-header-help__arrow{transform:rotate(180deg)}.header.style5 .thb-header-help__panel{position:absolute;top:calc(100% + 10px);right:0;z-index:100;width:300px;padding:10px;border:1px solid var(--color-border, #dadce0);border-radius:12px;background:var(--color-drawer-bg, #fff);box-shadow:0 14px 36px #27242229;color:var(--color-body, #2c2d2e)}.header.style5 .thb-header-help__heading{margin:4px 8px 8px;font-size:1rem;font-weight:var(--font-body-semibold-weight, 600)}.header.style5 .thb-header-help__link{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:8px;color:inherit;text-decoration:none}.header.style5 .thb-header-help__link+.thb-header-help__link{border-top:1px solid var(--color-border, #dadce0);border-radius:0 0 8px 8px}.header.style5 .thb-header-help__link:hover,.header.style5 .thb-header-help__link:focus-visible{background:rgba(var(--color-header-text-rgb, 44, 45, 46),.06);color:var(--color-header-links-hover, var(--color-accent2))}.header.style5 .thb-header-help__copy{display:grid;gap:3px;min-width:0}.header.style5 .thb-header-help__label{font-size:.875rem;font-weight:var(--font-body-medium-weight, 500)}.header.style5 .thb-header-help__meta{font-size:.75rem;color:rgba(var(--color-body-rgb, 44, 45, 46),.7);word-break:break-word}[dir=rtl] .header.style5 .thb-header-help__panel{right:auto;left:0}.header.transparent--true:not(:hover):not(.is-sticky) .thb-desktop-currency .custom-select--button{color:var(--color-header-transparent-text, #fff);border-color:currentColor}.header.transparent--true:not(:hover):not(.is-sticky) .thb-header-help__trigger{color:var(--color-header-transparent-text, #fff);border-color:currentColor}.header.transparent--true:not(:hover):not(.is-sticky) .thb-desktop-currency .custom-select--arrow svg path{stroke:var(--color-header-transparent-text, #fff)}}@media only screen and (min-width:1501px){.header.style5 .header--inner{max-width:1225px}}@media only screen and (min-width:1068px)and (max-width:1500px){.header.style5 .thb-header-shipping-message{font-size:.75rem}.header.style5 .thb-header-shipping-message__long{display:none}.header.style5 .thb-header-shipping-message__short{display:inline}}
/*# sourceMappingURL=/cdn/shop/t/45/compiled_assets/styles.css.map?subset=AAAAAAABAAAAAAAAAAAAAAI */
