.article-content{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:20px;margin-bottom:2rem;color:hsl(0 0 20% / 1)}.article-content>.article-metadata{text-shadow:1px 1px 2px #c4c4c48c;text-align:center;padding:.5rem;border-radius:10px;margin-bottom:1rem}.article-content>h1{padding-top:1rem;text-shadow:2px 2px 2px #ffffff8c;text-align:center;padding:1rem}.article-content>article{line-height:1.6;margin:auto 0;padding:.5rem;background-image:linear-gradient(135deg,#cccccc03,#d6d4d4,#ccc0);max-width:800px}.article-content>article>p{text-shadow:1px 1px 2px #dad7d78c;text-indent:1rem}.article-content>article>blockquote{border-left:4px solid #484848d5;color:hsl(0 0 25% / 1);margin:1rem 0;padding-left:1rem;font-style:italic}.article-content{background:#ccc2;padding:1rem;border-radius:20px;margin-bottom:2rem}.article-content>h2{text-shadow:2px 2px 2px #0000008c;letter-spacing:.15rem}.cart{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));grid-template-rows:auto;gap:1rem;padding-top:2rem}.cart-item{display:flex;padding:1rem;flex-direction:column;border:4px solid transparent;background:linear-gradient(to right,#3f6598,#93758f) padding-box,conic-gradient(from 180deg,#93758f,#3f6598,#93758f) border-box;border-radius:30px;gap:1rem;justify-content:space-evenly;align-items:center}.cart-item .image{width:100px;height:auto;object-fit:cover}.cart-item p{text-align:center;text-shadow:1px 1px 2px #c4c4c48c;background-color:#faf9f9a9;padding:.5rem;border-radius:20px}.input-group{display:flex;gap:.5rem;justify-content:space-evenly}.input-group>*{width:35%;text-align:center;padding:.25em .5em}.full-width{grid-column:1 / -1;text-align:center}.collection-products{display:grid;padding-top:100px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.collection-product__content p{background:#ccc2;text-shadow:1px 1px 2px #0000008c;text-align:center;padding:.5rem}.collection-product__content p:first-child{border-radius:20px 20px 0 0}.collection-product__content p:last-child{text-shadow:1px 1px 2px #ffffff8c;border-radius:0 0 20px 20px}:is(.collection-product:hover,.collection-product:focus-visible):is(.collection-product:hover,.collection-product:focus-visible) .image{border:4px solid transparent;border-radius:20px;background:linear-gradient(#fff) padding-box,conic-gradient(from var(--angle),#e8e8e8,#93758f,#e8e8e8) border-box;animation:rotate 5s ease-in-out infinite}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{position:relative;display:flex;flex-direction:column;width:100%}.collection-card[href*="/collections/frontpage"].collection-card[href*="/collections/frontpage"] .collection-card__content{height:100%;display:flex;align-items:center;justify-content:center}.collection-card__content{position:absolute;top:0;width:100%;padding:.5rem;text-align:center;border:4px solid transparent;border-radius:20px;background-color:#fffc;color:#000;font-size:large;animation:rotate 30s ease-in-out infinite}:scope:scope>p{text-decoration:none;color:#000}.collections{position:relative}[class~=image]{border-radius:20px}.collections{padding-top:50px}.collection-card:hover,.collection-card:focus-visible{border:4px solid transparent;border-radius:20px;background:linear-gradient(#fff) padding-box,conic-gradient(from var(--angle),#e8e8e8,#93758f,#e8e8e8) border-box;animation:rotate 5s ease-in-out infinite}.contact-section{max-width:1000px;min-width:500px;margin:0 auto;padding:2rem;border:1px solid #ccc;background:#cccccc68}.contact-section__heading{margin-bottom:2rem}.contact-section__heading>h1{padding:0}.contact-section__success{padding:1rem;border-radius:8px;background:#d4edda;color:#155724}.contact-section__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.contact-section__field input,.contact-section__field textarea{width:100%;padding:.6rem .8rem;border-radius:8px;border:1px solid currentColor;font:inherit;box-sizing:border-box}.contact-section__field textarea{resize:vertical}.contact-section button[type=submit]{padding:.75rem 2rem;border-radius:20px;border:none;cursor:pointer;font:inherit}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:flex;justify-content:center;height:fit-content}.custom-section__content>div{margin:auto;width:50%;height:350px}.custom-section__content div+div{margin-left:1rem}.custom-section__content>*{grid-column:2}footer{display:flex;position:static;bottom:0;justify-content:space-between;margin-top:2rem}footer .footer__copyright{display:flex;align-items:center;gap:.5rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}.white-bar{position:absolute;bottom:0;left:0;right:0;margin-inline:auto;width:100%;height:1rem;background:#ccc1;border-radius:50%;z-index:-1}header{height:15rem;display:flex;align-items:center;justify-content:space-between;overflow-y:visible;padding:1rem}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}:is(header .header__menu,header .header__icons) sup{background:#fff;border-radius:50%;padding:.25em .5em;font-size:.75rem}:is(header .header__menu,header .header__icons) svg{width:4rem}.header__logo{z-index:1000;width:40%;padding-left:10%;left:0;right:0}@media all and (max-width:768px){.header__logo{top:1rem;left:5%;right:auto;margin:5%;width:65%}}[href="/cart"]{mix-blend-mode:hard-light}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:2rem 0;position:relative}.has-reel{overflow:hidden}.product-reel{position:absolute;top:2;left:0;right:0;height:125px;overflow:hidden;transition:all .35s ease;transition:height 1s ease;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:600px){.product-reel{display:none}}.product-reel:hover{height:200px}.welcome:hover .product-reel{transform:translateY(0)}.product-reel__track{display:flex;align-items:center;height:100%;width:max-content;padding:.5rem 0;animation:reel-scroll 14s linear infinite}.product-reel__track:hover{animation-play-state:paused;overflow:visible}.product-reel__track:hover>.product-reel__item:hover{transform:scale(1.1)}.product-reel__item{flex-shrink:0;width:100px;height:100px;margin:0 .4rem;border-radius:6px;overflow:hidden;transition:transform .2s ease}.product-reel__item img{width:100%;height:100%;object-fit:cover;display:block}@keyframes reel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.welcome-content{grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-content>div h1{padding:10rem}@media(max-width:768px){.welcome-content>div h1{padding:2rem 0}}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1rem}.icon{grid-column:3;width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}#description-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-shadow:1px 1px 2px #cfcbcb8c;margin-inline:auto;width:50%;background:conic-gradient(from 1.1416rad at 0% 0%,#93278fe6,#d1d66ebb,#93278fd7);border-radius:20px;scrollbar-color:transparent transparent;padding:1rem}#description-modal::backdrop{background:#0000004d}@media screen and (max-width:768px){#description-modal{width:90%}}.product-images{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;width:fit-content}.product-images.product-images button{max-width:50%;background:none;border:none}.product-images.product-images button:first-child{flex-grow:1;width:1fr}.product-images.product-images [attr$=_button]{height:100%;width:50px}.product-images.product-images img{width:100%;object-fit:cover;border-radius:20px}.product-images.product-images :not(:first-child){display:none}@media screen and (max-width:768px){.product-images{display:flex;flex-direction:column;padding-top:1rem}}.side-column{position:relative;display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:768px){.side-column{flex-direction:column-reverse}}.product-info{display:flex;flex-direction:column;align-items:center}.product-info>h1,.product-info p{padding:.5rem;text-shadow:1px 1px 2px #d4d4d48c}.image_gallery{display:flex;align-items:center;gap:1rem;flex:1;min-height:0}.image_gallery .product-modal__image>img{max-height:75%;margin:5rem 0}@media screen and (max-width:768px){.image_gallery .product-modal__image>img{max-height:50%}}.image_gallery>._button{display:flex;background:none;border:none;z-index:1000;flex-shrink:0}.image_gallery>.right{right:0}.image{width:100%;height:100%;object-fit:cover;border-radius:20px}.product-page{display:flex;gap:1rem;padding:0 1rem;margin-top:1em}@media screen and (max-width:768px){.product-page{flex-direction:column}}#product-modal{left:0;right:0;top:1rem;transform:translateY(15%);margin-inline:auto;height:75vh;width:100%;background:conic-gradient(from 1.1416rad at 0% 0%,#93278f,#d1d66e,#93278f);border-radius:20px;scrollbar-color:transparent transparent}#product-modal[open]{display:flex;flex-direction:column}#product-modal::backdrop{background:#0003}.product-form{display:flex;flex-direction:column;height:fit-content;align-items:center;justify-content:center;padding:1rem;background-color:hsl(0 0 0 /.3)}.product-form>form{display:flex;flex-direction:column;height:100%;gap:2rem}.product-form>form>button{width:100%;border-radius:20px}.product-modal__images{display:flex;height:100%;overflow-x:auto;flex:1;min-width:0;scrollbar-color:transparent transparent;gap:2rem;padding:1rem 0}.product-modal__images>.product-modal__image{height:100%;width:auto;flex-shrink:0;border-radius:20px;overflow:hidden}.product-modal__images>.product-modal__image>img{height:100%;width:auto;object-fit:cover}.product-modal__info{display:flex;justify-content:space-between;flex-direction:column;gap:1rem}.product-modal__close{position:sticky;top:.2rem;left:0;width:3%;border-radius:100vw}.product-modal__content{display:flex;flex-direction:column;gap:2rem;position:relative;padding:0;flex:1;min-height:0}@media screen and (max-width:768px){.product-modal__content .right,.product-modal__content .left{display:none}}.button-description{width:min-content;padding:.5rem 1rem;border-radius:20px}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.text-block{display:flex;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;vertical-align:middle;border-radius:20px}.text-block>a{position:relative;width:100%;height:100%;background:#0003;align-items:center;justify-content:center;text-shadow:1px 1px 2px #4b4b4b8c}.text-block>a>*{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);vertical-align:middle}@media screen and (max-width:768px){.text-block>a>*{font-size:1.5rem}}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.background-image{background-size:cover;width:auto;min-width:250px;max-width:100%;height:100%;background-position:center;background-repeat:no-repeat}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
