.button.dark{color:#fff;background-color:#0000004d;box-shadow:none}.button.dark:hover{background-color:#000}.button.black-friday{color:#111;background-color:#fcff00;box-shadow:none}.button.black-friday:hover{background-color:#cacc00}.button.spring-sale{color:#ff8548;background-color:#fff;box-shadow:inset 0 -3px #0000001a}.button.spring-sale:hover{background-color:#eee}.button.red{color:#fff;background-color:#e90f00;box-shadow:none}.button.red:hover{background-color:#b80c00}.button.white{color:#000;background-color:#fff;box-shadow:none}.button.white:hover{background-color:#eee}.index-content{flex-direction:column;row-gap:var(--gap-400)}.index .slideshow-container{width:calc(100% + 20px);margin:0 -10px;position:relative}.index .mySlides{display:none;position:relative;width:100%;height:100%;max-height:260px;aspect-ratio:460 / 260}.index .slideshow-img{position:absolute;display:block;width:100%;height:100%;object-fit:cover}@media only screen and (min-width: 480px){.index .slideshow-container{width:100%;margin:0}.index .slideshow-img{border-radius:var(--radius-500)}}@media only screen and (min-width: 768px){.index .slideshow-container{height:200px}}.index .slideshow-container .dots{position:absolute;bottom:6px;flex-direction:row;flex-wrap:nowrap;justify-content:center;column-gap:6px;width:100%}.index .slideshow-container .dot{height:10px;width:10px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.index .slideshow-container .active{background-color:#717171}.index .slideshow-container .fade{animation-name:fade;animation-duration:.5s}@keyframes fade{0%{opacity:.8}to{opacity:1}}.index .home-page-hero{position:relative;width:100%;min-height:400px;aspect-ratio:460 / 280}.index .home-page-hero .hero-image{position:absolute;width:calc(100% + 20px);height:100%;margin:0 -10px;object-fit:cover}.index .home-page-hero .hero-message{position:absolute;width:100%;height:100%;flex-direction:column;justify-content:center;row-gap:var(--gap-700)}@media (width < 768px){.index .home-page-hero .hero-message{bottom:-25%}}.index .hero-logo{width:100%;text-align:center}.index .hero-logo img{width:100%;height:auto;max-height:24px;margin:0 auto;filter:drop-shadow(0 0 10px rgba(0,0,0,.5))}.index .home-page-hero .hero-buttons{display:none!important;flex-direction:column;align-items:stretch;row-gap:var(--gap-200);column-gap:var(--gap-400);width:100%;align-items:center;justify-content:center}.index .home-page-hero .hero-buttons .button{display:block;width:100%;max-width:220px;height:auto;line-height:normal;padding:12px 20px;font-size:16px;border-radius:var(--radius-500)}@media only screen and (min-width: 480px){.index .home-page-hero .hero-image{width:100%;margin:0;border-radius:var(--radius-500)}}@media only screen and (min-width: 768px){.index .home-page-hero{max-height:320px}.index .home-page-hero .hero-buttons{display:flex!important;flex-direction:row}}@media only screen and (min-width: 960px){.index .home-page-hero{max-height:400px}}ul.mobile-menu{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:10px;margin:0}ul.mobile-menu li{display:block;position:relative;flex:1 1 50%;max-width:calc(50% - 5px);margin:0;padding:8px 0 5px;font-size:12px;font-weight:400;text-align:center;text-transform:uppercase;letter-spacing:1px;list-style:none;white-space:nowrap;overflow:hidden;color:#303030}ul.mobile-menu li .box{--bg-color: #fff;width:100%;height:80px;margin:0 auto;background-color:var(--bg-color);background-position:center;background-repeat:no-repeat;background-size:55px auto;border-radius:var(--radius-500);box-shadow:0 0 1px #898989}@media screen and (min-width: 260px){ul.mobile-menu li{flex:1 1 33.33%;max-width:calc(33.33% - 20px/3)}}@media screen and (min-width: 370px){ul.mobile-menu li{flex:1 1 25%;max-width:calc(25% - 7.5px)}}.index .brand-image-slider{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:var(--gap-200) var(--gap-400);border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;overflow-x:hidden}.index .brand-image-slider .brand-image{display:block;width:auto;height:16px;opacity:.6;filter:brightness(0);transition:all ease .2s}@media only screen and (min-width: 960px){.index .brand-image-slider{padding:var(--gap-200) var(--gap-700)}.index .brand-image-slider .brand-image{height:20px}}.index a:hover .brand-image{opacity:1;filter:none}.articles-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;flex-direction:row;align-items:start;align-content:flex-start;column-gap:var(--gap-200);row-gap:var(--gap-400);width:calc(100% + 20px);margin:0 -10px;padding:30px 15px;background-color:var(--clr-primary-100)}.articles-container .article{flex-direction:row;align-items:start;column-gap:10px;width:100%;line-height:initial;color:#000}.article-img-wrapper{position:relative;width:40%;height:100%;max-height:260px;aspect-ratio:380 / 260;aspect-ratio:1 / 1;margin-bottom:10px}.article-img-wrapper img{position:absolute;top:unset;display:block;width:100%;height:100%;margin-right:unset;object-fit:cover;border-radius:var(--radius-500)}.article-info{width:60%;align-items:flex-start}.article-info .cta{display:none;width:auto;margin-bottom:10px;padding:2px 6px;font-size:11px;font-weight:700;line-height:1.4;text-transform:uppercase;border-radius:var(--radius-300);border:1px solid #000}.article-info .article-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:16px;font-weight:700;line-height:initial;line-height:1.4em;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;overflow:hidden}.article-info .button{display:block;margin:0;padding:10px 20px;font-size:14px;font-weight:700;line-height:initial;text-transform:uppercase;color:#fff;background-color:var(--clr-primary-400);border-radius:var(--radius-400);-webkit-box-shadow:inset 0 -3px rgb(0 0 0 / 10%);-moz-box-shadow:inset 0 -3px rgba(0,0,0,.1);box-shadow:inset 0 -3px #0000001a;transition:all .2s ease}.article-info .button:hover{background-color:var(--clr-primary-500);-webkit-box-shadow:inset 0 3px rgb(0 0 0 / 10%);-moz-box-shadow:inset 0 3px rgba(0,0,0,.1);box-shadow:inset 0 3px #0000001a}@media only screen and (min-width: 400px){.article-info .cta{display:inline-block}}@media only screen and (min-width: 480px){.articles-container{width:auto;margin:0;padding:30px;border-radius:var(--radius-500)}}@media only screen and (min-width: 768px){.articles-container{row-gap:var(--gap-700)}.articles-container .article{flex-direction:column}.article-img-wrapper{width:100%;aspect-ratio:380 / 260}.article-info{width:100%}.article-info .article-title{-webkit-line-clamp:2;height:45px}}@media only screen and (min-width: 768px) and (max-width: 959px){.articles-container .article{width:calc(33.33% - 10px)}.articles-container .article:last-of-type{display:none}}@media only screen and (min-width: 960px){.articles-container .article{width:calc(25% - 11.25px)}}@media only screen and (max-width: 768px){.articles-container{flex-direction:column}}.index .categories-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));flex-direction:row;flex-wrap:wrap;row-gap:var(--gap-200);column-gap:var(--gap-200)}.index .categories-container .category{width:100%}.index .categories-container .category .category-image{display:block;width:100%;height:auto;margin-bottom:8px;border-radius:var(--radius-500)}.index .categories-container .category .category-text{width:100%;margin:0;font-size:14px;font-weight:700;text-align:center;line-height:1.4}@media only screen and (min-width: 400px){.index .categories-container .category{width:calc(33.33% - 10px);width:100%}}@media only screen and (min-width: 768px){.index .categories-container{row-gap:var(--gap-400)}.index .categories-container .category{width:100%}.index .categories-container .category .category-image{margin-bottom:var(--gap-200)}}@media only screen and (max-width: 768px){.index .categories-container{grid-template-columns:repeat(3,1fr)}.index .categories-container .category .category-text{font-size:12px}}@media only screen and (max-width: 379px){.index .categories-container{grid-template-columns:repeat(2,1fr)}.index .categories-container .category .category-text{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/styles-index.css.map */
