﻿:root{--font-body: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;--font-headings: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif}body .modal-backdrop{--bs-backdrop-opacity: 0.2}body{background-color:#fff;font-family:var(--font-body)}body>header .logo-container{flex:1;height:6cqw}body>header .logo-container a{height:100%}body>header .logo-container img{height:100%;object-fit:contain;object-position:left center}body>header{max-width:1300px;width:100%;margin:0 auto;padding:15px;box-sizing:border-box;font-family:var(--font-body);height:auto;justify-content:space-between;container-type:inline-size;gap:20px}body>header nav a{color:#000;font-size:1.5cqw}body>header nav a:hover{text-decoration:underline}body>header nav a.active{text-decoration:underline}body>header .nav-toggle{display:none}body>header .cart-icon-link,body>header .search-icon-link{padding-right:1cqw;padding-left:1cqw;font-size:2.5cqw}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings)}h1{font-size:48px;word-wrap:break-word}.btn-primary,.btn-accent{border-radius:16px;padding:10px 20px;font-size:16px;font-weight:600;line-height:1.6;text-decoration:none}.btn-xs{padding:1px 3px;font-size:12px}.btn-gray{background-color:var(--palette-gray-lighter);color:#000}.pagy{display:flex;font-family:sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:600;color:#6b7280}.pagy>:not([hidden])~:not([hidden]){--space-reverse: 0;margin-right:calc(.25rem*var(--space-reverse));margin-left:calc(.25rem*(1 - var(--space-reverse)))}.pagy a:not(.gap){display:block;text-decoration:none;border-radius:.5rem;background-color:#e5e7eb;padding:.25rem .75rem;color:inherit}.pagy a:not(.gap):hover{background-color:#d1d5db}.pagy a:not(.gap):not([href]){cursor:default;background-color:#f3f4f6;color:#d1d5db}.pagy a:not(.gap).current{background-color:var(--palette-primary);color:var(--palette-primary-contrast)}.pagy label{white-space:nowrap;display:inline-block;border-radius:.5rem;background-color:#e5e7eb;padding:.125rem .75rem}.pagy label input{line-height:1.5rem;border-radius:.375rem;border-style:none;background-color:#f3f4f6}.btn-primary{border-radius:16px;padding:10px 20px}.product .square-image-container{position:relative;width:100%;padding-bottom:100%;background-color:var(--palette-gray-lightest);overflow:hidden}.product .square-image-container img,.product .square-image-container .ratio{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.product .square-image-container .ratio iframe{position:absolute;top:0;left:0;width:100%;height:100%}.product .carousel-control-prev,.product .carousel-control-next{width:10%;opacity:.8}.product .thumbnails-container{overflow-x:auto;padding-bottom:10px}.product .thumbnails-container .row{flex-wrap:nowrap;margin:0}.product .thumbnail{cursor:pointer;border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:hidden;transition:border-color .2s ease}.product .thumbnail:hover{border-color:var(--palette-gray)}.product .thumbnail.active{border-color:var(--palette-accent)}.product .square-thumbnail{position:relative;width:80px;height:80px;background-color:var(--palette-gray-lightest)}.product .square-thumbnail img{width:100%;height:100%;object-fit:cover}.product .video-thumbnail{position:relative}.product .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:24px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.product .breadcrumb{background:rgba(0,0,0,0);padding:0;margin-bottom:1rem}.product .breadcrumb a{color:var(--palette-gray-darkest)}.product .breadcrumb-item+.breadcrumb-item::before{content:"›"}.product .input-group #quantity{text-align:center}.product .gap-2{gap:.5rem !important}.product .gap-3{gap:1rem !important}.product-dropdown{padding-top:5px}.product-dropdown button{padding:6px 6px 0;color:var(--bs-body-color)}.product-dropdown i{color:var(--bs-body-color)}.product-dropdown button:hover{background-color:var(--palette-gray-lightest)}.product-dropdown a:active,.product-dropdown a:focus{background-color:var(--palette-gray-light)}a.dropdown-item.active{color:var(--bs-body-color);background-color:var(--palette-gray-lightest)}#hero{margin-left:0;margin-right:0;width:100%;max-width:none;background-image:linear-gradient(to bottom, white, var(--palette-primary));padding-bottom:5vw}#hero .text{max-width:50cqw}#hero .text h1,#hero .text p{text-wrap:balance}#hero .featured-products-container{max-width:1300px;margin:0 auto;container-type:inline-size;width:100%}#hero .featured-products{align-items:stretch}#hero .featured-product{transform:scale(1)}#hero .featured-product:nth-child(1) .image{transform:scale(1) rotate(-3deg)}#hero .featured-product:nth-child(3) .image{transform:scale(1) rotate(3deg)}#hero .featured-product .image{flex:1;border:5px solid hsla(0,0%,100%,.5);display:block;transition:transform .2s ease-in-out;position:relative;font-size:1.75cqw;border-radius:16px;box-shadow:0px 0px 20px -10px #000;overflow:hidden}#hero .featured-product .image img{width:100%}#hero .featured-product .image:after{content:attr(data-content);position:absolute;bottom:0;left:0;right:0;width:100%;height:20%;background-color:rgba(0,0,0,.5);color:#fff;font-weight:bold;text-align:center;padding:10px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-wrap:balance;overflow:hidden;opacity:0;transition:opacity .2s ease-in-out}#hero .featured-product .image:hover{transform:scale(1.1) rotate(0deg)}#hero .featured-product .image:hover:after{opacity:1}#hero .featured-product:nth-child(1),#hero .featured-product:nth-child(3){transform:scale(0.75)}#hero .featured-product:nth-child(1) .image,#hero .featured-product:nth-child(3) .image{height:100%}#hero .featured-product:nth-child(1) img,#hero .featured-product:nth-child(3) img{width:100%;height:100%;object-fit:cover}#recent-products .image-wrapper,.products .image-wrapper{border-radius:16px;overflow:hidden}#recent-products .image-wrapper>a,.products .image-wrapper>a{display:block;width:100%;height:100%}#recent-products .image-wrapper>a:hover img,.products .image-wrapper>a:hover img{transform:scale(1.05)}#recent-products .image-wrapper img,.products .image-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform .2s ease-in-out;transform:scale(1);aspect-ratio:1/1}.products .product{position:relative;display:flex;flex-direction:column}.products .product .image-wrapper{flex:1}.products .product img{width:100%;height:100%;border-radius:16px;object-fit:cover}.products .product .product{height:100%}.products .product p{margin-bottom:2rem}.products .product .product-action-overlay{position:absolute;bottom:96px;left:10px;display:flex;justify-content:flex-start;gap:10px}.products .product .product-action-overlay a{background-color:hsla(0,0%,100%,.8);border-radius:100px;display:flex;width:45px;height:45px;align-items:center;justify-content:center;gap:10px;font-size:1.25cqw;transition:background-color .2s ease-in-out}.products .product .product-action-overlay a:hover{background-color:#fff}#about{margin:10px}#about img{width:100%}footer{background-color:var(--palette-primary);padding-top:20px;padding-bottom:40px;color:var(--palette-primary-contrast)}footer .row>div{margin-top:30px}footer a{width:fit-content;color:var(--palette-primary-contrast)}footer a:hover{text-decoration:underline}footer img{width:100%;max-width:150px;max-height:150px;height:auto;object-fit:contain;object-position:center;margin-bottom:20px}@media(max-width: 576px){h1{font-size:32px}section.mar50{margin-left:10px;margin-right:10px}section#recent-products{margin-left:10px;margin-right:10px}}@media(max-width: 768px){#hero .text{max-width:90cqw}#about{margin:10px 10px 50px;text-align:center}#about a{margin:0 auto;display:block}#about .container-xxl>div{gap:30px}#about img{max-width:200px}footer .footer-column{width:100%;max-width:350px;border-top:1px solid var(--palette-primary-contrast)}footer .footer-column h3{opacity:.5}}@media(max-width: 992px){#hero .text{max-width:80cqw}}@media(max-width: 1200px){#hero .text{max-width:70cqw}}@media(max-width: 992px){body>header{position:relative}body>header .logo-container a img{min-height:51px}body>header .icons-container{margin-left:0}body>header .icons-container a{font-size:24px !important}body>header .icons-container a:first-child{width:fit-content;font-size:32px !important}body>header .cart-icon-link,body>header .search-icon-link{padding-right:9px;padding-left:9px}body>header .nav-toggle{display:flex;align-items:center;justify-content:center;width:100%;cursor:pointer}body>header nav{display:none !important}body>header nav a{font-size:15px !important}body>header nav.active{display:block !important;position:absolute;top:100%;left:0;width:100%;background-color:#fff;z-index:1000;padding:10px;box-shadow:0 10px 10px 0 rgba(0,0,0,.1)}body>header nav.active>a,body>header nav.active>.dropdown .dropdown-item{display:block;padding:10px 20px !important;line-height:1.2}body>header nav.active>a:hover,body>header nav.active>.dropdown .dropdown-item:hover{background-color:var(--palette-gray-lightest)}body>header nav.active>.dropdown>a{display:none}body>header nav.active>.dropdown>.dropdown-menu{display:block;position:static;width:100%;background-color:rgba(0,0,0,0);border:none;box-shadow:none;padding:0;margin:0}body>header nav.active>.dropdown>.dropdown-menu .dropdown-item{display:block;padding:0px;font-size:24px}}
