:root{--primary:#FF5300;--primary-110:#ee4f00;--primary-50:#FFA980;--primary-10:#FFEEE6;--dark-110:#0C0C13;--dark-100:#15151D;--dark-90:#1D1D25;--dark-80:#474747;--dark-60:#747474;--dark-20:#E0E0E0;--dark-15:#EDEDED;--dark-10:#FAFAFA;--body:#F7F7F7;--green-110:#12875C;--green-100:#1BA472;--green-15:#E1F3E0;--red-100:#CD2A2A;--purple-110:#182D7A;--purple-100:#22388A;--purple-10:#D3D2E9;--purple-5:#E4E7F1;--yellow-100:#FFC531;--s-medium:0 3px 2px -2px rgba(0,0,0,.08);--s-medium-invert:0 -3px 2px -2px rgba(0,0,0,.08);--s-large:0 3px 8px -1px rgba(0,0,0,.12)}*{margin:0;color:var(--dark-100);padding:0;font-family:'Bai Jamjuree',sans-serif;box-sizing:border-box;font-size:14px;line-height:1.6;scroll-behavior:smooth}@media (max-width:992px){*{font-size:12px;line-height:1.6}}h1{font-size:28px;line-height:1;font-weight:700}h2{font-size:28px;line-height:1;font-weight:700}h3{font-size:20px;line-height:1;font-weight:700}@media (max-width:992px){h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}}.container{max-width:1320px;margin:0 auto}.sm-container{max-width:1100px;margin:0 auto}.xs-container{max-width:970px;margin:0 auto}@media (max-width:1600px){.container{max-width:1200px}}@media (max-width:1400px){.container{max-width:1140px}.xs-container{max-width:900px}}@media (max-width:1200px){.container,.sm-container{max-width:960px}}@media (max-width:992px){.container,.sm-container,.xs-container{max-width:720px}}@media (max-width:768px){.container,.sm-container,.xs-container{max-width:540px}}@media (max-width:576px){.container,.sm-container,.xs-container{max-width:100%;padding:0 16px}}.btn{line-height:1.2;position:relative;outline:none;border:none;white-space:nowrap;box-shadow:none;display:flex;align-items:center;column-gap:8px;padding:12px 24px;font-size:14px;font-weight:700;color:#fff;background-color:var(--primary);text-decoration:none;border-radius:6px;cursor:pointer;width:fit-content;transition:.12s ease-in-out}.btn.btn-primary:hover{background-color:var(--primary-110)}.btn.btn-white{background-color:#fff;color:var(--dark-100)}.btn.btn-white .ss-icon{background-color:var(--dark-100)}.btn.btn-outline{border:1px solid var(--dark-20);background-color:#fff;color:var(--dark-100)}.btn.btn-outline:hover{background-color:var(--dark-15)}.btn.btn-white:not(.btn-link):hover{background-color:var(--dark-15)}.btn.btn-green{background-color:var(--green-100);color:#fff}.btn.btn-green .ss-icon{background-color:#fff}.btn.btn-green:hover{background-color:var(--green-110)}.btn.btn-small{font-size:12px;padding:9px 18px;border-radius:5px}.btn.btn-large{font-size:16px;padding:16px 28px;width:100%;justify-content:center}.btn.btn-link{background-color:#fff0;color:var(--purple-100);border:none;padding:0;column-gap:5px;box-shadow:none}.btn.btn-link .ss-icon{width:10px;height:10px;background-color:var(--purple-100)}.btn.btn-link.selected{color:var(--primary)}.btn.btn-link.selected .ss-icon{background-color:var(--primary)}.btn.btn-link.btn-white{color:#fff}.btn.btn-link.btn-white .ss-icon{background-color:#fff}.ss-icon.chevron{width:8px;height:8px;transform:rotate(180deg);margin-left:0}.ss-icon.chevron.down{transform:rotate(270deg)}@media only screen and (max-width:576px){.btn.btn-link{font-size:12px;column-gap:3px}.btn.btn-link .ss-icon{width:9px;height:9px;margin-top:0}.btn-visible-desktop{display:none}.btn{padding:10px 16px}}@media only screen and (min-width:576px){.btn-visible-mobile{display:none}}.tag{line-height:1.2;position:relative;outline:none;border:none;white-space:nowrap;box-shadow:none;display:flex;align-items:center;column-gap:5px;padding:6px 13px;font-size:12px;font-weight:700;color:#fff;background-color:var(--primary);text-decoration:none;border-radius:64px;width:fit-content;transition:.12s ease-in-out}.tag .ss-icon{width:10px;height:10px}.tag.tag-outline{border:1px solid var(--dark-20);background-color:#fff;color:var(--dark-100)}.tag.tag-outline:hover{border:1px solid var(--dark-20);background-color:var(--dark-10)}.tag.tag-primary{border:1px solid var(--primary);background-color:var(--primary);color:#fff}.tag.tag-primary .ss-icon{background-color:#fff}.tag.tag-faded-green{background-color:var(--green-15);color:var(--green-110)}.tag.tag-faded-green .ss-icon{background-color:var(--green-110)}.large-tag{line-height:1;position:relative;outline:none;border:none;white-space:nowrap;box-shadow:none;display:flex;align-items:center;column-gap:5px;padding:3px 8px;font-size:12px;font-weight:700;color:var(--dark-100);background-color:#ffb500;text-decoration:none;border-radius:4px;width:fit-content;transition:.12s ease-in-out}.large-tag .ss-icon{width:20px;height:20px}.large-tag *{color:inherit;line-height:inherit;font-size:inherit}@media only screen and (max-width:992px){.large-tag{padding:3px 6px;font-size:11px}.large-tag .ss-icon{width:16px;height:16px}}.card{border-radius:8px;padding:28px}.card.large-card{padding:36px}.card.white-card{background-color:#fff;box-shadow:var(--s-medium)}.card.small-card{padding:16px}.card.aligned-bottom{display:flex;justify-content:flex-end;flex-direction:column}@media only screen and (max-width:992px){.card{border-radius:6px;padding:24px}.card.large-card{padding:24px}}@media only screen and (max-width:576px){.card.small-card{padding:16px}}.ss-icon{display:inline-block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:#000;width:16px;height:16px}.ss-striping{background-position:top left;background-size:48px;background-repeat:repeat;background-image:url(/wp-content/themes/simsport-core/assets/img/striping-1.svg)}.input-controller{background-color:var(--light-gray);color:var(--black);font-size:14px;font-weight:600;line-height:1;border:none;outline-color:var(--primary);padding:18px 18px 16px;display:inline-block;width:100%;font-family:'Bai Jamjuree',sans-serif;max-width:400px;border-radius:32px;transition:0.2s ease-in-out}.input-controller[type="checkbox"]{width:fit-content}.input-controller.data-dropdown{cursor:pointer}.input-controller:focus{outline:1px solid var(--primary)}.alert{padding:10px;border-radius:4px;display:flex;align-items:center;column-gap:8px}.alert p{font-size:12px;font-weight:500}.alert .title{font-size:14px;font-weight:700}.alert.alert-notice{background-color:var(--purple-10);color:var(--purple-110)}.alert.alert-notice .ss-icon{background-color:var(--purple-110)}.ss-text *+*{margin-top:8px}.ss-text *+h2{margin-top:40px}.ss-text *+h3{margin-top:28px}.ss-text ul,.ss-text ol{list-style-position:inside}.ss-text h2+*{margin-top:12px}.ss-text h3+*{margin-top:10px}@media (max-width:992px){.ss-text *+*{margin-top:6px}.ss-text *+h2{margin-top:20px}.ss-text *+h3{margin-top:18px}.ss-text h2+*{margin-top:8px}.ss-text h3+*{margin-top:6px}}.global-announcement{background-color:var(--dark-90);color:#fff;text-decoration:none;display:block;font-weight:500;padding:12px;text-align:center}.global-announcement *{color:inherit;font-size:inherit}.main-navigation .top-navigation{background-color:#fff;padding:16px 0}.main-navigation .top-navigation .inner{display:grid;align-items:center;grid-template-columns:1fr auto 1fr}.main-navigation .top-navigation .inner .logo{line-height:0}.main-navigation .top-navigation .inner .logo a{line-height:0}.main-navigation .top-navigation .inner .logo img{width:180px;height:auto}.main-navigation .top-navigation .inner .side-menu{justify-self:right;display:flex;align-items:center;column-gap:18px}.main-navigation .top-navigation .inner .side-menu .menu-item:not(.btn){text-decoration:none;color:var(--black);font-weight:600}.main-navigation .top-navigation .inner .searchbar{display:flex;align-items:center;justify-content:space-between;background-color:var(--dark-15);border-radius:64px;line-height:0;padding:5px}.main-navigation .top-navigation .inner .searchbar .search{border:none;padding:0 11px;width:100%;font-size:16px;min-width:375px;background:#fff0}.main-navigation .top-navigation .inner .searchbar .search:focus-visible{border:none;outline:none}.main-navigation .top-navigation .inner .searchbar .search-btn{background-color:var(--dark-100);outline:none;border:none;border-radius:50%;min-width:32px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.main-navigation .top-navigation .inner .searchbar .search-btn i{width:15px;height:15px;background-color:#fff}.main-navigation .top-navigation .searchbar-wrapper{position:relative}.main-navigation .top-navigation .search-results{opacity:0;visibility:none;pointer-events:none;margin-top:8px;left:0;right:0;border:1px solid var(--dark-20);box-shadow:var(--s-large);border-radius:6px;line-height:0;position:absolute;z-index:5;background:#fff;overflow:hidden;transition:opacity .2s ease}.main-navigation .top-navigation .search-results.visible{opacity:1;visibility:visible;pointer-events:all}.main-navigation .top-navigation .search-results .result{display:flex;padding:8px 12px;align-items:center;text-decoration:none;color:inherit;column-gap:12px;border-bottom:1px solid var(--dark-20);transition:background-color .12s ease}.main-navigation .top-navigation .search-results .result:hover{background-color:var(--dark-15)}.main-navigation .top-navigation .search-results .result:last-child{border-bottom:none}.main-navigation .top-navigation .search-results .result .title{font-weight:600}.main-navigation .top-navigation .search-results .result img{width:50px;height:50px;object-fit:cover;border-radius:4px;border:1px solid var(--dark-20)}.main-navigation .top-navigation .search-results .result .level-wrapper{position:relative;padding-bottom:0}.main-navigation .top-navigation .search-results .result .level-wrapper .level-indicator{column-gap:2px}.main-navigation .top-navigation .search-results .result .level-wrapper .level{font-size:10px}.main-navigation .top-navigation .search-results .result .level-wrapper .level-indicator>*{width:6px;min-width:6px;height:6px}.main-navigation .bottom-navigation{background-color:#F3F3F3}.main-navigation .bottom-navigation .inner{display:flex;justify-content:space-between}.main-navigation .bottom-navigation .inner .menu{display:flex;list-style:none}.main-navigation .bottom-navigation .inner .menu .menu-item{margin:0 12px}.main-navigation .bottom-navigation .inner .menu .menu-item:first-child{margin-left:0}.main-navigation .bottom-navigation .inner .menu .menu-item.current-menu-item{border-bottom:3px solid var(--primary)}.main-navigation .bottom-navigation .inner .menu .menu-item a{padding:14px 0;white-space:nowrap;display:inline-block;text-decoration:none;color:var(--black);font-weight:600}.main-navigation .bottom-navigation .inner .menu:first-child .menu-item:first-child{margin-left:0}.main-navigation .bottom-navigation .inner .usps{margin-left:auto;list-style:none;display:flex;align-items:center;column-gap:18px;font-size:13px;font-weight:500}.main-navigation .bottom-navigation .inner .usps li{display:flex;align-items:center;column-gap:5px}.main-navigation .bottom-navigation .inner .usps li span{width:18px;height:18px;border-radius:50%;background-color:var(--green-100);display:flex;align-items:center;justify-content:center}.main-navigation .bottom-navigation .inner .usps li span i{background-color:#fff;width:8px;height:8px}.main-navigation .btn-saved{position:relative}.main-navigation .btn-saved .js-saved-count{position:absolute;right:-7px;top:-5px;background-color:var(--primary);width:18px;height:18px;font-size:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.main-navigation .page-cta{background-color:var(--purple-10);color:var(--purple-100);padding:8px 0;display:block;text-decoration:none}.main-navigation .page-cta .inner{display:flex;align-items:center;justify-content:space-between;column-gap:8px}.main-navigation .page-cta strong{font-size:14px;font-weight:600}.main-navigation .page-cta p{font-size:12px}.main-navigation .page-cta .view{font-weight:600;white-space:nowrap}@media only screen and (max-width:1200px){.main-navigation .top-navigation .inner .searchbar .search{min-width:350px}}@media (min-width:992px){.main-navigation .bottom-navigation .inner .menu .menu-item.current-menu-item a{padding-bottom:0}.main-navigation .top-navigation .inner .mobile-buttons{display:none}.main-navigation .bottom-navigation .inner .mobile-header{display:none}.main-navigation .bottom-navigation .inner .mobile-img{display:none}}@media (max-width:992px){.main-navigation .top-navigation{padding:15px 0;border-bottom:1px solid var(--dark-20)}.main-navigation .top-navigation .inner{grid-template-columns:1fr auto auto;row-gap:12px;grid-template-rows:39px auto}.main-navigation .top-navigation .inner .logo{grid-column:1/2}.main-navigation .top-navigation .inner .logo img{width:160px}.main-navigation .top-navigation .inner .searchbar-wrapper{grid-row:2/3;grid-column:span 3}.main-navigation .top-navigation .inner .searchbar .search{min-width:unset}.main-navigation .top-navigation .inner .searchbar .search-btn{width:32px;height:32px;min-width:32px}.main-navigation .top-navigation .inner .searchbar .search-btn .ss-icon{width:12px;height:12px}.main-navigation .top-navigation .inner .side-menu{display:none}.main-navigation .top-navigation .inner .mobile-buttons{display:flex}.main-navigation .top-navigation .inner .mobile-btn-saved{aspect-ratio:1/1;padding:10px;margin-right:6px}.main-navigation .btn-saved .js-saved-count{font-size:12px;width:17px;height:17px}.main-navigation .bottom-navigation{background-color:#fff;display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:10}.main-navigation .bottom-navigation.is-visible{display:block}.main-navigation .bottom-navigation .inner{flex-direction:column;row-gap:16px}.main-navigation .bottom-navigation .inner .usps{display:none}.main-navigation .bottom-navigation .inner .mobile-header{padding:15px 16px;order:-1;margin:0 -16px;background-color:#fff;border-bottom:1px solid var(--dark-20);display:flex;align-items:center;justify-content:space-between}.main-navigation .bottom-navigation .inner .mobile-header .header-title{font-size:16px;font-weight:600}.main-navigation .bottom-navigation .inner .menu{flex-direction:column}.main-navigation .bottom-navigation .inner .menu.product-categories{order:-1}.main-navigation .bottom-navigation .inner .menu .menu-item{margin:0}.main-navigation .bottom-navigation .inner .menu .menu-item.current-menu-item{border-bottom:none}.main-navigation .bottom-navigation .inner .menu .menu-item a{font-size:20px;padding:6px 0;width:100%;display:flex;align-items:center;column-gap:12px}.main-navigation .bottom-navigation .inner .menu .menu-item a img{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid var(--dark-20);box-shadow:var(--s-medium)}}@media only screen and (max-width:576px){.main-navigation .page-cta{padding:6px 0}.main-navigation .page-cta strong{font-size:12px}.main-navigation .page-cta p{font-size:10px}.main-navigation .page-cta .view{font-size:13px}}section.page-cta{background-color:var(--primary);padding:36px 0}section.page-cta .inner{display:flex;align-items:center;justify-content:space-between}section.page-cta .inner .content{color:#fff;max-width:500px}section.page-cta .inner .content h2+p{margin-top:12px}section.page-cta .inner .content *{color:#fff}section.page-footer{background-color:var(--dark-100);color:#fff}section.page-footer .top-footer{background-color:var(--dark-90);padding:20px}section.page-footer .top-footer .inner{display:flex;align-items:center;justify-content:space-between}section.page-footer .top-footer .inner .slogan{color:#fff;display:flex;align-items:center;column-gap:4px;font-size:20px;font-weight:700}section.page-footer .top-footer .inner .slogan i{width:23px;height:14px;background-color:rgb(255 255 255 / .5)}section.page-footer .top-footer .inner .usps{list-style:none;display:flex;align-items:center;column-gap:18px;font-size:13px;font-weight:500}section.page-footer .top-footer .inner .usps li{display:flex;align-items:center;column-gap:5px;color:#fff}section.page-footer .top-footer .inner .usps li span{min-width:18px;width:18px;height:18px;border-radius:50%;background-color:var(--primary);display:flex;align-items:center;justify-content:center}section.page-footer .top-footer .inner .usps li span i{background-color:#fff;width:8px;height:8px}section.page-footer .footer .partner-wrapper{display:flex;align-items:center;flex-direction:column;padding:48px 0 40px;row-gap:36px}section.page-footer .footer .partner-wrapper .title{color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;column-gap:8px}section.page-footer .footer .partner-wrapper .title .ss-icon{height:14px;width:24px;background-color:var(--primary)}section.page-footer .footer .partner-wrapper .partners{width:100%;display:flex;row-gap:24px;flex-direction:column}section.page-footer .footer .partner-wrapper .partners>*{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}section.page-footer .footer .partner-wrapper .partners>*.primary{grid-template-columns:repeat(3,1fr)}section.page-footer .footer .partner-wrapper .partners .partner{width:100%;text-align:center;line-height:1}section.page-footer .footer .partner-wrapper .partners .partner img{width:100%;max-width:150px;max-height:25px;object-fit:contain;filter:saturate(0)invert(1)brightness(100)}section.page-footer .footer .partner-wrapper .partners .primary .partner img{max-width:165px;max-height:28px}section.page-footer .footer .inner{padding:64px 0;display:grid;grid-template-columns:repeat(4,1fr);row-gap:32px;border-top:1px solid rgb(255 255 255 / .1)}section.page-footer .footer .inner .group-title{color:#fff;font-size:16px;font-weight:600}section.page-footer .footer .inner .link-group{display:flex;flex-direction:column;row-gap:5px}section.page-footer .footer .inner .link-group a{text-decoration:none;color:rgb(255 255 255 / .75);transition:color .08s ease;width:fit-content}section.page-footer .footer .inner .link-group a:hover{text-decoration:none;color:rgb(255 255 255)}section.page-footer .footer .inner .link-group .group-title{margin-bottom:5px}section.page-footer .footer .inner .newsletter{grid-column:4/5;grid-row:1;height:fit-content;background-color:var(--dark-90)}section.page-footer .footer .inner .newsletter p{margin-top:4px;color:rgb(255 255 255 / .75)}section.page-footer .footer .inner .newsletter .input-controller{padding:12px 16px;font-weight:400;border:1px solid rgb(224 224 224 / .1);max-width:unset}section.page-footer .footer .inner .newsletter .input-wrapper{position:relative;margin-top:12px}section.page-footer .footer .inner .newsletter .input-wrapper .search-btn{position:absolute;cursor:pointer;right:5px;top:5px;background-color:var(--primary);outline:none;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}section.page-footer .footer .inner .newsletter .input-wrapper .search-btn i{width:13px;height:13px;background-color:#fff;margin:0}section.page-footer .footer .inner .social-media a{display:flex;align-items:center;column-gap:7px}section.page-footer .footer .inner .social-media a i{width:14px;height:14px;background-color:#fff}section.page-footer .site-wide-disclaimer{border-top:1px solid rgb(255 255 255 / .1)}section.page-footer .site-wide-disclaimer p{padding:48px 0;font-size:12px;color:rgb(255 255 255 / .75);line-height:1.4}@media only screen and (max-width:992px){section.page-cta .inner{flex-direction:column;align-items:flex-start}section.page-cta .inner .btn{margin-top:14px;width:100%;text-align:center;justify-content:center}section.page-footer .top-footer .inner{flex-direction:column;row-gap:12px}section.page-footer .top-footer .inner .usps li{font-size:12px}section.page-footer .top-footer .inner .usps li span{min-width:15px;width:15px;height:15px}section.page-footer .footer .inner{grid-template-columns:repeat(2,1fr);column-gap:48px;padding:48px 0}section.page-footer .footer .inner .newsletter{grid-column:2/3}section.page-footer .site-wide-disclaimer p{padding:32px 0}section.page-footer .footer .partner-wrapper .partners .partner img{max-width:100px;max-height:16px}section.page-footer .footer .partner-wrapper .partners .primary .partner img{max-width:100px;max-height:16px}}@media only screen and (max-width:768px){section.page-footer .footer .inner{column-gap:0;padding:28px 0}section.page-footer .footer .inner .newsletter{grid-column:1/3}section.page-footer .site-wide-disclaimer p{padding:20px 0}}@media only screen and (max-width:576px){section.page-footer .footer .partner-wrapper .partners>*{grid-template-columns:repeat(3,1fr);row-gap:24px}}section.ss-breadcrumbs{padding:16px 0}section.ss-breadcrumbs *{font-size:12px;color:var(--dark-60);text-decoration:none}@media only screen and (max-width:992px){section.ss-breadcrumbs{padding:12px 0}section.ss-breadcrumbs *{font-size:11px}}section.ss-category-archive{padding-top:12px;padding-bottom:80px}@media only screen and (min-width:992px){section.ss-category-archive .inner{display:grid;grid-template-columns:3fr 9fr}section.ss-category-archive .toolbar .filter-toggle,section.ss-category-archive .category-filters .mobile-footer,section.ss-category-archive .category-filters .mobile-header{display:none}}section.ss-category-archive .header{margin-top:-24px;padding-bottom:36px;padding-right:36px;border-bottom-right-radius:24px;border-right:6px solid var(--primary);border-bottom:6px solid var(--primary)}section.ss-category-archive .header .read-more{margin-top:12px}section.ss-category-archive .filter-group{max-width:500px;margin:0 auto}section.ss-category-archive .filter-group+.filter-group{margin-top:28px}section.ss-category-archive .filter-group .filter-group-title{font-size:18px;line-height:1;font-weight:700}section.ss-category-archive .filter-group .filter input{display:none}section.ss-category-archive .filter-group .filter-wrapper{margin-top:10px;display:flex;flex-direction:column;row-gap:8px}section.ss-category-archive .filter-group .filter label{cursor:pointer;user-select:none;display:flex;align-items:center;column-gap:10px;color:var(--dark-80)}section.ss-category-archive .filter-group .filter label::before{box-sizing:border-box;content:'';display:inline-block;width:18px;height:18px;border:1px solid #909090;border-radius:4px;transition:.08s ease-in-out}section.ss-category-archive .filter-group .radio .filter label::before{border-radius:50%}section.ss-category-archive .filter-group .filter input:checked+label::before{border:7px solid var(--purple-100)}section.ss-category-archive .filter-group .filter label:hover{color:var(--dark-100)}section.ss-category-archive .toolbar{padding:40px 0 20px;display:flex;align-items:flex-end;justify-content:space-between}section.ss-category-archive .toolbar .quick-filters{display:flex;column-gap:4px}section.ss-category-archive .toolbar .quick-filters .tag{cursor:pointer}section.ss-category-archive .toolbar .sorting{display:flex;position:relative}section.ss-category-archive .toolbar .sorting .toggle{font-size:12px;border-left:1px solid var(--dark-20);padding:2px 0 2px 16px;font-weight:600;cursor:pointer;height:fit-content;display:flex;align-items:center}section.ss-category-archive .toolbar .sorting .toggle i{margin-top:2px}section.ss-category-archive .toolbar .sorting .toggle i:first-of-type{margin-right:5px;width:13px;height:10px}section.ss-category-archive .toolbar .sorting .toggle i:last-of-type{margin-left:20px;width:10px;height:10px;transform:rotate(-90deg)}section.ss-category-archive .toolbar .sorting .filter-wrapper{opacity:0;visibility:hidden;transition:.12s ease-in-out;display:flex;flex-direction:column;position:absolute;top:100%;width:fit-content;white-space:nowrap;left:50%;transform:translateX(-50%);z-index:10;background-color:#fff;box-shadow:var(--s-large);border:1px solid var(--dark-20);padding:0 10px;border-radius:6px}section.ss-category-archive .toolbar .sorting .filter-wrapper.is-open{opacity:1;visibility:visible}section.ss-category-archive .toolbar .sorting .filter-wrapper .filter{padding:8px 0;border-bottom:1px solid var(--dark-20);display:flex;align-items:center;column-gap:5px}section.ss-category-archive .toolbar .sorting .filter-wrapper .filter:last-child{border-bottom:none}section.ss-category-archive .toolbar .sorting .filter-wrapper .filter label{font-size:12px;font-weight:500}section.ss-category-archive .products{display:grid;scroll-margin-top:100px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));column-gap:36px;row-gap:40px;list-style:none}section.ss-category-archive .products+.pagination{padding-top:32px}section.ss-category-archive .pagination ul{display:flex;align-items:center;column-gap:5px;list-style:none;justify-content:center}section.ss-category-archive .pagination ul li span{cursor:pointer;height:40px;width:40px;font-weight:600;border:1px solid var(--dark-20);border-radius:6px;display:flex;align-items:center;text-align:center;justify-content:center}section.ss-category-archive .pagination ul li:hover span{border-color:var(--dark-60)}section.ss-category-archive .pagination ul li span.current{border-color:var(--primary);color:var(--primary)}section.ss-category-archive .pagination ul li .page-number__prev .ss-icon,section.ss-category-archive .pagination ul li .page-number__next .ss-icon{width:11px;height:11px}section.ss-category-archive .pagination ul li .page-number__next .ss-icon{transform:scaleX(-1)}@media only screen and (max-width:992px){section.ss-category-archive{padding-top:6px;padding-bottom:48px}section.ss-category-archive .header{margin-top:0;padding-bottom:20px;padding-right:18px}section.ss-category-archive .filter-group .filter label{font-size:14px}section.ss-category-archive .category-filters:not(.is-visible){display:none}section.ss-category-archive .category-filters{padding:92px 16px 24px;background-color:#fff;position:fixed;inset:0;z-index:10}section.ss-category-archive .category-filters .mobile-header{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;background-color:#fff;border-bottom:1px solid var(--dark-20);position:fixed;left:0;right:0;top:0}section.ss-category-archive .category-filters .mobile-header .js-remove-filters,section.ss-category-archive .category-filters .mobile-header .js-toggle-filter-modal{cursor:pointer;color:var(--purple-100);font-weight:600;font-size:15px}section.ss-category-archive .category-filters .mobile-header .header-title{font-size:16px;font-weight:700}section.ss-category-archive .category-filters .mobile-footer{display:flex;padding:12px 16px 20px;background-color:#fff;border-top:1px solid var(--dark-20);position:fixed;left:0;right:0;bottom:0}section.ss-category-archive .category-filters .mobile-footer .btn{width:100%;justify-content:center}section.ss-category-archive .toolbar{flex-wrap:nowrap;overflow-x:scroll;align-items:center;overflow-y:hidden;margin:28px -16px 24px;padding:0 16px;scrollbar-width:none;-ms-overflow-style:none}section.ss-category-archive .toolbar::-webkit-scrollbar{display:none}section.ss-category-archive .toolbar .quick-filters .tag{padding:10px 16px}}@media only screen and (max-width:576px){section.ss-category-archive .products{scroll-margin-top:64px;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:28px}section.ss-category-archive .products+.pagination{padding-bottom:24px}}.product.is-template-part{padding-bottom:28px;height:100%;border-bottom:1px solid var(--dark-20);position:relative;display:flex;flex-direction:column}.product.is-template-part a{text-decoration:none}.product.is-template-part .product-header{display:flex;flex-direction:column}.product.is-template-part .product-header .overlay{display:flex;justify-content:space-between}.product.is-template-part .product-header img{width:100%;height:200px;object-fit:contain}.product.is-template-part.padded-thumbnail .product-header img{padding:20px}.product.is-template-part .product-header .product-platforms{display:flex;align-items:center;column-gap:3px}.product.is-template-part .product-header .product-platforms .platform{padding:4px 7px;background-color:var(--dark-15);line-height:0;border-radius:64px}.product.is-template-part .product-header .product-platforms .platform .support-status{margin-left:-3px}.product.is-template-part .product-header .product-platforms .platform .ss-icon{width:12px;height:12px;background-color:#B0B1B3}.product.is-template-part .product-header .product-platforms .platform.support{background-color:var(--green-15)}.product.is-template-part .product-header .product-platforms .platform.support .ss-icon{background-color:var(--green-110)}.product.is-template-part .product-body{display:flex;flex-direction:column;justify-content:space-between;height:100%}.product.is-template-part .product-body .product-title{font-size:18px;font-weight:700;line-height:1;max-width:260px;transition:.12s ease}.product.is-template-part .product-body .offer .vendor{font-size:12px;font-weight:500;line-height:1;margin-top:2px;display:flex;align-items:center;column-gap:4px}.product.is-template-part .product-body .offer .vendor .ss-icon{background-color:var(--green-100);width:11px;height:11px}.product.is-template-part .product-body .offer .price *{font-size:16px;font-weight:700;line-height:1}.product.is-template-part .product-body .offer .price .sale-price{font-weight:700;color:var(--green-100)}.product.is-template-part .product-body .offer .price .sale-price+.base-price{text-decoration:line-through;color:var(--dark-80);font-weight:600;font-size:12px}.product.is-template-part .product-body .product-footer{display:flex;align-items:center;justify-content:space-between}.product.is-template-part:hover .product-body .product-title{color:var(--primary)}.product-platforms{display:flex;align-items:center;column-gap:3px}.product-platforms .platform{padding:4px 7px;background-color:var(--dark-15);line-height:0;border-radius:64px}.product-platforms .platform .support-status{margin-left:-3px}.product-platforms .platform .ss-icon{width:12px;height:12px;background-color:#B0B1B3}.product-platforms .platform.support{background-color:var(--green-15)}.product-platforms .platform.support .ss-icon{background-color:var(--green-110)}.product-attributes{padding:16px 0 18px;display:flex;flex-direction:column;row-gap:1px}.product-attributes .attribute{display:flex;align-items:center;column-gap:6px;font-weight:600}.product-attributes .attribute .ss-icon{width:14px;height:14px;background-color:var(--primary)}@media only screen and (max-width:992px){.product.is-template-part{padding-bottom:16px}.product.is-template-part .product-header img{height:140px}.product.is-template-part.padded-thumbnail .product-header img{padding:16px}.product.is-template-part .product-body .product-title{font-size:14px;max-width:unset}.product.is-template-part .product-body .offer .price *{font-size:14px}.product.is-template-part .product-body .offer .price .sale-price+.base-price{font-size:11px}.product.is-template-part .product-body .product-footer .btn{display:none}.product.is-template-part .product-body .offer .vendor{font-size:11px;margin-top:0}.product-attributes{padding:12px 0 16px;row-gap:0}.product-attributes .attribute span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}@media only screen and (max-width:576px){.product.is-template-part .product-header .overlay{flex-direction:column-reverse;row-gap:5px}}.product.is-template-part.--loading{opacity:.8;animation:fadeInOut .75s ease-in-out forwards infinite}.product.is-template-part.--loading:nth-child(2){animation-delay:0.1s}.product.is-template-part.--loading:nth-child(3){animation-delay:0.2s}.product.is-template-part.--loading:nth-child(4){animation-delay:0.3s}.product.is-template-part.--loading:nth-child(5){animation-delay:0.4s}.product.is-template-part.--loading:nth-child(6){animation-delay:0.5s}.product.is-template-part.--loading:nth-child(7){animation-delay:0.6s}.product.is-template-part.--loading:nth-child(8){animation-delay:0.7s}@keyframes fadeInOut{0%{opacity:.8}50%{opacity:.5}100%{opacity:.8}}.cross-sell.is-template-part{display:flex;align-items:center;column-gap:10px;border-radius:6px;border:1px solid var(--dark-20);padding:8px 16px 8px 8px;transition:.12s ease}.cross-sell.is-template-part a{text-decoration:none;line-height:0}.cross-sell.is-template-part img{width:100%;line-height:1;max-width:100px;aspect-ratio:1/1;height:auto;object-fit:contain}.cross-sell.is-template-part .product-title{font-size:14px}.cross-sell.is-template-part .price *{font-size:12px;font-weight:700;line-height:1}.cross-sell.is-template-part .price .sale-price{font-weight:700;color:var(--green-100)}.cross-sell.is-template-part .price .sale-price+.base-price{text-decoration:line-through;color:var(--dark-80);font-weight:600;font-size:12px}.cross-sell.is-template-part:hover{border-color:var(--dark-60)}@media only screen and (max-width:992px){.cross-sell.is-template-part img{max-width:80px}.cross-sell.is-template-part .product-title{font-size:13px}}@media only screen and (max-width:576px){.cross-sell.is-template-part{border-radius:5px;padding:5px 12px 5px 8px}.cross-sell.is-template-part img{max-width:64px}}.ss-archive-content{border-top:1px solid var(--dark-20);padding:80px 0}.ss-archive-content .content-section+.content-section{margin-top:40px}@media only screen and (max-width:992px){.ss-archive-content{border-top:1px solid var(--dark-20);padding:48px 0}.ss-archive-content .content-section+.content-section{margin-top:32px}}.content-section.archive-brands .brands{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.content-section.archive-brands .brands .brand{text-decoration:none;padding:32px 48px;display:flex;align-items:center;justify-content:center;border:1px solid var(--dark-20);border-radius:6px;transition:.12s ease}.content-section.archive-brands .brands .brand img{width:100%;height:100%;object-fit:contain}.content-section.archive-brands .brands .brand:hover{border-color:var(--dark-60)}@media only screen and (max-width:992px){.content-section.archive-brands .brands{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}}@media only screen and (max-width:576px){.content-section.archive-brands .brands .brand{padding:28px}}.ss-faq-items{display:flex;flex-direction:column;width:100%;margin-top:12px}.ss-faq-items .faq-question{cursor:pointer;position:relative;padding:20px 0;border-bottom:1px solid var(--dark-20)}.ss-faq-items .faq-question h3{font-size:18px;color:var(--purple-100);user-select:none}.ss-faq-items .faq-question h3 .ss-icon{background-color:var(--purple-100);width:12px;height:12px;transition:.12s ease-in-out}.ss-faq-items .faq-question .faq-answer{display:none;font-size:13px;line-height:1.4;margin-top:12px}.ss-faq-items .faq-question.is-open>.faq-answer{display:block}.ss-faq-items .faq-question.is-open h3 .ss-icon{transform:rotate(45deg)}@media only screen and (max-width:992px){.ss-faq-items{margin-top:8px}.ss-faq-items .faq-question{padding:16px 0}.ss-faq-items .faq-question h3{font-size:16px}}.archive-author{padding:40px 18px;border-radius:12px}.archive-author .inner{max-width:600px;margin:0 auto;background-color:#fff;border:1px solid var(--dark-20);border-radius:12px}.archive-author .inner .body{padding:28px 32px}.archive-author .inner .author{display:flex;align-items:center;justify-content:space-between}.archive-author .inner .author .author-intro{display:flex;align-items:center;column-gap:16px}.archive-author .inner .author .author-intro .author-name span{font-size:12px;font-weight:600}.archive-author .inner .author .author-intro .author-name p{color:var(--dark-80);font-weight:500;line-height:1.2}.archive-author .inner .author .author-intro .author-image{border-radius:10px;border:1px solid var(--dark-20);line-height:0}.archive-author .inner .author .author-intro .author-image img{border-radius:6px;width:58px;height:58px;margin:5px}.archive-author .inner .author .author-links{display:flex;column-gap:8px}.archive-author .inner .author .author-links .link{border-radius:50%;width:32px;height:32px;border:1px solid var(--dark-20);display:flex;align-items:center;justify-content:center}.archive-author .inner .author .author-links .link .ss-icon{background-color:var(--purple-100);width:14px;height:14px}.archive-author .inner .intro{margin-top:28px;padding-top:24px;border-top:1px solid var(--dark-20)}.archive-author .inner .intro p{color:var(--dark-80)}.archive-author .inner .footer{padding:20px 32px;border-top:1px solid var(--dark-20)}.archive-author .inner .footer p{font-size:12px;color:var(--dark-80)}.archive-author .inner .footer p u{font-size:inherit;color:inherit}@media only screen and (max-width:992px){.archive-author{padding:28px 18px;border-radius:8px}.archive-author .inner{border-radius:6px}.archive-author .inner .body{padding:18px}.archive-author .inner .intro{margin-top:18px}.archive-author .inner .footer{padding:14px 18px}.archive-author .inner .footer p{font-size:11px;line-height:1.5}.archive-author .inner .author .author-intro .author-image{border-radius:8px}.archive-author .inner .author .author-intro .author-image img{border-radius:5px;width:48px;height:48px;margin:3px}}.ss-product-header{padding-top:8px;position:relative;z-index:1}.ss-product-header .inner{display:flex;align-items:center;justify-content:space-between}.ss-product-header .featured-attributes{margin-top:12px;display:flex;align-items:center;--gutter:18px}.ss-product-header .featured-attributes>*:not(:first-child){padding-left:var(--gutter)}.ss-product-header .featured-attributes>*:not(:last-child){padding-right:var(--gutter);border-right:1px solid var(--dark-20)}.ss-product-header .featured-attributes .brand{text-decoration:none;display:flex;align-items:center;column-gap:5px}.ss-product-header .featured-attributes .brand img{width:100%;max-width:100px;max-height:18px;object-fit:contain;line-height:0}@media only screen and (max-width:576px){.ss-product-header{padding-top:0}.ss-product-header .inner{flex-direction:column-reverse;align-items:flex-start;row-gap:6px}.ss-product-header .featured-attributes{--gutter:12px}.ss-product-header .featured-attributes .brand img{max-width:90px;max-height:14px}}.ss-product-content .container>.inner,.ss-product-front .container>.inner{display:grid;grid-template-columns:auto 450px;column-gap:100px;row-gap:28px}@media only screen and (max-width:1600px){.ss-product-content .container>.inner,.ss-product-front .container>.inner{column-gap:80px}}@media only screen and (max-width:1400px){.ss-product-content .container>.inner,.ss-product-front .container>.inner{grid-template-columns:auto 400px}}@media only screen and (max-width:1200px){.ss-product-content .container>.inner,.ss-product-front .container>.inner{column-gap:64px}}@media only screen and (max-width:992px){.ss-product-content .container>.inner,.ss-product-front .container>.inner{grid-template-columns:1fr}}.ss-product-front .summery .intro .label{font-weight:600;font-size:16px;margin-bottom:3px;color:var(--dark-100)}.ss-product-front .summery .intro p{line-height:1.5;color:var(--dark-80)}.ss-product-front .summery .offer{margin-top:20px}.ss-product-front .summery .offer .price{margin-bottom:5px}.ss-product-front .summery .offer .price *{font-size:22px;font-weight:700;line-height:1}.ss-product-front .summery .offer .price .sale-price{font-weight:700}.ss-product-front .summery .offer .price .sale-price+.base-price{text-decoration:line-through;opacity:.3;font-weight:600;font-size:18px}.ss-product-front .summery .offer .out{margin-top:32px}.ss-product-front .summery .offer .vendor{font-size:12px;font-weight:500;line-height:1;margin-top:12px;display:flex;align-items:center;justify-content:center;column-gap:4px}.ss-product-front .summery .offer .vendor .ss-icon{background-color:var(--green-100);width:11px;height:11px}.ss-product-front .summery .vendor-information{margin-top:24px}.ss-product-front .summery .vendor-information .vendor-link{margin-top:20px;text-decoration:none;line-height:1;padding:12px 16px;border-radius:6px;transition:.12s ease;border:1px solid var(--dark-20);display:flex;align-items:center;justify-content:space-between}.ss-product-front .summery .vendor-information .vendor-link img{width:100%;max-width:90px;line-height:1;max-height:25px;object-fit:contain;object-position:center left}.ss-product-front .summery .vendor-information .vendor-link:hover{border-color:var(--dark-60)}.ss-product-front .summery .vendor-information .vendor-name{font-size:12px;color:var(--dark-60);font-weight:600}.ss-product-front .summery .vendor-information .vendor-usps{display:flex;flex-direction:column;row-gap:8px;margin-top:10px;list-style:none}.ss-product-front .summery .vendor-information .vendor-usps .usp{display:flex;align-items:center;column-gap:5px;line-height:1;font-weight:500}.ss-product-front .summery .vendor-information .vendor-usps .usp .icon{width:15px;height:15px;min-width:15px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--green-100);line-height:0}.ss-product-front .summery .vendor-information .vendor-usps .usp .icon .ss-icon{background-color:#fff;width:8px;height:8px}@media only screen and (max-width:576px){.ss-product-front .summery .offer .out{margin-top:18px}.ss-product-front .summery .vendor-information{margin-top:18px}.ss-product-front .summery .vendor-information .vendor-link img{max-width:85px;max-height:22px}}.ss-product-front .media{border-bottom-right-radius:18px}.ss-product-front .media .inner{background-color:#fff;position:relative;margin-right:32px;margin-bottom:32px;padding-bottom:32px;border-bottom-right-radius:12px}.ss-product-front .media .inner .tags{position:absolute;top:18px;z-index:1}.ss-product-front .media .showcase{display:inline-block;width:100%}.ss-product-front .media .showcase:hover img{transform:scale(1.02)}.ss-product-front .media .showcase img{width:100%;object-fit:contain;height:380px;transition:transform .3s ease}.ss-product-front .media .gallery{position:relative;display:grid;grid-template-columns:repeat(4,1fr);margin-right:32px;column-gap:10px}.ss-product-front .media .gallery a{line-height:0}.ss-product-front .media .gallery a:hover img{border-color:var(--dark-60)}.ss-product-front .media .gallery img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:8px;border:1px solid var(--dark-20);transition:border .2s ease}.ss-product-front .media.padded-media .showcase img{padding:20px}.ss-product-front .media.padded-media .gallery img{padding:10px;object-fit:contain}@media only screen and (max-width:992px){.ss-product-front .media .showcase img{height:320px}}@media only screen and (max-width:576px){.ss-product-front .media .gallery{margin-right:14px;column-gap:5px}.ss-product-front .media .inner{padding-bottom:16px;margin-right:14px;margin-bottom:14px}.ss-product-front .media .showcase img{height:280px;border-radius:5px}}.ss-product-content{padding:48px 0}.ss-product-content .sidebar{height:100%}.ss-product-content .sidebar .attributes{width:100%;position:sticky;top:24px;border-bottom-right-radius:24px;border-bottom:6px solid var(--primary);border-right:6px solid var(--primary);padding-right:24px;padding-bottom:24px}.ss-product-content .sidebar .author{display:flex;align-items:center;column-gap:10px}.ss-product-content .sidebar .author .author-image{line-height:0;border:1px solid var(--primary-50);padding:2px;border-radius:8px}.ss-product-content .sidebar .author .author-image img{width:36px;height:36px;border-radius:6px}.ss-product-content .sidebar .author .author-name{line-height:1.2}.ss-product-content .sidebar .author .author-name p{font-weight:600;line-height:1;margin-top:2px}.ss-product-content .sidebar .author .author-name span{font-size:12px;line-height:1}.ss-product-content .content .ss-text{max-height:380px;overflow:hidden;position:relative}.ss-product-content .content .ss-text::after{content:'';display:flex;left:0;right:0;height:70px;bottom:0;position:absolute;background:linear-gradient(0,#fff,#fff0)}.ss-product-content .content .ss-text+.btn-link{margin-top:8px}.ss-product-content .content.is-extended .ss-text{max-height:unset}.ss-product-content .content.is-extended .ss-text::after{height:0}.ss-product-content .content.is-extended .btn-link .ss-icon{transform:rotate(90deg)}@media only screen and (max-width:992px){.ss-product-content{padding:32px 0}.ss-product-content .sidebar{order:-1}.ss-product-content .content .ss-text{max-height:300px}.ss-product-content .content .ss-text::after{height:50px}}.ss-product-cross-sells .products{gap:12px}.ss-product-cross-sells .header+.products{margin-top:20px}@media only screen and (max-width:576px){.ss-product-cross-sells .products{grid-template-columns:1fr;row-gap:6px}.ss-product-cross-sells .header+.products{margin-top:12px}}.ss-product-upsells{padding:48px 0 64px}.ss-product-upsells .header+.products{margin-top:32px}@media only screen and (max-width:992px){.ss-product-upsells{padding:32px 0 48px}}@media only screen and (max-width:576px){.ss-product-upsells .header+.products{margin-top:20px}}.ss-product-articles{padding:64px 0}.ss-product-articles .header+.articles{margin-top:32px}@media only screen and (max-width:992px){.ss-product-articles{padding:32px 0}}@media only screen and (max-width:576px){.ss-product-articles .header+.articles{margin-top:18px}}ul.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));column-gap:36px;row-gap:40px;list-style:none}@media only screen and (max-width:576px){ul.product-grid{grid-template-columns:1fr 1fr;column-gap:20px;row-gap:28px}}.tip-archive{padding:24px 0 64px}ul.tip-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;list-style:none}@media only screen and (max-width:768px){.tip-archive{padding:16px 0 32px}ul.tip-grid{grid-template-columns:1fr;gap:12px}}section.saved-products-header{padding:48px 0}section.saved-products-header .inner{display:flex;justify-content:space-between;align-items:center}section.saved-products-header.no-products{text-align:center;padding-bottom:0}section.saved-products-header.no-products .inner{flex-direction:column;row-gap:48px;justify-items:center}section.saved-products-header.no-products .inner .content{max-width:900px;margin:0 auto;text-align:center}section.saved-products-header.no-products .inner .content p{margin-top:8px}section.saved-products-header.no-products .inner .content .btn{margin:0 auto;margin-top:12px}section.saved-products{padding-bottom:64px}section.saved-products .empty-products{border:1px solid var(--dark-20);padding:36px;border-radius:6px;display:flex;flex-direction:column;row-gap:8px}@media only screen and (max-width:768px){section.saved-products-header .inner{flex-direction:column;text-align:center;row-gap:18px}section.saved-products-header{padding:32px 0}section.saved-products{padding-bottom:32px}}section.not-found-header{padding:120px 0;text-align:center}section.not-found-header h1{display:flex;align-items:center;column-gap:8px;margin-bottom:8px;justify-content:center}section.not-found-header .btn{margin:0 auto;margin-top:12px}.ss-yellow-flag{display:grid;gap:3px;grid-template-columns:7px 7px 7px;grid-template-rows:11px 11px}.ss-yellow-flag>.section{width:100%;height:100%;border-radius:2px;animation:yellowflag infinite 2s ease-in-out}@keyframes yellowflag{0%{background-color:#ffb500;box-shadow:0 0 15px 0 rgb(255 183 0 / .6)}40%{background-color:#d5d5d5;box-shadow:0 0 15px 0 #fff0}80%{background-color:#ffb500;box-shadow:0 0 15px 0 rgb(255 183 0 / .6)}100%{background-color:#ffb500;box-shadow:0 0 15px 0 rgb(255 183 0 / .6)}}#global-site-notification{padding:12px 16px;white-space:nowrap;pointer-events:none;box-shadow:var(--s-large);position:fixed;left:50%;transform:translate(-50%,100%);opacity:0;bottom:32px;z-index:20;color:#fff;font-weight:500;border-radius:64px;background-color:var(--dark-100);column-gap:8px;display:flex;align-items:center}#global-site-notification .icon{width:20px;height:20px;border-radius:50%;background-color:var(--primary);display:flex;align-items:center;justify-content:center}#global-site-notification .text{line-height:1.1;color:#fff}#global-site-notification .icon .ss-icon{width:12px;height:12px;background-color:#fff}#global-site-notification.visible{animation:slideInUp .4s ease forwards}#global-site-notification.visible.fade-away{animation:slideAwayDown .3s ease forwards}#global-site-notification.succes .icon{background-color:var(--green-100)}@keyframes slideInUp{from{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%,0)}}@keyframes slideAwayDown{from{opacity:1;transform:translate(-50%,0)}to{opacity:0;transform:translate(-50%,100%)}}.tip-featured-image img{width:100%;max-height:600px;object-fit:cover;object-position:center}.header.tip-header{position:relative;padding:32px 0 48px}.header.tip-header .inner{max-width:600px}.header.tip-header .inner h1+p{margin-top:18px;font-size:18px}.header.tip-header #yoast-breadcrumb{position:absolute;top:0}.header.tip-header .author{display:flex;align-items:center;column-gap:10px;margin-top:18px}.header.tip-header .author .author-image{line-height:0;border:1px solid var(--primary-50);padding:2px;border-radius:8px}.header.tip-header .author .author-image img{width:36px;height:36px;border-radius:6px}.header.tip-header .author .author-name{line-height:1.2}.header.tip-header .author .author-name p{font-weight:600;line-height:1;margin-top:2px}.header.tip-header .author .author-name span{font-size:12px;line-height:1}.tip-template-default .wp-post-image{width:100%;height:100%;max-height:450px;object-fit:cover}.tip-content{padding:64px 0}.tip-content .content-tekst p{line-height:1.5}.tip-content .content-tekst p a{color:var(--dark-100);font-weight:600}.tip-content .content-tekst h2+*{margin-top:8px}.tip-content .content-tekst p+p{margin-top:12px}.tip-content .content-tekst p+ul{margin-top:12px}.tip-content .content-tekst ul{list-style:none;display:flex;flex-direction:column;row-gap:5px}.tip-content .content-tekst ul li{background-color:#fff;border-radius:5px;padding:8px 12px;border:1px solid var(--dark-20)}.tip-content .content-tekst p+h2{margin-top:32px}.tip-content .content-tekst ul+h2{margin-top:32px}.tip-content .content-module+.content-module{margin-top:48px}.tip-content .content-module+.content-module.content-products{margin-top:20px}.tip-content .content-large-tekst{font-size:24px;font-weight:500}.tip-content .content-image img{border-radius:6px}@media only screen and (max-width:768px){.header.tip-header{position:relative;padding:16px 0 28px}.header.tip-header .inner h1+p{margin-top:12px;font-size:14px}.tip-content{padding:36px 0}.tip-content .content-tekst p+h2{margin-top:24px}.tip-content .content-tekst ul+h2{margin-top:24px}.tip-content .content-large-tekst{font-size:18px}.tip-content .content-module+.content-module{margin-top:24px}}.tip.is-template-part{display:grid;grid-template-columns:170px 1fr;border-radius:8px;border:1px solid var(--dark-20);transition:border-color .12s ease;overflow:hidden}.tip.is-template-part:hover{border-color:var(--dark-60)}.tip.is-template-part>a{text-decoration:none}.tip.is-template-part .tip-header img{width:100%;height:100%;object-fit:cover}.tip.is-template-part .tip-body{padding:25px}.tip.is-template-part .tip-body .title{font-size:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tip.is-template-part .tip-body .short-description{font-size:14px;margin-top:8px;color:var(--dark-80);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:992px){.tip.is-template-part{grid-template-columns:120px 1fr}.tip.is-template-part .tip-body{padding:14px}.tip.is-template-part .tip-body .title{font-size:16px}.tip.is-template-part .tip-body .short-description{font-size:13px;margin-top:5px}}.global-cookie-consent{display:none;position:fixed;bottom:18px;left:18px;width:100%;max-width:450px;z-index:1000;background-color:#fff;padding:22px 20px 20px;box-shadow:var(--s-large);border:1px solid var(--dark-15);border-radius:8px}.global-cookie-consent h3{font-size:18px;margin-bottom:8px}.global-cookie-consent .button-group{display:flex;align-items:center;column-gap:12px;margin-top:12px}.global-cookie-consent .button-group .btn{width:100%;justify-content:center}@media (max-width:992px){.global-cookie-consent h3{font-size:16px}}@media (max-width:552px){.global-cookie-consent{border-radius:8px 8px 0 0;padding-bottom:28px;border-left:0;border-right:0;border-bottom:0;left:0;right:0;bottom:0;max-width:unset}.global-cookie-consent .button-group .btn{min-height:40px}}