:root{--color-primary: #9e7c37;--color-secondary: #212121;--color-background: #ffffff;--color-background-2: #555555;--color-text: #3a2a2f;--color-text-light: #3a2a2f;--color-border: #e5e7eb;--header-background: #ffffff;--header-text: #212121;--header-icons: #212121;--header-menu-background: #ffffff;--header-menu-text: #212121;--header-menu-hover: #8f2f2c;--header-mobile-background: #9f9070;--header-mobile-text: #ffffff;--card-background: #ffffff;--card-border: #e8e8e8;--card-border-radius: 8px;--card-padding: 20px;--button-primary-background: #9e7c37;--button-primary-text: #ffffff;--button-primary-border-radius: 4px;--button-secondary-background: #9e7c37;--button-secondary-text: #333333;--button-secondary-border-radius: 4px;--form-background: #ffffff;--form-border: #e8e8e8;--form-text: #333333;--form-border-radius: 4px;--search-background: #ffffff;--search-text: #333333;--search-border: #e8e8e8;--footer-background: rgba(0,0,0,0);--footer-text: #212121;--footer-heading: #212121;--footer-link: #6b6b6b;--footer-padding: 60px;--footer-header-background: rgba(0,0,0,0);--footer-header-text: #212121;--footer-header-border: #555555;--footer-header-padding: 0px;--cart-drawer-background: #ffffff;--cart-drawer-text: #333333;--cart-drawer-border: #e8e8e8;--cart-item-background: #ffffff;--cart-item-text: #333333;--product-title-color: #333333;--product-price-color: #333333;--product-description-color: #666666;--product-card-background: rgba(0,0,0,0);--product-card-category-color: #1e1e1e;--product-card-title-color: #1e1e1e;--product-card-title-hover-color: #ffffff;--product-card-price-color: #9e7c37;--product-card-quantity-background: #e5e7eb;--product-card-quantity-border: #1e1e1e;--product-card-quantity-text: #1e1e1e;--product-card-button-background: #9e7c37;--product-card-button-text: #ffffff;--product-card-button-disabled-background: rgba(255, 255, 255, .1);--product-card-button-disabled-text: rgba(255, 255, 255, .4);--collection-title-color: #333333;--collection-price-color: #333333;--blog-title-color: #333333;--blog-text-color: #666666;--newsletter-background: #f9f9f9;--newsletter-text: #333333;--newsletter-button-background: #e41f3b;--newsletter-button-text: #ffffff;--announcement-background: #e41f3b;--announcement-text: #ffffff;--announcement-height: 40px;--font-heading-family: "Carrosserie", Raleway, sans-serif;--font-heading-style: normal;--font-heading-weight: 400;--font-heading-size: 28px;--font-body-family: Raleway, sans-serif;--font-body-style: normal;--font-body-weight: 400;--font-body-size: 14px;--page-width: 1200px;--spacing-section: 36px;--spacing-element: 20px}body{margin:0;padding:0;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-style:var(--font-body-style);color:var(--color-text);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-weight:700;font-style:var(--font-heading-style);line-height:1.2;margin:0}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;z-index:10;background:var(--header-background);border-bottom:1px solid var(--color-border);transition:transform .3s ease-in-out,box-shadow .3s ease;padding-top:1rem;box-shadow:0 2px 10px #0000001a;width:100%}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.header__logo-wrapper{flex-shrink:0}.header__logo{display:block;max-width:100%;height:auto}.header__nav{display:none;width:100%}.header__menu{display:flex;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.header__menu-link{color:var(--header-menu-text);text-decoration:none;font-size:var(--font-body-size);font-weight:var(--font-body-weight);padding:.5rem 0}.header__menu-link--uppercase{text-transform:uppercase}.header__menu-link--normal-case{text-transform:none}.header__menu-link:hover{color:var(--header-menu-hover)}.header__icons{display:flex;align-items:center;gap:1.5rem}.header__icon-link{color:var(--header-icons)}.cart-count{position:absolute;top:-.8rem;right:-.8rem;min-width:1.6rem;height:1.6rem;padding:0 .4rem;font-size:1rem;font-weight:500;line-height:1.6rem;text-align:center;background:var(--color-primary);color:var(--color-background);border-radius:1rem}.footer{padding:var(--footer-padding) 0;background:var(--footer-background);border-top:1px solid var(--color-border)}.footer__content{display:grid;gap:4rem}.footer__block{display:grid;gap:1.5rem}.footer__title{font-size:calc(var(--font-heading-size) * .7);font-weight:var(--font-heading-weight);letter-spacing:.05em;color:var(--footer-header-text);background:var(--footer-header-background);padding:var(--footer-header-padding);margin:0}.footer__title--uppercase{text-transform:uppercase}.footer__title--normal-case{text-transform:none}.footer__menu{list-style:none;margin:0;padding:0}.footer__menu-link{display:block;padding:.5rem 0;font-size:var(--font-body-size);color:var(--footer-link);text-decoration:none;transition:color .2s ease}.footer__menu-link:hover{color:var(--footer-text)}.footer__bottom{margin-top:4rem;padding-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem}.footer__copyright{font-size:var(--font-body-size);color:var(--footer-text)}.footer__payment-icons{display:flex;flex-wrap:wrap;gap:1rem}.announcement-bar{padding:1rem 0;font-size:var(--font-size-body);text-align:center;background:var(--color-primary);color:var(--color-background)}.announcement-bar__link{color:inherit;text-decoration:underline}.product-card{position:relative;display:flex;flex-direction:column;background:var(--product-card-background);border-radius:16px;padding:1.25rem;height:100%;overflow:hidden;transition:transform .3s ease}.product-card:hover{transform:translateY(-4px)}.product-card__category{font-size:calc(var(--font-size-body) * .75);letter-spacing:.05em;margin-bottom:.75rem;color:var(--product-card-category-color);font-weight:500}.product-card__category--uppercase{text-transform:uppercase}.product-card__category--normal-case{text-transform:none}.product-card__image-wrapper{position:relative;padding-bottom:100%;margin-bottom:1.25rem;overflow:hidden;border-radius:8px;display:block;text-decoration:none}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__info{flex-grow:1;display:flex;flex-direction:column}.product-card__title{font-size:var(--font-size-body);font-weight:600;margin:0 0 .5rem;color:var(--product-card-title-color);line-height:1.3;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:var(--product-card-title-color);text-decoration:none;transition:color .3s ease}.product-card__title a:hover{color:var(--product-card-title-hover-color)}.product-card__price{font-size:calc(var(--font-size-body) * 1.25);font-weight:600;margin-bottom:1.25rem;color:var(--product-card-price-color)}.product-card__form{margin-top:auto;display:flex;flex-direction:column}.quantity-selector{display:flex;align-items:center;border:1px solid var(--product-card-quantity-border);border-radius:8px;overflow:hidden;background:var(--product-card-quantity-background);margin-bottom:.75rem}.quantity-button{padding:.75rem 1rem;background:none;border:none;color:var(--product-card-quantity-text);cursor:pointer;transition:background-color .2s ease;font-size:calc(var(--font-size-body) * 1.2);line-height:1}.quantity-button:hover{background-color:#ffffff0d}.quantity-input{width:100%;padding:.75rem 0;border:none;background:none;color:var(--product-card-quantity-text);font-size:var(--font-size-body);text-align:center;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-to-cart-button{width:100%;padding:1rem;background:var(--product-card-button-background);color:var(--product-card-button-text);border:none;border-radius:4px;font-size:var(--font-size-body);font-weight:600;cursor:pointer;transition:opacity .2s ease;text-transform:none}.add-to-cart-button:hover{opacity:.9}.add-to-cart-button[disabled]{background:var(--product-card-button-disabled-background);color:var(--product-card-button-disabled-text);cursor:not-allowed}@media screen and (max-width: 749px){.product-card{padding:15px}.product-card__title{font-size:1.6rem}.product-card__price{font-size:2rem}.quantity-button,.quantity-input{height:40px}.quantity-button{width:40px}}.collection-grid{display:grid;gap:var(--grid-gutter);grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media screen and (min-width: 750px){.header__nav{display:block}.footer__content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--header-mobile-background);padding:2rem;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:19;overflow-y:auto}.mobile-menu.is-active{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.mobile-menu__close{padding:1rem}.mobile-menu__content{display:grid;gap:2rem}.mobile-menu__list{list-style:none;margin:0;padding:0}.mobile-menu__item{border-bottom:1px solid var(--color-border)}.mobile-menu__link{display:block;padding:1.5rem 0;font-size:1.6rem;font-weight:500;color:var(--header-mobile-text)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
