.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.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{display:flex;flex-direction:column;width:100%}.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:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.coderic-categories{padding:4rem 1rem;background-color:#fff}.coderic-categories__container{max-width:var(--page-width);margin:0 auto}.coderic-categories__title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:3rem}.coderic-categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.coderic-categories__item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.coderic-categories__item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.coderic-categories__link{display:block;text-decoration:none;color:inherit}.coderic-categories__image{width:100%;aspect-ratio:16/9;overflow:hidden;background-color:#f3f4f6}.coderic-categories__image img{width:100%;height:100%;object-fit:cover}.coderic-categories__content{padding:1.5rem}.coderic-categories__item-title{font-size:1.5rem;font-weight:600;color:var(--color-gray-900);margin:0 0 .5rem}.coderic-categories__description{color:#6b7280;margin:0;line-height:1.6}@media (max-width: 768px){.coderic-categories__grid{grid-template-columns:1fr}.coderic-categories__title{font-size:2rem}}.coderic-footer{background-color:#111827;border-top:4px solid #f97316}.coderic-footer__container{max-width:80rem;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media (min-width: 640px){.coderic-footer__container{padding:5rem 1.5rem}}@media (min-width: 1024px){.coderic-footer__container{padding:6rem 2rem}}.coderic-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 1280px){.coderic-footer__grid{grid-template-columns:1fr 3fr;gap:3rem}}.coderic-footer__company{display:flex;flex-direction:column;gap:1.5rem}.coderic-footer__logo-section{margin-bottom:0}@media (min-width: 1280px){.coderic-footer__logo-section{margin-bottom:0}}.coderic-footer__logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .3s}.coderic-footer__logo-link:hover{transform:scale(1.05)}.coderic-footer__logo-image{height:2.5rem;transition:transform .3s}.coderic-footer__logo-text{margin-left:.75rem;font-size:1.25rem;font-weight:700;color:#fff}.coderic-footer__description{font-size:.875rem;line-height:1.625;color:#9ca3af}.coderic-footer__tagline{font-size:.75rem;line-height:1.625;color:#6b7280;font-style:italic}.coderic-footer__social{display:flex;gap:1rem;padding-top:.5rem}.coderic-footer__social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#1f2937;color:#9ca3af;text-decoration:none;transition:all .3s;transform:scale(1)}.coderic-footer__social-link:hover{background-color:#f97316;color:#fff;transform:scale(1.1)}.coderic-footer__social-icon{width:1.25rem;height:1.25rem}.coderic-footer__links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 1280px){.coderic-footer__links-grid{grid-template-columns:repeat(4,1fr)}}.coderic-footer__links-column{display:flex;flex-direction:column}.coderic-footer__links-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:1.5rem}.coderic-footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.coderic-footer__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9ca3af;text-decoration:none;transition:color .2s}.coderic-footer__link:hover{color:#f97316}.coderic-footer__link-icon{width:.75rem;height:.75rem;opacity:0;transition:all .2s;transform:translate(0)}.coderic-footer__link:hover .coderic-footer__link-icon{opacity:1;transform:translate(.125rem)}.coderic-footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid #1f2937}.coderic-footer__bottom-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media (min-width: 640px){.coderic-footer__bottom-content{flex-direction:row}}.coderic-footer__copyright{font-size:.75rem;color:#6b7280;text-align:center}@media (min-width: 640px){.coderic-footer__copyright{text-align:left}}.coderic-footer__copyright-name{font-weight:600;color:#9ca3af}.coderic-footer__founded{font-size:.75rem;color:#6b7280;text-align:center}@media (min-width: 640px){.coderic-footer__founded{text-align:right}}.coderic-footer__tagline-bottom{margin-top:1rem;font-size:.75rem;color:#4b5563;text-align:center;font-style:italic}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.coderic-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:50}.coderic-header__container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.coderic-header__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.coderic-header__container{padding-left:2rem;padding-right:2rem}}.coderic-header__content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width: 640px){.coderic-header__content{flex-direction:row;padding-top:1.5rem;padding-bottom:1.5rem}}.coderic-header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s}.coderic-header__logo:hover{transform:scale(1.05)}.coderic-header__logo-image{height:3rem;transition:transform .3s}@media (min-width: 640px){.coderic-header__logo-image{height:3.5rem}}.coderic-header__logo-text{display:flex;flex-direction:column}.coderic-header__logo-svg{height:2rem}@media (min-width: 640px){.coderic-header__logo-svg{height:2.5rem}}.coderic-header__nav{display:none;align-items:center;gap:2rem}@media (min-width: 1024px){.coderic-header__nav{display:flex}}.coderic-header__nav-link{font-size:.875rem;font-weight:600;color:#374151;text-decoration:none;transition:color .2s;position:relative;padding:.5rem 0}.coderic-header__nav-link:hover{color:#f97316}.coderic-header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#f97316;transition:width .3s ease}.coderic-header__nav-link:hover:after,.coderic-header__nav-link:focus:after{width:calc(100% - 1rem)}.coderic-header__actions{display:flex;align-items:center;gap:1rem}.coderic-header__action-icon{padding:.5rem;color:#374151;text-decoration:none;transition:color .2s;position:relative}.coderic-header__action-icon:hover{color:#f97316}.coderic-header__icon{width:1.5rem;height:1.5rem}.coderic-header__icon--hidden{display:none}.coderic-header__cart-badge{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:700;color:#fff;background-color:#f97316;border-radius:9999px}.coderic-header__menu-toggle{display:block;padding:.5rem;color:#374151;background:none;border:none;cursor:pointer;transition:color .2s}@media (min-width: 1024px){.coderic-header__menu-toggle{display:none}}.coderic-header__menu-toggle:hover{color:#f97316}.coderic-header__mobile-menu{display:none;border-top:1px solid #e5e7eb;padding-top:1rem;padding-bottom:1rem}@media (min-width: 1024px){.coderic-header__mobile-menu{display:none!important}}.coderic-header__mobile-menu:not(.coderic-header__mobile-menu--hidden){display:block}.coderic-header__mobile-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.coderic-header__mobile-link{display:block;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:#374151;text-decoration:none;border-radius:.375rem;transition:all .2s}.coderic-header__mobile-link:hover{background-color:#f9fafb;color:#f97316}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#fff7ed;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{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:#fff7ed;border:2px solid #f97316;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#f97316;font-weight:600}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#f97316;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid #ea580c;border-radius:4px;color:#fff;padding:3px 10px 5px;text-decoration:none;transition:background-color .2s}.highlight a:hover{background-color:#ea580c}.coderic-product-specs{padding:3rem 1rem;background-color:#f9fafb;margin-top:3rem}.coderic-product-specs__container{max-width:var(--page-width);margin:0 auto}.coderic-product-specs__title{font-size:2rem;font-weight:700;color:var(--color-gray-900);margin-bottom:2rem}.coderic-product-specs__content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.coderic-product-specs__content table{width:100%;border-collapse:collapse}.coderic-product-specs__content table td{padding:.75rem;border-bottom:1px solid #e5e7eb}.coderic-product-specs__content table td:first-child{font-weight:600;color:var(--color-gray-900);width:40%}.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}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
