@import url(https://fonts.cdnfonts.com/css/mindset);.custom-mini-cart-wrapper{position:relative;display:inline-block}.custom-mini-cart-wrapper.alignment-left{text-align:left}.custom-mini-cart-wrapper.alignment-center{text-align:center}.custom-mini-cart-wrapper.alignment-right{text-align:right}.custom-mini-cart-button{display:inline-flex;align-items:center;gap:8px;background:#fff0;border:none;cursor:pointer;padding:8px 12px;border-radius:4px;transition:all 0.3s ease;color:inherit;font-size:16px;position:relative}.custom-mini-cart-button:hover{background:rgb(0 0 0 / .05)}.custom-mini-cart-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.custom-mini-cart-icon .custom-cart-icon-img{width:24px;height:24px;object-fit:contain;display:block}.custom-mini-cart-icon svg{width:100%;height:100%}.custom-mini-cart-text{font-weight:500}.custom-mini-cart-total{font-weight:400;font-size:14px;color:inherit}.custom-mini-cart-count{position:absolute;top:-3px;right:9px;display:inline-flex;align-items:center;justify-content:center;background:red;color:#fff;border-radius:50%;min-width:20px;height:20px;font-size:12px;font-weight:600;line-height:1;padding:2px 6px;z-index:10;transform:translateX(50%);box-shadow:0 2px 4px rgb(0 0 0 / .2)}.custom-mini-cart-count[data-count="0"]{display:none}.custom-mini-cart-count-text:empty{display:none}.custom-mini-cart-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000100;opacity:0;visibility:hidden;transition:all 0.3s ease;pointer-events:none}.custom-mini-cart-drawer.is-open{opacity:1;visibility:visible;pointer-events:all}.custom-mini-cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);cursor:pointer;z-index:1000100}.custom-mini-cart-content{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;box-shadow:-2px 0 10px rgb(0 0 0 / .1);transform:translateX(100%);transition:transform 0.3s ease;display:flex;flex-direction:column;z-index:1000101}.custom-mini-cart-drawer.is-open .custom-mini-cart-content{transform:translateX(0)}.custom-mini-cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee;flex-shrink:0}.custom-mini-cart-title{margin:0;font-size:18px;font-weight:600;color:#333}.custom-mini-cart-count-text{color:#666;font-weight:400}.custom-mini-cart-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#666;transition:all 0.2s ease}.custom-mini-cart-close:hover{background:#f5f5f5;color:#333}.custom-mini-cart-items{flex:1;overflow-y:auto;padding:20px}.custom-mini-cart-empty{text-align:center;padding:40px 20px;color:#666}.custom-mini-cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f5;position:relative;transition:opacity 0.3s ease}.custom-mini-cart-item:last-child{border-bottom:none}.custom-mini-cart-item.updating,.custom-mini-cart-item.removing{opacity:.6;pointer-events:none}@keyframes mini-cart-spin{to{transform:rotate(360deg)}}.custom-mini-cart-content.is-updating::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .5);z-index:100;cursor:wait}.custom-mini-cart-item-quantity.is-updating{position:relative;opacity:.7;pointer-events:none}.custom-mini-cart-item-quantity.is-updating::after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid #99C3B9;border-top-color:#fff0;border-radius:50%;animation:mini-cart-spin 0.8s linear infinite}.custom-mini-cart-item-image{flex-shrink:0;width:64px;height:64px;border-radius:4px;overflow:hidden}.custom-mini-cart-item-image img{width:100%;height:100%;object-fit:cover}.custom-mini-cart-item-details{flex:1;min-width:0}.custom-mini-cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:8px}.custom-mini-cart-item-name{margin:0;font-size:1rem;font-weight:500;color:#EB540D;line-height:1.3;text-align:left;flex:1}.custom-mini-cart-item-name a{color:inherit;text-decoration:none}.custom-mini-cart-item-name a:hover{color:#007cba}.custom-mini-cart-item-price-quantity{display:flex;align-items:center;justify-content:space-between;gap:8px}.custom-mini-cart-item-quantity{display:flex;align-items:center;gap:0;background:#f8f9fa;border:2px solid #99C3B9;border-radius:4px;padding:0;overflow:hidden}.custom-mini-cart-item-quantity button{background:#fff;border:none;border-radius:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;font-weight:600;transition:all 0.2s ease;padding:0;margin:0}.custom-mini-cart-item-quantity button:hover:not(:disabled){background:#f0f0f0}.custom-mini-cart-item-quantity button:disabled{opacity:.5;cursor:not-allowed}.quantity-input{font-size:13px;font-weight:500;min-width:40px;width:40px;height:28px;text-align:center;border:none;border-radius:0;padding:0;background:#fff;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none}.custom-mini-cart-item-total{font-weight:400;color:#333;font-size:1rem}.custom-mini-cart-item-remove{background:none;border:none;cursor:pointer;padding:4px;border-radius:3px;color:#999;transition:all 0.2s ease;flex-shrink:0;margin-top:-2px}.custom-mini-cart-item-remove:hover{background:#ffebee;color:#d32f2f}.custom-mini-cart-item-remove:focus{outline:2px solid #007cba;outline-offset:2px}.custom-mini-cart-footer{padding:20px;border-top:1px solid #eee;flex-shrink:0}.custom-mini-cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:600}.custom-mini-cart-subtotal-label{color:#333}.custom-mini-cart-subtotal-amount{color:#333}.custom-mini-cart-minimum-notice{background:#fff0;border:none;border-radius:6px;padding:12px 15px;margin:16px 0;text-align:center}.custom-mini-cart-minimum-text{color:#856404;font-size:13px;font-weight:500;margin:0 0 10px 0;line-height:1.4}.custom-mini-cart-progress{background:#f8f9fa;border-radius:10px;height:8px;overflow:hidden;position:relative}.custom-mini-cart-progress-bar{background:#81C784;height:100%;transition:width 0.3s ease;border-radius:10px}.custom-mini-cart-shipping-notice{background:#fff0;border:none;border-radius:6px;padding:12px 15px;margin:15px 0;text-align:center}.custom-mini-cart-shipping-notice.shipping-achieved{background:#fff0;border:none}.custom-mini-cart-shipping-text{color:#155724;font-size:14px;font-weight:500;margin:0 0 10px 0;line-height:1.4}.custom-mini-cart-shipping-notice.shipping-achieved .custom-mini-cart-shipping-text{margin-bottom:0}.custom-mini-cart-shipping-progress{background:#f8f9fa;border-radius:10px;height:8px;overflow:hidden;position:relative}.custom-mini-cart-shipping-progress-bar{background:#4C62A9;height:100%;transition:width 0.3s ease;border-radius:10px}.custom-mini-cart-actions{display:flex;gap:12px;margin-bottom:12px}.custom-mini-cart-view-cart,.custom-mini-cart-checkout{flex:1;padding:12px 16px;border-radius:0;text-decoration:none;text-align:center;font-weight:500;font-size:14px;font-family:'PT Mono',monospace;text-transform:uppercase;transition:all 0.3s ease;border:none;cursor:pointer;display:block;min-height:44px;min-width:44px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgb(0 0 0 / .1)}.custom-mini-cart-view-cart{background:#f8f9fa;color:#394A78;border:1px solid #394A78}.custom-mini-cart-view-cart:hover{background:#e9ecef;border-color:#394A78;color:#394A78;text-decoration:none}.custom-mini-cart-checkout{background:#99C3B9;color:#394A78}.custom-mini-cart-checkout:hover:not(.disabled){background:#7EB1A6;color:#394A78;text-decoration:none}.custom-mini-cart-checkout.disabled{background:#e0e0e0!important;color:#999!important;cursor:not-allowed!important;opacity:.6;pointer-events:none}.custom-mini-cart-shipping-notice{font-size:12px;color:#666;margin:0;text-align:center;line-height:1.4}body.custom-mini-cart-open{overflow:hidden}@media (max-width:768px){.custom-mini-cart-content{width:90%;max-width:380px;min-width:280px}.custom-mini-cart-header{padding:16px}.custom-mini-cart-items{padding:16px}.custom-mini-cart-footer{padding:16px}.custom-mini-cart-item{gap:10px}.custom-mini-cart-item-image{width:54px;height:54px}.custom-mini-cart-item-header{gap:6px}.custom-mini-cart-item-name{font-size:1rem}.custom-mini-cart-actions{flex-direction:column}.custom-mini-cart-minimum-notice{padding:10px 12px;margin:12px 0}.custom-mini-cart-minimum-text{font-size:12px}.custom-mini-cart-total{display:none!important}}@media (prefers-contrast:high){.custom-mini-cart-button:hover{background:rgb(0 0 0 / .1)}.custom-mini-cart-overlay{background:rgb(0 0 0 / .8)}.custom-mini-cart-item{border-bottom-color:#ccc}}.custom-mini-cart-coupon-section{margin:15px 0;border-top:1px solid #e9ecef;padding-top:15px}.custom-mini-cart-applied-coupons{margin-bottom:15px}.custom-mini-cart-applied-coupons:empty{display:none;margin-bottom:0}.custom-mini-cart-applied-coupons-title{font-size:13px;font-weight:600;color:#394A78;margin:0 0 10px 0;font-family:'PT Mono',monospace;text-transform:uppercase}.custom-mini-cart-coupon-item{display:inline-flex;align-items:center;background:#fff;border:1px solid #ddd;border-radius:15px;padding:4px 8px 4px 12px;margin-bottom:8px;font-family:'PT Mono',monospace;font-size:12px;font-weight:500;color:#333;gap:6px;max-width:fit-content;height:28px;box-sizing:border-box}.custom-mini-cart-coupon-info{display:flex;align-items:center;gap:0}.custom-mini-cart-coupon-code{font-size:12px;font-weight:500;color:#333;font-family:'PT Mono',monospace;text-transform:uppercase;letter-spacing:.3px;line-height:1}.custom-mini-cart-coupon-discount{display:none}.custom-mini-cart-coupon-promotion-note{display:none}.custom-mini-cart-promotion-notice{background:linear-gradient(135deg,#e8f5e8 0%,#c8e6c9 100%);border:1px solid #4CAF50;border-radius:8px;padding:12px 15px;margin:15px 0;text-align:center;position:relative;overflow:hidden}.custom-mini-cart-promotion-notice::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .3),transparent);animation:shimmer 2s infinite}.custom-mini-cart-promotion-text{font-size:13px;font-weight:600;color:#2e7d32;font-family:'PT Mono',monospace;text-transform:uppercase;letter-spacing:.5px}.promotion-icon{margin-right:8px;font-size:14px}@keyframes shimmer{0%{left:-100%}100%{left:100%}}.custom-mini-cart-coupon-remove{background:none;border:none;color:#999;cursor:pointer;padding:1px;border-radius:50%;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:2px;flex-shrink:0}.custom-mini-cart-coupon-remove:hover{background:rgb(0 0 0 / .1);color:#666}.custom-mini-cart-coupon-remove svg{width:10px;height:10px}.custom-mini-cart-coupon-toggle-btn{background:none;border:none;color:#394A78;font-size:13px;font-weight:500;cursor:pointer;padding:8px 0;display:flex;align-items:center;justify-content:space-between;width:100%;font-family:'PT Mono',monospace;transition:color 0.2s ease}.custom-mini-cart-coupon-toggle-btn:hover{color:#2c3a5f}.custom-mini-cart-coupon-arrow{transition:transform 0.2s ease}.custom-mini-cart-coupon-toggle-btn.expanded .custom-mini-cart-coupon-arrow{transform:rotate(180deg)}.custom-mini-cart-coupon-input-wrapper{margin-top:10px}.custom-mini-cart-coupon-input-group{display:flex;gap:8px;margin-bottom:8px}.custom-mini-cart-coupon-input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:'PT Mono',monospace;background:#fff;transition:border-color 0.2s ease}.custom-mini-cart-coupon-input:focus{outline:none;border-color:#394A78;box-shadow:0 0 0 2px rgb(57 74 120 / .1)}.custom-mini-cart-coupon-input::placeholder{color:#999;font-style:italic}.custom-mini-cart-coupon-apply{background:#394A78;color:#fff;border:none;border-radius:4px;padding:10px 16px;font-size:12px;font-weight:600;font-family:'PT Mono',monospace;text-transform:uppercase;cursor:pointer;transition:all 0.2s ease;white-space:nowrap;min-width:60px}.custom-mini-cart-coupon-apply:hover:not(:disabled){background:#2c3a5f}.custom-mini-cart-coupon-apply:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.custom-mini-cart-coupon-apply.loading{opacity:.7;cursor:not-allowed}.custom-mini-cart-coupon-message{padding:8px 12px;border-radius:4px;font-size:12px;font-weight:500;margin-top:8px}.custom-mini-cart-coupon-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.custom-mini-cart-coupon-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.custom-mini-cart-coupon-message.info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.custom-mini-cart-coupon-message a{color:#394A78;text-decoration:underline;font-weight:600;transition:color 0.2s ease}.custom-mini-cart-coupon-message a:hover{color:#2c3a5f;text-decoration:none}@media (max-width:480px){.custom-mini-cart-coupon-input-group{flex-direction:column;gap:8px}.custom-mini-cart-coupon-apply{width:100%;padding:12px 16px}.custom-mini-cart-coupon-item{padding:10px 12px}.custom-mini-cart-coupon-info{gap:3px}}.header-menu-wrapper{position:relative;width:100%;z-index:999;--transition:all 0.3s ease}.header-menu-main{border-bottom:1px solid rgb(0 0 0 / .1);padding:15px 0}.header-menu-container{max-width:var(--header-max-width,1200px);margin:0 auto;padding-left:var(--header-container-padding,1.25rem);padding-right:var(--header-container-padding,1.25rem);display:flex;align-items:center;justify-content:space-between;position:relative;min-height:60px}.header-menu-logo{flex-shrink:0;z-index:10;padding:5px 0;position:relative}.header-menu-logo img{height:auto;display:block;max-height:none;width:var(--logo-width-desktop,180px);max-width:100%}.header-logo-link{display:block;text-decoration:none;position:relative}.header-menu-wrapper .header-menu-logo .header-logo-desktop{display:block}.header-menu-wrapper .header-menu-logo .header-logo-mobile{display:none!important}.header-menu-logo .logo-text{font-family:var(--font-heading,Georgia,serif);font-size:1.5rem;font-weight:700;text-decoration:none;color:inherit;padding:10px 0}.header-menu-nav{display:flex;flex:1;margin:0 40px}.header-menu-wrapper.menu-align-left .header-menu-nav{justify-content:flex-start}.header-menu-wrapper.menu-align-center .header-menu-nav{justify-content:center}.header-menu-wrapper.menu-align-right .header-menu-nav{justify-content:flex-end}.header-menu-list{display:flex;list-style:none;margin:0;padding:0;gap:30px}.header-menu-item{position:relative}.header-menu-link{display:flex;align-items:center;padding:20px 0;text-decoration:none;color:var(--menu-text-color,inherit);font-family:var(--font-body,Arial,sans-serif);font-weight:500;font-size:var(--menu-font-size,1rem);text-transform:uppercase;letter-spacing:.5px;transition:var(--transition);gap:5px}.header-menu-link:hover{color:var(--link-hover-color,#db5526)}.dropdown-arrow{font-size:.7rem;transition:var(--transition)}.header-menu-item.has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.header-menu-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;z-index:999;min-width:300px;padding-top:15px}.header-menu-dropdown::before{content:'';position:absolute;top:0;left:0;right:0;height:15px;background:#fff0}.header-menu-dropdown .dropdown-columns[data-columns="1"]{min-width:250px}.header-menu-dropdown .dropdown-columns[data-columns="2"]{min-width:500px}.header-menu-dropdown .dropdown-columns[data-columns="3"]{min-width:750px}.header-menu-dropdown .dropdown-columns[data-columns="4"]{min-width:900px}.header-menu-dropdown .dropdown-columns[data-columns="5"],.header-menu-dropdown .dropdown-columns[data-columns="6"]{min-width:1100px}.header-menu-item.dropdown-open .header-menu-dropdown{opacity:1;visibility:visible}.dropdown-content{background:var(--header-bg-color,#ffffff);border-radius:0;box-shadow:0 10px 30px rgb(0 0 0 / .15);border:1px solid rgb(0 0 0 / .1);padding:20px;margin-top:0}.dropdown-columns{display:flex;gap:30px;min-width:200px}.dropdown-column{display:flex;flex-direction:column;gap:5px;flex:1;min-width:180px}@media (max-width:768px){.dropdown-columns{flex-direction:column;gap:10px;min-width:180px}.dropdown-column{min-width:auto}.dropdown-content{padding:15px}.header-menu-dropdown .dropdown-columns[data-columns="1"],.header-menu-dropdown .dropdown-columns[data-columns="2"],.header-menu-dropdown .dropdown-columns[data-columns="3"],.header-menu-dropdown .dropdown-columns[data-columns="4"],.header-menu-dropdown .dropdown-columns[data-columns="5"],.header-menu-dropdown .dropdown-columns[data-columns="6"]{min-width:280px;max-width:90vw}.header-menu-dropdown{left:0;transform:none;min-width:250px;max-width:90vw}}@media (max-width:1200px){.header-menu-dropdown .dropdown-columns[data-columns="5"],.header-menu-dropdown .dropdown-columns[data-columns="6"]{min-width:600px;max-width:90vw}}.dropdown-link{display:flex;align-items:center;padding:8px 15px;text-decoration:none;color:inherit;border-radius:0;transition:var(--transition);font-size:var(--menu-font-size,.9rem);white-space:nowrap;width:100%;box-sizing:border-box}.dropdown-link:hover{color:var(--link-hover-color,#db5526)}.dropdown-heading{font-size:1.1rem;font-weight:600;color:var(--link-hover-color,#db5526);margin:10px 15px 10px 15px;padding:0 0 5px 0;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--link-hover-color,#db5526);width:100%;display:block;clear:both}.dropdown-heading:first-child{margin-top:10px}.dropdown-column{display:flex;flex-direction:column}.dropdown-with-headings .dropdown-columns{margin-bottom:0}.dropdown-with-headings .dropdown-column{min-width:180px;flex:1}.dropdown-with-headings .dropdown-column.section-start{margin-left:20px;position:relative}.dropdown-with-headings .dropdown-column.section-start:before{content:'';position:absolute;left:-10px;top:0;bottom:0;width:1px;background:rgb(0 0 0 / .1)}.dropdown-with-headings .dropdown-column:first-child.section-start{margin-left:0}.dropdown-with-headings .dropdown-column:first-child.section-start:before{display:none}.dropdown-link.has-tag-image{gap:10px}.dropdown-link .tag-image{width:42px;height:42px;border-radius:0;object-fit:cover;flex-shrink:0}.dropdown-link .link-text{flex:1}.header-menu-actions{display:flex;align-items:center;gap:15px;flex-shrink:0;color:inherit}.header-menu-account{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:0;text-decoration:none;color:inherit;transition:var(--transition);background:#fff0}.header-menu-account:hover{transform:scale(1.05)}.header-menu-account .account-icon{font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;color:inherit}.header-menu-account .account-icon svg,.header-menu-account .svg-icon,.header-menu-account svg.svg-icon.account-icon{fill:#394a78!important}.header-menu-account .account-icon svg path,.header-menu-account .account-icon svg g,.header-menu-account .svg-icon path,.header-menu-account .svg-icon g,.header-menu-account svg.svg-icon.account-icon path,.header-menu-account svg.svg-icon.account-icon g{fill:#394a78!important}.header-menu-account .account-icon-img{width:20px;height:20px;border-radius:50%;object-fit:cover}.header-menu-search{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:0;background:#fff0;border:none;cursor:pointer;color:inherit;transition:var(--transition)}.header-menu-search:hover{transform:scale(1.05)}.header-menu-search svg{width:20px;height:20px}.header-menu-search .search-icon-img{width:20px;height:20px;object-fit:contain}.header-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .8);z-index:10000;opacity:0;visibility:hidden;transition:all 0.3s ease;backdrop-filter:blur(4px)}.header-search-overlay.is-open{opacity:1;visibility:visible}.header-search-content{position:absolute;top:0;left:0;right:0;height:120px;background:#F5F4EB;box-shadow:0 4px 20px rgb(0 0 0 / .1);display:flex;align-items:center;justify-content:center;transform:translateY(-100%);transition:transform 0.3s ease}.header-search-overlay.is-open .header-search-content{transform:translateY(0)}.header-search-container{width:100%;max-width:600px;padding:0 20px}.header-search-form{position:relative;display:flex;align-items:center;background:#f8f9fa;border-radius:0;padding:12px 20px}.header-search-input{flex:1;border:none;background:#fff0;font-size:18px;font-family:'PT Mono',monospace;padding:0;margin:0;outline:none;color:#333}.header-search-input::placeholder{color:#999;font-family:'PT Mono',monospace}.header-search-submit{background:none;border:none;padding:8px;margin-left:10px;cursor:pointer;color:#666;border-radius:50%;transition:all 0.2s ease}.header-search-submit:hover{background:rgb(0 0 0 / .1);color:#333}.header-search-close{background:none;border:none;padding:8px;margin-left:10px;cursor:pointer;color:#666;border-radius:50%;transition:all 0.2s ease}.header-search-close:hover{background:rgb(0 0 0 / .1);color:#333}.header-search-suggestions,.search-suggestions,.search-results,.search-dropdown{font-family:'PT Mono',monospace}.header-search-suggestions li,.search-suggestions li,.search-results li,.search-dropdown li{font-family:'PT Mono',monospace}.search-suggestion-item,.search-result-item,.autocomplete-suggestion{font-family:'PT Mono',monospace}.sidebar-account-link .account-icon{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff}.sidebar-account-link .account-icon-img{width:20px;height:20px;border-radius:50%;object-fit:cover}.sidebar-account-link .account-icon svg{fill:white!important}.sidebar-account-link .account-icon svg path{fill:white!important}.sidebar-account-link .account-icon svg g{fill:white!important}.sidebar-account-link .svg-icon{fill:white!important}.sidebar-account-link .svg-icon path{fill:white!important}.sidebar-account-link .svg-icon g{fill:white!important}.sidebar-account-link .svg-icon.account-icon{fill:white!important}.sidebar-account-link .svg-icon.account-icon path{fill:white!important}.sidebar-account-link .svg-icon.account-icon g{fill:white!important}.header-menu-custom-blocks{display:flex;align-items:center;gap:10px;color:inherit}.header-menu-custom-blocks>*{margin:0}.header-menu-custom-blocks .wp-block{margin:0}.header-menu-custom-blocks .wp-block-cakeclub-custom-mini-cart{margin:0}.header-menu-custom-blocks .custom-mini-cart-wrapper{margin:0;color:inherit}.header-menu-custom-blocks .custom-mini-cart-wrapper *{color:inherit}.dropdown-section{display:flex;flex-direction:column;flex:1;min-width:180px}.dropdown-section:has(.dropdown-sub-columns){flex:2;min-width:320px}.dropdown-section.has-sub-columns{flex:2;min-width:320px}.dropdown-section[data-sub-columns="2"]{flex:2;min-width:320px}.dropdown-section[data-sub-columns="3"]{flex:3;min-width:470px}.dropdown-section[data-sub-columns="4"]{flex:4;min-width:620px}.dropdown-section .section-heading{width:100%;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgb(0 0 0 / .1);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--link-hover-color,#db5526)}.dropdown-sub-columns{display:flex;gap:25px;width:100%}.dropdown-sub-column{flex:1;display:flex;flex-direction:column;gap:8px;min-width:140px}.dropdown-section-items{display:flex;flex-direction:column;gap:8px}.header-menu-custom-blocks-editor{min-height:40px;display:flex;align-items:center;justify-content:center;color:inherit}.header-menu-custom-blocks-editor .wp-block{margin:0}.header-menu-custom-blocks-editor .block-list-appender{margin:0}.header-menu-hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;gap:4px;width:40px;height:40px;justify-content:center;align-items:center;border-radius:4px;transition:var(--transition)}.header-menu-hamburger:hover{background:rgb(0 0 0 / .05)}.header-menu-hamburger span{width:24px;height:3px;background:red;transition:var(--transition);border-radius:2px}.header-menu-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header-menu-hamburger.active span:nth-child(2){opacity:0}.header-menu-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);opacity:0;visibility:hidden;transition:var(--transition);z-index:998}.header-menu-overlay.active{opacity:1;visibility:visible}.header-menu-sidebar{position:fixed;top:0;left:-300px;width:300px;height:100vh;background:red;color:#fff;z-index:999;transition:var(--transition);overflow-y:auto}.header-menu-sidebar.active{left:0}.sidebar-header{display:flex;justify-content:flex-end;padding:20px;border-bottom:1px solid rgb(255 255 255 / .2)}.sidebar-close{background:none;border:none;color:#fff;font-size:30px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:var(--transition)}.sidebar-close:hover{background:rgb(255 255 255 / .1)}.sidebar-content{padding:20px}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu-item{margin-bottom:5px}.sidebar-menu-item a,.sidebar-menu-toggle{display:block;padding:15px 0;color:#fff;text-decoration:none;font-family:var(--font-body,Arial,sans-serif);font-size:var(--menu-font-size,1.1rem);font-weight:500;text-transform:uppercase;letter-spacing:.5px;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:var(--transition);border-bottom:1px solid rgb(255 255 255 / .1)}.sidebar-menu-toggle{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;width:100%}.sidebar-menu-item a:hover,.sidebar-menu-toggle:hover{background:rgb(255 255 255 / .1);padding-left:10px;padding-right:24px}.sidebar-submenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:var(--transition);background:rgb(0 0 0 / .2)}.sidebar-submenu.active{max-height:500px;padding:10px 0}.sidebar-submenu li a{padding:10px 20px;font-size:.95rem;text-transform:none;border-bottom:none}.sidebar-heading h4{margin:15px 20px 5px 20px;padding:0 0 5px 0;font-size:.9rem;font-weight:600;color:rgb(255 255 255 / .8);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgb(255 255 255 / .3)}.sidebar-heading:first-child h4{margin-top:5px}.sidebar-sub-item a{padding:8px 30px;font-size:.9rem;color:rgb(255 255 255 / .9)}.sidebar-submenu a.has-tag-image,.sidebar-sub-item a.has-tag-image{display:flex;align-items:center;gap:8px}.sidebar-submenu .tag-image,.sidebar-sub-item .tag-image{width:20px;height:20px;border-radius:3px;object-fit:cover;flex-shrink:0}.sidebar-submenu .link-text,.sidebar-sub-item .link-text{flex:1}.sidebar-actions{margin-top:40px;padding-top:20px;border-top:1px solid rgb(255 255 255 / .2)}.sidebar-search-link,.sidebar-account-link,.sidebar-register-link{display:flex;align-items:center;gap:10px;padding:15px 0;color:#fff;text-decoration:none;font-size:1rem;transition:var(--transition);border-bottom:1px solid rgb(255 255 255 / .1)}.sidebar-search-link{background:none;border:none;cursor:pointer;width:100%;text-align:left;font-family:inherit}.sidebar-search-link:hover,.sidebar-account-link:hover,.sidebar-register-link:hover{padding-left:10px;padding-right:24px;background:rgb(255 255 255 / .1)}.sidebar-search-link .svg-icon{width:20px;height:20px;flex-shrink:0}.sidebar-search-link .search-icon-img{width:20px;height:20px;flex-shrink:0}@media (max-width:1024px){.header-menu-nav{display:none}.header-menu-hamburger{display:flex;order:-1}.header-menu-main{padding:10px 0}.header-menu-container{padding-left:var(--header-container-padding,1.25rem);padding-right:var(--header-container-padding,1.25rem);min-height:50px}.header-menu-logo{position:absolute;left:50%;transform:translateX(-50%)}.header-menu-wrapper .header-menu-logo .header-logo-desktop{display:none!important}.header-menu-wrapper .header-menu-logo .header-logo-mobile{display:block!important}.header-menu-logo img{width:var(--logo-width-mobile,180px)}.header-menu-actions{margin-left:auto}.header-menu-account{display:none!important}.header-menu-search{display:none!important}.header-search-container{padding:0 15px}.header-search-form{padding:10px 15px}.header-search-input{font-size:16px;font-family:'PT Mono',monospace}.header-menu-custom-blocks{gap:8px}}@media (max-width:480px){.header-menu-container{padding-left:var(--header-container-padding,1.25rem);padding-right:var(--header-container-padding,1.25rem)}.header-menu-actions{gap:8px}.header-menu-account{width:35px;height:35px}.header-menu-account .account-icon{font-size:14px}.header-menu-account .account-icon-img{width:18px;height:18px}.header-menu-custom-blocks{gap:5px}.dropdown-sub-columns{flex-direction:column;gap:12px}.dropdown-section .section-heading{font-size:1rem;margin-bottom:10px;padding-bottom:6px}}body.sidebar-open{overflow:hidden}.wp-block-cakeclub-header-menu{margin:20px 0}.wp-block-cakeclub-header-menu .header-menu-wrapper{position:relative;z-index:1}.header-menu-editor-preview{font-family:var(--font-body,Arial,sans-serif)}.header-menu-editor-preview .header-menu-main{background:inherit;color:inherit}.components-base-control .components-color-picker{margin-top:8px}.dropdown-link.has-product-image{gap:15px;padding:12px 15px}.dropdown-link .product-image{width:80px;height:80px;border-radius:4px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.dropdown-link.bake-of-week-item{padding:20px;display:flex;justify-content:center;align-items:center;min-height:120px}.dropdown-link .bake-of-week-image{width:120px;height:120px;border-radius:8px;object-fit:cover;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:transform 0.3s ease}.dropdown-link.bake-of-week-item:hover .bake-of-week-image{transform:scale(1.05)}.dropdown-link.has-product-image .product-image{width:80px;height:80px}.dropdown-link .tag-image{width:42px;height:42px;border-radius:0;object-fit:cover;flex-shrink:0}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid #fff0}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{text-wrap:balance;text-wrap:pretty;display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{opacity:.5}.wc-block-components-button:not(.is-link).is-style-outline,.wc-block-components-button:not(.is-link).outlined{background:#fff0;color:currentColor}.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).is-style-outline:active,.wc-block-components-button:not(.is-link).is-style-outline:disabled,.wc-block-components-button:not(.is-link).is-style-outline:focus,.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid #fff0}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wp-block-soulcountry-tag-badges{display:flex;flex-wrap:wrap;gap:10px;list-style:none!important;padding:2rem 0;margin:0!important;background:transparent!important;width:100%;max-width:100%;position:relative;left:0}.tag-badge-wrapper{display:inline-block;list-style:none!important;margin:0!important;padding:0!important;background:transparent!important;position:relative}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(1){transform:translateY(-15px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(2){transform:translateY(10px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(3){transform:translateY(-8px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(4){transform:translateY(12px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(5){transform:translateY(-20px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(6){transform:translateY(5px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(7){transform:translateY(-12px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(8){transform:translateY(8px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(9){transform:translateY(-5px)}.wp-block-soulcountry-tag-badges.is-tag-page .tag-badge-wrapper:nth-child(10){transform:translateY(15px)}.wp-block-soulcountry-tag-badges.is-tag-page{padding-left:0.5em!important;padding-right:0.5em!important}.tag-badge{display:inline-block;text-decoration:none;background:transparent!important;list-style:none!important;max-width:100%}.tag-badge img{display:block;max-width:100%;height:auto;margin:0!important}.tag-badge.current{position:relative;background:transparent!important}.tag-badge.current::before,.tag-badge.current::after,.tag-badge::before,.tag-badge::after{display:none!important;content:none!important}.tag-badge.no-image{padding:5px 10px;border-radius:4px;background:#f0f0f0}.wp-block-soulcountry-tag-badges *{list-style:none!important;list-style-type:none!important}.custom-product-template{position:relative}.custom-product-template .product-parent-wrapper{padding:6px}@media(min-width:769px)and (hover:hover){.custom-product-template .product-parent-wrapper:hover{background-color:#f1f1e8;box-shadow:0 4px 8px 0 rgb(0 0 0 / .2),0 6px 20px 0 rgb(0 0 0 / .19);position:absolute;z-index:10}.custom-product-template .product-parent-wrapper:hover .add-product-wrapper{display:flex!important;z-index:100}.custom-product-template .product-parent-wrapper:hover .product-image-wrapper img:not(.product-primary-img):not(.product-hover-img){transform:scale(1.1)}}.custom-product-template .product-image-wrapper{display:inline-block;margin-bottom:15px;overflow:hidden;position:relative}.custom-product-template .product-image-wrapper .product-image-link{color:inherit;display:block;text-decoration:none}.custom-product-template .product-image-wrapper .product-image-link:hover{text-decoration:none}.custom-product-template .product-image-wrapper img{height:auto;transition:transform .3s ease;width:100%}.custom-product-template .product-image-wrapper .product-images-stack{display:block;position:relative;width:100%}.custom-product-template .product-image-wrapper .product-images-stack .product-image{display:block;height:auto;width:100%}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-gallery-img{backface-visibility:hidden;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;will-change:opacity;-webkit-font-smoothing:subpixel-antialiased;opacity:0;z-index:1}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-primary-img{opacity:1;position:relative;z-index:2}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-primary-img.active{opacity:1}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-gallery-img.active{opacity:1;z-index:2}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image:hover:not(.dots-active) .product-primary-img{opacity:0;z-index:1}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image:hover:not(.dots-active) .product-gallery-img[data-image-index="1"]{opacity:1;z-index:2}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dots{background:hsl(0 0% 100% / .7);border-radius:10px;bottom:10px;display:flex;gap:6px;left:10px;opacity:0;padding:4px 6px;position:absolute;transition:opacity .2s ease;z-index:10}.custom-product-template .product-image-wrapper .product-images-stack:hover .product-image-dots{opacity:1}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dot{background-color:rgb(0 0 0 / .3);border-radius:50%;cursor:pointer;height:8px;transition:background-color .2s ease,transform .2s ease;width:8px}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dot:hover{background-color:rgb(0 0 0 / .7);transform:scale(1.2)}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dot.active{background-color:rgb(0 0 0 / .8)}.custom-product-template .product-image-wrapper:hover .product-image-dots{opacity:1}.custom-product-template .product-image-wrapper .in-basket-count{background:#000;border-radius:3px;color:#fff;display:block!important;opacity:1!important;padding:5px 10px;position:absolute;right:10px;top:10px;visibility:visible!important;z-index:5}.custom-product-template .product-image-wrapper .in-basket-count.loading{display:none}.custom-product-template .product-image-wrapper .loading-spinner{animation:spin 1s linear infinite;background:#fff0;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;height:20px;padding:3px;position:absolute;right:10px;top:10px;width:20px;z-index:20}.custom-product-template .product-image-wrapper .product-tag-badges{bottom:16px;display:flex;gap:5px;position:absolute;right:10px;z-index:15}.custom-product-template .product-image-wrapper .product-tag-badges .product-tag-badge a{display:block;transition:transform .2s ease,opacity .2s ease}.custom-product-template .product-image-wrapper .product-tag-badges .product-tag-badge a:hover{opacity:.8;transform:scale(1.1)}.custom-product-template .product-image-wrapper .product-tag-badges .product-tag-badge img{display:block;height:60px;-o-object-fit:contain;object-fit:contain;width:60px}.custom-product-template .product-image-wrapper .product-sale-badge{background-color:red;border-radius:4px;box-shadow:0 2px 4px rgb(0 0 0 / .2);color:#fff;font-size:.875rem;font-weight:700;left:10px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:10px;transition:all .2s ease;z-index:5}.custom-product-template .product-content{position:relative}.custom-product-template .product-content .product-title{color:inherit!important;display:block;text-decoration:none}@media(min-width:769px){.custom-product-template .product-content .product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.custom-product-template .product-content .product-title:hover{text-decoration:none}.custom-product-template .product-content .add-product-wrapper{align-items:stretch;display:flex;flex-direction:column;gap:8px;margin-bottom:.5em;margin-top:15px;opacity:1;padding-left:.5em;padding-right:.5em;transition:visibility .3s,opacity .3s}.custom-product-template .product-content .add-product-wrapper .portions-info{margin-bottom:4px;order:1;text-align:center}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper{align-items:stretch;display:flex;flex-direction:row;order:2}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock{flex-direction:column}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock .out-of-stock-message{margin-bottom:.75em;width:100%}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock .add-to-basket-btn,.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock .notify-back-in-stock-btn{width:100%}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper{margin-right:12px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input{align-items:stretch;background:#fff;border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;display:flex;flex-shrink:0;height:44px;max-width:140px;min-width:120px;overflow:hidden}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button{align-items:center;background:#fff;border:none;color:#666;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:44px;justify-content:center;transition:background-color .2s ease;width:40px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button:hover{background:#f8f9fa}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button:active{background:#e9ecef}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button.quantity--input__minus{border-right:1px solid #e0e0e0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button.quantity--input__plus{border-left:1px solid #e0e0e0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input{-moz-appearance:textfield;background:#fff0;border:none;font-size:16px;padding:0 8px;text-align:center;width:60px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input:focus{border-color:var(--quantity-border-color,#99c3b9);outline:none}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input){-moz-appearance:textfield;background:#fff;border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;flex-shrink:0;font-size:16px;height:44px;max-width:100px;min-width:80px;padding:0 8px;text-align:center;width:80px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input):focus{border-color:var(--quantity-border-color,#99c3b9);outline:none}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn{background-color:#99c3b9;border:2px solid #fff0;border-radius:0;color:#394a78;cursor:pointer;flex:1;font-family:inherit;font-size:1rem;font-weight:400;letter-spacing:.5px;min-height:44px;padding:0;text-transform:uppercase;transition:all .2s ease}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:hover:not(:disabled){box-shadow:0 2px 4px rgb(0 0 0 / .1);filter:brightness(110%);transform:translateY(-1px)}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:active:not(:disabled){box-shadow:0 1px 2px rgb(0 0 0 / .1);transform:translateY(0)}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.out-of-stock-btn,.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed;opacity:.7}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.out-of-stock-btn:hover,.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:disabled:hover{box-shadow:none;filter:none;transform:none}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.loading{color:#fff0;position:relative}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.loading:after{animation:spin .8s linear infinite;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.custom-product-template .product-content .product-price,.custom-product-template .product-content .product-title{position:relative}.custom-product-template .product-content .product-price{font-size:1.2em}.custom-product-template .product-content .product-price .price-inner .amount,.custom-product-template .product-content .product-price .price-inner .woocommerce-Price-amount,.custom-product-template .product-content .product-price .price-inner .woocommerce-Price-currencySymbol,.custom-product-template .product-content .product-price .price-inner ins{font-weight:inherit;margin:0;padding:0}.custom-product-template .product-content .product-price .price-inner ins{background:none;text-decoration:none}.custom-product-template .product-content .product-price del{color:red;font-weight:400;margin-right:.3em;text-decoration:line-through}.custom-product-template .product-content .product-price del .amount,.custom-product-template .product-content .product-price del .woocommerce-Price-amount,.custom-product-template .product-content .product-price del .woocommerce-Price-currencySymbol{color:inherit;font-weight:inherit}.custom-product-template .product-content .product-price del .price-decimal{color:inherit;text-decoration:line-through}.custom-product-template .product-content .product-price .price-decimal{display:inline-block;font-size:.7em;font-weight:600;line-height:1;margin-top:.15em;vertical-align:text-top}.custom-product-template .product-content .price-per-portion{bottom:60px;color:#666;font-size:.9em;padding:10px}.custom-product-template .product-placeholder-wrapper{height:100%}@media screen and (min-width:768px){.custom-product-template .product-placeholder-wrapper{height:360px}}@media screen and (min-width:1024px){.custom-product-template .product-placeholder-wrapper{height:440px}}@media screen and (min-width:1200px){.custom-product-template .product-placeholder-wrapper{height:480px}}@media screen and (min-width:1440px){.custom-product-template .product-placeholder-wrapper{height:520px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}ul.wc-block-product-template{display:grid!important;gap:2rem;grid-template-columns:repeat(3,1fr)!important}@media(max-width:768px){ul.wc-block-product-template,ul.wc-block-product-template.columns-3{grid-template-columns:1fr!important}.custom-product-template .add-product-wrapper{display:flex!important}.custom-product-template .product-placeholder-wrapper{padding-left:.5em;padding-right:.5em}.custom-product-template .product-content .add-product-wrapper{flex-direction:column!important;gap:8px!important;margin-top:12px}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper{flex-direction:row!important;gap:12px!important}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper{display:flex;flex-shrink:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input{border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;max-width:130px;min-width:120px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button{font-size:16px;width:35px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input{-moz-appearance:textfield;font-size:14px;padding:0 6px;width:60px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input){-moz-appearance:textfield;border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;font-size:14px;max-width:70px;min-width:60px;width:60px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn{border:2px solid #fff0;border-radius:0!important;flex:1!important;font-size:14px;letter-spacing:.3px;min-height:44px;min-width:0;padding:0}}.wp-block-soulcountry-product-template .in-basket-count{background-color:#eb540d;border-radius:12px;color:#fff;font-size:11px;font-weight:400;opacity:1;padding:4px 8px;position:absolute;right:8px;text-transform:uppercase;top:8px;transition:all .3s ease;z-index:5}.wp-block-soulcountry-product-template .in-basket-count.loading{animation:pulse 1.5s infinite;background-color:#f70}.wp-block-soulcountry-product-template .in-basket-count.out-of-stock-indicator{animation:none;background-color:#dc3545;color:#fff;font-size:10px;font-weight:400;padding:2px 6px;text-transform:uppercase;white-space:nowrap}.wp-block-soulcountry-product-template .in-basket-count.out-of-stock-indicator:hover{background-color:#c82333}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.custom-product-template .out-of-stock-message{background-color:#ffe4e6;border-radius:4px;color:#dc2626;font-size:.9em;font-weight:500;margin-bottom:.75em;order:0;padding:.75em 1em;text-align:center;width:100%}.notify-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}.notify-modal .notify-modal-overlay{background:rgb(0 0 0 / .5);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.notify-modal .notify-modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgb(0 0 0 / .2);max-width:400px;opacity:0;padding:2rem;position:relative;transform:scale(.9);transition:transform .2s ease,opacity .2s ease;width:90%}.notify-modal .notify-modal-content.active{opacity:1;transform:scale(1)}.notify-modal .notify-modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:28px;line-height:1;padding:0;position:absolute;right:15px;top:10px}.notify-modal .notify-modal-close:hover{color:#000}.notify-modal .notify-modal-body h3{color:#333;font-size:1.25rem;margin:0 0 1rem}.notify-modal .notify-modal-body p{color:#555;line-height:1.6;margin:0}.notify-back-in-stock-btn.loading{color:transparent!important;position:relative}.notify-back-in-stock-btn.loading:after{animation:spin .8s linear infinite;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.notify-back-in-stock-btn.subscribed{background-color:#16a34a!important;color:#fff!important;cursor:default}.notify-back-in-stock-btn.subscribed:hover{box-shadow:none;filter:none;transform:none}.wc-block-components-product-sale-badge{background-color:red!important;border:none!important;border-radius:4px!important;box-shadow:0 2px 4px rgb(0 0 0 / .2)!important;color:#fff!important;display:inline-block!important;font-size:.875rem!important;font-weight:700!important;left:10px!important;padding:.5rem 1rem!important;position:absolute!important;text-transform:uppercase!important;top:10px!important;transition:all .2s ease;width:auto!important;z-index:5!important}.wp-block-soulcountry-faq-info-bar{padding:0;position:relative;width:100%}.wp-block-soulcountry-faq-info-bar .faq-info-bar-wrapper{align-items:center;display:flex;margin:0 auto;max-width:1200px;position:relative}.wp-block-soulcountry-faq-info-bar .nav-arrow{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:opacity .3s ease;z-index:2}.wp-block-soulcountry-faq-info-bar .nav-arrow:disabled{opacity:.3}.wp-block-soulcountry-faq-info-bar .nav-arrow svg{fill:currentColor}.wp-block-soulcountry-faq-info-bar .nav-arrow:hover:not(:disabled){opacity:.7}.wp-block-soulcountry-faq-info-bar .info-content-scroll{flex:1;margin:0 10px;overflow:hidden;position:relative}.wp-block-soulcountry-faq-info-bar .info-content{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:-moz-max-content;width:max-content}.wp-block-soulcountry-faq-info-bar .info-item{align-items:center;display:flex;flex:0 0 auto;font-size:var(--info-font-size,.875em);padding:0 20px;position:relative;text-transform:uppercase}.wp-block-soulcountry-faq-info-bar .info-item a{color:var(--info-text-color,inherit);text-decoration:none;text-transform:uppercase;transition:color .3s ease}.wp-block-soulcountry-faq-info-bar .info-item a:hover{color:var(--info-hover-color,#666);text-decoration:none}.wp-block-soulcountry-faq-info-bar .info-item:not(:last-child):after{content:"•";opacity:.5;position:absolute;right:0}@media(max-width:768px){.wp-block-soulcountry-faq-info-bar .info-item{font-size:13px;padding:0 15px}}.wp-block-soulcountry-tag-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:left;margin:1em 0;padding:2rem 0}.tax-product_tag .wp-block-soulcountry-tag-badges{background:hsl(0 0% 100% / .8);border-radius:10px;margin:2em auto;padding-left:.5em;padding-right:.5em}.wp-block-soulcountry-tag-badges .tag-badge{display:inline-block;flex:0 0 auto;transition:all .2s ease;width:70px}.wp-block-soulcountry-tag-badges .tag-badge img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.wp-block-soulcountry-tag-badges .tag-badge.no-image{background:#f0f0f0;border-radius:20px;padding:8px 16px}.wp-block-soulcountry-tag-badges .tag-badge.no-image span{color:#333;font-size:14px;font-weight:500}.wp-block-soulcountry-tag-badges .tag-badge:hover{opacity:.8;transform:scale(1.05)}.wp-block-soulcountry-tag-badges .tag-badge.current{opacity:1;position:relative;transform:scale(1.1);width:85px}.wp-block-soulcountry-tag-badges .tag-badge.current:after{background:#333;border-radius:50%;bottom:-5px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}.wp-block-soulcountry-tag-badges .tag-badge.current:hover{transform:scale(1.15)}.wp-block-soulcountry-tag-badges.editor-placeholder .tag-badge.placeholder .placeholder-circle{align-items:center;background-color:#e0e0e0;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.wp-block-soulcountry-tag-badges.editor-placeholder .tag-badge.placeholder .placeholder-circle span{color:#757575;font-size:14px;text-align:center}.ajax-basket-button-wrapper{align-items:center;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:8px;padding:8px;position:relative}.quantity-selector{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex}.quantity-button{background:none;border:none;cursor:pointer;font-size:16px;padding:8px 12px}.quantity-selector input{-moz-appearance:textfield;border:none;text-align:center;width:40px}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-to-basket-button{border:none;border-radius:4px;color:#fff;cursor:pointer;flex-grow:1;font-weight:700;padding:12px 24px;text-transform:uppercase}.add-to-basket-button.loading{cursor:wait;opacity:.7;position:relative}.add-to-basket-button.loading:after{animation:spin .8s linear infinite;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}.error-message{background-color:#ffd2d2;border-radius:4px;bottom:-40px;color:#cc1818;font-size:.875em;left:0;margin-top:8px;padding:8px;position:absolute;right:0;text-align:center}.soulcountry-ajax-basket{align-items:baseline;display:flex;gap:1rem}.soulcountry-ajax-basket .quantity{align-items:center;border:2px solid #ddd;border-radius:4px;box-sizing:border-box;display:flex;height:44px;line-height:1}.soulcountry-ajax-basket .quantity input{-moz-appearance:textfield;border:none;box-sizing:border-box;font-size:inherit;height:100%;line-height:1;padding:0;text-align:center;width:3em}.soulcountry-ajax-basket .quantity input::-webkit-inner-spin-button,.soulcountry-ajax-basket .quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.soulcountry-ajax-basket .quantity-button{background:#fff;border:none;box-sizing:border-box;color:#515151;cursor:pointer;font-size:inherit;height:100%;line-height:1;padding:0 1em}.soulcountry-ajax-basket .quantity-button:hover{background-color:#fff}.soulcountry-ajax-basket .add_to_cart_button{background-color:#99c3b9;border:none;border-radius:0;box-sizing:border-box;color:#3c4b75;cursor:pointer;font-family:PT Mono,monospace;font-size:1.2rem;height:44px;line-height:44px;padding:0 1.5em;position:relative;text-transform:uppercase;width:100%}.soulcountry-ajax-basket .add_to_cart_button:hover{opacity:.9}.soulcountry-ajax-basket .add_to_cart_button.loading{opacity:.25;pointer-events:none}.soulcountry-ajax-basket .add_to_cart_button.loading:after{animation:spin 1s linear infinite;border:2px solid rgb(0 0 0 / .25);border-radius:50%;border-top-color:#000;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.soulcountry-ajax-basket.out-of-stock{opacity:.6}.soulcountry-ajax-basket .quantity.disabled{opacity:.5;pointer-events:none}.soulcountry-ajax-basket .qty:disabled,.soulcountry-ajax-basket .quantity-button:disabled{cursor:not-allowed;opacity:.5}.soulcountry-ajax-basket .add_to_cart_button.disabled,.soulcountry-ajax-basket .add_to_cart_button.out-of-stock{cursor:not-allowed!important;opacity:.7!important}.soulcountry-ajax-basket .add_to_cart_button.disabled:hover,.soulcountry-ajax-basket .add_to_cart_button.out-of-stock:hover{box-shadow:none!important;opacity:.7!important;transform:none!important}.soulcountry-ajax-basket.notify-enabled{flex-direction:column;gap:.5rem;opacity:1}.soulcountry-ajax-basket .out-of-stock-message{background-color:#ffe6e6;border-radius:4px;box-sizing:border-box;color:#cc1818;font-size:.9rem;font-weight:600;padding:.5rem;text-align:center;width:100%}.soulcountry-ajax-basket .add_to_cart_button.notify-button{cursor:pointer!important;opacity:1!important;pointer-events:all!important}.soulcountry-ajax-basket .add_to_cart_button.notify-button:hover{opacity:.9!important}.notify-modal{align-items:center;display:flex;justify-content:center;position:fixed}.notify-modal,.notify-modal-overlay{bottom:0;left:0;right:0;top:0;z-index:999999}.notify-modal-overlay{background-color:rgb(0 0 0 / .7);cursor:pointer;position:absolute}.notify-modal-content{background-color:#f5f4eb!important;border-radius:0;box-shadow:0 10px 40px rgb(0 0 0 / .3);max-width:500px;opacity:0;padding:2rem;position:relative;transform:scale(.9);transition:all .2s ease-in-out;width:90%;z-index:1000000}.notify-modal-content.active{opacity:1;transform:scale(1)}.notify-modal-close{align-items:center;background:none;border:none;color:#394a78!important;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;line-height:1;padding:0;position:absolute;right:1rem;top:1rem;transition:opacity .2s;width:30px}.notify-modal-close:hover{opacity:.7}.notify-modal-body h3{color:#394a78!important;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.notify-modal-body p{color:#394a78!important;font-size:1rem;line-height:1.5}.notify-success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;padding:1rem}.notify-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;padding:1rem}.notify-user-email,.notify-user-name{color:#3c4b75;font-weight:600}.wp-block-soulcountry-mega-menu{background:#fff;font-family:PT Mono,monospace;position:relative;width:100%}@media(max-width:768px){.wp-block-soulcountry-mega-menu{align-items:center;box-shadow:none;display:flex;padding:10px}}.wp-block-soulcountry-mega-menu .hamburger{background:#fff0;border:none;cursor:pointer;display:none;height:24px;padding:0;position:relative;width:30px;z-index:1001}@media(max-width:768px){.wp-block-soulcountry-mega-menu .hamburger{display:flex;flex-direction:column;justify-content:space-between;margin-right:15px}}.wp-block-soulcountry-mega-menu .hamburger span{background-color:red;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}.wp-block-soulcountry-mega-menu .hamburger span:first-child{margin-top:0}.wp-block-soulcountry-mega-menu .hamburger span:nth-child(2),.wp-block-soulcountry-mega-menu .hamburger span:nth-child(3){margin-top:6px}.wp-block-soulcountry-mega-menu .hamburger.is-active span:first-child{transform:rotate(45deg) translate(6px,6px)}.wp-block-soulcountry-mega-menu .hamburger.is-active span:nth-child(2){opacity:0}.wp-block-soulcountry-mega-menu .hamburger.is-active span:last-child{transform:rotate(-45deg) translate(6px,-6px)}.wp-block-soulcountry-mega-menu .mega-menu{align-items:center;display:flex;justify-content:flex-start;position:relative;top:-2px;width:100%}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu{justify-content:flex-start;position:static}}.wp-block-soulcountry-mega-menu .mega-menu.is-open .mega-menu__items{display:block;left:0}.wp-block-soulcountry-mega-menu .mega-menu.is-open:before{background:rgb(0 0 0 / .5);bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:999}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu:before{background:rgb(0 0 0 / .5);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:998}}.wp-block-soulcountry-mega-menu .mega-menu__items{align-items:center;display:flex;flex:1;gap:0;justify-content:flex-start;position:relative;transform:none;visibility:visible}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu__items{background:red;box-shadow:none;display:none;height:100vh;left:-300px;overflow-y:auto;padding:60px 20px 20px;position:fixed;top:0;transition:left .3s ease;width:300px;z-index:1000}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item{background-color:transparent!important;border-bottom:1px solid hsl(0 0% 100% / .2);padding:10px 0}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item:last-child{border-bottom:none}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item>a{color:#fff;cursor:pointer;display:block;font-size:1.2em;padding:15px 45px 15px 0;position:relative;text-transform:uppercase;width:100%}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item>a:after{align-items:center;content:"▼";display:block;display:flex;font-size:20px;height:45px;justify-content:center;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .3s ease;width:45px}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item.is-expanded>a:after{transform:translateY(-50%) rotate(180deg)}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu{display:none}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu-grid{background:transparent!important}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu-item a{color:#fff;opacity:.8}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu-item a:hover{opacity:1}}.wp-block-soulcountry-mega-menu .mega-menu__item{cursor:pointer;padding:20px 0;position:static}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu__item{border-bottom:1px solid #eee;padding:0;width:100%}.wp-block-soulcountry-mega-menu .mega-menu__item:last-child{border-bottom:none}}.wp-block-soulcountry-mega-menu .mega-menu__item>a{color:red;font-family:PT Mono,monospace;font-size:1.2em;letter-spacing:.5px;padding:0 30px;text-decoration:none;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.wp-block-soulcountry-mega-menu .mega-menu__item>a:hover{color:#394a78}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu__item>a{display:block;padding:15px 0}}@media(min-width:769px){.wp-block-soulcountry-mega-menu .mega-menu__item:hover .mega-menu__submenu{display:block;opacity:1;pointer-events:auto;visibility:visible}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu{left:50%;opacity:0;pointer-events:none;position:absolute;top:100%;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;width:100vw;z-index:100}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-grid{background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .1);display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:var(--header-width,1300px);padding:40px;position:relative;width:100%}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a{color:red;display:block;font-size:1.2em;padding:8px 0;text-decoration:none}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a:hover{color:#394a78}}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu{display:none;max-height:0;overflow:hidden;position:static;transform:none;transition:max-height .3s ease-out;width:auto}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu.is-expanded{display:block;max-height:1000px}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-grid{background:transparent!important;box-shadow:none;padding:10px 0 10px 15px;width:100%}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a{color:#fff;opacity:.8}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a:hover{opacity:1}.wp-block-soulcountry-mega-menu .mega-menu .hamburger{left:15px;position:fixed;top:15px;z-index:1001}}.wp-block-soulcountry-mega-menu:hover:after{background:rgb(0 0 0 / .1);bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.wp-block-wc-custom-delivery-countdown{background:#f8f9fa;border-radius:4px;margin:1rem 0;padding:1rem}.delivery-message{color:#333;font-size:1.1em;font-weight:500}.wp-block-soulcountry-delivery-countdown{border-radius:4px;margin:1rem 0;padding:1rem;text-align:center}.wp-block-soulcountry-delivery-countdown .delivery-message{color:#333;display:inline-block;font-weight:500}.wp-block-soulcountry-basket-quantity{display:inline-block;position:relative;width:100%}.wp-block-soulcountry-basket-quantity .badge-wrapper{display:flex;justify-content:left}.wp-block-soulcountry-basket-quantity .quantity-indicator{align-items:center;border-radius:4px;display:inline-flex;font-weight:400;justify-content:center;padding:.5em 1em;position:relative;text-transform:uppercase;white-space:nowrap}.wp-block-soulcountry-basket-quantity .quantity{margin-right:.3em}.wp-block-soulcountry-portion-price{color:#394a78;display:block;font-family:PT Mono,monospace;font-size:1.4rem;margin:.5em 0}.wp-block-soulcountry-portion-price .portion-count,.wp-block-soulcountry-portion-price .portion-price{font-weight:500}.wp-block-soulcountry-portion-price .portion-separator{color:#394a78;margin:0 .5em}.wp-block-soulcountry-portion-price.align-left{text-align:left}.wp-block-soulcountry-portion-price.align-center{text-align:center}.wp-block-soulcountry-portion-price.align-right{text-align:right}.wp-block-soulcountry-product-summary{color:inherit;margin:1rem 0;padding:0}.wp-block-soulcountry-product-summary .product-summary-content{color:inherit;line-height:1.6}.wp-block-soulcountry-product-summary .product-summary-content p{color:inherit;margin:0 0 1em}.wp-block-soulcountry-product-summary .product-summary-content p:last-child{margin-bottom:0}.wp-block-soulcountry-product-summary .product-summary-content h1,.wp-block-soulcountry-product-summary .product-summary-content h2,.wp-block-soulcountry-product-summary .product-summary-content h3,.wp-block-soulcountry-product-summary .product-summary-content h4,.wp-block-soulcountry-product-summary .product-summary-content h5,.wp-block-soulcountry-product-summary .product-summary-content h6{color:inherit}.wp-block-soulcountry-product-summary.align-left{text-align:left}.wp-block-soulcountry-product-summary.align-center{text-align:center}.wp-block-soulcountry-product-summary.align-right{text-align:right}.wp-block-soulcountry-product-summary-preview{background:#f9f9f9;border:1px dashed #ccc;border-radius:4px;padding:1rem}.wp-block-soulcountry-product-summary-preview h3{color:#1e1e1e;margin:0 0 .5rem}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce-account .wp-block-post-title,.woocommerce-account main .woocommerce,.woocommerce-cart .wp-block-post-title,.woocommerce-cart main .woocommerce,.woocommerce-checkout .wp-block-post-title,.woocommerce-checkout main .woocommerce{max-width:1000px}.clear{clear:both}.woocommerce a.button.disabled,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled],.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled],.woocommerce button.button:disabled[disabled]:hover{opacity:.5}.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce input.button:hover{opacity:.9}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled],.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce input.button.disabled,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled],.woocommerce input.button:disabled[disabled]:hover{opacity:.5}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.2em}.woocommerce div.product::after{content:"";display:block;clear:both}.woocommerce div.product div.summary>*{margin-bottom:var(--wp--style--block-gap)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 var(--wp--preset--color--background,#fff)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 var(--wp--preset--color--background,#fff)}.woocommerce div.product form.cart div.quantity{float:none;vertical-align:middle}.woocommerce div.product form.cart div.quantity .qty{margin-right:.5em}.woocommerce div.product form.cart button.single_add_to_cart_button,.woocommerce div.product form.cart button[name=add-to-cart]{display:inline-block;float:none;margin-top:0;margin-bottom:0;vertical-align:middle;word-break:normal}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{word-break:normal}.woocommerce div.product .related.products{margin-top:5em}.woocommerce .woocommerce-Reviews #comments{margin-bottom:var(--wp--style--block-gap)}.woocommerce .woocommerce-Reviews .commentlist{box-sizing:border-box}.woocommerce .woocommerce-Reviews .comment-reply-title{font-size:var(--wp--preset--font-size--medium);font-weight:700}.woocommerce .price bdi,.woocommerce .price ins,.woocommerce .wc-block-components-product-price bdi,.woocommerce .wc-block-components-product-price ins,.woocommerce .woocommerce-grouped-product-list-item__price bdi,.woocommerce .woocommerce-grouped-product-list-item__price ins{text-decoration:none}.woocommerce span.onsale{background-color:var(--wp--preset--color--foreground,#958e09);color:var(--wp--preset--color--background,#fff)}.woocommerce table.variations{display:block}.woocommerce table.variations tr td,.woocommerce table.variations tr th{padding-bottom:var(--wp--style--block-gap);text-align:left}.woocommerce table.variations tr th{padding-right:1em}.woocommerce table.variations tr td select{height:3em;padding:.9em 1.1em;font-size:var(--wp--preset--font-size--small)}.woocommerce div.product form.cart table.variations td select{min-width:70%}.woocommerce div.product form.cart table.variations td,.woocommerce div.product form.cart table.variations th{vertical-align:middle}.woocommerce .single_variation_wrap .woocommerce-variation{margin-bottom:var(--wp--style--block-gap)}a.added_to_cart{display:block;margin-top:1em}.woocommerce-page .input-text,.woocommerce-page .select2-container,.woocommerce-page select{font-size:var(--wp--preset--font-size--small)}.woocommerce-page label{margin-bottom:.7em}.woocommerce form .form-row{margin-bottom:1em}.woocommerce form textarea{min-height:100px}.woocommerce-page table.shop_table{width:70%;border-collapse:collapse}@media only screen and (max-width:768px){.woocommerce-page table.shop_table{width:100%}}.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table th{padding:1em}.woocommerce-page table.shop_table_responsive{width:100%}.woocommerce-page .woocommerce-cart-form .product-remove{width:1em}.woocommerce-page .woocommerce-cart-form .product-thumbnail{width:120px}.woocommerce-page .woocommerce-cart-form .product-thumbnail a img{width:117px}.woocommerce-page .woocommerce-cart-form .coupon{display:flex;align-items:center;flex-wrap:wrap}.woocommerce-page .woocommerce-cart-form #coupon_code{width:auto;margin-right:.8em;height:50px;font-size:var(--wp--preset--font-size--small);padding:0 1.1em}@media only screen and (max-width:768px){.woocommerce-page .woocommerce-cart-form .product-remove{width:auto}.woocommerce-page .woocommerce-cart-form #coupon_code{width:50%;margin-right:0}}.woocommerce-page .cart-collaterals h2{font-size:var(--wp--preset--font-size--medium)}.woocommerce-page .woocommerce-form-coupon .button{min-height:50px}.woocommerce-page .woocommerce-column__title,.woocommerce-page .woocommerce-customer-details h2,.woocommerce-page .woocommerce-thankyou-order-received{font-size:var(--wp--preset--font-size--large);font-weight:300}.woocommerce-page ul.woocommerce-order-overview{display:flex;width:100%;padding-left:0;font-size:var(--wp--preset--font-size--small)}@media only screen and (max-width:768px){.woocommerce-page ul.woocommerce-order-overview{flex-direction:column}}.woocommerce-page ul.woocommerce-order-overview li{flex-grow:1;margin-bottom:1em;border:none;display:inline;text-transform:uppercase}.woocommerce-page ul.woocommerce-order-overview li strong{text-transform:none;display:block}.woocommerce-page .woocommerce-customer-details address{box-sizing:border-box;width:70%;padding:1em;border-width:1px;border-radius:0}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0 0 2em;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:1em 0}@media only screen and (max-width:768px){.woocommerce-account .woocommerce-MyAccount-navigation li{padding:.35em 0}}.woocommerce-account .woocommerce-MyAccount-navigation li:first-child{padding-top:0}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{text-decoration:underline}.woocommerce-account .woocommerce-MyAccount-navigation li a{text-decoration:none}.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{text-decoration:underline}.woocommerce-account .woocommerce-MyAccount-content p.form-row-first,.woocommerce-account .woocommerce-MyAccount-content p.form-row-last,.woocommerce-account .woocommerce-MyAccount-content>p:first-of-type{margin-block-start:0}.woocommerce-account .woocommerce-customer-details address,.woocommerce-account table.shop_table.order_details{width:100%}.woocommerce-account .addresses .title .edit{display:block;margin-bottom:1em}.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form>h3{margin-block-start:0}.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before{display:none}.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{display:block;margin-bottom:1em;text-align:center}.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row select,.woocommerce-page form .form-row textarea.input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem}.woocommerce-page form .form-row select{background-position:calc(100% - 1.1rem) 50%}.woocommerce-page form .form-row label{margin-bottom:.7em}.woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__rendered{padding:.9rem 1.1rem}.woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__arrow{right:1.1em}.woocommerce-page .select2-container .select2-search--dropdown{padding:0 1.1rem .5rem}.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field{padding:.5rem;font-size:var(--wp--preset--font-size--small)}.woocommerce-page .select2-container .select2-results__option{padding:.5rem 1.1rem}.woocommerce-store-notice,p.demo_store{background:var(--wp--preset--color--foreground,#720eec);bottom:0;color:var(--wp--preset--color--background,#fcfbfe);position:fixed;top:auto!important}.woocommerce-store-notice a,p.demo_store a{color:var(--wp--preset--color--background,#fcfbfe)}.woocommerce .product-category mark.count{background-color:#fff0}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:#fff0;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgb(0 0 0 / .025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be #fff0 #fff0 #fff0;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:#999}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgb(90 89 68 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0 none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0 / .1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgb(0 0 0 / .025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgb(0 0 0 / .1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgb(0 0 0 / .1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgb(0 0 0 / .1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgb(0 0 0 / .1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgb(0 0 0 / .1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgb(129 110 153 / .14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgb(104 87 125 / .14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:24px;vertical-align:middle;float:right}.woocommerce-terms-and-conditions{border:1px solid rgb(0 0 0 / .2);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);background:rgb(0 0 0 / .05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}form.has-custom-place-order-button #place_order{display:none!important}.alertify .ajs-dimmer{position:fixed;z-index:1981;top:0;right:0;bottom:0;left:0;padding:0;margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{position:fixed;top:0;right:0;left:0;bottom:0;padding:0;overflow-y:auto;z-index:1981}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0 24px;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:#fff0;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px;margin-bottom:0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content{padding:0}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-closable .ajs-commands button.ajs-close{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-overflow.ajs-fixed{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll!important}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:1px dotted #3593d2}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:250ms;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:linear;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgb(91 189 114 / .95)}.alertify-notifier .ajs-message.ajs-error{background:rgb(217 92 92 / .95)}.alertify-notifier .ajs-message.ajs-warning{background:rgb(252 248 215 / .95)}.alertify-notifier .ajs-message .ajs-close{position:absolute;top:0;right:0;width:16px;height:16px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-color:rgb(0 0 0 / .5);border-top-right-radius:2px}.alertify-notifier.ajs-top{top:50px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}.alertify-notifier.ajs-center{left:50%}.alertify-notifier.ajs-center .ajs-message{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.alertify-notifier.ajs-center .ajs-message.ajs-visible{left:50%;-webkit-transition-timing-function:cubic-bezier(.57,.43,.1,.65);transition-timing-function:cubic-bezier(.57,.43,.1,.65)}.alertify-notifier.ajs-center.ajs-top .ajs-message{top:-300px}.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{top:0}.alertify-notifier.ajs-center.ajs-bottom .ajs-message{bottom:-300px}.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible{bottom:0}.ajs-no-transition.alertify .ajs-dialog,.ajs-no-transition.alertify .ajs-dimmer,.ajs-no-transition.alertify .ajs-modal{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}.ajs-no-transition.alertify-notifier .ajs-message{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.alertify .ajs-dialog,.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}.alertify-notifier .ajs-message{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}}.wlr-dot-pulse,.wlr-dot-pulse::after,.wlr-dot-pulse::before{display:inline-block;width:7px;height:7px;border-radius:5px}:root{--text-color-light:#8b8b8b;--text-color:#1d2327;--border-color:#f2f2f2;--bg-color-green:#17b978;--bg-color-blue:#1696e7;--bg-color-blue-light:rgba(22, 150, 231, 0.14)}.wlr-error{color:#ff5f77}.wlr-dot-pulse{position:relative;left:-9999px;box-shadow:9999px 0 0 -5px;animation:1.5s linear .25s infinite wlr-dot-pulse;margin-left:20px}.wlr-dot-pulse::after,.wlr-dot-pulse::before{content:"";position:absolute;top:0}.wlr-dot-pulse::before{box-shadow:9984px 0 0 -5px;animation:1.5s linear infinite wlr-dot-pulse-before}.wlr-dot-pulse::after{box-shadow:10014px 0 0 -5px;animation:1.5s linear .5s infinite wlr-dot-pulse-after}.wc-block-components-checkout-step #wlr_dob{height:55px;width:50%;border-radius:6px;border-width:1px}@keyframes wlr-dot-pulse-before{0%,100%,60%{box-shadow:9990px 0 0 -5px}30%{box-shadow:9990px 0 0 2px}}@keyframes wlr-dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes wlr-dot-pulse-after{0%,100%,60%{box-shadow:10010px 0 0 -5px}30%{box-shadow:10010px 0 0 2px}}.wlr-product-name{padding-left:10px}.wlr_change_product{cursor:pointer;display:flex}.wlr_free_product_variants{padding:5px}.wlr-select-free-variant-product-toggle{color:gray;cursor:pointer;width:100%;border:none;text-align:left;outline:0;font-size:1.02em;transition:.4s}.wlr-select-free-variant-product-toggle-active,.wlr-select-free-variant-product-toggle:hover{color:#444}.wlr-select-variant-product{padding:0 18px;display:none;background-color:#fff;overflow:hidden}.wlr-select-free-variant-product-toggle:after{content:"\02795";font-size:12px;color:#777;margin-left:10px}.wlr-select-free-variant-product-toggle-active:after{content:"\2796"}.wlr-myaccount-page p{margin:0 0 10px}.wlr-myaccount-page p:first-of-type{margin-bottom:0!important}.wlr-myaccount-page h4{margin:0!important}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section input:focus,.wlr-myaccount-page a:focus{outline:0}.wlr-myaccount-page input:disabled,.wlr-myaccount-page table td,.wlr-myaccount-page table th{background:unset}.wlr-myaccount-page table:not(.has-background) tbody td,.wlr-myaccount-page table:not(.has-background) tbody tr:nth-child(2n) td,.wlr-myaccount-page table:not(.has-background) th{background-color:unset}.wlr-myaccount-page input{margin:0;padding:0;background:unset}.wlr-myaccount-page .wlr-coupons-container,.wlr-myaccount-page .wlr-coupons-expired-container{opacity:1;transition:opacity .5s ease-in-out}.wlr-myaccount-page .wlr-lock-card{font-size:2rem;position:absolute;color:#ceced1;background:#fff;padding:6px;border-radius:3px;z-index:1}.wlr-myaccount-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:25px;font-family:inherit;scroll-behavior:smooth}.wlr-myaccount-page .wlr-spinner{height:100%;display:flex;justify-content:center;align-items:center}.wlr-myaccount-page .spinner{width:25px;height:25px;border:4px solid #ddd;border-radius:50%;animation:.8s linear infinite spinner-anime}.wlr-myaccount-page .wlr-enable-email-sent-blog .wlr-sent-email{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}#wlr-reward-link,.wlr-myaccount-page .wlr-cursor,.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .wlr-icon:before{cursor:pointer}.wlr-myaccount-page .wlr-point-conversion-section{display:flex;flex-direction:column;gap:5px;border-width:1px;border-style:solid;border-radius:6px}.wlr-myaccount-page .wlr-point-conversion-section span{padding-left:5px}.wlr-myaccount-page .wlr-point-conversion-section .wlrf-close{float:right;font-weight:700;font-size:20px}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-conversion{border-radius:6px 0 0 6px;border-style:solid;border-width:1px}.wlr-myaccount-page .wlr-point-conversion-section .wlr-point-label-content{border-radius:0 6px 6px 0;border-width:1px 1px 1px 0;border-style:solid}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section{display:flex;padding:0 5%}.wlr-myaccount-page .wlr-nowrap{white-space:nowrap}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section .wlr-point-label-content{display:flex;gap:2px;white-space:nowrap;font-size:12px;font-weight:600;place-items:center}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section .wlr-point-label-content p{margin:0 5px;font-size:inherit}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section input{width:38px;height:40px;padding:0 2px;background-color:unset;box-shadow:unset}.wlr-myaccount-page .wlr-name-container h4,.wlr-myaccount-page .wlr-name-container h4 p,.wlr-myaccount-page .wlr-point-conversion-section p{margin:0}@keyframes spinner-anime{100%{transform:rotate(360deg)}}.wlr-myaccount-page .wlr-earning-options .wlr-card>*,.wlr-myaccount-page>*{margin-top:8px;margin-bottom:8px}.wlr-myaccount-page .wlr-card-container,.wlr-myaccount-page .wlr-code-button .wlr-button,.wlr-myaccount-page .wlr-level-details,.wlr-myaccount-page .wlr-user-details{width:100%}.wlr-level-title-section p{margin:0 0 2px}.wlr-myaccount-page .wlr-heading-container{max-width:max-content;display:flex;justify-content:center}.wlr-myaccount-page .wlr-heading{color:var(--text-color);font-weight:700;font-size:20px;margin-bottom:32px;border-left:3px solid #4f47eb;padding-left:5px;letter-spacing:.05em;text-transform:uppercase}.wlr-myaccount-page .wlr-points-container{width:100%;display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.wlr-myaccount-page #wlr-levels b,.wlr-myaccount-page #wlr-levels p,.wlr-myaccount-page .wlr-points-container p,.wlr-myaccount-page .wlr-sent-email label,.wlr-myaccount-page .wlr-user-reward-titles h4{font-size:16px}.wlr-myaccount-page #wlr-points{display:flex;gap:10px;width:100%;box-shadow:none;border-radius:8px;padding:0;outline:0;border:none}.wlr-myaccount-page #wlr-levels{display:flex;flex-direction:column;gap:10px;width:100%;box-shadow:none;border-radius:8px;outline:0;border-style:solid;border-width:1px}.wlr-myaccount-page #wlr-level-name,.wlr-myaccount-page #wlr-next-level-name,.wlr-myaccount-page .wlr-norecords-container h4{font-weight:700;font-size:16px}.wlr-myaccount-page #wlr-next-level-name{opacity:.6}.wlr-myaccount-page #wlr-levels .wlr-level-data-section{width:100%;display:flex;flex-direction:column;gap:10px}.wlr-myaccount-page #wlr-levels .wlr-level-name-section{margin:0;display:flex;justify-content:space-between;padding:24px 20px 0}.wlr-myaccount-page #wlr-levels .wlr-current-level-container{display:flex;align-items:flex-start;gap:12px}.wlr-myaccount-page #wlr-levels .wlr-level-image{margin-top:5px}.wlr-myaccount-page .wlr-date-container{display:flex;gap:5px;color:#fff}.wlr-myaccount-page .wlr-date-container input{height:2rem;width:4rem;border-radius:6px}.wlr-myaccount-page #wlr-points{gap:18px}.wlr-myaccount-page #wlr-points i{font-size:2.5rem}.wlr-myaccount-page #wlr-available-points,.wlr-myaccount-page #wlr-redeemed-points,.wlr-myaccount-page #wlr-used-rewards{display:flex;flex-direction:column;gap:10px;width:50%;border-radius:10px;padding:10px 20px 14px;border-width:1px;border-style:solid;flex-wrap:wrap}.wlr-myaccount-page #wlr-used-rewards select{outline:0;background:inherit;border-radius:4px;font-size:16px}.wlr-myaccount-page #wlr-used-rewards select option{background-color:inherit}.wlr-myaccount-page #wlr-points-desc{font-family:inherit;font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#535863}.wlr-myaccount-page #wlr-available-points-heading,.wlr-myaccount-page #wlr-redeemed-points-heading,.wlr-myaccount-page #wlr-used-rewards-heading{font-style:normal;font-weight:500;font-size:16px;line-height:18px;letter-spacing:.02em}.wlr-myaccount-page #wlr-available-point-value,.wlr-myaccount-page #wlr-redeemed-point-value,.wlr-myaccount-page #wlr-used-reward-value-count{font-style:normal;font-weight:700;font-size:22px;line-height:28px}.wlr-myaccount-page table *{border-left:none;border-right:none;border-top:none;padding:10px}.wlr-myaccount-page .wlr-table-header{border-radius:4px;font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#161f31;text-align:left;align-items:center}.wlr-myaccount-page #wlr-transaction-table-header .wlr-transaction-table-header-label{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#161f31;margin-bottom:0}.wlr-myaccount-page .wlr-transaction-table-row{display:grid;grid-template-columns:1fr 2fr 4fr 1fr 1fr;height:auto;border-bottom:1px solid #dadae7;align-items:center;padding:10px}.wlr-myaccount-page .wlr-transaction-table-row div{font-style:normal;font-weight:400;font-size:16px;line-height:18px;color:#161f31}.wlr-transaction-table-body{border-bottom:1px solid #e7e7ef;font-style:normal;font-weight:400;font-size:16px;line-height:18px;color:#161f31}.wlr-myaccount-page .set-center,.wlr-myaccount-page .wlr-progress-content{text-align:center}#wlr-next-button,#wlr-prev-button{text-decoration:none;font-style:normal;font-weight:500;font-size:16px;line-height:20px;text-align:center;padding-left:10px;border:none;outline:0;box-shadow:none}.wlr-myaccount-page .wlr-points{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px}.wlr-myaccount-page .wlr-points>*{margin-top:2px;margin-bottom:2px}.wlr-myaccount-page .wlr-points-icon{font-size:32px}.wlr-myaccount-page .wlr-icon-dicount:before{font-size:48px;transform:scale(130%);color:#4caf50}.wlr-myaccount-page .wlr-user-details .wlr-points-name{font-size:16px;font-style:normal;font-weight:700;line-height:20px}.wlr-myaccount-page .wlr-points-value{font-size:32px;line-height:32px;font-weight:700;color:var(--text-color)}.wlr-myaccount-page .level-points{display:flex;flex-direction:column;padding:24px 20px;border-top:1px solid}.wlr-myaccount-page .wlr-level-bar-container{display:flex;width:100%;align-items:center;gap:10px}.wlr-myaccount-page .wlr-level-bar-container i{font-size:23px}.wlr-myaccount-page .wlr-levels-bar-footer{display:flex;align-items:center;justify-content:space-between}.wlr-myaccount-page .wlr-progress-content p{display:inline;font-size:12px;color:#1d2327;position:relative;top:14px}.wlr-myaccount-page .wlr-progress-content div{display:inline;font-size:18px;color:#17b978;position:relative;font-weight:700;top:0;left:3px}.wlr-myaccount-page .wlr-progress-bar{background-color:#d9d9d9;width:100%;height:6px;border-radius:4px}.wlr-myaccount-page .wlr-progress-bar .wlr-progress-level{background-color:#4f47eb;height:inherit;border-radius:4px}.wlr-myaccount-page .wlr-my-rewards-sections{display:flex;flex-direction:column;gap:1.5rem}.wlr-myaccount-page .wlr-user-reward-titles{display:flex}.wc-block-components-product-details__loyalty-free-product,.wlr-myaccount-page .add-read-more.show-less-content .read-less,.wlr-myaccount-page .add-read-more.show-less-content .sec-half,.wlr-myaccount-page .add-read-more.show-more-content .read-more,.wlr-myaccount-page .wlr-coupons-container:not(.active),.wlr-myaccount-page .wlr-coupons-expired-container:not(.active),.wlr-myaccount-page .wlr-revert:not(.wlr-revert-active),.wlr-myaccount-page .wlr-rewards-container:not(.active),.wlr-myaccount-page .wlr-user-expired-reward-section:not(.active){display:none}.wlr-myaccount-page .wlr-norecords-container{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column:none;padding:1rem;text-align:center}.wlr-myaccount-page .wlr-norecords-container i{font-size:50px}.wlr-myaccount-page .wlr-expired-card{cursor:default;pointer-events:none;background:#dadAE730}.wlr-myaccount-page .wlr-my-rewards-title{display:flex;font-size:14px;align-items:center;justify-content:center;gap:6px;cursor:pointer;padding:10px 16px}.wlr-myaccount-page .wlr-today-expire-points-section{display:flex;padding:16px;column-gap:10px;background:#4f47eb24;align-items:center;border:1px solid;border-radius:10px}.wlr-myaccount-page .wlr-card,.wlr-myaccount-page .wlr-coupon-card,.wlr-myaccount-page .wlr-reward-card{min-height:200px;min-width:180px;padding:0 12px 12px;position:relative}.wlr-myaccount-page .wlr-my-rewards-title h4{margin:0;font-weight:500;text-transform:initial}.wlr-myaccount-page .wlr-my-rewards-title i{font-size:20px}.wlr-myaccount-page .wlr-your-reward{width:100%;margin-bottom:35px;margin-top:20px}.wlr-myaccount-page .wlr-customer-reward{display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:24px;column-gap:12px}.wlr-myaccount-page .wlr-card{border-radius:8px;border:1px solid #8d87f2}.wlr-myaccount-page .wlr-reward-card{border-radius:8px;border:1px solid #e7e7ef}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-card-container,.wlr-myaccount-page .wlr-reward-card .wlr-card-container{margin-top:28px!important}.wlr-myaccount-page .wlr-coupon-card{border:1px solid #e7e7ef;border-radius:8px}.wlr-myaccount-page .wlr-reward-card:hover{box-shadow:0 2px 32px rgb(12 8 92 / 8%)}.wlr-myaccount-page .wlr-coupon-card:hover{box-shadow:0 2px 32px rgb(12 8 92 / .08);border-radius:8px}.wlr-myaccount-page .add-read-more .read-less,.wlr-myaccount-page .add-read-more .read-more{font-weight:700;margin-left:2px;color:blue;cursor:pointer}.wlr-myaccount-page .show-more-content .read-less,.wlr-myaccount-page .show-more-content .sec-half{display:inline-block}.wlr-card-container>*{margin-top:5px;margin-bottom:4px}.wlr-myaccount-page .wlr-card-container .wlr-card-icon-container{margin-top:7px}.wlr-myaccount-page .wlr-name-container{display:flex;flex-direction:column}.wlr-myaccount-page .wlr-card-inner-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:100px}.wlr-myaccount-page .wlr-card-inner-container>*{margin-top:4px;margin-bottom:4px}.wlr-myaccount-page .wlr-your-reward .wlr-icon{border-radius:100%;font-size:36px}.wlr-myaccount-page .wlr-your-reward .wlr-name{font-size:16px;font-weight:600;word-break:break-word}.wlr-myaccount-page .wlr-your-reward .wlr-reward-type-name{font-weight:700;font-size:11px;text-align:center;border-radius:0 8px 0 2px;float:right;padding:4px;margin:unset!important;border-width:0 0 1px 1px;border-style:solid}.wlr-myaccount-page .wlr-your-reward .wlr-description{font-size:14px;line-height:22px;font-weight:500;padding-right:10px;margin:unset!important;word-break:break-word}.wlr-myaccount-page .wlr-code{display:flex;flex-direction:row;color:#ff8e3d;text-align:center;border-radius:6px;cursor:pointer;text-transform:uppercase;background:#fff8f3;border:1px dashed #ff8e3d;width:100%}.wlr-myaccount-page .wlr-update-birthday{background:#4f47eb;padding:0 5px;border-radius:4px;white-space:nowrap;margin-top:8px;cursor:pointer;color:#fff}.wlr-myaccount-page .wlr-code .wlr-coupon-code{width:85%;display:flex;justify-content:center;align-items:center;border-radius:8px 0 0 8px}.wlr-myaccount-page .wlr-code .wlr-coupon-copy-icon{width:18%;background:#ff8e3d;border-radius:0 6px 6px 0;color:#fff;display:flex;justify-content:center;align-items:center;border-style:dashed;border-width:0 0 0 1px}.wlr-myaccount-page .wlr-code p{margin:0 0 1px!important;font-size:12px!important;padding:5px}.wlr-myaccount-page .wlr-created-date,.wlr-myaccount-page .wlr-expire-date,.wlr-myaccount-page .wlr-revert-active{color:#535863}.wlr-myaccount-page .wlr-button{text-align:center;padding:6px 8px;cursor:pointer;border-radius:6px}.wlr-myaccount-page .wlr-button-reward{background:#4f47eb}.wlr-myaccount-page .wlr-button-reward-apply{cursor:pointer;background:#4f47eb}.wlr-myaccount-page .wlr-revert-tool{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;float:right}.wlr-myaccount-page .wlr-revert{text-align:center;cursor:pointer;font-size:16px}.wlr-myaccount-page .wlr-revert .wlr-revert-reward{text-decoration:none;white-space:nowrap;border-radius:2px;padding:3px 5px;position:relative}.wlr-action-text{color:#fff;text-decoration:none!important;font-size:14px!important}.wlr-myaccount-page .wlr-campaign-container .wlr-campaign-level-batch{margin-bottom:0;display:flex;align-items:center;gap:2px;float:right}.wlr-myaccount-page .wlr-campaign-container .wlr-campaign-level-batch img,.wlr-myaccount-page .wlr-campaign-container .wlr-campaign-level-batch span{display:flex;height:20px;width:20px;border-radius:50%;border-style:solid;border-width:1px;font-size:14px;align-items:center;justify-content:center}.wlr-myaccount-page .wlr-earning-options{width:100%;margin-bottom:30px}.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container{display:grid;grid-template-columns:1fr 1fr;row-gap:28px;column-gap:24px}.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container .wlr-discount-point{font-size:small;font-weight:700;margin:0;word-break:break-word}.wlr-myaccount-page .wlr-earning-options .wlr-card{border-radius:8px;padding:0 12px 12px;position:relative;min-width:230px;min-height:max-content;border-width:1px;border-style:solid}.wlr-myaccount-page .wlr-upload-img-icon{margin:revert!important;padding:revert!important;border-radius:3px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-icon{box-shadow:0 4px 20px rgb(10 19 65 / .08);font-size:20px;height:48px;width:48px;text-align:center;align-self:center;padding:12px;border-radius:8px}.wlr-myaccount-page .wlr-earning-options .wlr-name{font-size:16px;font-weight:600;margin-top:18px;line-height:20px;word-break:break-word}.wlr-myaccount-page .wlr-earning-options .wlr-description{font-size:14px;line-height:20px;word-break:break-word}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date{position:absolute;font-size:13px;display:flex;justify-content:center;align-items:center;gap:3px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date a{font-size:12px;border-radius:4px;text-decoration:none;cursor:pointer}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-campaign-points{display:flex;align-items:flex-start;gap:3px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-birthday-edit-button{position:relative;float:right;right:0;margin-left:6px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-date-editor-layer{position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background-color:#021b2ac7;border-radius:8px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-close-layer{position:absolute;top:2px;right:14px;font-weight:700;font-size:21px;color:rgb(255 255 255 / .911);cursor:pointer}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor.wlr-close-layer:hover{color:#fff}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-date-editor-container{top:20%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:0 20% 0 30%}.wlr-myaccount-page .wlr-earning-options .wlr-card.wlr-date-editor .wlr-date-editor-container .wlr-date-action{margin-top:8px;text-decoration:none!important;color:#fff;font-weight:600;padding:4px 8px;background-color:var(--bg-color-green);border-radius:4px;cursor:pointer;font-size:16px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-date-editor-container .wlr-input-date{padding:4px 8px;border-radius:4px;border:none}.wlr-myaccount-page .wlr-referral-blog{width:100%;margin-bottom:25px}.wlr-myaccount-page .wlr-referral-blog>*{margin-top:16px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;border-style:solid;border-width:1px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .input-group-text{display:flex;white-space:nowrap;background:#4f47eb;border-radius:0 7px 7px 0;padding:10px 16px;gap:4px}.wlr-myaccount-page .wlr-referral-blog .wlr_referral_url{border:0;outline:0;width:100%;box-shadow:none;font-weight:500;border-radius:7px 0 0 7px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .input-group-append{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box.wlr-icon:before,.wlr-myaccount-page .wlr-referral-blog .wlr-social-share{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.wlr-myaccount-page .wlr-referral-blog .wlr-social-share>*{margin-right:32px}.wlr-myaccount-page .wlr-referral-blog .wlr-icon-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;cursor:pointer;text-decoration:none!important;margin-top:6px}.wlr-myaccount-page .wlr-referral-blog .wlr-social-icon{font-size:28px;margin-bottom:4px}.wlr-myaccount-page .wlr-referral-blog .wlr-social-text{font-weight:500}.wlr-myaccount-page .wlr-social-share{display:flex;justify-content:center;flex-wrap:wrap}.wlr-myaccount-page .wlr-transaction-blog{margin-top:30px;margin-bottom:30px;width:100%}.ajs-dialog{max-width:51vw!important}.ajs-dialog .wlr-myaccount-page{width:auto}.wlr-myaccount-page .wlr-coupons-list{display:flex;flex-direction:column;gap:16px}.wlr-myaccount-page .wlr-coupons-content,.wlr-myaccount-page .wlr-coupons-expired-content{display:flex;padding:5px 20px;flex-direction:column;border:1px solid #e7e7ef;border-radius:8px;min-height:120px;align-items:center;justify-content:center}.wlr-myaccount-page .wlr-coupons-list .wlr-name,.wlr-myaccount-page .wlr-coupons-list h4,.wlr-myaccount-page .wlr-coupons-list p{margin:0;font-size:16px}.wlr-myaccount-page .wlr-coupon-card-footer,.wlr-myaccount-page .wlr-coupon-card-header,.wlr-myaccount-page .wlr-coupon-date-section{display:flex;gap:10px;justify-content:space-between}.wlr-myaccount-page .wlr-coupon-card-footer p,.wlr-myaccount-page .wlr-coupon-card-footer span{font-size:13px}.wlr-myaccount-page .wlr-title-icon{display:flex;gap:16px;width:70%}.wlr-myaccount-page .wlr-code-button{display:flex;align-items:flex-start;gap:8px;flex-direction:column;width:30%}.wlr-myaccount-page .wlr-flex{display:flex;align-items:center;justify-content:space-between;gap:5px}.wlr-myaccount-page .wlr-rewards-container,.wlr-myaccount-page .wlr-transaction-container{transition:opacity .5s ease-in-out}.wlr-reward-pagination{padding:6px 6px 0 0}@media only screen and (max-width:1440px){.ajs-dialog{max-width:70vw!important}}@media only screen and (max-width:1024px){.ajs-dialog{max-width:90vw!important}.alertify .ajs-body .ajs-content{padding:0!important}.wlr-myaccount-page .wlr-points-container{flex-direction:column;gap:30px}.wlr-myaccount-page .wlr-customer-reward{grid-template-columns:1fr 1fr}.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container{grid-template-columns:1fr 1fr;column-gap:12px}.wlr-myaccount-page .wlr-earning-options .wlr-card{min-width:unset}.wlr-myaccount-page #wlr-available-points,.wlr-myaccount-page #wlr-levels,.wlr-myaccount-page #wlr-points,.wlr-myaccount-page #wlr-redeemed-points,.wlr-myaccount-page #wlr-used-rewards{width:100%}}@media only screen and (max-width:600px){.wlr-myaccount-page .wlr-points-container{flex-direction:column;gap:30px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .input-group-text{font-size:0}.wlr-myaccount-page .wlr-customer-reward,.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container{grid-template-columns:1fr}.wlr-myaccount-page #wlr-levels,.wlr-myaccount-page #wlr-points,.wlr-myaccount-page .wlr-code-button{width:100%;flex-direction:column}.wlr-myaccount-page .wlr-coupon-card-header{flex-direction:column}.wlr-myaccount-page .wlr-title-icon{width:100%}.wlr-myaccount-page .wlr-user-reward-titles{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:425px){#wlr-transaction-table{max-width:325px;overflow-x:scroll}.wlr-myaccount-page .wlr-coupon-date-section{flex-direction:column}#wlr-transaction-table-header>tr>th{font-size:9px!important;padding:4px!important}.wlr-transaction-table-body{font-size:8px!important;padding:4px!important}}@media only screen and (max-width:320px){.ajs-dialog{max-width:90vw!important}.alertify .ajs-body .ajs-content{padding:0!important}.wlr-myaccount-page{padding:0}}@font-face{font-family:loyalty;src:url(/wp-content/plugins/wp-loyalty-rules/Assets/Site/Css/fonts/loyalty.eot?16cf3);src:url('/wp-content/plugins/wp-loyalty-rules/Assets/Site/Css/fonts/loyalty.eot?16cf3#iefix') format('embedded-opentype'),url(/wp-content/plugins/wp-loyalty-rules/Assets/Site/Css/fonts/loyalty.ttf?16cf3) format('truetype'),url(/wp-content/plugins/wp-loyalty-rules/Assets/Site/Css/fonts/loyalty.woff?16cf3) format('woff'),url('/wp-content/plugins/wp-loyalty-rules/Assets/Site/Css/fonts/loyalty.svg?16cf3#loyalty') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" wlrf-"],[class^=wlrf-]{font-family:loyalty!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wlrf-more-ways-to-reward:before{content:"\e977"}.wlrf-advanced-reward:before{content:"\e978"}.wlrf-rules-and-flexibility:before{content:"\e979"}.wlrf-vip-tiers:before{content:"\e97a"}.wlrf-Feature-supp:before{content:"\e97d"}.wlrf-facebook_share:before{content:"\e96d"}.wlrf-empty-addon:before{content:"\e96c";color:#4f47eb}.wlrf-recommendation:before{content:"\e962"}.wlrf-reward-empty-hand:before{content:"\e93b"}.wlrf-used-expired-coupons:before{content:"\e954"}.wlrf-coupon-empty:before{content:"\e9a0"}.wlrf-progress-donut:before{content:"\e93a"}.wlrf-used-rewards:before{content:"\e938"}.wlrf-clock:before{content:"\e936"}.wlrf-arrow-up:before{content:"\e937"}.wlrf-default-level:before{content:"\e905"}.wlrf-redeem:before{content:"\e963"}.wlrf-data-not-found:before{content:"\e972";color:#7a818f}.wlrf-empty .path1:before{content:"\e96e";color:#7a818f;opacity:.2}.wlrf-empty .path2:before{content:"\e970";margin-left:-1em;color:#7a818f}.wlrf-empty .path3:before{content:"\e971";margin-left:-1em;color:#7a818f}.wlrf-start-points:before{content:"\e932"}.wlrf-calendar-date:before{content:"\e933"}.wlrf-reward-show:before{content:"\e934"}.wlrf-followup:before{content:"\e935"}.wlrf-wployalty_logo:before{content:"\e973";color:#9594a8}.wlrf-document_text:before{content:"\e9cb";color:#535863}.wlrf-rocket:before{content:"\e9cc";color:#535863}.wlrf-grammerly:before{content:"\e9cd";color:#535863}.wlrf-coin:before{content:"\e9ce";color:#535863}.wlrf-close2:before{content:"\e9cf";color:#535863}.wlrf-redeem-points:before{content:"\e904"}.wlrf-achievement:before{content:"\e906"}.wlrf-lock:before{content:"\e907"}.wlrf-available-points:before{content:"\e903"}.wlrf-points_conversion:before{content:"\e9b6"}.wlrf-percent:before{content:"\e9b7"}.wlrf-free_shipping:before{content:"\e9b8"}.wlrf-free_product:before{content:"\e9b9"}.wlrf-fixed_cart:before{content:"\e9ba"}.wlrf-product_review:before{content:"\e9bb"}.wlrf-whatsapp_share:before{content:"\e9bc"}.wlrf-twitter_share:before{content:"\e9bd"}.wlrf-signup:before{content:"\e9be"}.wlrf-subtotal:before{content:"\e9bf"}.wlrf-referral:before{content:"\e9c0"}.wlrf-point_for_purchase:before{content:"\e9c1"}.wlrf-purchase_histories:before{content:"\e9c2"}.wlrf-followup_share:before{content:"\e9c3"}.wlrf-email_share:before{content:"\e9c5"}.wlrf-birthday:before{content:"\e9c6"}.wlrf-Point-for-Purchase:before{content:"\e9b4"}.wlrf-fixed-discount:before{content:"\e96f"}.wlrf-birthday2:before{content:"\e98a"}.wlrf-signup2:before{content:"\e98b"}.wlrf-spending-based-reward:before{content:"\e98c"}.wlrf-follow-ups:before{content:"\e98d"}.wlrf-referral2:before{content:"\e98e"}.wlrf-whatsapp:before{content:"\e961"}.wlrf-twitter:before{content:"\e964"}.wlrf-spending_based_reward .path1:before{content:"\e965";color:#161f31}.wlrf-spending_based_reward .path2:before{content:"\e966";margin-left:-1em;color:#6f38c5}.wlrf-spending_based_reward .path3:before{content:"\e967";margin-left:-1em;color:#161f31}.wlrf-signup1 .path1:before{content:"\e968";color:#161f31}.wlrf-signup1 .path2:before{content:"\e969";margin-left:-1em;color:#161f31}.wlrf-signup1 .path3:before{content:"\e96a";margin-left:-1em;color:#6f38c5}.wlrf-review:before{content:"\e96b"}.wlrf-point-for-purchase:before{content:"\e974"}.wlrf-point-conversion:before{content:"\e976"}.wlrf-percentage-discount:before{content:"\e97c"}.wlrf-order-goals:before{content:"\e980"}.wlrf-instagram:before{content:"\e982"}.wlrf-free-shipping:before{content:"\e984"}.wlrf-free-product:before{content:"\e986"}.wlrf-email:before{content:"\e993"}.wlrf-earn:before{content:"\e995"}.wlrf-close1:before{content:"\e9b2";color:#fff}.wlrf-birthday1 .path1:before{content:"\e999";color:#161f31}.wlrf-birthday1 .path2:before{content:"\e99a";margin-left:-1em;color:#6f38c5}.wlrf-birthday1 .path3:before{content:"\e99b";margin-left:-1em;color:#6f38c5}.wlrf-birthday1 .path4:before{content:"\e99c";margin-left:-1em;color:#6f38c5}.wlrf-birthday1 .path5:before{content:"\e99d";margin-left:-1em;color:#6f38c5}.wlrf-info_circle:before{content:"\e99f"}.wlrf-trophy:before{content:"\e9a4"}.wlrf-star:before{content:"\e9a5"}.wlrf-loyalty:before{content:"\e9a6"}.wlrf-gift:before{content:"\e9a7"}.wlrf-crown:before{content:"\e9a8"}.wlrf-badge:before{content:"\e9a9"}.wlrf-tick_circle:before{content:"\e9aa"}.wlrf-tick_circle_2:before{content:"\e9ab"}.wlrf-refresh_2:before{content:"\e9ac"}.wlrf-arrow_right:before{content:"\e9ad"}.wlrf-arrow_left:before{content:"\e9ae"}.wlrf-Ellipse-radio-1:before{content:"\e98f";color:#4f47eb}.wlrf-video-link:before{content:"\e931"}.wlrf-point:before{content:"\e908"}.wlrf-placement:before{content:"\e998"}.wlrf-logo:before{content:"\e99e"}.wlrf-color:before{content:"\e9af"}.wlrf-brand:before{content:"\e9b0"}.wlrf-image-upload:before{content:"\e9b1";color:#7a818f}.wlrf-referral_link:before{content:"\e939";color:#4f47eb}.wlrf-points_star:before{content:"\e957";color:#4f47eb}.wlrf-used_reward:before{content:"\e95d";color:#535863}.wlrf-redeem_point:before{content:"\e95e";color:#535863}.wlrf-available_point:before{content:"\e95f";color:#535863}.wlrf-round:before{content:"\e953";color:#4f47eb}.wlrf-image:before{content:"\e951"}.wlrf-points_round:before{content:"\e959";color:#4f47eb}.wlrf-support:before{content:"\e958";color:#4f47eb}.wlrf-referrals_round:before{content:"\e960";color:#4f47eb}.wlrf-help-docs:before{content:"\e952";color:#4f47eb}.wlrf-document-download:before{content:"\e94e"}.wlrf-arrow-down:before{content:"\e950"}.wlrf-customer-empty:before{content:"\e949";color:#4f47eb}.wlrf-level-empty:before{content:"\e94a";color:#4f47eb}.wlrf-reward-empty:before{content:"\e94b";color:#4f47eb}.wlrf-dashboard-empty:before{content:"\e94c";color:#4f47eb}.wlrf-campaign-empty:before{content:"\e94d";color:#4f47eb}.wlrf-file:before{content:"\e94f";color:#535863}.wlrf-deactivate:before{content:"\e955";color:#535863}.wlrf-activate:before{content:"\e956";color:#4f47eb}.wlrf-updown:before{content:"\e91f";color:#535863}.wlrf-toggle-off-circle:before{content:"\e914";color:#535863}.wlrf-radio-on:before{content:"\e946";color:#4f47eb}.wlrf-radio-off:before{content:"\e947";color:#535863}.wlrf-toggle-on-circle:before{content:"\e948";color:#4f47eb}.wlrf-refresh:before{content:"\e928"}.wlrf-verify:before{content:"\e929"}.wlrf-add-level:before{content:"\e93f"}.wlrf-add-app:before{content:"\e941"}.wlrf-rewards-used:before{content:"\e942"}.wlrf-rewards-earned:before{content:"\e943"}.wlrf-revenue:before{content:"\e944"}.wlrf-points-earned:before{content:"\e945"}.wlrf-settings:before{content:"\e909"}.wlrf-rewards:before{content:"\e90b"}.wlrf-dashboard:before{content:"\e920"}.wlrf-customers:before{content:"\e92d"}.wlrf-campaigns:before{content:"\e92e"}.wlrf-apps:before{content:"\e92f"}.wlrf-levels:before{content:"\e930"}.wlrf-add:before{content:"\e902"}.wlrf-add-circle:before{content:"\e90a"}.wlrf-back:before{content:"\e90c"}.wlrf-calendar:before{content:"\e90d"}.wlrf-campaign-create:before{content:"\e90e"}.wlrf-close:before{content:"\e90f"}.wlrf-close-circle:before{content:"\e910"}.wlrf-copy:before{content:"\e911"}.wlrf-currency:before{content:"\e912"}.wlrf-customer:before{content:"\e913"}.wlrf-delete:before{content:"\e915"}.wlrf-down:before{content:"\e917"}.wlrf-edit:before{content:"\e918"}.wlrf-edit-3:before{content:"\e919"}.wlrf-error:before{content:"\e91a"}.wlrf-export:before{content:"\e91b"}.wlrf-filter:before{content:"\e91c"}.wlrf-import:before{content:"\e91d"}.wlrf-link-external:before{content:"\e91e"}.wlrf-reset:before{content:"\e921"}.wlrf-save:before{content:"\e922"}.wlrf-save-close:before{content:"\e923"}.wlrf-search:before{content:"\e924"}.wlrf-tick:before{content:"\e925"}.wlrf-view:before{content:"\e927"}.wlrf-reward:before{content:"\e900";color:#4f47eb}.wlrf-campaign:before{content:"\e901";color:#4f47eb}.wlrf-not-checked:before{content:"\e916";color:#535863}.wlrf-checked:before{content:"\e926";color:#535863}.wlrf-points:before{content:"\e92a";color:#4f47eb}.wlrf-order-value:before{content:"\e92b";color:#4f47eb}.wlrf-orders:before{content:"\e92c";color:#4f47eb}.wlrf-redeemed:before{content:"\e93c";color:#4f47eb}.wlrf-point-old:before{content:"\e93d";color:#4f47eb}.wlrf-success:before{content:"\e93e";color:#535863}.wlrf-coupon:before{content:"\e940";color:#4f47eb}.wlrf-upgrade-to-pro:before{content:"\e975"}.wlrf-spinner:before{content:"\e97b"}.wlrf-sort-asc:before{content:"\e95a"}.wlrf-sort-desc:before{content:"\e95b"}.wlrf-sort:before{content:"\e95c"}:root{--dbsc-primary:#FF0000;--dbsc-primary-hover:#ffffff;--dbsc-primary-light:#f0f6fc;--dbsc-success:#059669;--dbsc-success-light:#d1fae5;--dbsc-danger:#dc2626;--dbsc-danger-light:#fee2e2;--dbsc-gray-50:#f9fafb;--dbsc-gray-100:#f3f4f6;--dbsc-gray-200:#e5e7eb;--dbsc-gray-300:#d1d5db;--dbsc-gray-500:#6b7280;--dbsc-gray-700:#374151;--dbsc-gray-900:#111827;--dbsc-border-radius:8px;--dbsc-shadow:0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);--dbsc-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--dbsc-shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)}.dbsc-start-shopping-btn{display:inline-block;width:auto;cursor:pointer}body.dbsc-popup-open{overflow:hidden}.dbsc-registration-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--dbsc-overlay-color,rgb(0 0 0 / .6));z-index:2147483647!important;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(4px)}.dbsc-registration-popup{z-index:2147483647!important}.dbsc-registration-popup{background:var(--dbsc-popup-bg-color,#fff);border-radius:0;box-shadow:var(--dbsc-shadow-xl);max-width:440px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:dbscPopupSlideIn 0.3s ease}@keyframes dbscPopupSlideIn{from{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dbsc-popup-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;color:var(--dbsc-gray-500);cursor:pointer;padding:4px 8px;border-radius:0;transition:all 0.2s;text-decoration:none}.dbsc-popup-close:hover{background-color:var(--dbsc-gray-100);color:var(--dbsc-gray-900);text-decoration:none}.dbsc-popup-header{padding:32px 32px 0;text-align:center}.dbsc-popup-header h2{margin:0 0 8px;font-size:24px;font-weight:700;color:var(--dbsc-heading-color,#FF0000)}.dbsc-popup-subtitle{margin:0;font-size:14px;color:var(--dbsc-gray-500)}.dbsc-registration-form{padding:24px 32px 32px}.dbsc-form-row{margin-bottom:20px}.dbsc-form-row-half{display:flex;gap:16px}.dbsc-form-col{flex:1}.dbsc-registration-form label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--dbsc-gray-700)}.dbsc-registration-form label .required{color:var(--dbsc-danger)}.dbsc-registration-form input[type="text"],.dbsc-registration-form input[type="email"],.dbsc-registration-form input[type="password"]{width:100%;padding:12px 14px;font-size:15px;border:1px solid var(--dbsc-gray-300);border-radius:0;background-color:#fff;color:var(--dbsc-gray-900);transition:border-color 0.2s,box-shadow 0.2s;box-sizing:border-box}.dbsc-registration-form input:focus{outline:none;border-color:var(--dbsc-primary);box-shadow:0 0 0 3px var(--dbsc-primary-light)}.dbsc-registration-form input.dbsc-field-error{border-color:var(--dbsc-danger)}.dbsc-registration-form input.dbsc-field-error:focus{box-shadow:0 0 0 3px var(--dbsc-danger-light)}.dbsc-field-hint{margin:6px 0 0;font-size:12px;color:var(--dbsc-gray-500)}.dbsc-hp-field{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.dbsc-form-messages{margin-bottom:16px;min-height:0}.dbsc-message{padding:12px 16px;border-radius:0;font-size:14px;text-align:center}.dbsc-message-error{background-color:var(--dbsc-danger-light);color:var(--dbsc-danger);border:1px solid var(--dbsc-danger)}.dbsc-message-success{background-color:var(--dbsc-success-light);color:var(--dbsc-success);border:1px solid var(--dbsc-success)}.dbsc-submit-btn{width:100%;padding:14px 24px;background-color:var(--dbsc-button-bg,var(--dbsc-primary));color:var(--dbsc-button-text,#fff);border:1px solid var(--dbsc-button-border,var(--dbsc-primary));font-family:'Mindset',sans-serif;font-size:16px;font-weight:600;border-radius:0;cursor:pointer;transition:all 0.2s;text-decoration:none}.dbsc-submit-btn:hover:not(:disabled){background-color:var(--dbsc-button-hover-bg,var(--dbsc-primary-hover));color:var(--dbsc-button-hover-text,#fff);border-color:var(--dbsc-button-hover-border,var(--dbsc-primary-hover));text-decoration:none}.dbsc-submit-btn:focus{outline:none;box-shadow:0 0 0 3px var(--dbsc-primary-light);text-decoration:none}.dbsc-submit-btn:disabled{opacity:.7;cursor:not-allowed;text-decoration:none}.dbsc-login-link{margin:20px 0 0;text-align:center;font-size:14px;color:var(--dbsc-gray-500)}.dbsc-login-link a{color:var(--dbsc-primary);text-decoration:none;font-weight:500}.dbsc-login-link a:hover{text-decoration:underline}@media screen and (max-width:480px){.dbsc-registration-overlay{padding:10px}.dbsc-registration-popup{border-radius:0}.dbsc-popup-header{padding:24px 20px 0}.dbsc-popup-header h2{font-size:20px}.dbsc-registration-form{padding:20px}.dbsc-form-row-half{flex-direction:column;gap:0}.dbsc-form-col{margin-bottom:20px}.dbsc-form-col:last-child{margin-bottom:0}}.dbsc-welcome-popup-inner{max-width:400px;text-align:center}.dbsc-welcome-content{padding:20px 32px 24px}.dbsc-welcome-order-info{font-size:16px;color:var(--dbsc-gray-700);margin:0 0 12px}.dbsc-welcome-discount-info{font-size:18px;font-weight:600;color:var(--dbsc-success);margin:0}.dbsc-welcome-info{font-size:16px;color:var(--dbsc-gray-700);margin:0}.dbsc-welcome-popup-inner .dbsc-popup-header{padding-bottom:0}.dbsc-welcome-popup-inner .dbsc-popup-header h2{font-size:28px}.dbsc-welcome-popup-inner .dbsc-form-actions{padding:0 32px 32px}.dbsc-welcome-popup-inner .dbsc-submit-btn{width:auto;display:inline-block;padding:12px 32px}.woo-search-sc-panel{box-sizing:border-box;max-height:70vh;overflow-y:auto;background:var(--color-background,#f5f4eb);color:var(--color-text,#1f1f1f);border:1px solid var(--color-border,#e6e6e6);border-radius:4px;box-shadow:0 18px 40px rgb(15 15 15 / .1),0 2px 6px rgb(15 15 15 / .05);padding:14px;-webkit-overflow-scrolling:touch;animation:wooSearchSCFade 120ms ease-out;font-family:inherit}@keyframes wooSearchSCFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.woo-search-sc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.woo-search-sc-list li,.woo-search-sc-item{margin:0;padding:0;border:0}.woo-search-sc-item{transition:background-color 120ms ease;padding:12px 12px;border-radius:4px}.woo-search-sc-item:hover,.woo-search-sc-item:focus-within{background-color:rgb(153 195 185 / .18)}.woo-search-sc-item:has(.woo-search-sc-suggestion.is-active){background-color:rgb(153 195 185 / .22)}.woo-search-sc-suggestion.is-active{background-color:rgb(153 195 185 / .22);border-radius:4px}.woo-search-sc-suggestion{display:flex;align-items:flex-start;gap:14px;color:inherit;text-decoration:none}.woo-search-sc-suggestion:hover,.woo-search-sc-suggestion:focus{color:inherit;text-decoration:none;outline:none}.woo-search-sc-thumb{flex:0 0 auto;width:64px;height:64px;border-radius:2px;overflow:hidden;background:rgb(0 0 0 / .05);display:flex;align-items:center;justify-content:center;margin-top:2px}.woo-search-sc-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.woo-search-sc-thumb--empty{background:linear-gradient(135deg,rgb(0 0 0 / .04) 0%,rgb(0 0 0 / .08) 100%)}.woo-search-sc-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.woo-search-sc-title{font-size:15px;font-weight:700;line-height:1.3;color:var(--color-title,#1f1f1f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.woo-search-sc-title mark,.woo-search-sc-excerpt mark{background:rgb(255 220 100 / .55);color:inherit;padding:0 1px;border-radius:2px}.woo-search-sc-excerpt{font-size:13px;line-height:1.45;color:var(--color-text-muted,#555);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.woo-search-sc-detail{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px}.woo-search-sc-price{font-size:13px;font-weight:700;color:var(--color-text,#1f1f1f);line-height:1.2}.woo-search-sc-price .amount{color:inherit}.woo-search-sc-price del{color:var(--color-text-muted,#999);font-weight:400;margin-right:4px}.woo-search-sc-price ins{text-decoration:none;color:inherit}.woo-search-sc-badge{display:inline-block;font-size:11px;font-weight:700;line-height:1;padding:4px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:.05em}.woo-search-sc-badge--sale{background:var(--color-accent-tertiary,#c0392b);color:#fff}.woo-search-sc-tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;padding-left:78px}.woo-search-sc-tag{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none;border:0;background:#fff0;padding:0;transition:transform 120ms ease,opacity 120ms ease}.woo-search-sc-tag:hover,.woo-search-sc-tag:focus{text-decoration:none;outline:none;transform:scale(1.08)}.woo-search-sc-tag:focus-visible{outline:2px solid var(--color-accent-primary,#99c3b9);outline-offset:3px;border-radius:999px}.woo-search-sc-tag--static{cursor:default}.woo-search-sc-tag-img{width:28px;height:28px;object-fit:contain;display:block;flex:0 0 auto}.woo-search-sc-view-all{display:block;margin:12px -2px 0 -2px;padding:12px 14px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.02em;border-top:1px solid var(--color-border,#e6e3d2);color:var(--color-text,#1f1f1f);text-decoration:none;border-radius:0 0 4px 4px;transition:background-color 120ms ease,color 120ms ease}.woo-search-sc-view-all:hover,.woo-search-sc-view-all:focus{background-color:rgb(153 195 185 / .18);color:var(--color-text,#1f1f1f);text-decoration:none}.woo-search-sc-loading,.woo-search-sc-empty{padding:18px 20px;text-align:center;color:var(--color-text-muted,#777);font-size:13px}.woo-search-sc-loading::before{content:'';display:inline-block;width:12px;height:12px;margin-right:8px;border:2px solid #ccc;border-top-color:#555;border-radius:50%;vertical-align:-2px;animation:wooSearchSCSpin 700ms linear infinite}@keyframes wooSearchSCSpin{to{transform:rotate(360deg)}}.woocommerce-no-products-found .woo-search-sc-suggestions,body .woocommerce .woo-search-sc-suggestions{margin:20px 0;padding:18px 20px;background:#f8f9fa;border-radius:6px;border-left:4px solid #0073aa}.woocommerce-no-products-found .woo-search-sc-suggestions h3{margin:0 0 12px 0;font-size:1.05em}.woocommerce-no-products-found .woo-search-sc-suggestions ul{list-style:none;margin:0;padding:0}.woocommerce-no-products-found .woo-search-sc-suggestions li{margin:0 0 6px 0}.woocommerce-no-products-found .woo-search-sc-suggestions a{color:#0073aa;text-decoration:none}.woocommerce-no-products-found .woo-search-sc-suggestions a:hover{text-decoration:underline}@media (max-width:600px){.woo-search-sc-panel{max-height:65vh;padding:10px;border-radius:4px}.woo-search-sc-item{padding:10px 10px}.woo-search-sc-suggestion{gap:10px}.woo-search-sc-thumb{width:56px;height:56px}.woo-search-sc-title{font-size:14px}.woo-search-sc-excerpt{font-size:12px;-webkit-line-clamp:2}.woo-search-sc-price{font-size:12px}.woo-search-sc-tag-row{padding-left:66px;margin-top:8px;gap:8px}.woo-search-sc-tag-img{width:24px;height:24px}.woo-search-sc-view-all{margin:10px -2px 0 -2px;padding:11px 12px}}@media (prefers-color-scheme:dark){.woo-search-sc-panel{background:var(--color-background,#20232a);color:var(--color-text,#f0f0f1);border-color:var(--color-border,#3a3f48);box-shadow:0 18px 40px rgb(0 0 0 / .45),0 2px 6px rgb(0 0 0 / .3)}.woo-search-sc-item:hover,.woo-search-sc-item:focus-within,.woo-search-sc-suggestion.is-active{background-color:rgb(255 255 255 / .06)}.woo-search-sc-item:has(.woo-search-sc-suggestion.is-active){background-color:rgb(255 255 255 / .08)}.woo-search-sc-thumb{background:rgb(255 255 255 / .06)}.woo-search-sc-thumb--empty{background:linear-gradient(135deg,rgb(255 255 255 / .04) 0%,rgb(255 255 255 / .1) 100%)}.woo-search-sc-title{color:var(--color-title,#fff)}.woo-search-sc-excerpt{color:var(--color-text-muted,#b6b9be)}.woo-search-sc-price{color:var(--color-text,#f0f0f1)}.woo-search-sc-price del{color:var(--color-text-muted,#888)}.woo-search-sc-view-all{color:var(--color-text,#f0f0f1);border-top-color:var(--color-border,#3a3f48)}.woo-search-sc-view-all:hover,.woo-search-sc-view-all:focus{background-color:rgb(255 255 255 / .06);color:var(--color-text,#fff)}.woo-search-sc-loading,.woo-search-sc-empty{color:var(--color-text-muted,#a7aaad)}.woo-search-sc-title mark,.woo-search-sc-excerpt mark{background:rgb(255 220 100 / .25);color:inherit}}:root{--color-background:#f5f4eb;--color-text:#394a78;--color-title:#000000;--color-accent-primary:#99c3b9;--color-accent-secondary:#ffffff;--color-accent-tertiary:#db5526;--color-text-muted:#686363;--color-alert:#EF0000;--color-button-bg:#99c3b9;--color-button-text:#3c4b75;--color-border:#e9ecef;--color-hover:rgba(153, 195, 185, 0.8);--color-shadow:rgba(0, 0, 0, 0.1);--font-body:'PTMonoWebRegular', 'Courier New', monospace;--font-heading:'Mindset', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-system:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;--font-serif:Georgia, 'Times New Roman', serif;--font-mono:'PTMonoWebRegular', 'Courier New', monospace;--font-bntillsdale:'BNTillsdale', Georgia, serif;--smallFontSize:14px;--baseFontSize:16px;--mediumFontSize:20px;--mediumSubtitleFontSize:16px;--bigFontSize:48px;--headingFontSize:54px;--subHeadingFontSize:36px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:var(--baseFontSize);line-height:1.6;color:var(--color-text);background-color:var(--color-background)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background-color:transparent!important;padding:20px 0;border-bottom:1px solid var(--color-border)}.site-header.has-accent-secondary-background-color,.site-header.has-background{background-color:transparent!important}.site-title{font-size:var(--mediumFontSize);margin:0}.site-title a{text-decoration:none;color:var(--color-title)}.main-navigation ul{list-style:none;display:flex;gap:20px;margin-top:10px}.main-navigation a{text-decoration:none;color:var(--color-text);padding:5px 10px}.main-navigation a:hover{background-color:var(--color-hover);border-radius:4px}body.sticky-header-enabled .site-header{position:relative;transition:all 0.3s ease}body.sticky-header-enabled .site-header.sticky-visible{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--color-background)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px rgb(0 0 0 / .1);transform:translateY(0);animation:slideDownFromTop 0.3s ease-out}body.sticky-header-enabled .site-header.sticky-visible .site-title{font-size:1.5rem;transition:font-size 0.3s ease}@keyframes slideDownFromTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}.site-main{min-height:60vh;padding:40px 0}.content-area{background-color:var(--color-accent-secondary)}.post{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.entry-title{font-size:1.5rem;margin-bottom:10px}.entry-title a{text-decoration:none;color:var(--color-title)}.entry-content{margin-top:15px}.site-footer{background-color:var(--color-text);color:var(--color-accent-secondary);text-align:center;padding:30px 0;margin-top:40px}.woocommerce .products{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:20px 0}.wc-block-cart__submit-button,.wc-block-cart__submit-button .wc-block-components-button__text,.wc-block-components-checkout-place-order-button,.wc-block-components-checkout-place-order-button .wc-block-components-button__text,.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{text-transform:uppercase}.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button{background-color:#99C3B9!important;color:#394A78!important;border:2px solid #394A78!important}.woocommerce .product{border:1px solid #e9ecef;padding:15px;text-align:center;border-radius:4px}.woocommerce .product img{max-width:100%;height:auto}.woocommerce .price{font-weight:700;color:#333;font-size:1.1rem}.woocommerce .button{background-color:#333;color:#fff;padding:10px 20px;text-decoration:none;border-radius:4px;display:inline-block;margin-top:10px}.woocommerce .button:hover{background-color:#555}.woocommerce-result-count{color:#394A78}@media (max-width:768px){.wp-block-group.is-layout-flex.is-nowrap{flex-wrap:wrap!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;padding-top:0.5rem!important;padding-bottom:0.5rem!important;margin-top:0!important;margin-bottom:0!important}.woocommerce .woocommerce-result-count,.woocommerce-result-count,p.woocommerce-result-count,.wc-block-product-results-count{display:block!important;text-align:left!important;width:100%!important;margin:0!important;padding:0!important;float:none!important;clear:both!important;order:1!important}.woocommerce .woocommerce-ordering,.woocommerce-ordering,form.woocommerce-ordering,.wp-block-cakeclub-product-sorting{display:block!important;text-align:right!important;width:100%!important;margin:0!important;padding:0!important;float:none!important;clear:both!important;order:2!important}.wp-block-cakeclub-product-sorting .product-sorting-container{justify-content:flex-end!important;display:flex!important;width:100%!important}.woocommerce-before-shop-loop,.woocommerce nav.woocommerce-pagination,.woocommerce .products+nav.woocommerce-pagination{display:flex!important;flex-direction:column!important;width:100%!important}.woocommerce-before-shop-loop>*{width:100%!important;display:block!important;float:none!important;clear:both!important}}.btn{display:inline-block;padding:12px 24px;text-decoration:none;border-radius:4px;font-family:var(--font-body);font-weight:600;text-align:center;transition:all 0.3s ease;border:2px solid #fff0}.btn-primary{background-color:var(--color-button-bg);color:var(--color-button-text)}.btn-primary:hover{background-color:var(--color-hover)}.btn-secondary{background-color:#fff0;color:var(--color-text);border:2px solid var(--color-text)}.btn-secondary:hover{background-color:var(--color-text);color:var(--color-accent-secondary)}.btn-outline{background-color:#fff0;color:#333;border:2px solid #333;padding:10px 20px}.btn-outline:hover{background-color:#333;color:#fff}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:60px 0;min-height:500px}.hero-content{padding:20px}.hero-title{font-family:var(--font-heading);font-size:3rem;margin-bottom:15px;color:var(--color-title)}.hero-subtitle{font-size:1.2rem;margin-bottom:30px;color:var(--color-text-muted)}.hero-buttons{display:flex;gap:15px;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.hero-placeholder{width:100%;height:400px;background-color:#f8f9fa;border:2px dashed #dee2e6;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#6c757d;font-style:italic}.featured-products{padding:80px 0;background-color:#f8f9fa}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-family:var(--font-heading);font-size:var(--subHeadingFontSize);margin-bottom:15px;color:var(--color-title)}.section-header p{font-size:var(--mediumSubtitleFontSize);color:var(--color-text-muted)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:40px}.section-cta{text-align:center}.about-section{padding:80px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-content h2{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:20px;color:var(--color-title)}.about-content>p{font-size:1.1rem;margin-bottom:40px;color:var(--color-text-muted)}.about-features{display:grid;gap:25px}.feature h4{font-family:var(--font-heading);font-size:1.2rem;margin-bottom:8px;color:var(--color-title)}.feature p{color:var(--color-text-muted);font-size:.95rem}.about-image{display:flex;justify-content:center;align-items:center}.about-placeholder{width:100%;height:350px;background-color:#f8f9fa;border:2px dashed #dee2e6;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#6c757d;font-style:italic}.cta-section{padding:80px 0;background-color:var(--color-accent-tertiary);color:var(--color-accent-secondary);text-align:center}.cta-content h2{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:15px}.cta-content p{font-size:1.1rem;margin-bottom:30px;color:rgb(255 255 255 / .9)}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.cta-section .btn-primary{background-color:var(--color-accent-secondary);color:var(--color-text)}.cta-section .btn-primary:hover{background-color:var(--color-background)}.cta-section .btn-secondary{color:var(--color-accent-secondary);border-color:var(--color-accent-secondary)}.cta-section .btn-secondary:hover{background-color:var(--color-accent-secondary);color:var(--color-text)}@media (max-width:768px){.site-header>.wp-block-group{position:relative}.site-header .wp-block-navigation{order:1}.site-header .wp-block-group:first-child{order:2;position:absolute;left:50%;transform:translateX(-50%)}.site-header .wp-block-site-title{margin:0;text-align:center}.site-header .custom-mini-cart-wrapper,.site-header .wp-block-cakeclub-custom-mini-cart{order:3;margin-left:auto}.site-header{padding:15px 0}.wp-block-navigation ul{gap:15px}.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content{display:none}.hero-section{grid-template-columns:1fr;text-align:center;padding:40px 0}.hero-title{font-size:2.5rem}.about-grid{grid-template-columns:1fr;gap:40px;text-align:center}.section-header h2,.about-content h2,.cta-content h2{font-size:2rem}.hero-buttons,.cta-buttons{justify-content:center}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.mobile-heading{font-size:2.5rem!important;padding-left:.5rem;padding-right:.5rem}}.woocommerce-cart .wp-block-post-title,.woocommerce-cart main .woocommerce,.woocommerce-checkout .wp-block-post-title,.woocommerce-checkout main .woocommerce{max-width:1280px}.site-footer,footer.wp-block-group{--footer-text-color:#ffffff;--footer-spacing:6px;--footer-list-spacing:12px;--footer-explore-spacing:4px;background:var(--color-background);--wp--style--block-gap:var(--footer-spacing)}.site-footer .wp-block-heading,.site-footer h3{font-family:var(--font-heading);color:var(--footer-text-color);margin-bottom:20px}.site-footer .wp-block-list{list-style:none;padding-left:0;margin:0}.site-footer .wp-block-list li{margin-bottom:var(--footer-list-spacing)}.site-footer .wp-block-list li:last-child{margin-bottom:0}.site-footer .wp-block-column:nth-child(1) .wp-block-list li{margin-bottom:var(--footer-explore-spacing)}.site-footer .wp-block-list a{color:var(--color-text);text-decoration:none;font-family:var(--font-body);font-size:var(--baseFontSize);transition:color 0.3s ease}.site-footer .wp-block-list a:hover{color:var(--color-accent-tertiary);text-decoration:underline}.site-footer .social-links a{font-weight:600}.site-footer .footer-logo{display:flex;align-items:flex-start;justify-content:flex-end}.site-footer .wp-block-site-logo img{max-width:120px;height:auto}.site-footer .wp-block-column:nth-child(3) *{color:var(--footer-text-color)}@media (max-width:768px){.site-footer .wp-block-columns,footer.wp-block-group .wp-block-columns,.wp-block-group.has-background .wp-block-columns{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto auto!important;gap:15px!important;margin:0!important;width:100%!important;padding:0!important}.site-footer .wp-block-column:nth-child(1),footer.wp-block-group .wp-block-column:nth-child(1),.wp-block-group.has-background .wp-block-column:nth-child(1){grid-column:1 / 2!important;grid-row:1 / 2!important;margin:0!important;padding:0!important;width:auto!important;flex:none!important;max-width:none!important;min-width:0!important}.site-footer .wp-block-column:nth-child(2),footer.wp-block-group .wp-block-column:nth-child(2),.wp-block-group.has-background .wp-block-column:nth-child(2){grid-column:2 / 3!important;grid-row:1 / 2!important;margin:0!important;padding:0!important;width:auto!important;flex:none!important;max-width:none!important;min-width:0!important}.site-footer .wp-block-column:nth-child(3),footer.wp-block-group .wp-block-column:nth-child(3),.wp-block-group.has-background .wp-block-column:nth-child(3){grid-column:1 / 3!important;grid-row:2 / 3!important;text-align:center!important;margin:0!important;padding:0!important;width:auto!important;flex:none!important;max-width:none!important;min-width:0!important}.site-footer .wp-block-column:nth-child(4),footer.wp-block-group .wp-block-column:nth-child(4),.wp-block-group.has-background .wp-block-column:nth-child(4){grid-column:1 / 3!important;grid-row:3 / 4!important;text-align:center!important;margin:0!important;padding:0!important;width:auto!important;flex:none!important;max-width:none!important;min-width:0!important}.site-footer .wp-block-column:nth-child(4) .wp-block-image{margin:0 auto!important}}@media (max-width:480px){.site-footer .wp-block-columns{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto auto!important;gap:15px!important;margin:0!important;width:100%!important}.site-footer .wp-block-column:nth-child(1){grid-column:1 / 2!important;grid-row:1 / 2!important;margin:0!important;padding:0!important}.site-footer .wp-block-column:nth-child(2){grid-column:2 / 3!important;grid-row:1 / 2!important;margin:0!important;padding:0!important}.site-footer .wp-block-column:nth-child(3){grid-column:1 / 3!important;grid-row:2 / 3!important;text-align:center!important;margin:0!important;padding:0!important}.site-footer .wp-block-column:nth-child(4){grid-column:1 / 3!important;grid-row:3 / 4!important;text-align:center!important;margin:0!important;padding:0!important}.site-footer .wp-block-column:nth-child(4) .wp-block-image{margin:0 auto!important}.site-footer .wp-block-heading{font-size:var(--mediumSubtitleFontSize)!important;color:var(--footer-text-color)!important;margin-bottom:15px!important}.site-footer .wp-block-list a,.site-footer .wp-block-list li{font-size:var(--smallFontSize)!important}}@media (max-width:768px){.product-details-column{padding-left:0rem!important}}body .wp-block-search__input,body .wp-block-search .wp-block-search__input,.wp-site-blocks .wp-block-search__input{border-radius:0!important;border:1px solid var(--color-border)!important;box-shadow:none!important}body .wp-block-search__button,body .wp-block-search .wp-block-search__button,.wp-site-blocks .wp-block-search__button{border-radius:0!important;border:1px solid var(--color-accent-primary)!important;box-shadow:none!important}body .wp-block-search__button,body .wp-block-search .wp-block-search__button,.wp-site-blocks .wp-block-search__button{background-color:#99C3B9!important;color:#394A78!important;border-color:#99C3B9!important}body .wp-block-search__button svg,body .wp-block-search .wp-block-search__button svg,.wp-site-blocks .wp-block-search__button svg{fill:currentColor;stroke:currentColor}body .wp-block-search,.wp-site-blocks .wp-block-search{border-radius:0!important}body .wp-block-search__inside-wrapper,.wp-site-blocks .wp-block-search__inside-wrapper{border-radius:0!important;border:none!important}.wp-block-group .wp-block-search,.wp-block-group .wp-block-search__input,.wp-block-group .wp-block-search__button{border-radius:0!important}.site-header-logo-only .header-menu-nav,.site-header-logo-only .header-menu-actions,.site-header-logo-only .header-menu-hamburger,.site-header-logo-only .header-menu-sidebar,.site-header-logo-only .header-menu-overlay,.site-header-logo-only .header-search-overlay,.site-header-logo-only .wp-block-cakeclub-scrolling-bar,.site-header-logo-only .scrolling-bar-wrapper,.site-header-logo-only .wp-block-navigation,.site-header-logo-only .wp-block-site-tagline{display:none!important}.site-header-logo-only .header-menu-container{justify-content:center}.site-header-logo-only .header-menu-logo{margin:0 auto}.wp-block-post-title:empty{display:none!important}body.search.search-initial .wp-block-query{display:none!important}body.search h1.wp-block-heading{font-size:2rem!important;line-height:1.1;font-weight:normal!important}.blog-card-grid{margin:0 auto;width:100%}.blog-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:box-shadow 0.3s ease,transform 0.3s ease;height:100%;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .1);transform:translateY(-2px)}.blog-card .wp-block-post-featured-image{margin:0}.blog-card .wp-block-post-featured-image img{width:100%;height:100%;object-fit:cover}.blog-card-image{aspect-ratio:16/9;overflow:hidden}.blog-card>.wp-block-group:last-child{flex:1;display:flex;flex-direction:column}.blog-card .wp-block-buttons{margin-top:auto}.single-post-header{margin-bottom:var(--wp--preset--spacing--large)}.post-meta{display:flex;gap:15px;flex-wrap:wrap;color:var(--color-text-muted);font-size:.9rem;margin:15px 0}.post-meta .wp-block-post-author__name,.post-meta .wp-block-post-date{margin:0}.post-featured-image{margin:var(--wp--preset--spacing--medium) 0;border-radius:8px;overflow:hidden}.post-featured-image img{width:100%;height:auto;border-radius:8px}.wp-block-post-content p{margin-bottom:1.5rem;line-height:1.8}.wp-block-post-content h2,.wp-block-post-content h3,.wp-block-post-content h4{margin-top:2rem;margin-bottom:1rem}.wp-block-post-content ul,.wp-block-post-content ol{margin-bottom:1.5rem;padding-left:2rem}.wp-block-post-content blockquote{border-left:4px solid var(--color-accent-primary);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--color-text-muted)}.wp-block-post-navigation-link{margin:1rem 0}.wp-block-post-navigation-link a{text-decoration:none;color:var(--color-text);transition:color 0.3s ease}.wp-block-post-navigation-link a:hover{color:var(--color-accent-tertiary)}.blog-sidebar{background:#f8f9fa;border-radius:8px;padding:var(--wp--preset--spacing--medium);position:sticky;top:2rem}.sidebar-section{margin-bottom:var(--wp--preset--spacing--medium)}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-accent-primary)}.blog-sidebar .wp-block-latest-posts{list-style:none;padding:0}.blog-sidebar .wp-block-latest-posts li{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.blog-sidebar .wp-block-latest-posts li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.blog-sidebar .wp-block-latest-posts a{text-decoration:none;color:var(--color-text);font-weight:600;transition:color 0.3s ease}.blog-sidebar .wp-block-latest-posts a:hover{color:var(--color-accent-tertiary)}.blog-sidebar .wp-block-latest-posts__post-date{display:block;font-size:.8rem;color:var(--color-text-muted);margin-top:.25rem}.blog-sidebar .wp-block-latest-posts__featured-image{margin-bottom:.5rem}.blog-sidebar .wp-block-latest-posts__featured-image img{border-radius:4px;width:100%;height:auto}.blog-sidebar .wp-block-categories{list-style:none;padding:0}.blog-sidebar .wp-block-categories li{margin-bottom:.75rem;padding-left:1rem;position:relative}.blog-sidebar .wp-block-categories li:before{content:"→";position:absolute;left:0;color:var(--color-accent-primary)}.blog-sidebar .wp-block-categories a{text-decoration:none;color:var(--color-text);transition:color 0.3s ease}.blog-sidebar .wp-block-categories a:hover{color:var(--color-accent-tertiary)}.blog-sidebar .wp-block-categories .count{color:var(--color-text-muted);font-size:.85rem}.blog-sidebar .wp-block-tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.blog-sidebar .wp-block-tag-cloud a{text-decoration:none;background:var(--color-accent-primary);color:var(--color-text);padding:.25rem .75rem;border-radius:4px;transition:all 0.3s ease;font-size:0.85rem!important}.blog-sidebar .wp-block-tag-cloud a:hover{background:var(--color-accent-tertiary);color:#fff}.blog-sidebar .wp-block-search__input{border-radius:4px;border:1px solid #dee2e6}.blog-sidebar .wp-block-search__button{background-color:var(--color-accent-primary);color:var(--color-text);border-radius:4px}.wp-block-post-comments{margin-top:var(--wp--preset--spacing--large);padding-top:var(--wp--preset--spacing--large);border-top:1px solid #e9ecef}.wp-block-post-comments h3{color:var(--color-title);margin-bottom:1.5rem}.wp-block-post-comments .comment-list{list-style:none;padding:0}.wp-block-post-comments .comment{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.wp-block-post-comments .comment-meta{margin-bottom:1rem;color:var(--color-text-muted)}.blog-page-main{padding-left:0.5rem!important;padding-right:0.5rem!important}@media (max-width:992px){.blog-card-grid .wp-block-post-template{grid-template-columns:repeat(2,1fr)!important}.wp-block-columns:has(.blog-sidebar){flex-direction:column}.wp-block-columns:has(.blog-sidebar) .wp-block-column{flex-basis:100%!important;width:100%!important}.blog-sidebar{position:static;margin-top:var(--wp--preset--spacing--large)}}@media (max-width:768px){.blog-card-grid .wp-block-post-template{grid-template-columns:1fr!important}.single-post-header .wp-block-post-title{font-size:2rem!important}.blog-card{margin-bottom:1rem}}.is-layout-flex>.wp-block-soulcountry-tag-badges{width:auto}/*! This file is auto-generated */
@font-face{font-display:swap;font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"),url(/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.woocommerce ul.products::before,.woocommerce ul.products li::before,.products::before,.products li::before,.cakeclub-product-card::before{display:none!important;content:none!important}.cakeclub-product-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.cakeclub-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgb(0 0 0 / .15);border-color:var(--accent-primary,#99c3b9)}.cakeclub-product-card .product-image-container{position:relative;overflow:hidden}.cakeclub-product-card .product-image{position:relative}.cakeclub-product-card .product-image img{width:100%;height:250px;object-fit:cover;transition:transform 0.3s ease}.cakeclub-product-card:hover .product-image img{transform:scale(1.05)}.cakeclub-product-card .onsale{position:absolute;top:15px;right:15px;background:#ff4757;color:#fff;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:2}.cakeclub-product-card .add_to_cart_button{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);background:var(--accent-primary,#99c3b9);color:#fff;border:none;padding:10px 20px;border-radius:25px;font-weight:600;text-decoration:none;opacity:0;transition:all 0.3s ease;font-size:14px}.cakeclub-product-card:hover .add_to_cart_button{opacity:1}.cakeclub-product-card .add_to_cart_button:hover{background:#85b3a9;transform:translateX(-50%) translateY(-2px)}.cakeclub-product-card .product-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.cakeclub-product-card .product-title-price{margin-bottom:15px}.cakeclub-product-card .woocommerce-loop-product__title{font-size:18px;font-weight:600;margin:0 0 8px 0;color:var(--title-color,#333);line-height:1.3}.cakeclub-product-card .woocommerce-loop-product__title:hover{color:var(--accent-primary,#99c3b9)}.cakeclub-product-card .price{font-size:16px;font-weight:700;color:var(--accent-primary,#99c3b9);margin:0}.cakeclub-product-card .price del{color:#999;font-weight:400;margin-right:8px}.cakeclub-product-card .product-details{margin-bottom:15px;flex-grow:1}.cakeclub-product-card .product-detail-item{display:flex;align-items:center;margin-bottom:6px;font-size:14px}.cakeclub-product-card .product-detail-item.description{flex-direction:column;align-items:flex-start;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.cakeclub-product-card .detail-label{font-weight:600;color:#666;margin-right:8px;min-width:60px}.cakeclub-product-card .detail-value{color:#333;line-height:1.4}.cakeclub-product-card .product-detail-item.description .detail-value{font-style:italic;color:#666;font-size:13px}.cakeclub-product-card .featured-badge{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#333;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:700;margin-top:auto;border:2px solid gold}.cakeclub-product-card .featured-star{margin-right:5px;font-size:14px}.cakeclub-product-card .star-rating{margin:5px 0;font-size:14px}@media (max-width:1200px) and (min-width:768px){.cakeclub-product-card,.wc-block-product,.wp-block-post{min-height:600px!important}.cakeclub-product-card .product-image img{height:280px}}@media (max-width:767px){.cakeclub-product-card .product-image img{height:200px}.cakeclub-product-card .product-content{padding:15px}.cakeclub-product-card .woocommerce-loop-product__title{font-size:16px}}.products-grid .cakeclub-product-card,.featured-products-grid .cakeclub-product-card{height:100%}.woocommerce ul.products .cakeclub-product-card{margin-bottom:30px}.woocommerce ul.products .cakeclub-product-card:hover{transform:translateY(-4px)}.woocommerce .product{border:none!important;padding:0!important;border-radius:0!important}.wc-block-product-gallery-large-image-next-previous__button{opacity:.5;transition:opacity 0.3s ease}.wc-block-product-gallery-large-image-next-previous__button:hover{opacity:.7}.wp-block-woocommerce-product-price{margin-block-start:0px!important}.woocommerce-product-gallery .flex-direction-nav a,.woocommerce-product-gallery .flex-control-nav a{width:50px!important;height:50px!important;border-radius:50%!important;border:none!important;background-color:#99c3b9!important;color:#394a78!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:2rem!important;line-height:1!important;font-weight:300!important;transition:all 0.3s ease!important;box-shadow:0 2px 10px rgb(0 0 0 / .15)!important;text-indent:0!important;opacity:1!important}.woocommerce-product-gallery .flex-direction-nav .flex-prev{left:0!important;margin-left:-25px!important;justify-content:flex-end!important;padding-right:8px!important}.woocommerce-product-gallery .flex-direction-nav .flex-next{right:0!important;margin-right:-25px!important;justify-content:flex-start!important;padding-left:8px!important}.woocommerce-product-gallery .flex-direction-nav .flex-prev::before{content:"‹"!important;font-size:2rem!important;line-height:1!important;transform:translateY(-2px)!important;display:block!important}.woocommerce-product-gallery .flex-direction-nav .flex-next::before{content:"›"!important;font-size:2rem!important;line-height:1!important;transform:translateY(-2px)!important;display:block!important}.woocommerce-product-gallery .flex-direction-nav a:hover{background-color:#db5526!important;color:#ffffff!important;transform:scale(1.1)!important;opacity:1!important}.woocommerce-product-gallery .flex-direction-nav a:focus{outline:2px solid #99c3b9!important;outline-offset:2px!important}.wc-block-next-previous-buttons__button{width:50px!important;height:50px!important;border-radius:50%!important;border:none!important;background-color:#99c3b9!important;color:#394a78!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all 0.3s ease!important;box-shadow:0 2px 10px rgb(0 0 0 / .15)!important;padding:0!important;position:absolute!important;top:50%!important;transform:translateY(calc(-50% + 5px))!important;z-index:22!important}.wc-block-next-previous-buttons__button:first-child{left:0!important;margin-left:-25px!important}.wc-block-next-previous-buttons__button:last-child{right:0!important;margin-right:-25px!important}.wc-block-next-previous-buttons__button[aria-disabled="false"]{cursor:pointer!important}.wc-block-next-previous-buttons__button[aria-disabled="true"]{opacity:0.5!important;cursor:not-allowed!important}.wc-block-next-previous-buttons__button:first-child .wc-block-next-previous-buttons__icon{margin-left:10px!important}.wc-block-next-previous-buttons__button:last-child .wc-block-next-previous-buttons__icon{margin-right:10px!important}.wc-block-next-previous-buttons__button:hover{background-color:#db5526!important;color:#ffffff!important;transform:translateY(calc(-50% + 5px)) scale(1.1)!important}.wc-block-next-previous-buttons__button:focus{outline:2px solid #99c3b9!important;outline-offset:2px!important}@media (max-width:768px){.woocommerce-product-gallery .flex-direction-nav a,.wc-block-next-previous-buttons__button{width:40px!important;height:40px!important;font-size:1.5rem!important}.woocommerce-product-gallery .flex-direction-nav .flex-prev{margin-left:-20px!important}.woocommerce-product-gallery .flex-direction-nav .flex-next{margin-right:-20px!important}}@media (prefers-reduced-motion:reduce){.woocommerce-product-gallery .flex-direction-nav a,.wc-block-next-previous-buttons__button{transition:none!important}}@media (prefers-contrast:high){.woocommerce-product-gallery .flex-direction-nav a,.wc-block-next-previous-buttons__button{background:#99c3b9!important;border:2px solid #394a78!important}}.mega-menu-dropdown{opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;pointer-events:none;position:absolute;top:100%;left:0;right:0;z-index:9999;padding-top:10px}.mega-menu-dropdown::before{content:'';position:absolute;top:0;left:0;right:0;height:10px;background:#fff0}.mega-menu-dropdown.active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.mega-menu-container{background:#fff;box-shadow:0 8px 25px rgb(0 0 0 / .15);border-radius:0 0 12px 12px;padding:40px 20px}.categories-section .section-title{font-size:18px;font-weight:700;color:#d2691e;margin:0 0 25px 0;text-transform:uppercase;letter-spacing:.5px}.category-column p{margin:8px 0}.category-column a{color:#d2691e;text-decoration:none;font-size:16px;font-weight:400;transition:all 0.3s ease;display:block;padding:4px 0}.category-column a:hover{color:#b8860b;transform:translateX(5px)}.filters-section .section-title{font-size:18px;font-weight:700;color:#333;margin:0 0 25px 0;text-transform:uppercase;letter-spacing:.5px}.dietary-filters{gap:15px!important}.filter-badge{padding:12px 16px;border-radius:25px;transition:all 0.3s ease;border:2px solid #fff0;cursor:pointer;min-height:50px;align-items:center!important}.filter-badge .badge-icon{font-size:10px;font-weight:700;letter-spacing:.5px;padding:6px 10px;border-radius:15px;color:#fff;margin:0 8px 0 0;min-width:80px;text-align:center}.filter-badge .badge-text{font-size:14px;font-weight:600;color:#333;margin:0}.filter-badge .badge-text a{color:#333;text-decoration:none}.filter-badge.vegan .badge-icon{background:#4a90e2}.filter-badge.gluten-free .badge-icon{background:#7b68ee}.filter-badge.nut-free .badge-icon{background:hotpink}.filter-badge.new .badge-icon{background:#ff4500}.filter-badge:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 0 0 / .1)}.filter-badge.vegan:hover{border-color:#4a90e2;background:rgb(74 144 226 / .1)}.filter-badge.gluten-free:hover{border-color:#7b68ee;background:rgb(123 104 238 / .1)}.filter-badge.nut-free:hover{border-color:hotpink;background:rgb(255 105 180 / .1)}.filter-badge.new:hover{border-color:#ff4500;background:rgb(255 69 0 / .1)}.promo-images{gap:15px!important;height:100%}.promo-item{flex:1;border-radius:8px;overflow:hidden;min-height:100px;padding:30px 20px;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.promo-item:hover{transform:scale(1.02)}.promo-item p{margin:0;font-weight:600;font-size:14px}.main-navigation .menu-item.has-mega-menu>a::after,.wp-block-navigation .wp-block-navigation-item.has-mega-menu .wp-block-navigation-item__content::after{content:'▼';font-size:10px;margin-left:8px;transition:transform 0.3s ease}.main-navigation .menu-item.has-mega-menu:hover>a::after,.main-navigation .menu-item.has-mega-menu.active>a::after,.wp-block-navigation .wp-block-navigation-item.has-mega-menu:hover .wp-block-navigation-item__content::after,.wp-block-navigation .wp-block-navigation-item.has-mega-menu.active .wp-block-navigation-item__content::after{transform:rotate(180deg)}@media (max-width:1024px){.mega-menu-container{padding:30px 15px}.mega-menu-content .wp-block-columns{flex-wrap:wrap}.categories-section{flex-basis:100%!important;margin-bottom:30px}.filters-section{flex-basis:50%!important}.promo-section{flex-basis:50%!important}.promo-images{flex-direction:row!important}.promo-item{min-height:80px;padding:20px 15px}}@media (max-width:768px){.mega-menu-dropdown{display:none!important}}.newsletter-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;opacity:0;transition:opacity 0.3s ease-in-out}.newsletter-popup.show{opacity:1}.newsletter-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(57 74 120 / .8);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.newsletter-popup-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-background,#f5f4eb);border-radius:12px;box-shadow:0 20px 40px rgb(0 0 0 / .3);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideInUp 0.4s ease-out}@keyframes slideInUp{from{transform:translate(-50%,-40%) scale(.95);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.newsletter-popup-close{position:absolute;top:15px;right:15px;background:#fff0;border:none;font-size:24px;color:var(--color-text-muted,#686363);cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s ease}.newsletter-popup-close:hover{background:var(--color-accent-tertiary,#db5526);color:#fff;transform:rotate(90deg)}.newsletter-popup-header{text-align:center;padding:40px 30px 20px;border-bottom:2px solid var(--color-accent-primary,#99c3b9);margin-bottom:30px}.newsletter-popup-header h2{font-family:var(--font-heading,'Mindset',sans-serif);font-size:2rem;color:var(--color-text,#394a78);margin:0 0 15px 0;line-height:1.2}.newsletter-popup-header p{font-family:var(--font-body,'PTMonoWebRegular',monospace);color:var(--color-text,#394a78);font-size:1rem;line-height:1.5;margin:0 0 15px 0}.newsletter-form{padding:0 30px 30px}.newsletter-form-group{margin-bottom:20px}.newsletter-form input[type="email"],.newsletter-form input[type="text"]{width:100%;padding:15px 20px;border:2px solid var(--color-border,#e9ecef);border-radius:8px;font-family:var(--font-body,'PTMonoWebRegular',monospace);font-size:1rem;background:#fff;color:var(--color-text,#394a78);transition:all 0.2s ease;box-sizing:border-box}.newsletter-form input[type="email"]:focus,.newsletter-form input[type="text"]:focus{outline:none;border-color:var(--color-accent-primary,#99c3b9);box-shadow:0 0 0 3px rgb(153 195 185 / .2)}.newsletter-form input::placeholder{color:var(--color-text-muted,#686363)}.newsletter-submit-btn{width:100%;padding:16px 24px;background:var(--color-accent-tertiary,#db5526);color:#fff;border:none;border-radius:8px;font-family:var(--font-body,'PTMonoWebRegular',monospace);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.newsletter-submit-btn:hover:not(:disabled){background:#c44a1f;transform:translateY(-2px);box-shadow:0 8px 20px rgb(219 85 38 / .3)}.newsletter-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.newsletter-submit-btn .btn-loading{display:inline-flex;align-items:center;gap:8px}.newsletter-submit-btn .btn-loading::after{content:'';width:16px;height:16px;border:2px solid #fff0;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.newsletter-message{margin-top:15px;text-align:center;font-family:var(--font-body,'PTMonoWebRegular',monospace)}.newsletter-message .success{color:#28a745;background:#d4edda;padding:12px;border-radius:6px;margin:0;border:1px solid #c3e6cb}.newsletter-message .error{color:#dc3545;background:#f8d7da;padding:12px;border-radius:6px;margin:0;border:1px solid #f5c6cb}.newsletter-popup-footer{text-align:center;padding:0 30px 30px;color:var(--color-text-muted,#686363);font-size:.85rem;font-family:var(--font-body,'PTMonoWebRegular',monospace)}@media (max-width:768px){.newsletter-popup-content{width:95%;margin:20px;max-height:calc(100vh - 40px)}.newsletter-popup-header{padding:30px 20px 20px}.newsletter-popup-header h2{font-size:1.6rem}.newsletter-form{padding:0 20px 20px}.newsletter-popup-footer{padding:0 20px 20px}.newsletter-form input[type="email"],.newsletter-form input[type="text"]{padding:12px 16px;font-size:16px}.newsletter-submit-btn{padding:14px 20px;font-size:1rem}}@media (max-width:480px){.newsletter-popup-header h2{font-size:1.4rem}.newsletter-popup-header p{font-size:.9rem}.newsletter-discount{font-size:.85rem;padding:10px 16px}}@media (prefers-contrast:high){.newsletter-popup-content{border:3px solid var(--color-title,#000000)}.newsletter-form input[type="email"],.newsletter-form input[type="text"]{border-width:3px}}@media (prefers-reduced-motion:reduce){.newsletter-popup{transition:none}.newsletter-popup-content{animation:none}.newsletter-popup-close:hover{transform:none}.newsletter-submit-btn:hover:not(:disabled){transform:none}.newsletter-submit-btn .btn-loading::after{animation:none}}@media (prefers-color-scheme:dark){.newsletter-popup-content{background:#2d3748;color:#e2e8f0}.newsletter-popup-header h2{color:#f7fafc}.newsletter-form input[type="email"],.newsletter-form input[type="text"]{background:#4a5568;border-color:#718096;color:#e2e8f0}.newsletter-form input::placeholder{color:#a0aec0}}.minimum-order-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:12px 15px;margin:15px 0;text-align:center}.minimum-order-text{color:#856404;font-size:14px;font-weight:500;margin:0;line-height:1.4}.woocommerce-mini-cart__buttons .checkout.wc-forward:disabled,.woocommerce-mini-cart__buttons .checkout.wc-forward.disabled{background:#e0e0e0!important;color:#999!important;cursor:not-allowed!important;opacity:.6;pointer-events:none}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-checkout:disabled,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-checkout.disabled,.wp-block-woocommerce-mini-cart .wc-block-mini-cart__footer a.disabled,.wc-block-mini-cart__footer-button.disabled{background:#e0e0e0!important;color:#999!important;cursor:not-allowed!important;opacity:0.6!important;pointer-events:none!important;text-decoration:none!important}.wc-block-mini-cart__footer a.disabled:hover,.wc-block-mini-cart__footer a.disabled:focus,.wc-block-mini-cart__footer-button.disabled:hover,.wc-block-mini-cart__footer-button.disabled:focus{background:#e0e0e0!important;color:#999!important;opacity:0.6!important}.minimum-order-progress{background:#f8f9fa;border-radius:10px;height:8px;margin:10px 0;overflow:hidden;position:relative}.minimum-order-progress-bar{background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#0abde3);height:100%;transition:width 0.3s ease;border-radius:10px}.widget_shopping_cart .minimum-order-notice,.woocommerce-mini-cart-item+.minimum-order-notice{margin-top:15px}.woocommerce-cart .minimum-order-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:15px 20px;margin:20px 0}.woocommerce-cart .minimum-order-text{color:#856404;font-size:16px;font-weight:500;margin:0;text-align:center}@media (max-width:768px){.minimum-order-notice{padding:10px 12px;margin:12px 0}.minimum-order-text{font-size:13px}}.scrolling-bar-wrapper{background-color:var(--wp--preset--color--accent-primary,#99c3b9);color:var(--wp--preset--color--text,#394a78)!important;overflow-x:auto;overflow-y:hidden;white-space:nowrap;position:relative;width:100vw!important;margin-left:calc(50% - 50vw)!important;padding:0;font-weight:normal!important;z-index:10;scrollbar-width:none;-ms-overflow-style:none}.scrolling-bar-wrapper::-webkit-scrollbar{display:none}.wp-block-cakeclub-scrolling-bar{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important;max-width:none!important;border:none!important}.wp-block-cakeclub-scrolling-bar.alignfull{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important}.scrolling-bar-content{height:100%;position:relative;width:100%;max-width:var(--wp--style--global--content-size,1200px);margin:0 auto;padding:0 10px;display:flex;align-items:center;gap:15px}.scrolling-bar-track-container{overflow-x:auto;overflow-y:hidden;flex:1;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.scrolling-bar-track-container::-webkit-scrollbar{display:none}.scroll-arrow{background:rgb(0 0 0 / .3);color:#fff;border:none;width:30px;height:30px;border-radius:4px;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:14px;transition:all 0.2s ease;flex-shrink:0}.scroll-arrow:hover{background:rgb(0 0 0 / .5);transform:scale(1.1)}.scroll-arrow:active{transform:scale(.95)}.scroll-arrow.visible{display:flex}.scroll-arrow.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.scrolling-bar-track{display:flex;align-items:center;justify-content:flex-start;gap:1rem;white-space:nowrap;width:max-content;min-width:100%;height:100%;padding-left:1rem;padding-right:1rem}.scrolling-bar-item{display:inline-block;white-space:nowrap;padding:0 .25rem;position:relative;color:var(--wp--preset--color--text,#394a78)!important;font-weight:normal!important}.scrolling-bar-item:not(:last-child)::after{content:" • ";position:absolute;right:-.75rem;top:50%;transform:translateY(-50%);opacity:.6}.scrolling-bar-link{color:var(--wp--preset--color--text,#394a78)!important;text-decoration:none;transition:opacity 0.2s ease;font-weight:normal!important}.scrolling-bar-link:hover{opacity:.8;text-decoration:underline}.scrolling-bar-link:focus{outline:2px solid rgb(255 255 255 / .5);outline-offset:2px;border-radius:2px}.scrolling-bar-wrapper.is-uppercase{text-transform:uppercase}.scrolling-bar-wrapper.is-uppercase .scrolling-bar-item,.scrolling-bar-wrapper.is-uppercase .scrolling-bar-link{text-transform:uppercase}.scrolling-bar-wrapper.is-bold{font-weight:700}.scrolling-bar-wrapper.is-bold .scrolling-bar-item,.scrolling-bar-wrapper.is-bold .scrolling-bar-link{font-weight:700!important}@media (max-width:768px){.scrolling-bar-content{gap:10px;padding:0 5px}.scroll-arrow{width:25px;height:25px;font-size:12px}.scrolling-bar-track{gap:.75rem;padding-left:.5rem;padding-right:.5rem}.scrolling-bar-item{padding:0 .2rem}.scrolling-bar-item:not(:last-child)::after{right:-.6rem}}@media (prefers-contrast:high){.scrolling-bar-wrapper{border-top:1px solid;border-bottom:1px solid}}@media (max-width:767px){.scrolling-bar-wrapper.hide-on-mobile{display:none!important}}@media (min-width:768px){.scrolling-bar-wrapper.hide-on-desktop{display:none!important}}.scrolling-bar-wrapper.has-text-color{color:var(--wp--preset--color--text,currentColor)}.scrolling-bar-wrapper.has-background{background-color:var(--wp--preset--color--background,currentColor)}.wp-block-editor .scrolling-bar-wrapper{position:relative}.wp-block-editor .scrolling-bar-wrapper::before{content:"Scrolling Bar (Preview - will animate on frontend)";position:absolute;top:-20px;left:0;font-size:11px;color:#666;font-style:italic}.notification-bar-wrapper{background-color:var(--wp--preset--color--accent-primary,#99c3b9);color:#000;position:relative;width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important;padding:8px 0;font-size:16px!important;font-weight:400!important;z-index:1000;text-align:center;border:none!important}.wp-block-cakeclub-notification-bar{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important;max-width:none!important;border:none!important}.wp-block-cakeclub-notification-bar.alignfull{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important}.notification-bar-content{max-width:var(--wp--style--global--content-size,1200px);margin:0 auto;padding:0 20px}.notification-bar-text,.notification-bar-link,.notification-bar-modal-trigger{color:inherit;font-size:16px!important;font-weight:400!important;text-decoration:none;display:inline-flex!important;align-items:center!important;justify-content:center;transition:opacity 0.2s ease;gap:8px}.notification-bar-text>.dashicons,.notification-bar-link>.dashicons,.notification-bar-modal-trigger>.dashicons,.notification-bar-text .dashicons,.notification-bar-link .dashicons,.notification-bar-modal-trigger .dashicons{font-size:18px!important;width:18px!important;height:18px!important;line-height:1!important;margin:0!important;padding:0!important;display:inline-block!important;text-decoration:none!important;vertical-align:middle!important}.notification-bar-text>.dashicons::before,.notification-bar-link>.dashicons::before,.notification-bar-modal-trigger>.dashicons::before,.notification-bar-text .dashicons::before,.notification-bar-link .dashicons::before,.notification-bar-modal-trigger .dashicons::before{line-height:1!important;vertical-align:text-bottom!important}.notification-bar-text .notification-icon,.notification-bar-link .notification-icon{font-size:16px;line-height:1;vertical-align:middle;margin-right:8px;display:inline-block}.notification-bar-link:hover{opacity:.8;text-decoration:underline}.notification-bar-link:focus{outline:2px solid rgb(255 255 255 / .5);outline-offset:2px;border-radius:2px}.notification-bar-wrapper.is-uppercase{text-transform:uppercase}.notification-bar-wrapper.is-uppercase .notification-bar-text,.notification-bar-wrapper.is-uppercase .notification-bar-link{text-transform:uppercase}.notification-bar-wrapper.is-bold{font-weight:700}.notification-bar-wrapper.is-bold .notification-bar-text,.notification-bar-wrapper.is-bold .notification-bar-link{font-weight:700!important}.notification-bar-wrapper[style*="text-align: left"] .notification-bar-content{text-align:left}.notification-bar-wrapper[style*="text-align: center"] .notification-bar-content{text-align:center}.notification-bar-wrapper[style*="text-align: right"] .notification-bar-content{text-align:right}@media (max-width:768px){.notification-bar-wrapper{font-size:14px!important;padding:10px 0}.notification-bar-text,.notification-bar-link{font-size:14px!important}.notification-bar-text .dashicons,.notification-bar-link .dashicons,.notification-bar-modal-trigger .dashicons{font-size:14px;margin-right:6px;width:14px;height:14px}.notification-bar-text .notification-icon,.notification-bar-link .notification-icon{font-size:14px;margin-right:6px}.notification-bar-content{padding:0 15px}}@media (prefers-contrast:high){.notification-bar-wrapper{border-top:1px solid;border-bottom:1px solid}}@media (max-width:767px){.notification-bar-wrapper.hide-on-mobile{display:none!important}}@media (min-width:768px){.notification-bar-wrapper.hide-on-desktop{display:none!important}}.notification-bar-wrapper.has-text-color .notification-bar-text,.notification-bar-wrapper.has-text-color .notification-bar-link{color:inherit!important}.notification-bar-wrapper.has-background{background-color:var(--wp--preset--color--background,currentColor)}.notification-bar-wrapper[style*="color:"] .notification-bar-text,.notification-bar-wrapper[style*="color:"] .notification-bar-link{color:inherit!important}.wp-block-editor .notification-bar-wrapper{position:relative}.wp-block-editor .notification-bar-wrapper::before{content:"Notification Bar (Static)";position:absolute;top:-20px;left:0;font-size:11px;color:#666;font-style:italic}.notification-bar-modal-trigger{background:none;border:none;color:inherit;font-size:16px!important;font-weight:400!important;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:opacity 0.2s ease;cursor:pointer;padding:0;line-height:inherit;font-family:inherit}.notification-bar-modal-trigger:hover{opacity:.8;text-decoration:underline}.notification-bar-modal-trigger:focus{outline:2px solid rgb(255 255 255 / .5);outline-offset:2px;border-radius:2px}.notification-bar-modal-trigger .dashicons{font-size:16px;line-height:1;vertical-align:middle;margin-right:8px;display:inline-block;width:16px;height:16px;text-decoration:none}.notification-bar-modal-trigger .notification-icon{font-size:16px;line-height:1;vertical-align:middle;margin-right:8px;display:inline-block}.notification-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.notification-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);backdrop-filter:blur(2px)}.notification-modal-container{position:relative;background:var(--wp--preset--color--background,var(--wp--preset--color--base,#ffffff));color:var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#000000));border-radius:8px;box-shadow:0 10px 30px rgb(0 0 0 / .3);max-width:600px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn 0.3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--wp--preset--color--secondary,#e1e1e1);background:var(--wp--preset--color--background,var(--wp--preset--color--base,#f8f9fa));opacity:.95}.notification-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#333))}.notification-modal-close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;padding:4px;color:var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#666));opacity:.7;transition:opacity 0.2s ease;border-radius:4px}.notification-modal-close:hover{opacity:1;background:var(--wp--preset--color--foreground,rgb(0 0 0 / .05));background-opacity:.05}.notification-modal-close:focus{outline:2px solid #007cba;outline-offset:2px}.notification-modal-body{padding:24px;overflow-y:auto;flex:1;line-height:1.6}.notification-modal-body h1,.notification-modal-body h2,.notification-modal-body h3,.notification-modal-body h4,.notification-modal-body h5,.notification-modal-body h6{margin-top:0;margin-bottom:.5em;color:var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#333))}.notification-modal-body p{margin-bottom:1em;color:var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#555));opacity:.9}.notification-modal-body p:last-child{margin-bottom:0}.notification-modal-body a{color:var(--wp--preset--color--primary,var(--wp--preset--color--link,#007cba));text-decoration:underline}.notification-modal-body a:hover{color:var(--wp--preset--color--primary,var(--wp--preset--color--link,#005a87));opacity:.8}.notification-modal-body ul,.notification-modal-body ol{margin-bottom:1em;padding-left:1.5em}.notification-modal-body img{max-width:100%;height:auto;border-radius:4px}@media (max-width:768px){.notification-modal{padding:10px}.notification-modal-container{max-height:90vh;border-radius:4px}.notification-modal-header{padding:16px 20px}.notification-modal-title{font-size:1.1rem}.notification-modal-body{padding:20px}.notification-bar-modal-trigger,.notification-bar-modal-trigger .dashicons,.notification-bar-modal-trigger .notification-icon{font-size:14px!important}.notification-bar-modal-trigger .dashicons{margin-right:6px;width:14px;height:14px}.notification-bar-modal-trigger .notification-icon{margin-right:6px}}@media (prefers-contrast:high){.notification-modal-container{border:2px solid var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#000))}.notification-modal-header{border-bottom-width:2px;border-bottom-color:var(--wp--preset--color--foreground,var(--wp--preset--color--contrast,#000))}}@media (prefers-reduced-motion:reduce){.notification-modal-container{animation:none}}.hero-slider-wrapper{position:relative;width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important;max-width:none!important;border:none!important;overflow:hidden}.wp-block-cakeclub-hero-slider{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important;max-width:none!important;border:none!important}.wp-block-cakeclub-hero-slider.alignfull{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:0!important}.hero-slider-container{position:relative;height:var(--slide-height,500px);overflow:hidden}.hero-slider-track{position:relative;height:100%;width:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 0.5s ease-in-out,visibility 0.5s ease-in-out;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slide.active{opacity:1;visibility:visible}.hero-slider-wrapper[data-ab-config] .hero-slide[data-ab-test-id]:not(.ab-resolved){opacity:0!important;visibility:hidden!important}.hero-slide-content{width:100%;max-width:var(--wp--style--global--content-size,1200px);margin:0 auto;padding:0 20px;z-index:2;position:relative;display:flex;align-items:center;gap:40px;min-height:100%}.hero-slide-text{flex:0 0 var(--text-width,50%);max-width:var(--text-width,50%)}.hero-slide-text.text-left{text-align:left}.hero-slide-text.text-center{text-align:center}.hero-slide-text.text-right{text-align:right}.hero-slide-text-container{width:100%}.hero-slide-text-container.align-left{margin-left:0;margin-right:auto}.hero-slide-text-container.align-center{margin-left:auto;margin-right:auto}.hero-slide-text-container.align-right{margin-left:auto;margin-right:0}.hero-slide-image{flex:1;display:flex;align-items:stretch;justify-content:stretch;min-height:100%;height:100%;position:relative;overflow:visible}.image-sprite{position:absolute;z-index:5;pointer-events:none;background:transparent!important;background-color:transparent!important}.image-sprite img{width:100%;height:auto;display:block;background:transparent!important;background-color:transparent!important;transform:rotate(var(--sprite-rotation,0deg))}@media (max-width:768px){.image-sprite{display:none!important}}.image-sprite .sprite-color-overlay{position:absolute;top:0;left:0;right:0;bottom:0;mix-blend-mode:multiply;pointer-events:none;transform:rotate(var(--sprite-rotation,0deg))}.hero-slide-image .image-sprite.sprite-top-left{top:10px!important;left:10px!important;right:auto!important;bottom:auto!important}.hero-slide-image .image-sprite.sprite-top-right{top:10px!important;right:10px!important;left:auto!important;bottom:auto!important}.hero-slide-image .image-sprite.sprite-middle-left{top:50%!important;left:10px!important;right:auto!important;bottom:auto!important;--sprite-translate-y:-50%}.hero-slide-image .image-sprite.sprite-middle-right{top:50%!important;right:10px!important;left:auto!important;bottom:auto!important;--sprite-translate-y:-50%}.hero-slide-image .image-sprite.sprite-bottom-left{top:calc(100% - 10px)!important;left:10px!important;right:auto!important;bottom:auto!important;--sprite-translate-y:-100%}.hero-slide-image .image-sprite.sprite-bottom-right{top:calc(100% - 10px)!important;right:10px!important;left:auto!important;bottom:auto!important;--sprite-translate-y:-100%}.hero-slide-image .image-sprite.sprite-bottom-center{top:calc(100% - 10px)!important;left:50%!important;right:auto!important;bottom:auto!important;--sprite-translate-x:-50%;--sprite-translate-y:-100%}.hero-slide-image .image-sprite{transform:translateX(var(--sprite-translate-x,0)) translateY(var(--sprite-translate-y,0))}.hero-slide-image .image-sprite.sprite-top-left.has-offset{top:calc(10px + var(--sprite-offset-top, 0px))!important;left:calc(10px + var(--sprite-offset-left, 0px))!important}.hero-slide-image .image-sprite.sprite-top-right.has-offset{top:calc(10px + var(--sprite-offset-top, 0px))!important;right:calc(10px - var(--sprite-offset-left, 0px))!important}.hero-slide-image .image-sprite.sprite-middle-left.has-offset{top:calc(50% + var(--sprite-offset-top, 0px))!important;left:calc(10px + var(--sprite-offset-left, 0px))!important}.hero-slide-image .image-sprite.sprite-middle-right.has-offset{top:calc(50% + var(--sprite-offset-top, 0px))!important;right:calc(10px - var(--sprite-offset-left, 0px))!important}.hero-slide-image .image-sprite.sprite-bottom-left.has-offset{top:calc(100% - 10px + var(--sprite-offset-top, 0px))!important;left:calc(10px + var(--sprite-offset-left, 0px))!important}.hero-slide-image .image-sprite.sprite-bottom-right.has-offset{top:calc(100% - 10px + var(--sprite-offset-top, 0px))!important;right:calc(10px - var(--sprite-offset-left, 0px))!important}.hero-slide-image .image-sprite.sprite-bottom-center.has-offset{top:calc(100% - 10px + var(--sprite-offset-top, 0px))!important;left:calc(50% + var(--sprite-offset-left, 0px))!important}.hero-slide-image img{height:var(--slide-height,500px);object-fit:fill;object-position:center}.hero-slide-image .desktop-image{display:block}.hero-slide-image .mobile-image{display:none}@media (max-width:767px){.hero-slide-image .desktop-image{display:none}.hero-slide-image .mobile-image{display:block}}.hero-slide-badge{position:absolute;z-index:10;max-width:120px;width:auto}.hero-slide-badge.badge-top-right{top:1.25rem;right:1.25rem}.hero-slide-badge.badge-bottom-right{bottom:1.25rem;right:1.25rem}.hero-slide-badge img{width:100%;height:auto;max-width:120px}.hero-slide-badge.badge-animation-fade-in{animation:badgeFadeIn 0.8s ease-out forwards}.hero-slide-badge.badge-animation-bounce-in{animation:badgeBounceIn 1s cubic-bezier(.68,-.55,.265,1.55) forwards}.hero-slide-badge.badge-animation-slide-in{animation:badgeSlideIn 0.6s ease-out forwards}.hero-slide-badge.badge-animation-zoom-in{animation:badgeZoomIn 0.6s ease-out forwards}@keyframes badgeFadeIn{from{opacity:0}to{opacity:1}}@keyframes badgeBounceIn{0%{opacity:0;transform:scale(.3) translateY(-50px)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{opacity:1;transform:scale(1)}}@keyframes badgeSlideIn{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes badgeZoomIn{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.hero-slide-subtitle{font-family:'BNTillsdale',serif;font-size:1.5rem;margin-bottom:0;opacity:.9;text-transform:none;letter-spacing:1px;font-weight:700}.hero-slide-heading-image{margin-bottom:15px;margin-left:auto;margin-right:auto}.hero-slide-heading-image img{width:100%;height:auto;display:block}.hero-slide-heading-image+.heading-image-title-three{margin-top:0}.hero-slide-title.heading-image-title-three{margin-bottom:20px}.hero-slide-title{font-family:var(--font-heading);font-size:3.5rem;line-height:1.2;margin-bottom:20px;font-weight:400}.hero-slide-title .title-line-one,.hero-slide-title .title-line-two,.hero-slide-title .title-line-three{line-height:inherit}.hero-slide-title .title-line-one[style*="background-color"],.hero-slide-title .title-line-two[style*="background-color"],.hero-slide-title .title-line-three[style*="background-color"]{padding:.1em .2em;display:inline-block;margin:.1em 0}.hero-slide-title .title-line-three.font-mindset{font-family:var(--font-heading)}.hero-slide-title .title-line-three.font-ptmono{font-family:var(--font-body)}.hero-slide-title .title-line-three.font-bntillsdale{font-family:'BNTillsdale',serif;font-weight:700}.hero-slide-title .title-line-three.font-bnrendallscript{font-family:'BNRendallScript',cursive;font-weight:400}.hero-slide-subtitle.font-mindset{font-family:var(--font-heading)}.hero-slide-subtitle.font-ptmono{font-family:var(--font-body)}.hero-slide-subtitle.font-bntillsdale{font-family:'BNTillsdale',serif;font-weight:700}.hero-slide-subtitle.font-bnrendallscript{font-family:'BNRendallScript',cursive;font-weight:400}.hero-slide-title .title-line-three.title-animation-twinkle{animation:titleTwinkle 2s ease-in-out infinite}.hero-slide-title .title-line-three.title-animation-pulse{animation:titlePulse 2s ease-in-out infinite}.hero-slide-title .title-line-three.title-animation-float{animation:titleFloat 3s ease-in-out infinite}.hero-slide-title .title-line-three.title-animation-wobble{animation:titleWobble 2s ease-in-out infinite}@keyframes titleTwinkle{0%,100%{opacity:1;text-shadow:0 0 0 #fff0}25%{opacity:.7;text-shadow:0 0 10px currentColor}50%{opacity:1;text-shadow:0 0 20px currentColor,0 0 30px currentColor}75%{opacity:.8;text-shadow:0 0 5px currentColor}}@keyframes titlePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes titleFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes titleWobble{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.hero-slide-title .title-line-three.title-speed-very-slow{animation-duration:4s!important}.hero-slide-title .title-line-three.title-speed-slow{animation-duration:3s!important}.hero-slide-title .title-line-three.title-speed-fast{animation-duration:1s!important}.hero-slide-title .title-line-three.title-speed-very-fast{animation-duration:0.5s!important}@media (prefers-reduced-motion:reduce){.hero-slide-title .title-line-three[class*="title-animation-"]{animation:none!important}}.hero-slide-divider{display:block;margin:20px 0;border:none;border-radius:1px}.hero-slide-text.text-left .hero-slide-divider{margin-left:0;margin-right:auto}.hero-slide-text.text-center .hero-slide-divider{margin-left:auto;margin-right:auto}.hero-slide-text.text-right .hero-slide-divider{margin-left:auto;margin-right:0}.hero-slide-text-container{position:relative;overflow:visible}.hero-slide-text{position:relative;overflow:visible}.hero-slide-text.has-text-bg{overflow:visible;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hero-slide-text.has-text-bg::before{content:'';position:absolute;top:0;left:-100vw;right:-40px;bottom:0;background-image:var(--text-bg-image);background-size:var(--text-bg-size,cover);background-position:var(--text-bg-position,center);background-repeat:no-repeat;opacity:var(--text-bg-opacity,1);z-index:0;pointer-events:none}.hero-slide-text.has-text-bg>.hero-slide-text-container{position:relative;z-index:1}.hero-slide-text.has-text-bg>.text-sprite{z-index:2}.hero-slide-text.has-text-bg>.text-area-bg-overlay{z-index:0}.text-sprite{position:absolute;z-index:5;pointer-events:none}.text-sprite img{width:100%;height:auto;display:block;transform:rotate(var(--sprite-rotation,0deg))}.text-sprite .sprite-color-overlay{position:absolute;top:0;left:0;right:0;bottom:0;mix-blend-mode:multiply;pointer-events:none;transform:rotate(var(--sprite-rotation,0deg))}.text-sprite.sprite-bottom-right{right:0;bottom:0}.text-sprite.sprite-bottom-left{left:0;bottom:0}.text-sprite.sprite-bottom-center{left:50%;bottom:0;transform:translateX(-50%)}.text-sprite.sprite-top-left{top:-30px;left:-30px;bottom:auto}.text-sprite.sprite-top-right{top:-30px;right:-30px;bottom:auto}.text-sprite.sprite-middle-left{top:50%;left:-30px;bottom:auto;transform:translateY(-50%)}.text-sprite.sprite-middle-right{top:50%;right:-30px;bottom:auto;transform:translateY(-50%)}.text-sprite.has-offset{--final-offset-top:var(--sprite-offset-top, 0px);--final-offset-left:var(--sprite-offset-left, 0px)}.text-sprite.sprite-top-left.has-offset{top:calc(-30px + var(--sprite-offset-top, 0px));left:calc(-30px + var(--sprite-offset-left, 0px))}.text-sprite.sprite-top-right.has-offset{top:calc(-30px + var(--sprite-offset-top, 0px));right:calc(-30px - var(--sprite-offset-left, 0px))}.text-sprite.sprite-middle-left.has-offset{top:calc(50% + var(--sprite-offset-top, 0px));left:calc(-30px + var(--sprite-offset-left, 0px))}.text-sprite.sprite-middle-right.has-offset{top:calc(50% + var(--sprite-offset-top, 0px));right:calc(-30px - var(--sprite-offset-left, 0px))}.text-sprite.sprite-bottom-left.has-offset{bottom:calc(0px - var(--sprite-offset-top, 0px));left:calc(0px + var(--sprite-offset-left, 0px))}.text-sprite.sprite-bottom-right.has-offset{bottom:calc(0px - var(--sprite-offset-top, 0px));right:calc(0px - var(--sprite-offset-left, 0px))}.text-sprite.sprite-bottom-center.has-offset{bottom:calc(0px - var(--sprite-offset-top, 0px));left:calc(50% + var(--sprite-offset-left, 0px))}.hero-slide-text.text-center .text-sprite.sprite-bottom-right{right:10%}.hero-slide-text.text-right .text-sprite.sprite-bottom-right{right:0}.hero-slide-text.text-left .text-sprite.sprite-bottom-right{right:0}.hero-slide-text.text-center .text-sprite.sprite-top-right{right:10%}.hero-slide-text.text-center .text-sprite.sprite-top-left{left:10%}.text-sprite.sprite-animation-fade-in img,.image-sprite.sprite-animation-fade-in img{animation:spriteFadeIn 0.8s ease-out forwards}@keyframes spriteFadeIn{from{opacity:0}to{opacity:1}}.text-sprite.sprite-animation-bounce-in img,.image-sprite.sprite-animation-bounce-in img{animation:spriteBounceIn 1s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes spriteBounceIn{0%{opacity:0;transform:rotate(var(--sprite-rotation,0deg)) scale(.3)}50%{opacity:1;transform:rotate(var(--sprite-rotation,0deg)) scale(1.1)}70%{transform:rotate(var(--sprite-rotation,0deg)) scale(.9)}100%{opacity:1;transform:rotate(var(--sprite-rotation,0deg)) scale(1)}}.text-sprite.sprite-animation-twinkle img,.image-sprite.sprite-animation-twinkle img{animation:spriteTwinkle 2s ease-in-out infinite}@keyframes spriteTwinkle{0%,100%{opacity:1;transform:rotate(var(--sprite-rotation,0deg)) scale(1);filter:brightness(1)}25%{opacity:.6;transform:rotate(var(--sprite-rotation,0deg)) scale(.95);filter:brightness(1.3)}50%{opacity:1;transform:rotate(var(--sprite-rotation,0deg)) scale(1.05);filter:brightness(1.5)}75%{opacity:.7;transform:rotate(var(--sprite-rotation,0deg)) scale(.98);filter:brightness(1.2)}}.text-sprite.sprite-animation-float img,.image-sprite.sprite-animation-float img{animation:spriteFloat 3s ease-in-out infinite}@keyframes spriteFloat{0%,100%{transform:rotate(var(--sprite-rotation,0deg)) translateY(0)}50%{transform:rotate(var(--sprite-rotation,0deg)) translateY(-10px)}}.text-sprite.sprite-animation-pulse img,.image-sprite.sprite-animation-pulse img{animation:spritePulse 2s ease-in-out infinite}@keyframes spritePulse{0%,100%{transform:rotate(var(--sprite-rotation,0deg)) scale(1)}50%{transform:rotate(var(--sprite-rotation,0deg)) scale(1.1)}}.text-sprite.sprite-animation-spin img,.image-sprite.sprite-animation-spin img{animation:spriteSpin 4s linear infinite}@keyframes spriteSpin{from{transform:rotate(calc(var(--sprite-rotation, 0deg) + 0deg))}to{transform:rotate(calc(var(--sprite-rotation, 0deg) + 360deg))}}.text-sprite.sprite-animation-wobble img,.image-sprite.sprite-animation-wobble img{animation:spriteWobble 2s ease-in-out infinite}@keyframes spriteWobble{0%,100%{transform:rotate(calc(var(--sprite-rotation, 0deg) + 0deg))}25%{transform:rotate(calc(var(--sprite-rotation, 0deg) - 5deg))}75%{transform:rotate(calc(var(--sprite-rotation, 0deg) + 5deg))}}.text-sprite.sprite-bottom-center.sprite-animation-float{animation:spriteFloatCenter 3s ease-in-out infinite}@keyframes spriteFloatCenter{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.text-sprite.sprite-bottom-center.sprite-animation-pulse{animation:spritePulseCenter 2s ease-in-out infinite}@keyframes spritePulseCenter{0%,100%{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.1)}}.text-sprite.sprite-bottom-center.sprite-animation-wobble{animation:spriteWobbleCenter 2s ease-in-out infinite}@keyframes spriteWobbleCenter{0%,100%{transform:translateX(-50%) rotate(0deg)}25%{transform:translateX(-50%) rotate(-5deg)}75%{transform:translateX(-50%) rotate(5deg)}}.text-sprite.sprite-bottom-center.sprite-animation-spin{animation:spriteSpinCenter 4s linear infinite}@keyframes spriteSpinCenter{from{transform:translateX(-50%) rotate(0deg)}to{transform:translateX(-50%) rotate(360deg)}}.text-sprite.sprite-bottom-center.sprite-animation-bounce-in{animation:spriteBounceInCenter 1s cubic-bezier(.68,-.55,.265,1.55) forwards}@keyframes spriteBounceInCenter{0%{opacity:0;transform:translateX(-50%) scale(.3)}50%{opacity:1;transform:translateX(-50%) scale(1.1)}70%{transform:translateX(-50%) scale(.9)}100%{opacity:1;transform:translateX(-50%) scale(1)}}.text-sprite.sprite-speed-very-slow img,.image-sprite.sprite-speed-very-slow img{animation-duration:4s!important}.text-sprite.sprite-speed-slow img,.image-sprite.sprite-speed-slow img{animation-duration:3s!important}.text-sprite.sprite-speed-fast img,.image-sprite.sprite-speed-fast img{animation-duration:1s!important}.text-sprite.sprite-speed-very-fast img,.image-sprite.sprite-speed-very-fast img{animation-duration:0.5s!important}.text-sprite.sprite-animation-spin.sprite-speed-very-slow img,.image-sprite.sprite-animation-spin.sprite-speed-very-slow img{animation-duration:8s!important}.text-sprite.sprite-animation-spin.sprite-speed-slow img,.image-sprite.sprite-animation-spin.sprite-speed-slow img{animation-duration:6s!important}.text-sprite.sprite-animation-spin.sprite-speed-fast img,.image-sprite.sprite-animation-spin.sprite-speed-fast img{animation-duration:2s!important}.text-sprite.sprite-animation-spin.sprite-speed-very-fast img,.image-sprite.sprite-animation-spin.sprite-speed-very-fast img{animation-duration:1s!important}@media (prefers-reduced-motion:reduce){.text-sprite[class*="sprite-animation-"] img,.image-sprite[class*="sprite-animation-"] img{animation:none!important}}.hero-slide-description{font-family:var(--font-body);line-height:1.6;margin-bottom:30px;opacity:.9}.hero-slide-description *,.hero-slide-description p,.hero-slide-description strong,.hero-slide-description em,.hero-slide-description span{color:inherit!important}.hero-slide-description a{color:inherit!important;text-decoration:underline}.hero-slide-description.font-size-small{font-size:var(--smallFontSize)}.hero-slide-description.font-size-base{font-size:var(--baseFontSize)}.hero-slide-description.font-size-medium{font-size:var(--mediumFontSize)}.hero-slide-description.font-size-large{font-size:1.2rem}.hero-slide-actions{margin-top:30px}.hero-slide-button{display:inline-block;padding:15px 30px;font-family:var(--font-body);font-size:var(--mediumFontSize);font-weight:600;text-decoration:none;border-radius:0;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer}.hero-slide-button.rounded{border-radius:6px}.hero-slide-button.font-mindset{font-family:var(--font-heading)}.hero-slide-button.font-ptmono{font-family:var(--font-body)}.hero-slide-button.font-bntillsdale{font-family:'BNTillsdale',serif;font-weight:700}.hero-slide-button:hover{background-color:var(--button-hover-bg,#7bb3a9)!important;color:var(--button-hover-text,#ffffff)!important;border-color:var(--button-hover-border,#ffffff)!important}.hero-slide-button.button-hover-twinkle:hover{animation:buttonTwinkle 0.8s ease-in-out infinite}.hero-slide-button.button-hover-pulse:hover{animation:buttonPulse 0.6s ease-in-out infinite}.hero-slide-button.button-hover-glow:hover{animation:buttonGlow 1s ease-in-out infinite}@keyframes buttonTwinkle{0%,100%{text-shadow:0 0 0 #fff0;opacity:1}25%{text-shadow:0 0 8px currentColor,0 0 12px currentColor;opacity:.85}50%{text-shadow:0 0 15px currentColor,0 0 25px currentColor;opacity:1}75%{text-shadow:0 0 5px currentColor;opacity:.9}}@keyframes buttonPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes buttonGlow{0%,100%{box-shadow:0 0 5px rgb(255 255 255 / .3);text-shadow:0 0 0 #fff0}50%{box-shadow:0 0 20px rgb(255 255 255 / .6),0 0 30px rgb(255 255 255 / .4);text-shadow:0 0 10px currentColor}}.hero-slide-button.button-hover-bubbles{position:relative;overflow:hidden;z-index:1;transition:color 0.5s,border-color 0.5s}.hero-slide-button.button-hover-bubbles .bubble-span{position:absolute;width:25%;height:100%;top:0;background-color:var(--bubble-color,var(--button-hover-bg,#7bb3a9));border-radius:50%;transform:translateY(150%);left:calc((var(--n) - 1) * 25%);transition:transform 0.5s,border-radius 0.5s;transition-delay:calc((var(--n) - 1) * 0.1s);z-index:-1;pointer-events:none}.hero-slide-button.button-hover-bubbles:hover{color:var(--button-hover-text,#ffffff)!important;border-color:var(--button-hover-border,#ffffff)!important;background-color:transparent!important}.hero-slide-button.button-hover-bubbles:hover .bubble-span{transform:translateY(0) scale(2)}@media (prefers-reduced-motion:reduce){.hero-slide-button[class*="button-hover-"]:hover{animation:none!important}.hero-slide-button.button-hover-bubbles .bubble-span{transition:none!important}.hero-slide-button.button-hover-bubbles:hover{background-color:var(--button-hover-bg,#7bb3a9)!important}.hero-slide-button.button-hover-bubbles:hover .bubble-span{transform:none!important}}.hero-slider-dots-container{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px}.hero-slider-progress-bar{width:100px;height:2px;background:rgb(255 255 255 / .3);border-radius:2px;overflow:hidden}.hero-slider-progress-fill{height:100%;width:0%;background:#FF5800;transition:none}.hero-slider-progress-fill.animating{animation:sliderProgressFill var(--progress-duration,5000ms) linear forwards}@keyframes sliderProgressFill{from{width:0%}to{width:100%}}.hero-slider-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:3;pointer-events:none;display:flex;justify-content:space-between}.hero-slider-prev,.hero-slider-next{width:50px;height:50px;border-radius:50%;border:none;background-color:#99c3b9;color:#394a78;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;font-weight:300;transition:all 0.3s ease;pointer-events:auto;box-shadow:0 2px 10px rgb(0 0 0 / .15)}.hero-slider-prev span,.hero-slider-next span{transform:translateY(-2px)}.hero-slider-prev{margin-left:-25px;justify-content:flex-end;padding-right:8px}.hero-slider-next{margin-right:-25px;justify-content:flex-start;padding-left:8px}.hero-slider-prev:hover,.hero-slider-next:hover{background-color:#db5526;color:#fff;transform:scale(1.1)}.hero-slider-prev:focus,.hero-slider-next:focus{outline:2px solid #99c3b9;outline-offset:2px}.hero-slider-dots{display:flex;gap:10px}.hero-slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgb(255 255 255 / .6);background:#fff0;cursor:pointer;transition:all 0.3s ease}.hero-slider-dot.active,.hero-slider-dot:hover{background:rgb(255 255 255 / .9);border-color:rgb(255 255 255 / .9)}.hero-slider-dot:focus{outline:2px solid rgb(255 255 255 / .8);outline-offset:2px}@media (max-width:768px){.hero-slide{height:var(--mobile-height,400px)}.hero-slide-image img{height:var(--mobile-height,400px)}.hero-slider-wrapper[style*="--mobile-height: auto"] .hero-slide{height:auto;min-height:400px}.hero-slider-wrapper[style*="--mobile-height: auto"] .hero-slide-image img{height:auto;min-height:400px}.hero-slide-content{flex-direction:column;gap:30px;padding:40px 15px}.hero-slide-text{flex:none;max-width:100%;text-align:center;order:2}.hero-slide-image{flex:none;min-height:250px;width:100%;order:1}.hero-slide-image img{height:var(--mobile-height,400px);max-height:none}.hero-slide-title{font-size:2.5rem}.hero-slide-subtitle{font-size:1.2rem}.hero-slide-description{font-size:1.1rem}.hero-slider-navigation{display:none}.hero-slider-dots-container{bottom:20px}.hero-slide-badge{max-width:80px}.hero-slide-badge.badge-top-right{top:.75rem;right:.75rem}.hero-slide-badge.badge-bottom-right{bottom:.75rem;right:.75rem}.hero-slide-badge img{max-width:80px}.hero-slider-dot{width:10px;height:10px}.hero-slide-text{padding:0 1rem 2rem 1rem!important}.hero-slide-text.has-text-bg::before{top:-50px;left:-20px;right:-20px}}@media (max-width:768px){.hero-slide-content{flex-direction:column!important}.hero-slide-image{order:1!important;width:100%!important;flex:none!important}.hero-slide-text{order:2!important;width:100%!important;max-width:100%!important;flex:none!important;text-align:center!important}.hero-slide-image .desktop-image{display:none!important}.hero-slide-image .mobile-image{display:block!important;width:100%!important}}@media (max-width:768px){.hero-slide-content{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}.hero-slide-image{width:100vw!important;margin-left:calc(50% - 50vw)!important}.hero-slide-image img{height:380px!important;width:100%!important;object-fit:cover!important;object-position:center}}@media (max-width:480px){.hero-slide-title{font-size:2rem}.hero-slide-button{padding:12px 24px;font-size:.9rem}}@media (max-width:767px){.hero-slider-wrapper.hide-on-mobile{display:none!important}}@media (min-width:768px){.hero-slider-wrapper.hide-on-desktop{display:none!important}}@media (prefers-reduced-motion:reduce){.hero-slide{transition:none}.hero-slider-prev,.hero-slider-next,.hero-slider-dot{transition:none}}@media (prefers-contrast:high){.hero-slider-prev,.hero-slider-next{background:#99c3b9;border:2px solid #394a78}.hero-slider-dot{border-color:#fff}.hero-slider-dot.active{background:#fff}}.editor-slide-indicator{position:absolute;bottom:10px;left:20px;background:rgb(0 0 0 / .7);color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;z-index:4}@media (max-width:768px){.hero-slider-wrapper{margin-top:0!important;margin-bottom:0!important}.hero-slider-container{height:var(--mobile-height,400px)!important;overflow:hidden!important;min-height:400px!important}.hero-slider-track{height:100%!important;width:100%!important}.hero-slide{position:absolute!important;height:100%!important;width:100%!important;top:0!important;left:0!important}.hero-slide-text-container{max-width:none!important}.hero-slide-text-container.align-left{margin-right:0!important}}.angled-two-panel-wrapper{position:relative;padding:60px 0;overflow:hidden}.angled-two-panel-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:60px;min-height:400px}.angled-two-panel-container.image-right{flex-direction:row-reverse}.angled-two-panel-image{flex:0 0 50%;display:flex;justify-content:center;align-items:center;perspective:1000px;position:relative}.angled-two-panel-image img{max-width:85%;height:auto;border-radius:0;box-shadow:0 20px 40px rgb(0 0 0 / .15);transition:transform 0.3s ease}.angled-two-panel-image:hover img{transform:rotate(var(--image-angle,-5deg)) scale(1.02)}.angled-two-panel-badge{position:absolute;top:10px;left:10px;z-index:10;max-width:107px}.angled-two-panel-badge img{width:100%;height:auto;box-shadow:none!important;transform:none!important}.angled-two-panel-content{flex:0 0 50%;max-width:500px}.angled-two-panel-subheading{font-family:var(--font-bntillsdale,'BNTillsdale',Georgia,serif);font-size:1rem;margin:0;opacity:.8;font-weight:700;line-height:1}.angled-two-panel-heading{font-family:var(--font-heading,Georgia,serif);font-size:2.5rem;line-height:1;margin:0 0 20px 0;font-weight:700;text-transform:uppercase;letter-spacing:normal}.angled-two-panel-text{font-family:var(--font-body,Arial,sans-serif);font-size:1.1rem;line-height:1.6;margin:0 0 30px 0;opacity:.9}.angled-two-panel-button-wrap{margin-top:30px}.angled-two-panel-button{display:inline-block;padding:15px 30px;font-family:var(--font-heading,Georgia,serif);font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;border-radius:0;transition:all 0.3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px rgb(0 0 0 / .2)}.angled-two-panel-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(0 0 0 / .3)}@media (max-width:768px){.mobile-heading{font-size:2.5rem!important;padding-left:.5rem;padding-right:.5rem;line-height:normal}.angled-two-panel-wrapper{padding:40px 0;overflow-x:hidden;width:100%;box-sizing:border-box}.angled-two-panel-container{flex-direction:column;gap:40px;text-align:center;min-height:auto;max-width:100%;padding:0 15px}.angled-two-panel-container.image-right{flex-direction:column}.angled-two-panel-image,.angled-two-panel-content{flex:none;max-width:100%}.angled-two-panel-image{order:2}.angled-two-panel-image img{max-width:100%;box-shadow:none;transform:rotate(0deg)!important}.angled-two-panel-badge{max-width:80px;top:15px;left:15px}.angled-two-panel-content{order:1;max-width:100%;width:100%;word-wrap:break-word;overflow-wrap:break-word}.angled-two-panel-heading{font-size:2rem;line-height:normal}.angled-two-panel-text{font-size:1rem}.angled-two-panel-button{padding:12px 24px;font-size:.9rem}}@media (max-width:480px){.angled-two-panel-wrapper{padding:30px 0}.angled-two-panel-container{padding:0 15px;gap:30px}.angled-two-panel-heading{font-size:1.8rem;line-height:normal}.angled-two-panel-image img{border-radius:0}}@keyframes slideInFromLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.angled-two-panel-container.image-left .angled-two-panel-image{animation:slideInFromLeft 0.8s ease-out}.angled-two-panel-container.image-left .angled-two-panel-content{animation:slideInFromRight 0.8s ease-out 0.2s both}.angled-two-panel-container.image-right .angled-two-panel-image{animation:slideInFromRight 0.8s ease-out}.angled-two-panel-container.image-right .angled-two-panel-content{animation:slideInFromLeft 0.8s ease-out 0.2s both}@media (prefers-reduced-motion:reduce){.angled-two-panel-image img,.angled-two-panel-button,.angled-two-panel-container.image-left .angled-two-panel-image,.angled-two-panel-container.image-left .angled-two-panel-content,.angled-two-panel-container.image-right .angled-two-panel-image,.angled-two-panel-container.image-right .angled-two-panel-content{animation:none;transition:none}.angled-two-panel-image:hover img{transform:rotate(var(--image-angle,-5deg))}}.straight-two-panel-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;box-sizing:border-box}.straight-two-panel-container{position:relative;min-height:400px;display:flex;align-items:center}.straight-two-panel-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;width:100%;position:relative;z-index:2}.straight-two-panel-inner .wp-block-columns{margin:0;padding:0;gap:0;display:flex;width:100%;min-height:400px;align-items:center}.straight-two-panel-inner .wp-block-column{flex:1 1 50%!important;padding:var(--column-padding-top,60px) var(--column-padding-right,40px) var(--column-padding-bottom,60px) var(--column-padding-left,40px);text-align:center;position:relative;margin:0!important;width:50%!important;max-width:50%!important;display:flex;flex-direction:column;justify-content:center;min-height:400px;flex-basis:50%!important}.straight-two-panel-inner .wp-block-column:not(:first-child){margin-left:0!important}.straight-two-panel-inner .wp-block-column:not(:last-child){margin-right:0!important}.straight-two-panel-content-left,.straight-two-panel-content-right{flex:1;padding:60px 40px;text-align:center;position:relative}.straight-two-panel-container::before{content:'';position:absolute;top:0;left:0;right:50%;bottom:0;background-color:var(--left-bg-color,#f8f9fa);z-index:1}.straight-two-panel-container::after{content:'';position:absolute;top:0;left:50%;right:0;bottom:0;background-color:var(--right-bg-color,#e3f2fd);z-index:1}.straight-two-panel-heading{font-family:var(--font-heading,Georgia,serif);font-size:2.5rem;line-height:1.2;margin:0 0 20px 0;font-weight:700;text-transform:uppercase;letter-spacing:normal}.straight-two-panel-text{font-family:var(--font-body,Arial,sans-serif);font-size:1.125rem;line-height:1.6;margin:0 0 30px 0;opacity:.9}.straight-two-panel-image{margin:30px 0;display:flex;justify-content:center}.straight-two-panel-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px rgb(0 0 0 / .1)}.straight-two-panel-button-wrap{margin-top:30px}.straight-two-panel-button{display:inline-block;padding:15px 30px;font-family:var(--font-heading,Georgia,serif);font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;border-radius:0;transition:all 0.3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px rgb(0 0 0 / .2);width:48%}.straight-two-panel-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(0 0 0 / .3)}@media (max-width:768px){.mobile-heading{font-size:2.5rem!important;padding-left:.5rem;padding-right:.5rem;line-height:normal}.straight-two-panel-wrapper{overflow-x:hidden;width:100%;box-sizing:border-box;position:static;left:auto;right:auto;margin-left:0;margin-right:0}.straight-two-panel-container{min-height:auto}.straight-two-panel-inner{flex-direction:column;padding:0 15px}.straight-two-panel-inner .wp-block-columns{flex-direction:column!important;min-height:auto}.straight-two-panel-inner .wp-block-column{padding:var(--column-padding-top,40px) var(--column-padding-right,20px) var(--column-padding-bottom,40px) var(--column-padding-left,20px);word-wrap:break-word;overflow-wrap:break-word;flex-basis:auto!important;width:100%!important;max-width:100%!important;min-height:auto}.straight-two-panel-content-left,.straight-two-panel-content-right{padding:40px 20px;word-wrap:break-word;overflow-wrap:break-word}.straight-two-panel-container::before{right:0;bottom:50%}.straight-two-panel-container::after{top:50%;left:0}.straight-two-panel-heading{font-size:2rem;line-height:normal}.straight-two-panel-text{font-size:1rem}.straight-two-panel-button{padding:12px 24px;font-size:.9rem}}@media (max-width:480px){.straight-two-panel-inner{padding:0 10px}.straight-two-panel-inner .wp-block-column{padding:var(--column-padding-top,30px) var(--column-padding-right,15px) var(--column-padding-bottom,30px) var(--column-padding-left,15px);width:100%!important;max-width:100%!important}.straight-two-panel-content-left,.straight-two-panel-content-right{padding:30px 15px}.straight-two-panel-heading{font-size:1.8rem;line-height:normal}.straight-two-panel-text{font-size:.9rem}.straight-two-panel-button{padding:10px 20px;font-size:.8rem}}@media (prefers-reduced-motion:reduce){.full-width-content-button{transition:none}.full-width-content-button:hover{transform:none}}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin:40px 0}.featured-products-grid .product{text-align:center;border:1px solid #ddd;border-radius:8px;padding:20px;background:#fff;transition:box-shadow 0.3s ease}.featured-products-grid .product:hover{box-shadow:0 4px 12px rgb(0 0 0 / .1)}.promo-badge-cta{position:relative;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.promo-badge-cta__overlay{position:relative;width:100%;padding:40px 0}.promo-badge-cta__inner{margin:0 auto;padding:0 20px;width:100%;display:flex;justify-content:flex-end;align-items:center}.promo-badge-cta__card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:24px 2rem;box-shadow:0 6px 24px rgb(0 0 0 / .12);overflow:visible}.promo-badge-cta__card--right{margin-left:auto}.promo-badge-cta__card--left{margin-right:auto}.promo-badge-cta__badge{position:absolute;left:-70px;top:10px;transform:translateY(-50%);z-index:2;width:100px;height:auto}.promo-badge-cta__badge img{display:block;width:100%;max-width:100px;height:auto;min-width:80px}.promo-badge-cta__heading{font-family:var(--wp--preset--font-family--bntillsdale);font-size:1.5rem;margin:0 0 8px 0}.promo-badge-cta__content{padding-top:30px;text-align:center;width:100%}.promo-badge-cta__content ol,.promo-badge-cta__content ul{text-align:left;margin:0;padding-left:1.5rem;width:100%;box-sizing:border-box}.promo-badge-cta__text{font-size:1rem;line-height:1.5}.promo-badge-cta__actions{margin-top:16px}.promo-badge-cta__button{display:inline-block;padding:12px 18px;text-decoration:none;font-weight:700;border-radius:3px;font-family:var(--wp--preset--font-family--mindset);font-size:1rem;border:1px solid;transition:all 0.3s ease}@media (min-width:1024px){.promo-badge-cta__overlay{padding:60px 0}.promo-badge-cta__card{padding:32px 2rem;gap:32px}.promo-badge-cta__badge{width:120px;left:-70px;top:10px}.promo-badge-cta__badge img{max-width:120px;min-width:100px}.promo-badge-cta__content{padding-top:30px}}@media (max-width:640px){.promo-badge-cta{display:flex;flex-direction:column;background-image:none!important;position:relative}.promo-badge-cta::before{content:'';display:block;width:100%;height:250px;background-size:cover;background-position:center;background-repeat:no-repeat}.promo-badge-cta__badge{position:absolute;top:-35px;right:15px;left:auto;transform:none;z-index:3;width:80px}.promo-badge-cta__badge img{max-width:80px;min-width:60px}.promo-badge-cta__overlay{padding:0;background:#fff}.promo-badge-cta__inner{padding:0;justify-content:center}.promo-badge-cta__card{flex-direction:column;margin:0;box-shadow:none;width:100%;max-width:none}.promo-badge-cta__content{padding-top:20px}}.customer-reviews{position:relative;width:100%;padding:60px 20px}.customer-reviews__container{max-width:1200px;margin:0 auto;width:100%}.customer-reviews__heading{font-family:var(--wp--preset--font-family--mindset);font-size:3rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;text-align:center;margin:0 0 60px 0;line-height:1.2;color:#394a78}.customer-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:start}.customer-reviews__item{display:flex;flex-direction:column;height:100%}.customer-reviews__quote{font-family:var(--wp--preset--font-family--ptmono);font-size:1rem;line-height:1.6;color:#394a78;margin:0 0 20px 0;font-style:normal;flex-grow:1;quotes:none}.customer-reviews__quote::before,.customer-reviews__quote::after{content:none}.customer-reviews__name-tag{background-color:#394a78;color:#fff;padding:8px 16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-family:var(--wp--preset--font-family--mindset);border-radius:2px;width:100%;margin-top:auto;box-sizing:border-box}@media (max-width:1024px) and (min-width:769px){.customer-reviews__grid{grid-template-columns:repeat(2,1fr);gap:30px}.customer-reviews__heading{font-size:2.5rem;margin-bottom:40px}}@media (max-width:768px){.customer-reviews{padding:40px 15px}.customer-reviews__heading{font-size:1.75rem;margin-bottom:30px;line-height:1.3}.customer-reviews__grid{display:flex;flex-direction:column;gap:30px}.customer-reviews__item{width:100%}.customer-reviews__quote{font-size:.9rem;margin-bottom:15px}.customer-reviews__name-tag{font-size:.7rem;padding:6px 12px}}@media (max-width:480px){.customer-reviews{padding:30px 10px}.customer-reviews__heading{font-size:1.5rem;margin-bottom:25px}.customer-reviews__grid{gap:25px}.customer-reviews__quote{font-size:.85rem;line-height:1.5}}.wp-block-editor .customer-reviews{border:1px dashed #ddd}.wp-block-editor .customer-reviews__grid{min-height:200px}.wp-block-editor .customer-reviews__item{border:1px solid #e0e0e0;padding:15px;border-radius:4px;background:rgb(255 255 255 / .5)}.customer-spotlight{position:relative;width:100%;padding:60px 20px;overflow:hidden}.customer-spotlight__container{max-width:1200px;margin:0 auto;display:flex;align-items:stretch;gap:50px}.customer-spotlight__images{position:relative;flex:0 0 45%;max-width:45%}.customer-spotlight__mosaic{display:flex;gap:12px;align-items:flex-start}.customer-spotlight__mosaic-col{display:flex;flex-direction:column;gap:12px}.customer-spotlight__mosaic-col--a{align-items:flex-end}.customer-spotlight__mosaic-col--b{align-items:flex-start}.customer-spotlight__mosaic-item{overflow:hidden;border-radius:4px}.customer-spotlight__mosaic-item img{width:100%;height:100%;object-fit:cover;display:block}.customer-spotlight__badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:120px;z-index:10;transition:transform 0.3s ease}.customer-spotlight__badge img{width:100%;height:100%;object-fit:contain;display:block}.customer-spotlight__mosaic:hover~.customer-spotlight__badge{transform:translate(-50%,-50%) scale(1.12) rotate(-8deg)}.customer-spotlight__content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;padding:20px 0}.customer-spotlight__heart{color:#db5526;font-size:1.5rem;margin-bottom:4px;line-height:1}.customer-spotlight__heart img{width:28px;height:auto;display:inline-block}.customer-spotlight__script-heading{font-family:'BNRendallScript',cursive;font-size:2.2rem;font-weight:400;margin:0 0 10px 0;line-height:1.2;text-transform:none;transform:rotate(-5deg);display:inline-block;color:#4C62A9!important}.customer-spotlight__main-heading{font-family:var(--wp--preset--font-family--mindset,'Mindset',sans-serif);font-size:3.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.05;margin:0 0 24px 0}.customer-spotlight__body{font-family:var(--wp--preset--font-family--ptmono,'PTMonoWebRegular',monospace);font-size:.95rem;line-height:1.7;margin:0 0 28px 0;max-width:440px;margin-left:auto;margin-right:auto}.customer-spotlight__quote{font-family:var(--wp--preset--font-family--bntillsdale,'BNTillsdale',serif);font-size:2rem;font-weight:500;line-height:1.25;margin:0 0 20px 0;font-style:normal;quotes:none;border:none;padding:0;max-width:500px;margin-left:auto;margin-right:auto}.customer-spotlight__quote::before,.customer-spotlight__quote::after{content:none}.customer-spotlight__attribution{font-family:var(--wp--preset--font-family--bntillsdale,'BNTillsdale',serif);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin:0}@media (max-width:1024px){.customer-spotlight__container{gap:30px}.customer-spotlight__main-heading{font-size:2.4rem}.customer-spotlight__script-heading{font-size:1.8rem}.customer-spotlight__badge{width:95px;height:95px}}@media (max-width:768px){.customer-spotlight{padding:40px 15px}.customer-spotlight__container{flex-direction:column;gap:30px}.customer-spotlight__images{flex:none;max-width:100%;width:100%}.customer-spotlight__mosaic{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;gap:10px}.customer-spotlight__mosaic-col{display:contents}.customer-spotlight__mosaic-item{flex:0 0 65%!important;width:65%!important;height:280px!important;scroll-snap-align:start}.customer-spotlight__badge{width:80px;height:80px;top:auto!important;bottom:-20px;left:-10px!important;transform:none}.customer-spotlight__content{padding:0}.customer-spotlight__main-heading{font-size:2rem}.customer-spotlight__script-heading{font-size:1.5rem}.customer-spotlight__body{font-size:.85rem}.customer-spotlight__quote{font-size:1.5rem}}@media (max-width:480px){.customer-spotlight{padding:30px 10px}.customer-spotlight__mosaic-item{flex:0 0 75%!important;width:75%!important;height:240px!important}.customer-spotlight__main-heading{font-size:1.6rem}.customer-spotlight__script-heading{font-size:1.3rem}.customer-spotlight__body{font-size:.8rem;line-height:1.6}.customer-spotlight__quote{font-size:1.3rem;line-height:1.3}.customer-spotlight__attribution{font-size:.65rem}.customer-spotlight__badge{width:70px;height:70px}}.blog-carousel-wrapper{position:relative;width:100%;padding:60px 0;background-color:var(--bg-color,#f5f4eb);overflow:hidden}.blog-carousel-container{max-width:var(--wp--style--global--content-size,1200px);margin:0 auto;padding:0 20px}.blog-carousel-title{font-family:var(--font-heading,'Mindset',sans-serif);font-size:2.5rem;font-weight:400;margin:0 0 40px 0;text-align:center;color:var(--title-color,#000000)}.blog-carousel-content{position:relative;overflow:hidden;margin-bottom:30px}.blog-carousel-track{display:flex;transition:transform 0.5s ease-in-out;gap:30px}.blog-carousel-wrapper.has-one-post .blog-carousel-track,.blog-carousel-wrapper.has-two-posts .blog-carousel-track{justify-content:center}.blog-carousel-slide{flex:0 0 calc(33.333% - 20px);min-width:calc(33.333% - 20px);background-color:var(--card-bg-color,#F1F1E8);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgb(0 0 0 / .05);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column}.blog-carousel-wrapper.has-one-post .blog-carousel-slide{flex:0 0 calc(33.333% - 20px);min-width:calc(33.333% - 20px)}.blog-carousel-wrapper.has-two-posts .blog-carousel-slide{flex:0 0 calc(33.333% - 20px);min-width:calc(33.333% - 20px)}.blog-carousel-wrapper.has-one-post .blog-carousel-navigation,.blog-carousel-wrapper.has-one-post .blog-carousel-dots,.blog-carousel-wrapper.has-two-posts .blog-carousel-navigation,.blog-carousel-wrapper.has-two-posts .blog-carousel-dots{display:none}.blog-carousel-slide:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .1)}.blog-carousel-image{position:relative;width:100%;height:250px;overflow:hidden;background-color:var(--color-border,#e9ecef)}.blog-carousel-image a{display:block;width:100%;height:100%}.blog-carousel-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.blog-carousel-slide:hover .blog-carousel-thumbnail{transform:scale(1.05)}.blog-carousel-post-content{padding:25px;display:flex;flex-direction:column;flex-grow:1}.blog-carousel-meta{display:flex;align-items:center;gap:15px;margin-bottom:15px;font-family:var(--font-body,'PTMonoWebRegular',monospace);font-size:.875rem;color:var(--text-color,#394a78);flex-wrap:wrap}.blog-carousel-category{font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--accent-color,#99c3b9)}.blog-carousel-date{color:var(--color-text-muted,#686363)}.blog-carousel-author{color:var(--color-text-muted,#686363)}.blog-carousel-post-title{font-family:var(--font-heading,'Mindset',sans-serif);font-size:1.5rem;font-weight:400;line-height:1.3;margin:0 0 15px 0;color:var(--title-color,#000000)}.blog-carousel-post-title a{text-decoration:none;color:inherit;transition:color 0.3s ease}.blog-carousel-post-title a:hover{color:var(--accent-color,#99c3b9)}.blog-carousel-excerpt{font-family:var(--font-body,'PTMonoWebRegular',monospace);font-size:.95rem;line-height:1.6;color:var(--text-color,#394a78);margin-bottom:20px;flex-grow:1}.blog-carousel-read-more{display:inline-flex;align-items:center;font-family:var(--font-body,'PTMonoWebRegular',monospace);font-size:.95rem;font-weight:600;color:var(--accent-color,#99c3b9);text-decoration:none;transition:transform 0.3s ease,color 0.3s ease}.blog-carousel-read-more:hover{color:var(--color-accent-tertiary,#db5526);transform:translateX(5px)}.blog-carousel-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.blog-carousel-prev,.blog-carousel-next{width:50px;height:50px;border-radius:50%;border:none;background-color:var(--accent-color,#99c3b9);color:var(--text-color,#394a78);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;font-weight:300;transition:all 0.3s ease;pointer-events:all;box-shadow:0 2px 10px rgb(0 0 0 / .15)}.blog-carousel-prev span,.blog-carousel-next span{transform:translateY(-2px)}.blog-carousel-prev{margin-left:-25px;justify-content:flex-end;padding-right:8px}.blog-carousel-next{margin-right:-25px;justify-content:flex-start;padding-left:8px}.blog-carousel-prev:hover,.blog-carousel-next:hover{background-color:var(--color-accent-tertiary,#db5526);color:#fff;transform:scale(1.1)}.blog-carousel-prev:focus,.blog-carousel-next:focus{outline:2px solid var(--accent-color,#99c3b9);outline-offset:2px}.blog-carousel-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px}.blog-carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--accent-color,#99c3b9);background-color:#fff0;cursor:pointer;transition:all 0.3s ease;padding:0}.blog-carousel-dot.active{background-color:var(--accent-color,#99c3b9);transform:scale(1.2)}.blog-carousel-dot:hover{background-color:var(--accent-color,#99c3b9);opacity:.7}.blog-carousel-dot:focus{outline:2px solid var(--accent-color,#99c3b9);outline-offset:2px}.blog-carousel-empty{text-align:center;padding:60px 20px;color:var(--color-text-muted,#686363);font-family:var(--font-body,'PTMonoWebRegular',monospace)}@media screen and (max-width:1024px){.blog-carousel-slide{flex:0 0 calc(50% - 15px);min-width:calc(50% - 15px)}.blog-carousel-title{font-size:2rem}}@media screen and (max-width:768px){.blog-carousel-wrapper{padding:40px 0}.blog-carousel-slide{flex:0 0 100%!important;min-width:100%!important;max-width:100%}.blog-carousel-wrapper.has-one-post .blog-carousel-slide,.blog-carousel-wrapper.has-two-posts .blog-carousel-slide{flex:0 0 100%!important;min-width:100%!important;max-width:100%}.blog-carousel-title{font-size:1.75rem;margin-bottom:30px}.blog-carousel-track{gap:0}.blog-carousel-wrapper.has-one-post .blog-carousel-track,.blog-carousel-wrapper.has-two-posts .blog-carousel-track{justify-content:flex-start!important}.blog-carousel-image{height:200px}.blog-carousel-post-content{padding:20px}.blog-carousel-post-title{font-size:1.25rem}.blog-carousel-prev,.blog-carousel-next{width:40px;height:40px;font-size:1.25rem}.blog-carousel-prev{margin-left:10px}.blog-carousel-next{margin-right:10px}}@media screen and (max-width:480px){.blog-carousel-container{padding:0 15px}.blog-carousel-title{font-size:1.5rem}.blog-carousel-image{height:180px}.blog-carousel-post-content{padding:15px}.blog-carousel-post-title{font-size:1.125rem}.blog-carousel-excerpt{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.blog-carousel-track,.blog-carousel-thumbnail,.blog-carousel-slide,.blog-carousel-prev,.blog-carousel-next,.blog-carousel-dot,.blog-carousel-read-more{transition:none}}.information-bar-wrapper{background-color:#f5f4eb;width:100%;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;padding-left:20px;padding-right:20px;box-sizing:border-box}.wp-block-cakeclub-information-bar{width:100%;max-width:none}.wp-block-cakeclub-information-bar.alignfull{width:100vw;margin-left:calc(50% - 50vw)}.information-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;justify-items:center;max-width:1400px;margin:0 auto;gap:0}.information-bar-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:20px 15px;min-height:120px}.information-bar-icon{width:100%;max-width:90%;max-height:36px;height:auto;margin-bottom:6px;object-fit:contain}.information-bar-title{font-family:'Mindset',cursive,sans-serif;font-size:2rem;font-weight:100;line-height:1.1;margin:0 0 10px 0;color:red;text-align:center}.information-bar-title+.information-bar-title2{margin-top:-6px}.information-bar-title2{font-family:'BNRendallScript',cursive,sans-serif;font-size:1.5rem;font-weight:100;line-height:1.1;margin:0 0 10px 0;color:red;text-align:center;transform:rotate(-5deg) translateY(-5px)}.information-bar-text{font-size:14px;line-height:1.4;color:red;width:100%;max-width:100%}.information-bar-text p{margin:0 0 5px 0}.information-bar-text p:last-child{margin-bottom:0}.information-bar-divider{display:none}@media (max-width:1024px){.information-bar-item{padding:15px 10px}.information-bar-icon{max-width:85%}.information-bar-title{font-size:1.75rem}.information-bar-title2{font-size:1.25rem}.information-bar-text{font-size:13px}}@media (max-width:768px){.information-bar-wrapper{padding:20px 15px}.information-bar-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto auto;gap:0;position:relative}.information-bar-divider{display:block}.information-bar-grid>.information-bar-item:nth-child(1){grid-column:1;grid-row:1}.information-bar-grid>.information-bar-item:nth-child(3){grid-column:3;grid-row:1}.information-bar-grid>.information-bar-item:nth-child(5){grid-column:1;grid-row:3}.information-bar-grid>.information-bar-item:nth-child(7){grid-column:3;grid-row:3}.information-bar-grid>.information-bar-divider:nth-child(2){grid-column:2;grid-row:1;width:1px;height:calc(100% + 1px);margin-top:8px;margin-bottom:0;border-left:1px dashed red;border-top:none;align-self:stretch}.information-bar-grid>.information-bar-divider:nth-child(4){grid-column:1 / -1;grid-row:2;width:100%;height:1px;border-left:none;border-top:1px dashed red}.information-bar-grid>.information-bar-divider:nth-child(6){grid-column:2;grid-row:3;width:1px;height:calc(100% + 1px);margin-top:0;margin-bottom:8px;border-left:1px dashed red;border-top:none;align-self:stretch}.information-bar-item{padding:20px 10px;min-height:100px}.information-bar-icon{max-width:80%;margin-bottom:10px}.information-bar-title{font-size:1.5rem}.information-bar-title2{font-size:1.1rem}.information-bar-text{font-size:12px}}@media (max-width:480px){.information-bar-wrapper{padding:15px 10px}.information-bar-item{padding:15px 5px;min-height:90px}.information-bar-icon{max-width:75%}.information-bar-title{font-size:1.25rem}.information-bar-title2{font-size:1rem}.information-bar-text{font-size:11px}}@media (prefers-contrast:high){.information-bar-divider{border-color:currentColor}}@media (prefers-reduced-motion:reduce){.information-bar-icon,.information-bar-item{transition:none}}.wp-block-cakeclub-logo-only-header.logo-only-header{display:block;width:100%;box-sizing:border-box;margin:0;padding-left:20px;padding-right:20px}.wp-block-cakeclub-logo-only-header.alignfull{width:100vw;margin-left:calc(50% - 50vw)}.logo-only-header-container{display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%}.logo-only-header-logo-link{display:inline-flex;align-items:center;line-height:0;text-decoration:none;border:none;box-shadow:none}.logo-only-header-logo-link:focus{outline:2px solid currentColor;outline-offset:4px}.logo-only-header-logo{display:block;width:auto;height:auto;max-width:100%}.logo-only-header-logo-single{width:var(--logo-w-desktop,180px)}.logo-only-header-logo-mobile{display:none}.logo-only-header-logo-desktop{display:block}@media (max-width:768px){.logo-only-header-logo-single{width:var(--logo-w-mobile,140px)}.logo-only-header-logo-desktop:not(.logo-only-header-logo-single){display:none}.logo-only-header-logo-mobile{display:block}}.staff-mosaic-slider-wrapper{overflow:hidden;position:relative;width:100%;height:var(--mosaic-height,300px);background-color:var(--mosaic-bg,transparent);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.staff-mosaic-slider-wrapper .staff-mosaic-slider-link{display:block;width:100%;height:100%;text-decoration:none;cursor:pointer}.staff-mosaic-slider-track{display:flex;align-items:stretch;height:100%;gap:var(--mosaic-gap,0);will-change:transform}.staff-mosaic-slider-item{flex:0 0 auto;height:100%;position:relative;overflow:visible}.staff-mosaic-slider-item>img{display:block;height:100%;width:auto;object-fit:cover;transition:none}.staff-mosaic-badge{position:absolute;pointer-events:none;height:auto;z-index:10;transition:scale 0.3s ease}.staff-mosaic-slider-item:hover>.staff-mosaic-badge{scale:1.15}.staff-mosaic-slider-wrapper.hide-on-mobile{display:block}.staff-mosaic-slider-wrapper.hide-on-desktop{display:none}@media (max-width:768px){.staff-mosaic-slider-wrapper{height:var(--mosaic-mobile-height,200px)}.staff-mosaic-slider-wrapper.hide-on-mobile{display:none}.staff-mosaic-slider-wrapper.hide-on-desktop{display:block}}.staff-image-mosaic-wrapper{position:relative;width:100%;max-width:100%;height:var(--mosaic-height,350px);background-color:var(--mosaic-bg,transparent);overflow:hidden}.staff-image-mosaic-wrapper.allow-overflow{overflow:visible}.staff-image-mosaic-wrapper .staff-image-mosaic-link{display:flex;width:100%;height:100%;text-decoration:none;cursor:pointer}.staff-image-mosaic-track{display:flex;align-items:center;justify-content:center;height:100%;width:100%;max-width:100%;gap:var(--mosaic-gap,0)}.staff-image-mosaic-item{flex:0 0 auto;height:100%;position:relative;overflow:visible;transition:scale 0.3s ease,filter 0.3s ease}.staff-image-mosaic-item:hover{scale:1.03;filter:brightness(1.08);z-index:3}.staff-image-mosaic-item>img{display:block;height:100%;width:auto;object-fit:cover}.staff-image-mosaic-item.polaroid{background:#fff;padding:8px;box-sizing:border-box;box-shadow:0 2px 8px rgb(0 0 0 / .15),0 1px 3px rgb(0 0 0 / .1)}.staff-image-mosaic-item.polaroid>img{height:100%}.staff-image-mosaic-badge-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.staff-image-mosaic-badge{position:absolute;pointer-events:none;height:auto;max-height:var(--badge-size);object-fit:contain;transition:scale 0.3s ease}.staff-image-mosaic-badge.is-hovered{scale:1.15}.staff-image-mosaic-overlay{position:absolute;bottom:0;left:0;z-index:15;padding:10px 20px;line-height:1.1;white-space:nowrap;pointer-events:auto;transform:rotate(-5deg);transform-origin:left bottom;border:1px solid red;cursor:pointer;text-decoration:none}.staff-image-mosaic-overlay::before{content:'';display:inline;transition:opacity 0.4s ease;opacity:0}a.staff-image-mosaic-overlay:hover,.staff-image-mosaic-overlay:hover{color:#FF0000!important;background-color:#FFFFFF!important;transition:color 0.6s ease,background-color 0.6s ease,border-color 0.6s ease}a.staff-image-mosaic-overlay:hover::before,.staff-image-mosaic-overlay:hover::before{content:'👉 ';opacity:1}@keyframes overlay-pulse{0%{transform:rotate(-5deg) scale(1)}50%{transform:rotate(-5deg) scale(1.06)}100%{transform:rotate(-5deg) scale(1)}}.staff-image-mosaic-overlay.is-pulsing{animation:overlay-pulse 1.4s ease-in-out infinite}.staff-image-mosaic-overlay.is-pulsing::before{content:'👉 ';opacity:1}.staff-image-mosaic-wrapper.hide-on-mobile{display:block}.staff-image-mosaic-wrapper.hide-on-desktop{display:none}@media (max-width:768px){.staff-image-mosaic-wrapper{height:auto;overflow:visible}.staff-image-mosaic-wrapper.allow-overflow{overflow:visible}.staff-image-mosaic-track{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;height:var(--mosaic-mobile-height,200px);gap:10px;padding:0 15px}.staff-image-mosaic-item{flex:0 0 65%;height:100%;overflow:hidden;scroll-snap-align:start;transform:none!important;margin-left:0!important}.staff-image-mosaic-item.polaroid{padding:0;box-shadow:none;background:none}.staff-image-mosaic-item>img{width:100%;height:100%;object-fit:cover;border-radius:4px}.staff-image-mosaic-item:hover{scale:1;filter:none;z-index:auto}.staff-image-mosaic-badge-layer{display:none}.staff-image-mosaic-overlay{position:relative;bottom:auto;left:auto;transform:none;transform-origin:center center;display:inline-block;margin:15px 15px 0;font-size:1.6rem!important}@keyframes overlay-pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}.staff-image-mosaic-wrapper.hide-on-mobile{display:none}.staff-image-mosaic-wrapper.hide-on-desktop{display:block}}@media (max-width:480px){.staff-image-mosaic-track{height:var(--mosaic-mobile-height,180px)}.staff-image-mosaic-item{flex:0 0 75%}.staff-image-mosaic-overlay{font-size:1.3rem!important;padding:8px 16px}}.cakeclub-best-sellers{position:relative}.cakeclub-best-sellers__grid,.cakeclub-best-sellers__grid--layout-grid{display:grid;grid-template-columns:repeat(var(--best-sellers-columns,3),1fr);gap:30px;list-style:none;margin:0 0 30px;padding:0;transition:opacity 0.3s ease}.cakeclub-best-sellers__grid--layout-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0 0 30px;padding:0;transition:opacity 0.3s ease}.cakeclub-best-sellers__grid--layout-list>.cakeclub-best-sellers__item{display:flex;gap:20px;align-items:center}.cakeclub-best-sellers__grid--layout-list .wp-block-soulcountry-product-template{width:100%}.cakeclub-best-sellers--loading .cakeclub-best-sellers__grid{opacity:.4;pointer-events:none}.cakeclub-best-sellers__carousel{position:relative}.cakeclub-best-sellers__carousel .cakeclub-best-sellers__grid{margin-bottom:0}.cakeclub-best-sellers--align-buttons .cakeclub-best-sellers__item{display:flex;flex-direction:column}.cakeclub-best-sellers--align-buttons .cakeclub-best-sellers__item>.wp-block-soulcountry-product-template{display:flex;flex-direction:column;flex:1 1 auto}.cakeclub-best-sellers--align-buttons .cakeclub-best-sellers__item .product-parent-wrapper{display:flex;flex-direction:column;flex:1 1 auto}.cakeclub-best-sellers--align-buttons .cakeclub-best-sellers__item .add-to-cart-wrapper,.cakeclub-best-sellers--align-buttons .cakeclub-best-sellers__item .wp-block-button,.cakeclub-best-sellers--align-buttons .cakeclub-best-sellers__item .add-to-basket{margin-top:auto}.cakeclub-best-sellers__no-results{padding:2em 1em;text-align:center;color:var(--color-text-muted,#666)}.cakeclub-best-sellers__arrow{position:absolute;top:var(--bs-arrow-center-y,35%);transform:translateY(-50%);z-index:3;width:50px;height:50px;border-radius:50%;border:none;background-color:#99c3b9;color:#394a78;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;font-weight:300;font-family:inherit;padding:0;box-shadow:0 2px 10px rgb(0 0 0 / .15);transition:background-color 0.3s ease,color 0.3s ease,transform 0.3s ease,opacity 0.3s ease}.cakeclub-best-sellers__arrow span{transform:translateY(-2px);display:inline-block}.cakeclub-best-sellers__arrow--prev{left:-30px;padding-right:8px}.cakeclub-best-sellers__arrow--next{right:-30px;padding-left:8px}.cakeclub-best-sellers__arrow:hover:not(:disabled){background-color:#db5526;color:#fff;transform:translateY(-50%) scale(1.1)}.cakeclub-best-sellers__arrow:focus{outline:2px solid #99c3b9;outline-offset:2px}.cakeclub-best-sellers__arrow:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}@media (max-width:900px){.cakeclub-best-sellers__grid--layout-grid,.cakeclub-best-sellers__grid{grid-template-columns:repeat(2,1fr);gap:20px}.cakeclub-best-sellers__arrow{width:42px;height:42px;font-size:1.6rem}.cakeclub-best-sellers__arrow--prev{left:-16px}.cakeclub-best-sellers__arrow--next{right:-16px}}@media (max-width:550px){.cakeclub-best-sellers__grid--layout-grid,.cakeclub-best-sellers__grid{grid-template-columns:1fr;gap:16px}.cakeclub-best-sellers__grid--layout-list>.cakeclub-best-sellers__item{flex-direction:column;align-items:stretch}.cakeclub-best-sellers__arrow{display:none}}.staff-mosaic-mini-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;position:relative;padding:20px 0}.staff-mosaic-mini-photos{display:flex;justify-content:center;align-items:flex-start;position:relative;width:100%;height:var(--smm-height,320px)}.staff-mosaic-mini-polaroid{position:relative;width:var(--smm-photo-width,180px);background:#fff;padding:10px 10px 40px 10px;box-shadow:0 3px 6px rgb(0 0 0 / .25);flex-shrink:0;transition:transform 0.3s ease,z-index 0s;cursor:default}.staff-mosaic-mini-polaroid:hover{transform:scale(1.05) rotate(0deg)!important;z-index:10!important}.staff-mosaic-mini-polaroid>img{width:100%;display:block;aspect-ratio:auto}.staff-mosaic-mini-name{position:absolute;bottom:12px;left:0;width:100%;text-align:center;font-family:var(--smm-name-font,monospace);font-size:var(--smm-name-size,16px);color:#333;pointer-events:none}.staff-mosaic-mini-button-wrap{display:flex;justify-content:center;margin-top:-4px;position:relative;z-index:11}.staff-mosaic-mini-button{display:inline-block;padding:12px 15px;text-decoration:none;text-align:center;box-shadow:0 3px 6px rgb(0 0 0 / .25);border:none;transition:opacity 0.3s ease,transform 0.2s ease}.staff-mosaic-mini-button:hover{opacity:.9;transform:translateY(-1px);color:inherit;text-decoration:none}.staff-mosaic-mini-wrapper.hide-on-mobile{display:flex}.staff-mosaic-mini-wrapper.hide-on-desktop{display:none}@media (max-width:768px){.staff-mosaic-mini-photos{display:block;columns:2;column-gap:12px;height:auto;padding:10px 15px}.staff-mosaic-mini-polaroid{width:100%;break-inside:avoid;margin-bottom:12px;transform:none!important;margin-left:0!important;margin-top:0!important;padding:6px 6px 30px 6px}.staff-mosaic-mini-polaroid:hover{transform:none!important}.staff-mosaic-mini-name{font-size:13px;bottom:8px}.staff-mosaic-mini-button{font-size:16px!important}.staff-mosaic-mini-wrapper.hide-on-mobile{display:none}.staff-mosaic-mini-wrapper.hide-on-desktop{display:flex}}@media (max-width:480px){.staff-mosaic-mini-photos{column-gap:8px;padding:10px 10px}.staff-mosaic-mini-polaroid{margin-bottom:8px;padding:5px 5px 26px 5px}.staff-mosaic-mini-button{font-size:14px!important;padding:10px 12px}}.wp-block-cakeclub-product-sorting{margin:1rem 0;font-family:'Mindset','Arial',sans-serif}.product-sorting-container{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sorting-label{font-size:1.2rem;color:#EB540D;font-weight:500;white-space:nowrap}.product-sorting-form{display:flex;align-items:center}.custom-sorting-dropdown{position:relative;min-width:200px;cursor:pointer;font-family:'Mindset','Arial',sans-serif}.custom-sorting-selected{padding:8px 30px 8px 12px;background-color:#fff0;font-size:1.2rem;color:#EB540D;cursor:pointer;user-select:none;display:flex;align-items:center;justify-content:space-between;transition:opacity 0.2s ease}.custom-sorting-selected:hover{opacity:.8}.custom-sorting-arrow{font-size:.8rem;margin-left:8px;transition:transform 0.2s ease}.custom-sorting-dropdown.open .custom-sorting-arrow{transform:rotate(180deg)}.custom-sorting-options{position:absolute;top:100%;left:0;right:0;background-color:#f5f4eb;border:1px solid #EB540D;box-shadow:0 4px 8px rgb(0 0 0 / .1);max-height:0;overflow:hidden;opacity:0;z-index:1000;transition:max-height 0.3s ease,opacity 0.2s ease}.custom-sorting-dropdown.open .custom-sorting-options{max-height:400px;opacity:1}.custom-sorting-option{padding:10px 12px;font-size:1.2rem;color:#394A78;background-color:#f5f4eb;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease;font-family:'Mindset','Arial',sans-serif}.custom-sorting-option:hover{background-color:#EB540D;color:#fff}.custom-sorting-option.active{background-color:#f5f4eb;color:#EB540D;font-weight:500}.custom-sorting-option.active:hover{background-color:#EB540D;color:#fff}.custom-sorting-dropdown:focus{outline:none}.custom-sorting-dropdown:focus-visible .custom-sorting-selected{box-shadow:0 0 0 2px rgb(235 84 13 / .3)}.wp-block-cakeclub-product-sorting.has-text-align-left .product-sorting-container{justify-content:flex-start}.wp-block-cakeclub-product-sorting.has-text-align-center .product-sorting-container{justify-content:center}.wp-block-cakeclub-product-sorting.has-text-align-right .product-sorting-container{justify-content:flex-end}@media (max-width:768px){.product-sorting-container{flex-direction:row;align-items:center;gap:8px;justify-content:flex-end}.wp-block-cakeclub-product-sorting.has-text-align-left .product-sorting-container{justify-content:flex-end}.wp-block-cakeclub-product-sorting.has-text-align-center .product-sorting-container{justify-content:flex-end}.custom-sorting-dropdown{min-width:auto;max-width:300px}.sorting-label{white-space:nowrap}}@media (prefers-contrast:high){.custom-sorting-selected{border:2px solid #000}.custom-sorting-dropdown:focus-visible .custom-sorting-selected{border-color:#000;box-shadow:0 0 0 3px rgb(0 0 0 / .3)}.custom-sorting-options{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.custom-sorting-selected,.custom-sorting-arrow,.custom-sorting-options,.custom-sorting-option{transition:none}}.wp-block-cakeclub-product-sale-info{display:flex;align-items:center;gap:8px;padding:10px 14px 10px 0;font-weight:700;font-size:14px;line-height:1.2;margin:8px 0;transition:all 0.3s ease;text-decoration:none;text-align:left;justify-content:flex-start;width:fit-content;background-color:#fff0;color:#AD949C}.wp-block-cakeclub-product-sale-info .sale-info-icon{font-size:16px;flex-shrink:0}.wp-block-cakeclub-product-sale-info .sale-info-text{line-height:1.2}.wp-block-cakeclub-product-sale-info.has-text-align-left{text-align:left;justify-content:flex-start}.wp-block-cakeclub-product-sale-info.has-text-align-center{text-align:center;justify-content:center}.wp-block-cakeclub-product-sale-info.has-text-align-right{text-align:right;justify-content:flex-end}@media (max-width:768px){.wp-block-cakeclub-product-sale-info{font-size:13px;padding:10px 14px 10px 0}.wp-block-cakeclub-product-sale-info .sale-info-icon{font-size:14px}}.woocommerce .wp-block-cakeclub-product-sale-info{margin:10px 0}.single-product .wp-block-cakeclub-product-sale-info{margin:15px 0}.wp-block-cakeclub-product-sale-info.is-style-subtle{background-color:#f8f9fa!important;color:#666!important;border:2px solid #e9ecef}.wp-block-cakeclub-product-sale-info.is-style-outline{background-color:transparent!important;border:2px solid currentColor}.wp-block-cakeclub-product-badges{display:flex;align-items:center;flex-wrap:wrap;margin:4px 0}.wp-block-cakeclub-product-badges .product-badge-image{height:100%;width:auto;flex-shrink:0;object-fit:contain;display:block;transition:opacity 0.2s ease}.wp-block-cakeclub-product-badges .product-badge-image:hover{opacity:.85}.wp-block-cakeclub-product-badges .product-badge-wrap{position:relative;display:inline-flex;height:100%;flex-shrink:0;cursor:default}.wp-block-cakeclub-product-badges .product-badge-popup{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#333;color:#fff;font-size:13px;line-height:1.4;padding:8px 12px;border-radius:6px;white-space:normal;min-width:140px;max-width:260px;width:max-content;text-align:center;box-shadow:0 4px 12px rgb(0 0 0 / .15);pointer-events:none;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease;z-index:100}.wp-block-cakeclub-product-badges .product-badge-popup::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid #fff0;border-top-color:#333}.wp-block-cakeclub-product-badges .product-badge-popup.is-visible{opacity:1;visibility:visible}.wp-block-cakeclub-product-badges.has-text-align-left{justify-content:flex-start}.wp-block-cakeclub-product-badges.has-text-align-center{justify-content:center}.wp-block-cakeclub-product-badges.has-text-align-right{justify-content:flex-end}.woocommerce .wp-block-cakeclub-product-badges{margin:6px 0}.single-product .wp-block-cakeclub-product-badges{margin:8px 0}@media (max-width:768px){.wp-block-cakeclub-product-badges{height:auto!important}.wp-block-cakeclub-product-badges .product-badge-image{height:24px;width:auto}}.wp-block-cakeclub-custom-hero{width:100%;position:relative}.custom-hero-container{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;min-height:400px}.custom-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:2}.custom-hero-content{width:100%;max-width:1200px;padding:0 20px;display:flex;align-items:center;justify-content:center}.custom-hero-text-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.custom-hero-subheading{font-family:'BNTillsdale',serif!important;font-size:1.5rem;font-weight:700;text-align:center;margin:0 0 5px 0;padding:0;line-height:1;letter-spacing:1px;text-transform:none;display:block;max-width:100%;word-wrap:break-word}.custom-hero-heading{font-family:'Mindset',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-size:clamp(2rem, 5vw, 4rem);font-weight:400;text-align:center;margin:0;padding:20px 40px;line-height:1;letter-spacing:2px;text-transform:uppercase;border-radius:0;box-decoration-break:clone;-webkit-box-decoration-break:clone;display:inline-block;max-width:100%;word-wrap:break-word}.custom-hero-align-left .custom-hero-content{justify-content:flex-start}.custom-hero-align-left .custom-hero-text-wrapper{align-items:flex-start;text-align:left}.custom-hero-align-left .custom-hero-subheading,.custom-hero-align-left .custom-hero-heading{text-align:left}.custom-hero-align-right .custom-hero-content{justify-content:flex-end}.custom-hero-align-right .custom-hero-text-wrapper{align-items:flex-end;text-align:right}.custom-hero-align-right .custom-hero-subheading,.custom-hero-align-right .custom-hero-heading{text-align:right}.custom-hero-align-center .custom-hero-content{justify-content:center}.custom-hero-align-center .custom-hero-text-wrapper{align-items:center;text-align:center}.custom-hero-align-center .custom-hero-subheading,.custom-hero-align-center .custom-hero-heading{text-align:center}@media (max-width:768px){.custom-hero-container{min-height:300px!important}.custom-hero-heading{font-size:clamp(1.5rem, 6vw, 2.5rem);padding:15px 25px;letter-spacing:1px}.custom-hero-content{padding:0 15px}.custom-hero-subheading{font-size:1.2rem;margin-bottom:4px;letter-spacing:.5px}.custom-hero-content{justify-content:center}.custom-hero-text-wrapper{align-items:center;text-align:center}.custom-hero-subheading,.custom-hero-heading{text-align:center}}@media (max-width:480px){.custom-hero-subheading{font-size:1rem;margin-bottom:3px}.custom-hero-heading{font-size:clamp(1.2rem, 7vw, 2rem);padding:12px 20px}}.wp-block-editor .wp-block-cakeclub-custom-hero{margin-bottom:20px}.wp-block-editor .custom-hero-container{border:2px dashed #ccc;min-height:200px}.wp-block-editor .custom-hero-heading{pointer-events:none}.wp-block-cakeclub-page-title{margin:1rem 0}.page-title-heading{font-weight:400;margin:0;line-height:1.2}.wp-block-cakeclub-page-title.has-text-align-left .page-title-heading{text-align:left}.wp-block-cakeclub-page-title.has-text-align-center .page-title-heading{text-align:center}.wp-block-cakeclub-page-title.has-text-align-right .page-title-heading{text-align:right}@media (max-width:768px){.page-title-heading{font-size:1.5rem!important}}@media (max-width:480px){.page-title-heading{font-size:1.2rem!important}}.wp-block-cakeclub-image-text-cta{width:100%;position:relative}.image-text-cta-container{display:flex;align-items:center;gap:40px;padding:40px;background-color:#f5f5f5;border-radius:8px;min-height:300px}.image-text-cta-image{flex:0 0 auto;max-width:400px;width:100%}.image-text-cta-image img{width:100%;height:auto;display:block;border-radius:4px}.image-text-cta-content{flex:1;text-align:center;padding:0 20px}.image-text-cta-subheading{font-family:'BNTillsdale',serif!important;font-size:1.2rem;font-weight:700;text-align:center;margin:0 0 5px 0;padding:0;line-height:1.3;letter-spacing:.5px;text-transform:none;color:#394A78}.image-text-cta-main-heading{font-family:'Mindset',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-size:2.5rem;font-weight:400;text-align:center;margin:0 0 25px 0;padding:0;line-height:1.1;letter-spacing:1px;text-transform:uppercase;color:#394A78}.image-text-cta-button{display:inline-block;background-color:red;color:#fff;border:2px solid red;padding:12px 24px;font-size:1.4rem;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:0;transition:all 0.3s ease;cursor:pointer;font-family:'Mindset',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;letter-spacing:.5px}.image-text-cta-button:hover{background-color:#fff;color:red;border-color:red;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .2)}@media (max-width:768px){.image-text-cta-container{flex-direction:column;text-align:center;gap:25px;padding:30px 20px}.image-text-cta-image{order:1;max-width:300px;flex:none}.image-text-cta-content{order:2;padding:0;width:100%}.image-text-cta-subheading{font-size:1rem;margin-bottom:4px;letter-spacing:.3px}.image-text-cta-main-heading{font-size:2rem;margin-bottom:20px;line-height:1.2}.image-text-cta-button{padding:10px 20px;font-size:1.2rem}}@media (max-width:480px){.image-text-cta-container{padding:20px 15px;gap:20px}.image-text-cta-image{max-width:250px}.image-text-cta-subheading{font-size:.9rem;margin-bottom:3px}.image-text-cta-main-heading{font-size:1.6rem;margin-bottom:18px}.image-text-cta-button{padding:8px 16px;font-size:1rem}}.wp-block-editor .wp-block-cakeclub-image-text-cta{margin-bottom:20px}.wp-block-editor .image-text-cta-container{border:2px dashed #ccc}.wp-block-editor .image-text-cta-button{pointer-events:none}.staff-profile-block{background-color:#fff0;color:#394A78;padding:40px 20px 50px 20px;font-family:'PT Mono',monospace;width:100%;max-width:1200px;margin:0 auto;position:relative;overflow:visible;border-bottom:none}.staff-profile-block .desktop-layout{display:flex;justify-content:space-between;align-items:center}.staff-profile-block .mobile-layout{display:none;text-align:center}.staff-profile-block .desktop-image{position:relative}.staff-profile-block .profile-image-container{background-color:#FFB6C1;position:relative;width:100%;padding-bottom:120%;border:15px solid #fff;box-shadow:0 5px 15px rgb(0 0 0 / .3)}.staff-profile-block .profile-image-container img{position:absolute;top:0;left:0;width:100%;height:85%;object-fit:cover}.staff-profile-block .profile-caption{position:absolute;bottom:0;left:0;width:100%;height:15%;background-color:#fff;display:flex;align-items:center;justify-content:center}.staff-profile-block .profile-caption p{margin:0;font-size:.9rem;font-family:'PT Mono',monospace;color:#333}.staff-profile-block .text-content h2{margin-bottom:15px;font-size:1.5rem;text-transform:uppercase;letter-spacing:1px;font-family:'Mindset','Arial Black',sans-serif;color:#394A78}.staff-profile-block .text-content h1{font-size:var(--subHeadingFontSize,3rem);font-weight:700;margin-bottom:30px;text-transform:uppercase;font-family:'Mindset','Arial Black',sans-serif;color:#394A78}.staff-profile-block .text-content p{font-size:var(--baseFontSize,1rem);line-height:1.5;margin-bottom:20px;text-align:center;font-family:'PT Mono',monospace;color:#394A78}.staff-profile-block .fave-bake-container{position:relative;display:inline-block;margin-top:30px}.staff-profile-block .fave-bake-image{position:absolute;top:-35px;left:-15px;z-index:2;width:100px;background:#FAFAFA;padding:5px 5px 14px 5px;box-shadow:0 2px 8px rgb(0 0 0 / .3);transform:rotate(5deg)}.staff-profile-block .fave-bake-image a{display:block;width:100%}.staff-profile-block .fave-bake-image img{width:100%;height:90px;object-fit:cover;object-position:center 40%;display:block}.staff-profile-block .fave-polaroid{transition:transform 0.3s ease-in-out!important}.staff-profile-block .fave-polaroid:hover{transform:rotate(5deg) scale(1.15)!important;z-index:10}.staff-profile-block .fave-bake-button{text-decoration:none;color:#fff;display:block}.staff-profile-block .fave-bake-button-text{background-color:#FF5800;padding:10px 18px 10px 90px;text-transform:uppercase;font-weight:700;font-size:1.2rem;letter-spacing:1px;font-family:'Mindset','Arial Black',sans-serif;position:relative;z-index:1;transition:background-color 0.3s ease}.staff-profile-block .fave-bake-button-text:hover{background-color:#EB540D}.staff-profile-block .fave-bake-button-text.no-image{padding-left:18px}@media (max-width:768px){.staff-profile-block .desktop-layout{display:none!important}.staff-profile-block .mobile-layout{display:block!important}.staff-profile-block .mobile-layout .fave-bake-image{top:-50px;left:-40px;width:140px;padding:6px 6px 18px 6px}.staff-profile-block .mobile-layout .fave-bake-image img{height:128px}.staff-profile-block .mobile-layout .fave-bake-button-text{padding-left:110px}.staff-profile-block .mobile-layout .fave-bake-button-text.no-image{padding-left:18px}}@font-face{font-family:'Mindset';src:url(/wp-content/themes/cakeclubbysoulcountry/assets/fonts/mindset/mindset.woff2) format('woff2'),url(/wp-content/themes/cakeclubbysoulcountry/assets/fonts/mindset/mindset.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Mono';src:url(/wp-content/themes/cakeclubbysoulcountry/assets/fonts/ptmono/pt-mono_regular.woff2) format('woff2'),url(/wp-content/themes/cakeclubbysoulcountry/assets/fonts/ptmono/pt-mono_regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Mono';src:url(/wp-content/themes/cakeclubbysoulcountry/assets/fonts/ptmono/pt-mono_bold.woff2) format('woff2'),url(/wp-content/themes/cakeclubbysoulcountry/assets/fonts/ptmono/pt-mono_bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}.custom-product-template{position:relative}.custom-product-template .product-parent-wrapper{padding:6px}@media(min-width:769px)and (hover:hover){.custom-product-template .product-parent-wrapper:hover{background-color:#f1f1e8;box-shadow:0 4px 8px 0 rgb(0 0 0 / .2),0 6px 20px 0 rgb(0 0 0 / .19);position:absolute;z-index:10}.custom-product-template .product-parent-wrapper:hover .add-product-wrapper{display:flex!important;z-index:100}.custom-product-template .product-parent-wrapper:hover .product-image-wrapper img:not(.product-primary-img):not(.product-hover-img){transform:scale(1.1)}}.custom-product-template .product-image-wrapper{display:inline-block;margin-bottom:15px;overflow:hidden;position:relative}.custom-product-template .product-image-wrapper .product-image-link{color:inherit;display:block;text-decoration:none}.custom-product-template .product-image-wrapper .product-image-link:hover{text-decoration:none}.custom-product-template .product-image-wrapper img{height:auto;transition:transform .3s ease;width:100%}.custom-product-template .product-image-wrapper .product-images-stack{display:block;position:relative;width:100%}.custom-product-template .product-image-wrapper .product-images-stack .product-image{display:block;height:auto;width:100%}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-gallery-img{backface-visibility:hidden;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;will-change:opacity;-webkit-font-smoothing:subpixel-antialiased;opacity:0;z-index:1}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-primary-img{opacity:1;position:relative;z-index:2}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-primary-img.active{opacity:1}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image .product-gallery-img.active{opacity:1;z-index:2}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image:hover:not(.dots-active) .product-primary-img{opacity:0;z-index:1}.custom-product-template .product-image-wrapper .product-images-stack.has-hover-image:hover:not(.dots-active) .product-gallery-img[data-image-index="1"]{opacity:1;z-index:2}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dots{background:hsl(0 0% 100% / .7);border-radius:10px;bottom:10px;display:flex;gap:6px;left:10px;opacity:0;padding:4px 6px;position:absolute;transition:opacity .2s ease;z-index:10}.custom-product-template .product-image-wrapper .product-images-stack:hover .product-image-dots{opacity:1}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dot{background-color:rgb(0 0 0 / .3);border-radius:50%;cursor:pointer;height:8px;transition:background-color .2s ease,transform .2s ease;width:8px}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dot:hover{background-color:rgb(0 0 0 / .7);transform:scale(1.2)}.custom-product-template .product-image-wrapper .product-images-stack .product-image-dot.active{background-color:rgb(0 0 0 / .8)}.custom-product-template .product-image-wrapper:hover .product-image-dots{opacity:1}.custom-product-template .product-image-wrapper .in-basket-count{background:#000;border-radius:3px;color:#fff;display:block!important;opacity:1!important;padding:5px 10px;position:absolute;right:10px;top:10px;visibility:visible!important;z-index:5}.custom-product-template .product-image-wrapper .in-basket-count.loading{display:none}.custom-product-template .product-image-wrapper .loading-spinner{animation:spin 1s linear infinite;background:#fff0;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;height:20px;padding:3px;position:absolute;right:10px;top:10px;width:20px;z-index:20}.custom-product-template .product-image-wrapper .product-tag-badges{bottom:16px;display:flex;gap:5px;position:absolute;right:10px;z-index:15}.custom-product-template .product-image-wrapper .product-tag-badges .product-tag-badge a{display:block;transition:transform .2s ease,opacity .2s ease}.custom-product-template .product-image-wrapper .product-tag-badges .product-tag-badge a:hover{opacity:.8;transform:scale(1.1)}.custom-product-template .product-image-wrapper .product-tag-badges .product-tag-badge img{display:block;height:60px;-o-object-fit:contain;object-fit:contain;width:60px}.custom-product-template .product-image-wrapper .product-sale-badge{background-color:red;border-radius:4px;box-shadow:0 2px 4px rgb(0 0 0 / .2);color:#fff;font-size:.875rem;font-weight:700;left:10px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:10px;transition:all .2s ease;z-index:5}.custom-product-template .product-content{position:relative}.custom-product-template .product-content .product-title{color:inherit!important;display:block;text-decoration:none}@media(min-width:769px){.custom-product-template .product-content .product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.custom-product-template .product-content .product-title:hover{text-decoration:none}.custom-product-template .product-content .add-product-wrapper{align-items:stretch;display:flex;flex-direction:column;gap:8px;margin-bottom:.5em;margin-top:15px;opacity:1;padding-left:.5em;padding-right:.5em;transition:visibility .3s,opacity .3s}.custom-product-template .product-content .add-product-wrapper .portions-info{margin-bottom:4px;order:1;text-align:center}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper{align-items:stretch;display:flex;flex-direction:row;order:2}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock{flex-direction:column}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock .out-of-stock-message{margin-bottom:.75em;width:100%}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock .add-to-basket-btn,.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper.out-of-stock .notify-back-in-stock-btn{width:100%}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper{margin-right:12px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input{align-items:stretch;background:#fff;border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;display:flex;flex-shrink:0;height:44px;max-width:140px;min-width:120px;overflow:hidden}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button{align-items:center;background:#fff;border:none;color:#666;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:44px;justify-content:center;transition:background-color .2s ease;width:40px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button:hover{background:#f8f9fa}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button:active{background:#e9ecef}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button.quantity--input__minus{border-right:1px solid #e0e0e0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button.quantity--input__plus{border-left:1px solid #e0e0e0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input{-moz-appearance:textfield;background:#fff0;border:none;font-size:16px;padding:0 8px;text-align:center;width:60px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input:focus{border-color:var(--quantity-border-color,#99c3b9);outline:none}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input){-moz-appearance:textfield;background:#fff;border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;flex-shrink:0;font-size:16px;height:44px;max-width:100px;min-width:80px;padding:0 8px;text-align:center;width:80px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input):focus{border-color:var(--quantity-border-color,#99c3b9);outline:none}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn{background-color:#99c3b9;border:2px solid #fff0;border-radius:0;color:#394a78;cursor:pointer;flex:1;font-family:inherit;font-size:1rem;font-weight:400;letter-spacing:.5px;min-height:44px;padding:0;text-transform:uppercase;transition:all .2s ease}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:hover:not(:disabled){box-shadow:0 2px 4px rgb(0 0 0 / .1);filter:brightness(110%);transform:translateY(-1px)}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:active:not(:disabled){box-shadow:0 1px 2px rgb(0 0 0 / .1);transform:translateY(0)}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.out-of-stock-btn,.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed;opacity:.7}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.out-of-stock-btn:hover,.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn:disabled:hover{box-shadow:none;filter:none;transform:none}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.loading{color:#fff0;position:relative}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn.loading:after{animation:spin .8s linear infinite;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.custom-product-template .product-content .product-price,.custom-product-template .product-content .product-title{position:relative}.custom-product-template .product-content .product-price{font-size:1.2em}.custom-product-template .product-content .product-price .price-inner .amount,.custom-product-template .product-content .product-price .price-inner .woocommerce-Price-amount,.custom-product-template .product-content .product-price .price-inner .woocommerce-Price-currencySymbol,.custom-product-template .product-content .product-price .price-inner ins{font-weight:inherit;margin:0;padding:0}.custom-product-template .product-content .product-price .price-inner ins{background:none;text-decoration:none}.custom-product-template .product-content .product-price del{color:red;font-weight:400;margin-right:.3em;text-decoration:line-through}.custom-product-template .product-content .product-price del .amount,.custom-product-template .product-content .product-price del .woocommerce-Price-amount,.custom-product-template .product-content .product-price del .woocommerce-Price-currencySymbol{color:inherit;font-weight:inherit}.custom-product-template .product-content .product-price del .price-decimal{color:inherit;text-decoration:line-through}.custom-product-template .product-content .product-price .price-decimal{display:inline-block;font-size:.7em;font-weight:600;line-height:1;margin-top:.15em;vertical-align:text-top}.custom-product-template .product-content .price-per-portion{bottom:60px;color:#666;font-size:.9em;padding:10px}.custom-product-template .product-placeholder-wrapper{height:100%}@media screen and (min-width:768px){.custom-product-template .product-placeholder-wrapper{height:360px}}@media screen and (min-width:1024px){.custom-product-template .product-placeholder-wrapper{height:440px}}@media screen and (min-width:1200px){.custom-product-template .product-placeholder-wrapper{height:480px}}@media screen and (min-width:1440px){.custom-product-template .product-placeholder-wrapper{height:520px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}ul.wc-block-product-template{display:grid!important;gap:2rem;grid-template-columns:repeat(3,1fr)!important}@media(max-width:768px){ul.wc-block-product-template,ul.wc-block-product-template.columns-3{grid-template-columns:1fr!important}.custom-product-template .add-product-wrapper{display:flex!important}.custom-product-template .product-placeholder-wrapper{padding-left:.5em;padding-right:.5em}.custom-product-template .product-content .add-product-wrapper{flex-direction:column!important;gap:8px!important;margin-top:12px}.custom-product-template .product-content .add-product-wrapper .quantity-add-wrapper{flex-direction:row!important;gap:12px!important}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper{display:flex;flex-shrink:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input{border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;max-width:130px;min-width:120px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__button{font-size:16px;width:35px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input{-moz-appearance:textfield;font-size:14px;padding:0 6px;width:60px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper .quantity--input .quantity--input__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input){-moz-appearance:textfield;border:2px solid var(--quantity-border-color,#99c3b9);border-radius:4px;font-size:14px;max-width:70px;min-width:60px;width:60px}.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-inner-spin-button,.custom-product-template .product-content .add-product-wrapper .quantity-wrapper input.qty:not(.quantity--input__input)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-product-template .product-content .add-product-wrapper .add-to-basket-btn{border:2px solid #fff0;border-radius:0!important;flex:1!important;font-size:14px;letter-spacing:.3px;min-height:44px;min-width:0;padding:0}}.wp-block-soulcountry-product-template .in-basket-count{background-color:#eb540d;border-radius:12px;color:#fff;font-size:11px;font-weight:400;opacity:1;padding:4px 8px;position:absolute;right:8px;text-transform:uppercase;top:8px;transition:all .3s ease;z-index:5}.wp-block-soulcountry-product-template .in-basket-count.loading{animation:pulse 1.5s infinite;background-color:#f70}.wp-block-soulcountry-product-template .in-basket-count.out-of-stock-indicator{animation:none;background-color:#dc3545;color:#fff;font-size:10px;font-weight:400;padding:2px 6px;text-transform:uppercase;white-space:nowrap}.wp-block-soulcountry-product-template .in-basket-count.out-of-stock-indicator:hover{background-color:#c82333}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.custom-product-template .out-of-stock-message{background-color:#ffe4e6;border-radius:4px;color:#dc2626;font-size:.9em;font-weight:500;margin-bottom:.75em;order:0;padding:.75em 1em;text-align:center;width:100%}.notify-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}.notify-modal .notify-modal-overlay{background:rgb(0 0 0 / .5);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.notify-modal .notify-modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgb(0 0 0 / .2);max-width:400px;opacity:0;padding:2rem;position:relative;transform:scale(.9);transition:transform .2s ease,opacity .2s ease;width:90%}.notify-modal .notify-modal-content.active{opacity:1;transform:scale(1)}.notify-modal .notify-modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:28px;line-height:1;padding:0;position:absolute;right:15px;top:10px}.notify-modal .notify-modal-close:hover{color:#000}.notify-modal .notify-modal-body h3{color:#333;font-size:1.25rem;margin:0 0 1rem}.notify-modal .notify-modal-body p{color:#555;line-height:1.6;margin:0}.notify-back-in-stock-btn.loading{color:transparent!important;position:relative}.notify-back-in-stock-btn.loading:after{animation:spin .8s linear infinite;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.notify-back-in-stock-btn.subscribed{background-color:#16a34a!important;color:#fff!important;cursor:default}.notify-back-in-stock-btn.subscribed:hover{box-shadow:none;filter:none;transform:none}.wc-block-components-product-sale-badge{background-color:red!important;border:none!important;border-radius:4px!important;box-shadow:0 2px 4px rgb(0 0 0 / .2)!important;color:#fff!important;display:inline-block!important;font-size:.875rem!important;font-weight:700!important;left:10px!important;padding:.5rem 1rem!important;position:absolute!important;text-transform:uppercase!important;top:10px!important;transition:all .2s ease;width:auto!important;z-index:5!important}.wp-block-soulcountry-faq-info-bar{padding:0;position:relative;width:100%}.wp-block-soulcountry-faq-info-bar .faq-info-bar-wrapper{align-items:center;display:flex;margin:0 auto;max-width:1200px;position:relative}.wp-block-soulcountry-faq-info-bar .nav-arrow{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:opacity .3s ease;z-index:2}.wp-block-soulcountry-faq-info-bar .nav-arrow:disabled{opacity:.3}.wp-block-soulcountry-faq-info-bar .nav-arrow svg{fill:currentColor}.wp-block-soulcountry-faq-info-bar .nav-arrow:hover:not(:disabled){opacity:.7}.wp-block-soulcountry-faq-info-bar .info-content-scroll{flex:1;margin:0 10px;overflow:hidden;position:relative}.wp-block-soulcountry-faq-info-bar .info-content{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:-moz-max-content;width:max-content}.wp-block-soulcountry-faq-info-bar .info-item{align-items:center;display:flex;flex:0 0 auto;font-size:var(--info-font-size,.875em);padding:0 20px;position:relative;text-transform:uppercase}.wp-block-soulcountry-faq-info-bar .info-item a{color:var(--info-text-color,inherit);text-decoration:none;text-transform:uppercase;transition:color .3s ease}.wp-block-soulcountry-faq-info-bar .info-item a:hover{color:var(--info-hover-color,#666);text-decoration:none}.wp-block-soulcountry-faq-info-bar .info-item:not(:last-child):after{content:"•";opacity:.5;position:absolute;right:0}@media(max-width:768px){.wp-block-soulcountry-faq-info-bar .info-item{font-size:13px;padding:0 15px}}.wp-block-soulcountry-tag-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:left;margin:1em 0;padding:2rem 0}.tax-product_tag .wp-block-soulcountry-tag-badges{background:hsl(0 0% 100% / .8);border-radius:10px;margin:2em auto;padding-left:.5em;padding-right:.5em}.wp-block-soulcountry-tag-badges .tag-badge{display:inline-block;flex:0 0 auto;transition:all .2s ease;width:70px}.wp-block-soulcountry-tag-badges .tag-badge img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.wp-block-soulcountry-tag-badges .tag-badge.no-image{background:#f0f0f0;border-radius:20px;padding:8px 16px}.wp-block-soulcountry-tag-badges .tag-badge.no-image span{color:#333;font-size:14px;font-weight:500}.wp-block-soulcountry-tag-badges .tag-badge:hover{opacity:.8;transform:scale(1.05)}.wp-block-soulcountry-tag-badges .tag-badge.current{opacity:1;position:relative;transform:scale(1.1);width:85px}.wp-block-soulcountry-tag-badges .tag-badge.current:after{background:#333;border-radius:50%;bottom:-5px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:6px}.wp-block-soulcountry-tag-badges .tag-badge.current:hover{transform:scale(1.15)}.wp-block-soulcountry-tag-badges.editor-placeholder .tag-badge.placeholder .placeholder-circle{align-items:center;background-color:#e0e0e0;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.wp-block-soulcountry-tag-badges.editor-placeholder .tag-badge.placeholder .placeholder-circle span{color:#757575;font-size:14px;text-align:center}.ajax-basket-button-wrapper{align-items:center;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:8px;padding:8px;position:relative}.quantity-selector{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex}.quantity-button{background:none;border:none;cursor:pointer;font-size:16px;padding:8px 12px}.quantity-selector input{-moz-appearance:textfield;border:none;text-align:center;width:40px}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-to-basket-button{border:none;border-radius:4px;color:#fff;cursor:pointer;flex-grow:1;font-weight:700;padding:12px 24px;text-transform:uppercase}.add-to-basket-button.loading{cursor:wait;opacity:.7;position:relative}.add-to-basket-button.loading:after{animation:spin .8s linear infinite;border:2px solid hsl(0 0% 100% / .3);border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}.error-message{background-color:#ffd2d2;border-radius:4px;bottom:-40px;color:#cc1818;font-size:.875em;left:0;margin-top:8px;padding:8px;position:absolute;right:0;text-align:center}.soulcountry-ajax-basket{align-items:baseline;display:flex;gap:1rem}.soulcountry-ajax-basket .quantity{align-items:center;border:2px solid #ddd;border-radius:4px;box-sizing:border-box;display:flex;height:44px;line-height:1}.soulcountry-ajax-basket .quantity input{-moz-appearance:textfield;border:none;box-sizing:border-box;font-size:inherit;height:100%;line-height:1;padding:0;text-align:center;width:3em}.soulcountry-ajax-basket .quantity input::-webkit-inner-spin-button,.soulcountry-ajax-basket .quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.soulcountry-ajax-basket .quantity-button{background:#fff;border:none;box-sizing:border-box;color:#515151;cursor:pointer;font-size:inherit;height:100%;line-height:1;padding:0 1em}.soulcountry-ajax-basket .quantity-button:hover{background-color:#fff}.soulcountry-ajax-basket .add_to_cart_button{background-color:#99c3b9;border:none;border-radius:0;box-sizing:border-box;color:#3c4b75;cursor:pointer;font-family:PT Mono,monospace;font-size:1.2rem;height:44px;line-height:44px;padding:0 1.5em;position:relative;text-transform:uppercase;width:100%}.soulcountry-ajax-basket .add_to_cart_button:hover{opacity:.9}.soulcountry-ajax-basket .add_to_cart_button.loading{opacity:.25;pointer-events:none}.soulcountry-ajax-basket .add_to_cart_button.loading:after{animation:spin 1s linear infinite;border:2px solid rgb(0 0 0 / .25);border-radius:50%;border-top-color:#000;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.soulcountry-ajax-basket.out-of-stock{opacity:.6}.soulcountry-ajax-basket .quantity.disabled{opacity:.5;pointer-events:none}.soulcountry-ajax-basket .qty:disabled,.soulcountry-ajax-basket .quantity-button:disabled{cursor:not-allowed;opacity:.5}.soulcountry-ajax-basket .add_to_cart_button.disabled,.soulcountry-ajax-basket .add_to_cart_button.out-of-stock{cursor:not-allowed!important;opacity:.7!important}.soulcountry-ajax-basket .add_to_cart_button.disabled:hover,.soulcountry-ajax-basket .add_to_cart_button.out-of-stock:hover{box-shadow:none!important;opacity:.7!important;transform:none!important}.soulcountry-ajax-basket.notify-enabled{flex-direction:column;gap:.5rem;opacity:1}.soulcountry-ajax-basket .out-of-stock-message{background-color:#ffe6e6;border-radius:4px;box-sizing:border-box;color:#cc1818;font-size:.9rem;font-weight:600;padding:.5rem;text-align:center;width:100%}.soulcountry-ajax-basket .add_to_cart_button.notify-button{cursor:pointer!important;opacity:1!important;pointer-events:all!important}.soulcountry-ajax-basket .add_to_cart_button.notify-button:hover{opacity:.9!important}.notify-modal{align-items:center;display:flex;justify-content:center;position:fixed}.notify-modal,.notify-modal-overlay{bottom:0;left:0;right:0;top:0;z-index:999999}.notify-modal-overlay{background-color:rgb(0 0 0 / .7);cursor:pointer;position:absolute}.notify-modal-content{background-color:#f5f4eb!important;border-radius:0;box-shadow:0 10px 40px rgb(0 0 0 / .3);max-width:500px;opacity:0;padding:2rem;position:relative;transform:scale(.9);transition:all .2s ease-in-out;width:90%;z-index:1000000}.notify-modal-content.active{opacity:1;transform:scale(1)}.notify-modal-close{align-items:center;background:none;border:none;color:#394a78!important;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;line-height:1;padding:0;position:absolute;right:1rem;top:1rem;transition:opacity .2s;width:30px}.notify-modal-close:hover{opacity:.7}.notify-modal-body h3{color:#394a78!important;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.notify-modal-body p{color:#394a78!important;font-size:1rem;line-height:1.5}.notify-success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;padding:1rem}.notify-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;padding:1rem}.notify-user-email,.notify-user-name{color:#3c4b75;font-weight:600}.wp-block-soulcountry-mega-menu{background:#fff;font-family:PT Mono,monospace;position:relative;width:100%}@media(max-width:768px){.wp-block-soulcountry-mega-menu{align-items:center;box-shadow:none;display:flex;padding:10px}}.wp-block-soulcountry-mega-menu .hamburger{background:#fff0;border:none;cursor:pointer;display:none;height:24px;padding:0;position:relative;width:30px;z-index:1001}@media(max-width:768px){.wp-block-soulcountry-mega-menu .hamburger{display:flex;flex-direction:column;justify-content:space-between;margin-right:15px}}.wp-block-soulcountry-mega-menu .hamburger span{background-color:red;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}.wp-block-soulcountry-mega-menu .hamburger span:first-child{margin-top:0}.wp-block-soulcountry-mega-menu .hamburger span:nth-child(2),.wp-block-soulcountry-mega-menu .hamburger span:nth-child(3){margin-top:6px}.wp-block-soulcountry-mega-menu .hamburger.is-active span:first-child{transform:rotate(45deg) translate(6px,6px)}.wp-block-soulcountry-mega-menu .hamburger.is-active span:nth-child(2){opacity:0}.wp-block-soulcountry-mega-menu .hamburger.is-active span:last-child{transform:rotate(-45deg) translate(6px,-6px)}.wp-block-soulcountry-mega-menu .mega-menu{align-items:center;display:flex;justify-content:flex-start;position:relative;top:-2px;width:100%}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu{justify-content:flex-start;position:static}}.wp-block-soulcountry-mega-menu .mega-menu.is-open .mega-menu__items{display:block;left:0}.wp-block-soulcountry-mega-menu .mega-menu.is-open:before{background:rgb(0 0 0 / .5);bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:999}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu:before{background:rgb(0 0 0 / .5);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:998}}.wp-block-soulcountry-mega-menu .mega-menu__items{align-items:center;display:flex;flex:1;gap:0;justify-content:flex-start;position:relative;transform:none;visibility:visible}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu__items{background:red;box-shadow:none;display:none;height:100vh;left:-300px;overflow-y:auto;padding:60px 20px 20px;position:fixed;top:0;transition:left .3s ease;width:300px;z-index:1000}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item{background-color:transparent!important;border-bottom:1px solid hsl(0 0% 100% / .2);padding:10px 0}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item:last-child{border-bottom:none}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item>a{color:#fff;cursor:pointer;display:block;font-size:1.2em;padding:15px 45px 15px 0;position:relative;text-transform:uppercase;width:100%}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item>a:after{align-items:center;content:"▼";display:block;display:flex;font-size:20px;height:45px;justify-content:center;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .3s ease;width:45px}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__item.is-expanded>a:after{transform:translateY(-50%) rotate(180deg)}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu{display:none}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu-grid{background:transparent!important}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu-item a{color:#fff;opacity:.8}.wp-block-soulcountry-mega-menu .mega-menu__items .mega-menu__submenu-item a:hover{opacity:1}}.wp-block-soulcountry-mega-menu .mega-menu__item{cursor:pointer;padding:20px 0;position:static}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu__item{border-bottom:1px solid #eee;padding:0;width:100%}.wp-block-soulcountry-mega-menu .mega-menu__item:last-child{border-bottom:none}}.wp-block-soulcountry-mega-menu .mega-menu__item>a{color:red;font-family:PT Mono,monospace;font-size:1.2em;letter-spacing:.5px;padding:0 30px;text-decoration:none;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.wp-block-soulcountry-mega-menu .mega-menu__item>a:hover{color:#394a78}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu__item>a{display:block;padding:15px 0}}@media(min-width:769px){.wp-block-soulcountry-mega-menu .mega-menu__item:hover .mega-menu__submenu{display:block;opacity:1;pointer-events:auto;visibility:visible}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu{left:50%;opacity:0;pointer-events:none;position:absolute;top:100%;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;width:100vw;z-index:100}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-grid{background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .1);display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:var(--header-width,1300px);padding:40px;position:relative;width:100%}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a{color:red;display:block;font-size:1.2em;padding:8px 0;text-decoration:none}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a:hover{color:#394a78}}@media(max-width:768px){.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu{display:none;max-height:0;overflow:hidden;position:static;transform:none;transition:max-height .3s ease-out;width:auto}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu.is-expanded{display:block;max-height:1000px}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-grid{background:transparent!important;box-shadow:none;padding:10px 0 10px 15px;width:100%}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a{color:#fff;opacity:.8}.wp-block-soulcountry-mega-menu .mega-menu .mega-menu__submenu-item a:hover{opacity:1}.wp-block-soulcountry-mega-menu .mega-menu .hamburger{left:15px;position:fixed;top:15px;z-index:1001}}.wp-block-soulcountry-mega-menu:hover:after{background:rgb(0 0 0 / .1);bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.wp-block-wc-custom-delivery-countdown{background:#f8f9fa;border-radius:4px;margin:1rem 0;padding:1rem}.delivery-message{color:#333;font-size:1.1em;font-weight:500}.wp-block-soulcountry-delivery-countdown{border-radius:4px;margin:1rem 0;padding:1rem;text-align:center}.wp-block-soulcountry-delivery-countdown .delivery-message{color:#333;display:inline-block;font-weight:500}.wp-block-soulcountry-basket-quantity{display:inline-block;position:relative;width:100%}.wp-block-soulcountry-basket-quantity .badge-wrapper{display:flex;justify-content:left}.wp-block-soulcountry-basket-quantity .quantity-indicator{align-items:center;border-radius:4px;display:inline-flex;font-weight:400;justify-content:center;padding:.5em 1em;position:relative;text-transform:uppercase;white-space:nowrap}.wp-block-soulcountry-basket-quantity .quantity{margin-right:.3em}.wp-block-soulcountry-portion-price{color:#394a78;display:block;font-family:PT Mono,monospace;font-size:1.4rem;margin:.5em 0}.wp-block-soulcountry-portion-price .portion-count,.wp-block-soulcountry-portion-price .portion-price{font-weight:500}.wp-block-soulcountry-portion-price .portion-separator{color:#394a78;margin:0 .5em}.wp-block-soulcountry-portion-price.align-left{text-align:left}.wp-block-soulcountry-portion-price.align-center{text-align:center}.wp-block-soulcountry-portion-price.align-right{text-align:right}.wp-block-soulcountry-product-summary{color:inherit;margin:1rem 0;padding:0}.wp-block-soulcountry-product-summary .product-summary-content{color:inherit;line-height:1.6}.wp-block-soulcountry-product-summary .product-summary-content p{color:inherit;margin:0 0 1em}.wp-block-soulcountry-product-summary .product-summary-content p:last-child{margin-bottom:0}.wp-block-soulcountry-product-summary .product-summary-content h1,.wp-block-soulcountry-product-summary .product-summary-content h2,.wp-block-soulcountry-product-summary .product-summary-content h3,.wp-block-soulcountry-product-summary .product-summary-content h4,.wp-block-soulcountry-product-summary .product-summary-content h5,.wp-block-soulcountry-product-summary .product-summary-content h6{color:inherit}.wp-block-soulcountry-product-summary.align-left{text-align:left}.wp-block-soulcountry-product-summary.align-center{text-align:center}.wp-block-soulcountry-product-summary.align-right{text-align:right}.wp-block-soulcountry-product-summary-preview{background:#f9f9f9;border:1px dashed #ccc;border-radius:4px;padding:1rem}.wp-block-soulcountry-product-summary-preview h3{color:#1e1e1e;margin:0 0 .5rem}.fkwcppcp-express-button-container{margin:10px 0;position:relative;min-height:35px}.fkwcppcp-express-button{width:100%;min-height:35px}.cart .fkwcppcp-express-button-container,.woocommerce-variation-add-to-cart .fkwcppcp-express-button-container{max-width:400px}.woocommerce-variation-add-to-cart .fkwcppcp-express-button-container{margin:10px 0}form.cart .fkwcppcp-express-button-container{clear:both}.woocommerce-cart .fkwcppcp-express-button-container{max-width:460px;margin:10px auto}.cart_totals .fkwcppcp-express-button-container{margin:15px 0}.woocommerce-checkout .fkwcppcp-express-button-container{max-width:500px;margin:20px auto}.woocommerce-checkout .wfacp_smart_buttons .fkwcppcp-express-button-container{max-width:auto;margin:0 auto}#payment .fkwcppcp-express-button-container{margin:0 0 20px}.widget_shopping_cart .fkwcppcp-express-button-container{margin:5px 0}.widget_shopping_cart .fkwcppcp-express-button{min-height:35px}.fkwcppcp-express-button-container.loading::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .8);z-index:1}.fkwcppcp-express-button-container.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:fkwcppcp-spin 1s linear infinite;z-index:2}@keyframes fkwcppcp-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fkwcppcp-express-error,.fkwcppcp-express-message{margin:10px 0;padding:10px 15px;border-radius:4px;text-align:center;font-size:14px;line-height:1.4}.fkwcppcp-express-error{background-color:#fff2f2;border:1px solid #ffcdd2;color:#d32f2f}.fkwcppcp-express-message{background-color:#f1f8e9;border:1px solid #dcedc8;color:#33691e}@media screen and (max-width:768px){.fkwcppcp-express-button-container{max-width:100%!important}.fkwcppcp-express-button{min-height:40px!important}.woocommerce-cart .fkwcppcp-express-button-container,.woocommerce-checkout .fkwcppcp-express-button-container{margin:10px 0}}.woocommerce form.checkout:not(.fkwcppcp-express-payment-active) .fkwcppcp-place-order-button{display:none}.woocommerce form.checkout.fkwcppcp-express-payment-active .fkwcppcp-place-order-button{display:block}.woocommerce form.checkout.fkwcppcp-express-payment-active #place_order{display:none!important}.fkwcppcp-express-button-container.fkwcppcp-button-disabled{opacity:.5;pointer-events:none}