.gm-header{border-bottom:none;overflow:visible}.gm-header--gradient_ocean{background:linear-gradient(135deg,#0ea5e9,#14b8a6)}.gm-header--gradient_sunset{background:linear-gradient(135deg,#f97316,#ec4899)}.gm-header--gradient_midnight{background:linear-gradient(135deg,#111827,#1e3a8a)}.gm-header--pearlescent{background:linear-gradient(135deg,#fffffff2,#ecfeffeb,#f3e8ffeb,#fef2f2eb,#fffffff2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 0 1px #ffffffb3}.gm-header__inner{display:grid;grid-template-columns:auto minmax(300px,680px) auto;align-items:center;gap:28px;padding:20px 60px;width:100%;overflow:visible}.gm-header__topbar{display:contents}.gm-left{display:flex;align-items:center;justify-content:flex-start;overflow:visible}.gm-logo{display:inline-flex;align-items:center;line-height:0;overflow:visible}.gm-logo img{display:block;height:82px!important;max-height:82px!important;width:auto!important;max-width:240px;object-fit:contain}.gm-center{display:flex;justify-content:center;width:100%;min-width:0}.gm-search{display:flex;width:100%;max-width:680px}.gm-search input{flex:1;min-width:0;padding:12px 16px;border-radius:999px 0 0 999px;border:1px solid #ccc;outline:none;font-size:16px}.gm-search button{padding:12px 16px;border:1px solid #ccc;border-left:none;border-radius:0 999px 999px 0;background:#f3f4f6;cursor:pointer}.gm-right{display:flex;align-items:center;justify-content:flex-end;gap:16px}.gm-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;border-radius:10px;cursor:pointer;text-decoration:none;transition:background .2s ease,transform .15s ease}.gm-icon-link svg{width:24px;height:24px}.gm-icon-link:hover{background:#0000000f;transform:translateY(-1px)}.gm-cart-icon-link{position:relative}.gm-cart-count{position:absolute;top:-5px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.gm-hero{background:#f5f7fa;padding:60px 40px}.gm-hero__inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto}.gm-hero__text{max-width:500px}.gm-hero__text h1{font-size:40px;margin-bottom:15px}.gm-hero__text p{font-size:18px;margin-bottom:25px}.gm-hero__button{background:#111;color:#fff;padding:12px 20px;text-decoration:none;border-radius:6px}.gm-hero__image img{width:400px}.gm-category-row{padding:24px 40px 10px;background:#fff}.gm-category-row__inner{display:flex;gap:16px;max-width:1400px;margin:0 auto;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:8px}.gm-category-row__inner::-webkit-scrollbar{height:6px}.gm-category-row__inner::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.gm-category-card,.gm-category-card--scroll{flex:0 0 230px;min-height:90px;scroll-snap-align:start}.gm-category-card{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.gm-category-card:hover{background:#eef2f7;transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.gm-category-card__title{font-size:18px;font-weight:600;text-align:center;padding:10px}.gm-category-card__image{width:100%;height:100%;max-height:90px;object-fit:cover;display:block}.gm-category-card__image--with-text{filter:brightness(.75)}.gm-category-card__title--overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center}.gm-product-grid{padding:30px 40px 60px}.gm-product-grid__inner{max-width:1400px;margin:0 auto}.gm-product-grid__header{margin-bottom:20px}.gm-product-grid__header h2{font-size:28px;margin:0}.gm-product-grid__items{display:grid;grid-template-columns:repeat(var(--gm-product-grid-cols-desktop),minmax(0,1fr));gap:var(--gm-product-grid-gap)}.gm-product-grid__empty{padding:24px;border:1px dashed #d1d5db;border-radius:12px;background:#f9fafb}.gm-product-card{display:flex;flex-direction:column;text-decoration:none;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.gm-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.gm-product-card__media-link,.gm-product-card__title-link{text-decoration:none;color:inherit}.gm-product-card__image-wrap{position:relative;background:#f8f8f8;overflow:hidden}.gm-product-card__image-wrap--square{aspect-ratio:1 / 1}.gm-product-card__image-wrap--portrait{aspect-ratio:4 / 5}.gm-product-card__image-wrap--landscape{aspect-ratio:4 / 3}.gm-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.gm-product-card__badge{position:absolute;top:10px;left:10px;z-index:2;background:#111;color:#fff;font-size:12px;font-weight:700;padding:6px 8px;border-radius:999px}.gm-product-card__content{padding:14px}.gm-product-card__title{font-size:16px;line-height:1.3;margin:0 0 10px}.gm-product-card__price-wrap{display:flex;align-items:center;gap:8px;margin-bottom:12px}.gm-product-card__price{font-size:16px;font-weight:700}.gm-product-card__compare-price{font-size:14px;color:#6b7280;text-decoration:line-through}.gm-product-card__form{margin-top:auto}.gm-product-card__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;border:none;border-radius:8px;text-decoration:none;font-weight:600;cursor:pointer;padding:10px 14px}.gm-product-card__button--link{text-decoration:none}.gm-product-card__button--disabled{cursor:not-allowed}.gm-product-carousel{padding:20px 40px 50px}.gm-product-carousel__inner{max-width:1400px;margin:0 auto}.gm-product-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.gm-product-carousel__header h2{font-size:28px;margin:0}.gm-product-carousel__controls{display:flex;gap:10px}.gm-product-carousel__arrow{width:40px;height:40px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111;font-size:24px;line-height:1;cursor:pointer}.gm-product-carousel__track-wrap{overflow:hidden}.gm-product-carousel__track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.gm-product-carousel__track::-webkit-scrollbar{display:none}.gm-product-carousel__slide{flex:0 0 calc(25% - 12px);min-width:220px}.gm-footer{margin-top:40px}.gm-footer__inner{max-width:1400px;margin:0 auto;padding:40px;display:grid;grid-template-columns:1.4fr .8fr;gap:32px;align-items:start}.gm-footer__business-name{margin:0 0 10px;font-size:24px;font-weight:800}.gm-footer__tagline{margin:0 0 18px;line-height:1.5;opacity:.9}.gm-footer__contact{margin-bottom:20px}.gm-footer__contact p{margin:0 0 8px;line-height:1.5}.gm-footer a{color:inherit;text-decoration:none}.gm-footer a:hover{text-decoration:underline}.gm-footer__quick-links{display:flex;flex-wrap:wrap;gap:10px}.gm-footer__quick-links a{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid currentColor;border-radius:999px;font-size:14px;opacity:.95}.gm-footer__brand-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.gm-footer__logo{max-width:220px;height:auto;display:block}.gm-footer__logo-placeholder{font-size:22px;font-weight:800;text-align:right}.gm-footer__night-mode{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border:1px solid currentColor;border-radius:999px;background:transparent;color:inherit;cursor:pointer;font-weight:700}.gm-footer__night-icon{display:inline-flex;align-items:center;justify-content:center}.gm-footer__night-icon svg{width:18px;height:18px}.gm-footer__bottom{max-width:1400px;margin:0 auto;padding:16px 40px 24px;border-top:1px solid rgba(255,255,255,.16)}.gm-footer__bottom p{margin:0;font-size:14px;opacity:.9}@media screen and (max-width:900px){.gm-footer__inner{grid-template-columns:1fr;padding:32px 20px 24px}.gm-footer__brand-side{align-items:flex-start}.gm-footer__logo-placeholder{text-align:left}.gm-footer__bottom{padding:14px 20px 24px}}@media screen and (max-width:700px){.gm-header{overflow:visible!important}.gm-header__inner{display:grid!important;grid-template-columns:auto minmax(120px,1fr) auto!important;align-items:center!important;gap:10px!important;padding:14px 12px 12px!important;width:100%!important;overflow:visible!important}.gm-header__topbar{display:contents!important}.gm-left{display:flex!important;align-items:center!important;justify-content:flex-start!important;transform:none!important;padding-top:4px!important;overflow:visible!important}.gm-logo{display:inline-flex!important;align-items:center!important;overflow:visible!important}.gm-logo img{display:block!important;height:42px!important;max-height:42px!important;width:auto!important;max-width:110px!important;object-fit:contain!important}.gm-center{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;margin:0!important;overflow:visible!important}.gm-search{display:flex!important;align-items:stretch!important;width:100%!important;max-width:150px!important;min-width:0!important;transition:max-width .25s ease,box-shadow .25s ease!important}.gm-search:focus-within{max-width:220px!important}.gm-search input{flex:1 1 auto!important;min-width:0!important;width:100%!important;padding:10px 12px!important;font-size:16px!important;border-radius:999px 0 0 999px!important}.gm-search button{flex:0 0 44px!important;width:44px!important;padding:0!important;border-radius:0 999px 999px 0!important}.gm-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;padding-top:4px!important;overflow:visible!important}.gm-icon-link{width:34px!important;height:34px!important;flex:0 0 34px!important}.gm-icon-link svg{width:20px!important;height:20px!important}.gm-hero{margin-top:18px!important}.gm-category-row{padding:20px 20px 10px}.gm-category-row__inner{gap:12px;margin:0;max-width:none}.gm-category-card,.gm-category-card--scroll{flex:0 0 160px;min-height:88px}.gm-category-card__title{font-size:16px}.gm-category-card__image{max-height:88px}}@media screen and (max-width:380px){.gm-header__inner{grid-template-columns:auto minmax(95px,1fr) auto!important;gap:8px!important;padding:12px 10px 10px!important}.gm-logo img{height:38px!important;max-height:38px!important;max-width:95px!important}.gm-search{max-width:125px!important}.gm-search:focus-within{max-width:180px!important}.gm-search input{padding:9px 10px!important}.gm-search button{flex:0 0 40px!important;width:40px!important}.gm-icon-link{width:32px!important;height:32px!important;flex:0 0 32px!important}.gm-icon-link svg{width:18px!important;height:18px!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
