@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap";:root{--wg-color-red: #B40D00;--wg-color-red-dark: #8B0000;--wg-color-navy: #080A47;--wg-color-navy-light: #1A1C6B;--wg-color-cream: #E9DFBC;--wg-color-cream-light: #F5EDD8;--wg-color-gold: #D4A017;--wg-color-star: #E8A000;--wg-color-text: #333333;--wg-color-text-light: #666666;--wg-color-white: #FFFFFF;--wg-color-border: #DDDDDD;--wg-font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;--wg-font-serif: "Noto Serif JP", "Hiragino Mincho ProN", serif;--wg-container-width: 1200px;--wg-header-height: 147px;--wg-wave-url: none;--wg-wave-icon-url: none}.wg-site{font-family:var(--wg-font-sans);color:var(--wg-color-text);font-size:14px;line-height:1.6}.wg-site *,.wg-site *:before,.wg-site *:after{box-sizing:border-box}.wg-site a{text-decoration:none;color:inherit}.wg-site img{max-width:100%;height:auto;display:block}.wg-site ul,.wg-site ol{list-style:none;margin:0;padding:0}.wg-container-title{max-width:var(--wg-container-width);margin:0 auto;padding:0 20px;text-align:center}.wg-container{max-width:var(--wg-container-width);margin:0 auto;padding:0 20px}.wg-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 8px #0000001a}.wg-header__top{display:flex;align-items:center;justify-content:space-between;padding:0 30px;height:68px;background:#fff}.wg-header__logo{font-size:28px;font-weight:900;color:var(--wg-color-navy);letter-spacing:.05em;font-family:var(--wg-font-serif)}.wg-header__actions{display:flex;align-items:center;gap:6px}.wg-header__action-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 20px;cursor:pointer;transition:opacity .2s;color:var(--wg-color-text);font-size:11px}.wg-header__action-item:hover{opacity:.7}.wg-header__action-item svg{width:24px;height:24px}.wg-header__action-item--cart,.wg-header__menu-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:var(--wg-color-navy);color:#fff!important;padding:10px 20px;cursor:pointer;font-size:11px;text-decoration:none!important;position:relative;border:none;border-radius:6px;font-family:var(--wg-font-sans)}.wg-header__action-item--cart svg{color:#fff!important;stroke:#fff!important}.wg-cart-badge{position:absolute;top:6px;right:10px;background:var(--wg-color-red);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700}.wg-header__nav{background:var(--wg-color-red);height:42px;display:flex;align-items:center;justify-content:center}.wg-header__nav ul{display:flex;align-items:center;gap:0}.wg-header__nav ul li{position:relative}.wg-header__nav ul>li>a{display:block;color:#fff;font-size:13px;font-weight:500;padding:0 28px;line-height:42px;transition:background .2s;white-space:nowrap}.wg-header__nav ul>li>a:hover{background:#ffffff26}.wg-header__nav ul li+li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:16px;background:#ffffff80}.wg-header__notice{background:#fff;border-top:1px solid #eee;padding:6px 30px;font-size:12px;color:var(--wg-color-text)}.wg-header__nav-dropdown{position:relative}.wg-header__nav-dropdown-trigger{display:flex;align-items:center;gap:4px;color:#fff;font-size:13px;font-weight:500;padding:0 28px;line-height:42px;transition:background .2s;white-space:nowrap;cursor:pointer;background:none;border:none;font-family:var(--wg-font-sans)}.wg-header__nav-dropdown-trigger:hover{background:#ffffff26}.wg-header__nav-dropdown-trigger svg{transition:transform .2s;flex-shrink:0}.wg-header__nav-dropdown-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.wg-nav-has-dropdown>a{display:inline-flex;align-items:center;gap:4px}.wg-nav-chevron{flex-shrink:0;transition:transform .2s}.wg-nav-has-dropdown:hover .wg-nav-chevron{transform:rotate(180deg)}.wg-nav-dropdown{position:absolute!important;top:100%!important;left:0!important;min-width:180px;background:#fff;box-shadow:0 4px 16px #0000001f;border-radius:0 0 6px 6px;padding:6px 0;display:none!important;z-index:1100;flex-direction:column;gap:0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .15s}.wg-nav-has-dropdown:hover>.wg-nav-dropdown,.wg-nav-has-dropdown:focus-within>.wg-nav-dropdown{display:flex!important;visibility:visible;opacity:1;pointer-events:auto}.wg-nav-dropdown li{position:static}.wg-nav-dropdown li:before{display:none!important}.wg-nav-dropdown li a{display:block!important;color:var(--wg-color-text)!important;font-size:13px!important;padding:10px 18px!important;line-height:1.4!important;white-space:nowrap;background:transparent!important;transition:background .15s}.wg-nav-dropdown li a:hover{background:var(--wg-color-cream-light)!important;color:var(--wg-color-red)!important}@media(max-width:768px){.wg-nav-dropdown{position:static;box-shadow:none;border-radius:0;padding:0;background:transparent}}.wg-header__nav-submenu{position:fixed;left:0;right:0;background:#fff;border-radius:0;box-shadow:0 4px 16px #00000026;z-index:1100;display:none}.wg-header__nav-submenu.is-open{display:block;padding:8px 0}.wg-header__nav-submenu-item{display:block;padding:10px 20px;font-size:13px;color:var(--wg-color-text);white-space:nowrap;transition:background .15s,color .15s}.wg-header__nav-submenu-item:hover{background:var(--wg-color-cream-light);color:var(--wg-color-red)}.wg-header__nav-dropdown+li:before,li+.wg-header__nav-dropdown:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:16px;background:#ffffff80}.wg-menu-drawer__dropdown{border-bottom:1px solid rgba(0,0,0,.06)}.wg-menu-drawer__dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 24px;font-size:14px;font-weight:500;color:var(--wg-color-text);background:none;border:none;cursor:pointer;font-family:var(--wg-font-sans);text-align:left;transition:background .15s}.wg-menu-drawer__dropdown-trigger:hover{background:var(--wg-color-cream-light)}.wg-menu-drawer__dropdown-trigger svg{transition:transform .25s;flex-shrink:0;color:var(--wg-color-text-light)}.wg-menu-drawer__dropdown-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.wg-menu-drawer__dropdown-menu{list-style:none;margin:0;padding:0;background:var(--wg-color-cream-light);max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.wg-menu-drawer__dropdown-menu.is-open{max-height:500px;padding:0 0 8px}.wg-menu-drawer__dropdown-menu li a{display:block;padding:10px 24px 10px 40px;font-size:13px;color:var(--wg-color-text);transition:color .15s}.wg-menu-drawer__dropdown-menu li a:hover{color:var(--wg-color-red)}.wg-hero{position:relative;width:100%;height:580px;overflow:hidden;background:var(--wg-color-cream-light, #F5EDD8)}.wg-hero__track-wrapper{width:100%;height:100%;overflow:hidden;position:relative}.wg-hero__track{display:flex;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.wg-hero__slide{flex:0 0 65%;height:100%;position:relative;transition:transform .6s ease,filter .6s ease;filter:brightness(.55);transform:scale(.97)}.wg-hero__slide.active{filter:brightness(1);transform:scale(1)}.wg-hero__slide-inner{width:100%;height:100%;position:relative;overflow:hidden}.wg-hero__slide-inner img{width:100%;height:100%;object-fit:cover}.wg-hero__slide-content{position:absolute;top:0;right:0;width:45%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:40px 60px 40px 40px}.wg-hero__slide-text{color:#fff;font-size:42px;font-weight:900;line-height:1.3;text-shadow:2px 2px 8px rgba(0,0,0,.5);font-family:var(--wg-font-serif);writing-mode:vertical-rl;text-orientation:mixed}.wg-hero__slide-sub{color:#fff;font-size:20px;font-weight:700;text-shadow:1px 1px 4px rgba(0,0,0,.5);writing-mode:vertical-rl;margin-right:20px}.wg-hero__text-wrapper{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:16px;justify-content:flex-end}.wg-hero__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.wg-hero__dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s}.wg-hero__dot.active{background:#fff}.wg-section-header{text-align:center;margin-bottom:40px}.wg-section-subtitle{font-size:13px;color:var(--wg-color-text-light);margin-bottom:8px;letter-spacing:.05em}.wg-section-title{font-size:32px;font-weight:900;color:var(--wg-color-text);font-family:var(--wg-font-serif);letter-spacing:.05em}.wg-section-title--red{color:var(--wg-color-red)}.wg-section-title--white{color:#fff}.wg-wave-icon{display:block;margin:0 auto 12px;width:80px}.wg-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.wg-product-card{background:#fff;border-radius:4px;overflow:hidden;position:relative;display:flex;flex-direction:column}.wg-product-card__image{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.wg-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.wg-product-card:hover .wg-product-card__image img{transform:scale(1.05)}.wg-rank-badge{position:absolute;top:8px;left:8px;width:56px;height:56px;background:#c41e1e8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:900;text-shadow:0 1px 3px rgba(0,0,0,.45);z-index:2}.wg-rank-badge__num{font-size:22px;line-height:1}.wg-rank-badge__label{font-size:11px;line-height:1}.wg-off-badge{position:absolute;top:10px;left:10px;width:62px;height:62px;background:var(--wg-color-red);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:900;z-index:2;line-height:1.1}.wg-off-badge__percent{font-size:20px;line-height:1}.wg-off-badge__unit{font-size:9px}.wg-off-badge__text{font-size:11px}.wg-product-card__body{padding:12px 4px 16px;flex:1;display:flex;flex-direction:column}.wg-product-tags{display:flex;gap:6px;margin-bottom:8px}.wg-product-tag{font-size:10px;padding:2px 8px;border:1px solid var(--wg-color-text);border-radius:2px;color:var(--wg-color-text);white-space:nowrap}.wg-product-name{font-size:15px;font-weight:700;color:var(--wg-color-text);margin-bottom:8px;line-height:1.4}.wg-product-rating{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;flex-wrap:wrap}.wg-stars{display:flex;gap:2px}.wg-star{color:var(--wg-color-star);font-size:16px}.wg-product-price{font-size:13px;color:var(--wg-color-text);white-space:nowrap}.wg-product-price__num{font-size:22px;font-weight:700;color:var(--wg-color-text)}.wg-product-price__tax{font-size:11px;color:var(--wg-color-text-light)}.wg-btn-cart{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:var(--wg-color-red);color:#fff;border:none;border-radius:30px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;margin-top:auto;font-family:var(--wg-font-sans)}.wg-btn-cart:hover{background:var(--wg-color-red-dark)}.wg-btn-cart svg{width:18px;height:18px}.wg-ranking{padding:60px 0 70px;background:#fff}.wg-category{background:var(--wg-color-red);padding:50px 0 60px;position:relative;overflow:hidden}.wg-category__wave-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.wg-category__wave-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wg-wave-url);background-size:200px;background-repeat:repeat;opacity:.4;z-index:1}.wg-category__wave-bg:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background-color:#fff;z-index:0}.wg-category__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;position:relative;z-index:2;padding:0 10px}.wg-category__header .wg-section-header{margin-bottom:0;text-align:left}.wg-btn-outline-white{display:inline-flex;align-items:center;gap:16px;padding:12px 18px 12px 28px;border:2px solid #fff;border-radius:30px;color:#fff!important;font-size:14px;font-weight:700;background:transparent;cursor:pointer;transition:all .2s;white-space:nowrap;text-decoration:none!important}.wg-btn-outline-white:hover{background:#ffffff1a;color:#fff!important}.wg-btn-arrow-white{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wg-btn-arrow-white svg{width:14px;height:14px;color:var(--wg-color-red);stroke:var(--wg-color-red)}.wg-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative;z-index:2}.wg-category-card{text-align:center;color:#fff}.wg-category-card__image{width:100%;aspect-ratio:1;overflow:hidden;border-radius:4px;margin-bottom:20px;background:#ffffff1a}.wg-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.wg-category-card:hover .wg-category-card__image img{transform:scale(1.05)}.wg-category-card__title{font-size:22px;font-weight:700;margin-bottom:10px;font-family:var(--wg-font-serif)}.wg-category-card__text{font-size:13px;line-height:1.7;opacity:.9}.wg-purpose{background:var(--wg-color-cream);padding:60px 0 70px;position:relative;overflow:hidden}.wg-purpose:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wg-wave-url);background-repeat:repeat;background-size:200px;opacity:.9;pointer-events:none;z-index:0}.wg-purpose .wg-container-title,.wg-purpose .wg-container{position:relative;z-index:1}.wg-purpose__section-header{text-align:center;margin-bottom:30px}.wg-purpose__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.wg-purpose__left .wg-section-header{text-align:left;margin-bottom:30px}.wg-purpose__filter-group{margin-bottom:24px}.wg-purpose__filter-label{font-size:14px;font-weight:700;color:var(--wg-color-text);margin-bottom:12px}.wg-purpose__tags{display:flex;flex-wrap:wrap;gap:10px}.wg-purpose__tag{display:inline-block;padding:8px 20px;border:1px solid var(--wg-color-text);border-radius:30px;font-size:13px;color:var(--wg-color-text);cursor:pointer;transition:all .2s;background:#fff}.wg-purpose__tag:hover{background:var(--wg-color-text);color:#fff}.wg-purpose__right{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.wg-purpose__image-card{position:relative;overflow:hidden;border-radius:4px;cursor:pointer;min-height:0;display:flex;flex-direction:column}.wg-purpose__image-card-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;flex-shrink:0;background:#0000000d}.wg-purpose__image-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.wg-purpose__image-card:hover .wg-purpose__image-card-image img{transform:scale(1.05)}.wg-purpose__image-label{position:absolute;bottom:0;left:0;right:0;background:#00000080;color:#fff;text-align:center;padding:10px;font-size:13px;font-weight:700}.wg-sale,.wg-seasonal{padding:60px 0 70px;background:#fff}.wg-featured{background:var(--wg-color-red);position:relative;overflow:hidden}.wg-featured__inner{display:grid;grid-template-columns:1fr 1fr;min-height:280px}.wg-featured__image{position:relative;overflow:hidden}.wg-featured__image img{width:100%;height:100%;object-fit:cover;display:block}.wg-featured__content{max-width:calc(var(--wg-container-width) / 2);margin-right:auto;padding:28px 36px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.wg-featured__points{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:7px}.wg-featured__points li{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff;line-height:1.4}.wg-featured__check{color:var(--wg-color-gold);font-size:15px;flex-shrink:0}.wg-featured__wave-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wg-wave-url);background-size:200px;background-repeat:repeat;opacity:.3;pointer-events:none}.wg-featured__label{color:var(--wg-color-gold);font-size:18px;font-weight:900;font-family:var(--wg-font-serif);margin-bottom:6px}.wg-featured__title{color:#fff;font-size:20px;font-weight:700;margin-bottom:14px;font-family:var(--wg-font-serif)}.wg-featured__text{color:#ffffffe6;font-size:13px;line-height:1.7;margin-bottom:20px}.wg-btn-featured{display:inline-flex;align-items:center;gap:16px;padding:14px 20px 14px 32px;background:#fff;color:var(--wg-color-text);border-radius:30px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;width:fit-content;border:none;text-decoration:none;box-shadow:0 2px 8px #00000026;-webkit-appearance:button;appearance:button}a.wg-btn-featured:hover{color:var(--wg-color-text);text-decoration:none}.wg-btn-featured:hover{background:var(--wg-color-cream);opacity:.95}.wg-btn-featured .wg-btn-arrow{width:32px;height:32px;background:var(--wg-color-red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wg-btn-featured .wg-btn-arrow svg{width:16px;height:16px;color:#fff;stroke:#fff}.wg-news-sns{padding:60px 0 70px;background:#fff}.wg-news-sns__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px}.wg-news__title{font-size:24px;font-weight:900;color:var(--wg-color-navy);margin-bottom:24px;font-family:var(--wg-font-serif)}.wg-news__list{border-top:1px solid var(--wg-color-border)}.wg-news__item{padding:16px 0;border-bottom:1px solid var(--wg-color-border);cursor:pointer}.wg-news__item:hover .wg-news__item-text{color:var(--wg-color-red)}.wg-news__date{font-size:12px;color:var(--wg-color-red);font-weight:700;margin-bottom:4px}.wg-news__item-text{font-size:14px;color:var(--wg-color-text);transition:color .2s}.wg-btn-navy{display:inline-flex;align-items:center;gap:16px;padding:12px 18px 12px 28px;background:var(--wg-color-navy);color:#fff!important;border-radius:30px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;margin-top:20px;text-decoration:none!important}.wg-btn-navy:hover{background:var(--wg-color-navy-light);color:#fff!important}.wg-btn-navy .wg-btn-arrow{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wg-btn-navy .wg-btn-arrow svg{width:14px;height:14px;color:var(--wg-color-navy);stroke:var(--wg-color-navy)}.wg-sns__title{font-size:24px;font-weight:900;color:var(--wg-color-navy);margin-bottom:8px;font-family:var(--wg-font-serif)}.wg-sns__subtitle{font-size:13px;color:var(--wg-color-text-light);margin-bottom:24px}.wg-sns-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wg-sns-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:6px;color:#fff!important;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s;text-decoration:none!important}.wg-sns-btn:hover{opacity:.85;color:#fff!important}.wg-sns-btn svg{width:22px;height:22px;color:#fff!important;fill:currentColor}.wg-sns-btn--facebook{background:#1877f2}.wg-sns-btn--twitter{background:#000}.wg-sns-btn--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.wg-sns-btn--youtube{background:red}.wg-sns-btn--tiktok{background:#010101}.wg-sns-btn--tiktok:last-child:nth-child(odd){grid-column:1 / -1;max-width:calc(50% - 6px);margin:0 auto}.wg-company{padding:60px 0;background:#fff}.wg-company__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.wg-company__title{font-size:24px;font-weight:900;color:var(--wg-color-navy);margin-bottom:20px;font-family:var(--wg-font-serif)}.wg-company__info{font-size:14px;line-height:2;color:var(--wg-color-text)}.wg-company__image{overflow:hidden;border-radius:4px}.wg-company__image img{width:100%;height:300px;object-fit:cover;filter:grayscale(100%)}.wg-footer-top{background:var(--wg-color-navy);padding:60px 0;position:relative;overflow:visible}.wg-footer-top__wave{position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--wg-wave-url);background-size:200px;background-repeat:repeat;opacity:.25}.wg-footer-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2}.wg-footer-nav-item{text-align:center;color:#fff;cursor:pointer;transition:opacity .2s;display:flex;flex-direction:column;align-items:center}.wg-footer-nav-item:hover{opacity:.8;text-decoration:none;color:#fff}a.wg-footer-nav-item{color:#fff;text-decoration:none}.wg-footer-nav-icon{width:80px;height:80px;background:var(--wg-color-red);clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;z-index:3;padding-top:8px}.wg-footer-nav-icon svg{width:28px;height:28px;color:#fff}.wg-footer-nav-title{font-size:16px;font-weight:700;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:4px}.wg-footer-nav-desc{font-size:12px;opacity:.85;line-height:1.7;text-align:center}.wg-footer-main{background:#fff;padding:50px 0 0;position:relative;overflow:hidden}.wg-footer-deco-left{position:absolute;bottom:60px;left:0;width:260px;opacity:.95;pointer-events:none}.wg-footer-deco-right{position:absolute;bottom:60px;right:0;width:260px;opacity:.95;pointer-events:none}.wg-footer-logo{font-size:32px;font-weight:900;color:var(--wg-color-navy);font-family:var(--wg-font-serif);margin-bottom:30px}.wg-footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:40px;position:relative;z-index:2}.wg-footer-link-group h4{font-size:14px;font-weight:700;color:var(--wg-color-navy);margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--wg-color-border)}.wg-footer-link-group ul li{margin-bottom:10px}.wg-footer-link-group ul li a{font-size:13px;color:var(--wg-color-text-light);transition:color .2s}.wg-footer-link-group ul li a:hover{color:var(--wg-color-red)}.wg-footer-payment{text-align:center;margin-bottom:0;padding-bottom:24px;position:relative;z-index:2}.wg-footer-payment__icons{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.wg-payment-icon{height:32px;width:auto}.wg-footer-bottom{background:var(--wg-color-red);padding:14px 0}.wg-footer-bottom__inner{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.wg-footer-legal-links{display:flex;align-items:center;gap:0}.wg-footer-legal-links a{color:#fff;font-size:12px;padding:0 16px;transition:opacity .2s}.wg-footer-legal-links a:hover{opacity:.7}.wg-footer-legal-links a+a{border-left:1px solid rgba(255,255,255,.5)}.wg-footer-copyright{text-align:center;padding:10px 0;font-size:11px;color:#fffc;background:var(--wg-color-red)}#shopify-section-group-header-group,#shopify-section-group-footer-group,#shopify-section-header,#shopify-section-footer{display:none!important}footer,header{display:none!important}.site-footer,.page-footer,.footer-wrapper,.footer-container,.theme-footer,[class=footer],.shopify-section:has(>footer){display:none!important}.wg-site footer,.wg-site header{display:block!important}.wg-site .site-footer,.wg-site .page-footer,.wg-site .footer-wrapper{display:block!important}.wg-breadcrumb{padding:14px 0;border-bottom:1px solid var(--wg-color-border);margin-bottom:32px}.wg-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:0}.wg-breadcrumb__item{display:flex;align-items:center;font-size:12px;color:var(--wg-color-text-light)}.wg-breadcrumb__item+.wg-breadcrumb__item:before{content:"\203a";margin:0 8px;color:var(--wg-color-border)}.wg-breadcrumb__link{color:var(--wg-color-text-light);transition:color .2s}.wg-breadcrumb__link:hover{color:var(--wg-color-red)}.wg-breadcrumb__item--current{color:var(--wg-color-text)}.wg-pagination{margin-top:48px;display:flex;justify-content:center}.wg-pagination__list{display:flex;align-items:center;gap:6px}.wg-pagination__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:14px;color:var(--wg-color-text);transition:all .2s}.wg-pagination__link:hover{border-color:var(--wg-color-red);color:var(--wg-color-red)}.wg-pagination__link--current{background:var(--wg-color-red);border-color:var(--wg-color-red);color:#fff}.wg-pagination__link--ellipsis{border:none;color:var(--wg-color-text-light)}.wg-pagination__link--prev svg,.wg-pagination__link--next svg{width:16px;height:16px}.wg-form-group{margin-bottom:20px}.wg-form-label{display:block;font-size:13px;font-weight:700;color:var(--wg-color-text);margin-bottom:8px}.wg-form-required{color:var(--wg-color-red);font-size:11px;margin-left:4px}.wg-form-input{width:100%;padding:12px 16px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:14px;font-family:var(--wg-font-sans);color:var(--wg-color-text);transition:border-color .2s;background:#fff}.wg-form-input:focus{outline:none;border-color:var(--wg-color-navy)}.wg-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wg-form-link{color:var(--wg-color-navy);font-size:13px;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;font-family:var(--wg-font-sans)}.wg-form-link:hover{color:var(--wg-color-red)}.wg-form-error{background:#fff0f0;border:1px solid var(--wg-color-red);border-radius:4px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:var(--wg-color-red)}.wg-qty-wrap{display:flex;align-items:center;border:1px solid var(--wg-color-border);border-radius:4px;overflow:hidden;width:fit-content}.wg-qty-btn{width:40px;height:44px;border:none;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.wg-qty-btn:hover{background:#e0e0e0}.wg-qty-btn svg{width:16px;height:16px}.wg-qty-input{width:60px;height:44px;border:none;border-left:1px solid var(--wg-color-border);border-right:1px solid var(--wg-color-border);text-align:center;font-size:16px;font-weight:700;font-family:var(--wg-font-sans);-moz-appearance:textfield}.wg-qty-input::-webkit-inner-spin-button,.wg-qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.wg-btn-outline-navy{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border:1.5px solid var(--wg-color-navy);border-radius:30px;color:var(--wg-color-navy);font-size:13px;font-weight:700;background:transparent;cursor:pointer;transition:all .2s;text-decoration:none}.wg-btn-outline-navy:hover{background:var(--wg-color-navy);color:#fff}.wg-btn-sm{padding:8px 18px;font-size:12px}.wg-btn-auth{width:100%;justify-content:center;margin-bottom:16px;padding:16px;font-size:15px}.wg-collection-hero{padding:30px 0 40px;background:#fff}.wg-collection-hero__inner{position:relative;overflow:hidden;border-radius:8px}.wg-collection-hero__image img{width:100%;height:280px;object-fit:cover;border-radius:8px}.wg-collection-hero__content{padding:24px 0 0}.wg-collection-hero__title{font-size:28px;font-weight:900;color:var(--wg-color-text);font-family:var(--wg-font-serif);margin-bottom:8px}.wg-collection-hero__desc{font-size:14px;color:var(--wg-color-text-light);line-height:1.7;margin-bottom:8px}.wg-collection-hero__count{font-size:13px;color:var(--wg-color-text-light)}.wg-collection-main{padding:0 0 60px;background:#fff}.wg-collection-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:16px 0 24px;border-bottom:1px solid var(--wg-color-border);margin-bottom:32px}.wg-collection-filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.wg-collection-filter__label{font-size:13px;font-weight:700;color:var(--wg-color-text);white-space:nowrap}.wg-collection-filter__tags{display:flex;flex-wrap:wrap;gap:8px}.wg-filter-tag{display:inline-block;padding:6px 16px;border:1px solid var(--wg-color-border);border-radius:30px;font-size:12px;color:var(--wg-color-text);cursor:pointer;transition:all .2s;background:#fff}.wg-filter-tag:hover,.wg-filter-tag--active{background:var(--wg-color-navy);border-color:var(--wg-color-navy);color:#fff}.wg-collection-sort{display:flex;align-items:center;gap:10px}.wg-collection-sort__label{font-size:13px;font-weight:700;color:var(--wg-color-text);white-space:nowrap}.wg-collection-sort__select-wrap{position:relative}.wg-collection-sort__select{padding:8px 36px 8px 14px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:13px;font-family:var(--wg-font-sans);color:var(--wg-color-text);background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer}.wg-collection-sort__icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;pointer-events:none;color:var(--wg-color-text-light)}.wg-collection-empty,.wg-search__empty{text-align:center;padding:60px 0}.wg-collection-empty__text,.wg-search__empty-text{font-size:16px;color:var(--wg-color-text-light);margin-bottom:24px}.wg-product{padding:0 0 60px;background:#fff}.wg-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.wg-product__gallery{position:sticky;top:calc(var(--wg-header-height) + 20px)}.wg-product__main-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#f5f5f5;margin-bottom:12px}.wg-product__main-image img{width:100%;height:100%;object-fit:cover}.wg-product__sale-badge{top:16px;left:16px}.wg-product__thumbnails{display:flex;gap:10px;flex-wrap:wrap}.wg-product__thumb{width:72px;height:72px;border:2px solid var(--wg-color-border);border-radius:4px;overflow:hidden;background:none;padding:0;cursor:pointer;transition:border-color .2s}.wg-product__thumb--active{border-color:var(--wg-color-red)}.wg-product__thumb img{width:100%;height:100%;object-fit:cover}.wg-product__title{font-size:22px;font-weight:900;color:var(--wg-color-text);font-family:var(--wg-font-serif);margin-bottom:12px;line-height:1.4}.wg-product__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.wg-product__rating-count{font-size:12px;color:var(--wg-color-text-light)}.wg-product__price-wrap{margin-bottom:16px}.wg-product__price-original{font-size:13px;color:var(--wg-color-text-light);text-decoration:line-through;display:block;margin-bottom:4px}.wg-product__price{display:flex;align-items:baseline;gap:4px}.wg-product__price-num{font-size:32px;font-weight:900;color:var(--wg-color-red);line-height:1}.wg-product__price-unit{font-size:13px;color:var(--wg-color-text-light)}.wg-product__stock{margin-bottom:20px;font-size:13px;font-weight:700}.wg-product__stock--in{color:#2e7d32}.wg-product__stock--out{color:var(--wg-color-red)}.wg-product__option{margin-bottom:20px}.wg-product__option-label{display:block;font-size:13px;font-weight:700;color:var(--wg-color-text);margin-bottom:8px}.wg-product__option-select-wrap{position:relative}.wg-product__option-select{width:100%;padding:12px 36px 12px 16px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:14px;font-family:var(--wg-font-sans);color:var(--wg-color-text);background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer}.wg-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;color:var(--wg-color-text-light)}.wg-product__qty{margin-bottom:24px}.wg-product__actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.wg-btn-cart--lg{padding:16px;font-size:16px;border-radius:8px}.wg-product__badges{display:flex;flex-direction:column;gap:10px;padding:20px;background:#f8f8f8;border-radius:8px;margin-bottom:24px}.wg-product__badge-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--wg-color-text)}.wg-product__badge-item svg{width:18px;height:18px;flex-shrink:0;color:var(--wg-color-navy)}.wg-product__desc{font-size:14px;line-height:1.8;color:var(--wg-color-text);border-top:1px solid var(--wg-color-border);padding-top:24px}.wg-product-related{padding:60px 0 70px;background:#f8f8f8}.wg-cart{padding:0 0 80px;background:#fff}.wg-cart__title{font-size:28px;font-weight:900;font-family:var(--wg-font-serif);margin-bottom:32px}.wg-cart__count{font-size:18px;font-weight:400;color:var(--wg-color-text-light)}.wg-cart__inner{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.wg-cart__items-header{display:grid;grid-template-columns:1fr 100px 160px 120px 40px;gap:16px;padding:0 0 12px;border-bottom:2px solid var(--wg-color-navy);font-size:12px;font-weight:700;color:var(--wg-color-text-light)}.wg-cart__item{display:grid;grid-template-columns:1fr 100px 160px 120px 40px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--wg-color-border)}.wg-cart__item-product{display:flex;gap:16px;align-items:center}.wg-cart__item-img-link{flex-shrink:0}.wg-cart__item-product img{width:80px;height:80px;object-fit:cover;border-radius:4px;display:block}.wg-cart__item-name{font-size:14px;font-weight:700;color:var(--wg-color-text);line-height:1.4}.wg-cart__item-variant{font-size:12px;color:var(--wg-color-text-light);margin-top:4px}.wg-cart__item-price,.wg-cart__item-total{font-size:14px;font-weight:700}.wg-cart__remove-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--wg-color-text-light);transition:color .2s}.wg-cart__remove-btn:hover{color:var(--wg-color-red)}.wg-cart__remove-btn svg{width:18px;height:18px}.wg-cart__update{padding-top:16px;display:flex;justify-content:flex-end}.wg-cart__summary{background:#f8f8f8;border-radius:8px;padding:28px;position:sticky;top:calc(var(--wg-header-height) + 20px)}.wg-cart__summary-title{font-size:18px;font-weight:900;font-family:var(--wg-font-serif);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--wg-color-border)}.wg-cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;border-bottom:1px solid #eee}.wg-cart__summary-row--total{font-weight:700;border-top:2px solid var(--wg-color-navy);border-bottom:none;padding-top:16px;margin-top:8px}.wg-cart__total-price{font-size:22px;color:var(--wg-color-red)}.wg-cart__shipping-note{font-size:12px;color:var(--wg-color-text-light)}.wg-cart__coupon{margin:20px 0}.wg-cart__coupon-label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.wg-cart__coupon-wrap{display:flex;gap:8px}.wg-cart__coupon-input{flex:1;padding:10px 12px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:13px;font-family:var(--wg-font-sans)}.wg-cart__coupon-btn{padding:10px 16px;background:var(--wg-color-navy);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--wg-font-sans);transition:background .2s}.wg-cart__coupon-btn:hover{background:var(--wg-color-navy-light)}.wg-btn-cart--checkout{width:100%;justify-content:center;padding:16px;font-size:16px;border-radius:8px;gap:12px;margin-bottom:12px}.wg-btn-cart--checkout svg{width:18px;height:18px}.wg-cart__continue{display:block;text-align:center;font-size:13px;color:var(--wg-color-text-light);margin-bottom:20px;transition:color .2s}.wg-cart__continue:hover{color:var(--wg-color-red)}.wg-cart__payment-icons{border-top:1px solid var(--wg-color-border);padding-top:16px;text-align:center}.wg-cart__payment-label{font-size:11px;color:var(--wg-color-text-light);margin-bottom:10px}.wg-cart__empty{text-align:center;padding:80px 0}.wg-cart__empty-icon{color:var(--wg-color-border);margin-bottom:24px}.wg-cart__empty-icon svg{width:80px;height:80px}.wg-cart__empty-text{font-size:18px;color:var(--wg-color-text-light);margin-bottom:32px}.wg-search{padding:0 0 80px;background:#fff}.wg-search__hero{background:var(--wg-color-cream);margin:0 -20px 40px;padding:40px 20px;text-align:center}.wg-search__title{font-size:28px;font-weight:900;font-family:var(--wg-font-serif);margin-bottom:24px}.wg-search__form{max-width:600px;margin:0 auto 20px}.wg-search__input-wrap{display:flex;gap:0;border:2px solid var(--wg-color-navy);border-radius:40px;overflow:hidden;background:#fff}.wg-search__input{flex:1;padding:14px 20px;border:none;font-size:15px;font-family:var(--wg-font-sans);color:var(--wg-color-text);background:transparent;outline:none}.wg-search__submit{display:flex;align-items:center;gap:8px;padding:14px 24px;background:var(--wg-color-navy);color:#fff;border:none;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--wg-font-sans);transition:background .2s;white-space:nowrap}.wg-search__submit:hover{background:var(--wg-color-navy-light)}.wg-search__submit svg{width:18px;height:18px}.wg-search__popular{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:center}.wg-search__popular-label{font-size:12px;color:var(--wg-color-text-light)}.wg-search__popular-tag{padding:4px 14px;border:1px solid var(--wg-color-border);border-radius:30px;font-size:12px;color:var(--wg-color-text);background:#fff;transition:all .2s}.wg-search__popular-tag:hover{border-color:var(--wg-color-navy);color:var(--wg-color-navy)}.wg-search__results-count{font-size:14px;color:var(--wg-color-text-light);margin-bottom:32px}.wg-search__section{margin-bottom:48px}.wg-search__section-title{font-size:20px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-navy);padding-bottom:12px;border-bottom:2px solid var(--wg-color-navy);margin-bottom:24px}.wg-search__article-list{border-top:1px solid var(--wg-color-border)}.wg-search__article-item{border-bottom:1px solid var(--wg-color-border)}.wg-search__article-date{font-size:12px;color:var(--wg-color-red);font-weight:700;white-space:nowrap}.wg-search__empty-hint{font-size:14px;color:var(--wg-color-text-light);margin-bottom:32px}.wg-account-auth{padding:0 0 80px;background:#fff}.wg-account-auth__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:900px;margin:0 auto}.wg-account-auth__inner--single{grid-template-columns:1fr;max-width:500px}.wg-account-auth__box{background:#f8f8f8;border-radius:8px;padding:36px}.wg-account-auth__title{font-size:22px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-navy);margin-bottom:8px}.wg-account-auth__subtitle{font-size:13px;color:var(--wg-color-text-light);margin-bottom:24px}.wg-form-group--forgot{text-align:right;margin-top:-12px}.wg-account-auth__recover{border-top:1px solid var(--wg-color-border);padding-top:24px;margin-top:24px}.wg-account-auth__recover-title{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--wg-color-navy)}.wg-account-auth__register{background:var(--wg-color-navy);border-radius:8px;padding:36px;color:#fff;display:flex;flex-direction:column;justify-content:center}.wg-account-auth__register-title{font-size:20px;font-weight:900;font-family:var(--wg-font-serif);margin-bottom:16px}.wg-account-auth__register-text{font-size:13px;line-height:1.7;opacity:.85;margin-bottom:24px}.wg-account-auth__login-link{font-size:13px;color:var(--wg-color-text-light);text-align:center;margin-top:8px}.wg-account{padding:0 0 80px;background:#fff}.wg-account__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}.wg-account__title{font-size:26px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-navy)}.wg-account__name{font-size:18px;font-weight:400;color:var(--wg-color-text-light);margin-left:8px}.wg-account__inner{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.wg-account__info-card{background:#f8f8f8;border-radius:8px;padding:24px}.wg-account__info-title{font-size:16px;font-weight:700;color:var(--wg-color-navy);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--wg-color-border)}.wg-account__info-list{font-size:13px;line-height:1.6;color:var(--wg-color-text)}.wg-account__info-list dt{font-weight:700;color:var(--wg-color-text-light);margin-top:12px;margin-bottom:2px;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.wg-account__info-list dd{margin:0}.wg-account__orders-title{font-size:20px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-navy);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--wg-color-navy)}.wg-order-item{border:1px solid var(--wg-color-border);border-radius:8px;margin-bottom:16px;overflow:hidden}.wg-order-item__header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;padding:16px 20px;background:#f8f8f8;border-bottom:1px solid var(--wg-color-border)}.wg-order-item__label{display:block;font-size:10px;color:var(--wg-color-text-light);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.wg-order-item__id{font-size:13px;font-weight:700;color:var(--wg-color-navy);text-decoration:underline}.wg-order-badge{display:inline-block;padding:3px 10px;border-radius:30px;font-size:11px;font-weight:700;background:#e8f5e9;color:#2e7d32}.wg-order-badge--pending,.wg-order-badge--unfulfilled{background:#fff3e0;color:#e65100}.wg-order-item__products{padding:16px 20px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.wg-order-item__product{display:flex;align-items:center;gap:8px}.wg-order-item__product img{width:48px;height:48px;object-fit:cover;border-radius:4px}.wg-order-item__product-name{font-size:12px;color:var(--wg-color-text)}.wg-order-item__product-qty,.wg-order-item__more{font-size:12px;color:var(--wg-color-text-light)}.wg-order-item__footer{padding:12px 20px;border-top:1px solid var(--wg-color-border);display:flex;justify-content:flex-end}.wg-account__empty{text-align:center;padding:60px 0}.wg-account__order-num{font-size:18px;font-weight:400;color:var(--wg-color-text-light);margin-left:8px}.wg-order-detail__meta{display:flex;gap:40px;flex-wrap:wrap;padding:20px 24px;background:#f8f8f8;border-radius:8px;margin-bottom:32px}.wg-order-detail__meta-item{display:flex;flex-direction:column;gap:6px;font-size:14px}.wg-order-detail__meta-label{font-size:11px;font-weight:700;color:var(--wg-color-text-light);text-transform:uppercase}.wg-order-detail__inner{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}.wg-order-detail__section-title{font-size:18px;font-weight:700;color:var(--wg-color-navy);margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--wg-color-navy)}.wg-order-table{width:100%;border-collapse:collapse;margin-bottom:24px}.wg-order-table__th{padding:10px 12px;text-align:left;font-size:12px;font-weight:700;color:var(--wg-color-text-light);border-bottom:2px solid var(--wg-color-border)}.wg-order-table__td{padding:16px 12px;border-bottom:1px solid var(--wg-color-border);font-size:14px;vertical-align:middle}.wg-order-table__td--product{min-width:240px}.wg-order-table__product{display:flex;gap:12px;align-items:center}.wg-order-table__product img{width:60px;height:60px;object-fit:cover;border-radius:4px}.wg-order-table__product-name{font-weight:700;color:var(--wg-color-text);display:block;margin-bottom:4px}.wg-order-table__variant{font-size:12px;color:var(--wg-color-text-light)}.wg-order-detail__summary{border-top:2px solid var(--wg-color-border);padding-top:16px}.wg-order-detail__summary-list{max-width:360px;margin-left:auto}.wg-order-detail__summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;border-bottom:1px solid #eee}.wg-order-detail__summary-row--discount{color:var(--wg-color-red)}.wg-order-detail__summary-row--total{font-weight:700;border-bottom:none;border-top:2px solid var(--wg-color-navy);padding-top:16px;margin-top:8px}.wg-order-detail__total-price{font-size:20px;color:var(--wg-color-red)}.wg-order-detail__address-card{background:#f8f8f8;border-radius:8px;padding:20px}.wg-order-detail__address{font-size:13px;line-height:2;color:var(--wg-color-text);font-style:normal}.wg-blog{padding:0 0 80px;background:#fff}.wg-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.wg-blog-card{border:1px solid var(--wg-color-border);border-radius:8px;overflow:hidden;transition:box-shadow .3s}.wg-blog-card:hover{box-shadow:0 4px 20px #0000001a}.wg-blog-card__image{display:block;width:100%;aspect-ratio:3 / 2;overflow:hidden}.wg-blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.wg-blog-card:hover .wg-blog-card__image img{transform:scale(1.05)}.wg-blog-card__image-placeholder{width:100%;height:100%;background:var(--wg-color-cream);display:flex;align-items:center;justify-content:center;color:var(--wg-color-border)}.wg-blog-card__image-placeholder svg{width:60px;height:60px}.wg-blog-card__body{padding:20px}.wg-blog-card__meta{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.wg-blog-card__date{font-size:12px;font-weight:700;color:var(--wg-color-red)}.wg-blog-card__tag{font-size:11px;padding:2px 10px;background:var(--wg-color-cream);border-radius:30px;color:var(--wg-color-text)}.wg-blog-card__title{font-size:15px;font-weight:700;line-height:1.5;margin-bottom:10px}.wg-blog-card__title a{color:var(--wg-color-text);transition:color .2s}.wg-blog-card__title a:hover{color:var(--wg-color-red)}.wg-blog-card__excerpt{font-size:13px;color:var(--wg-color-text-light);line-height:1.6;margin-bottom:12px}.wg-blog-card__more{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--wg-color-red);transition:gap .2s}.wg-blog-card__more:hover{gap:10px}.wg-blog-card__more svg{width:14px;height:14px}.wg-article{padding:0 0 80px;background:#fff}.wg-article__content{max-width:800px;margin:0 auto}.wg-article__header{margin-bottom:28px}.wg-article__meta{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.wg-article__date{font-size:13px;font-weight:700;color:var(--wg-color-red)}.wg-article__tags{display:flex;gap:8px}.wg-article__title{font-size:28px;font-weight:900;font-family:var(--wg-font-serif);line-height:1.4}.wg-article__eyecatch{margin-bottom:32px;border-radius:8px;overflow:hidden}.wg-article__eyecatch img{width:100%;height:400px;object-fit:cover}.wg-article__body{font-size:15px;line-height:1.9;color:var(--wg-color-text);margin-bottom:40px}.wg-article__body h2{font-size:22px;font-weight:700;color:var(--wg-color-navy);margin:40px 0 16px;padding-left:16px;border-left:4px solid var(--wg-color-red)}.wg-article__body h3{font-size:18px;font-weight:700;margin:28px 0 12px}.wg-article__body p{margin-bottom:16px}.wg-article__body img{max-width:100%;border-radius:4px;margin:16px 0}.wg-article__share{display:flex;align-items:center;gap:16px;padding:20px 0;border-top:1px solid var(--wg-color-border);border-bottom:1px solid var(--wg-color-border);margin-bottom:40px}.wg-article__share-label{font-size:13px;font-weight:700;color:var(--wg-color-text-light)}.wg-article__share-btns{display:flex;gap:8px}.wg-article__share-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .2s}.wg-article__share-btn:hover{opacity:.8}.wg-article__share-btn svg{width:16px;height:16px}.wg-article__share-btn--x{background:#000}.wg-article__share-btn--fb{background:#1877f2}.wg-article__nav{margin-top:40px}.wg-article__nav-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center}.wg-article__nav-item{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--wg-color-border);border-radius:8px;transition:border-color .2s}.wg-article__nav-item:hover{border-color:var(--wg-color-red)}.wg-article__nav-item svg{width:20px;height:20px;flex-shrink:0;color:var(--wg-color-red)}.wg-article__nav-label{display:block;font-size:11px;color:var(--wg-color-text-light);margin-bottom:4px}.wg-article__nav-title{display:block;font-size:13px;font-weight:700;color:var(--wg-color-text);line-height:1.4}.wg-article__nav-list{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:var(--wg-color-text-light);padding:8px;transition:color .2s}.wg-article__nav-list:hover{color:var(--wg-color-red)}.wg-article__nav-list svg{width:20px;height:20px}.wg-page{padding:0 0 80px;background:#fff}.wg-page__inner{max-width:800px;margin:0 auto}.wg-page__header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid var(--wg-color-navy)}.wg-page__title{font-size:28px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-navy)}.wg-page__body{font-size:14px;line-height:1.9;color:var(--wg-color-text);margin-bottom:48px}.wg-page__body h2{font-size:20px;font-weight:700;color:var(--wg-color-navy);margin:36px 0 14px;padding-left:14px;border-left:4px solid var(--wg-color-red)}.wg-page__body h3{font-size:16px;font-weight:700;margin:24px 0 10px}.wg-page__body p{margin-bottom:14px}.wg-page__body table{width:100%;border-collapse:collapse;margin:20px 0}.wg-page__body table th,.wg-page__body table td{padding:12px 16px;border:1px solid var(--wg-color-border);font-size:13px;text-align:left}.wg-page__body table th{background:#f5f5f5;font-weight:700;width:30%;color:var(--wg-color-navy)}.wg-page__footer{border-top:1px solid var(--wg-color-border);padding-top:32px}.wg-guide{padding:0 0 80px;background:#fff}.wg-guide__section-title{font-size:22px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-navy);margin-bottom:28px;padding-bottom:12px;border-bottom:2px solid var(--wg-color-navy)}.wg-guide__flow{margin-bottom:60px}.wg-guide__steps{display:flex;align-items:center;gap:0;flex-wrap:wrap}.wg-guide__step{flex:1;min-width:160px;text-align:center;padding:28px 20px;background:#f8f8f8;border-radius:8px}.wg-guide__step-arrow{width:40px;flex-shrink:0;display:flex;justify-content:center;color:var(--wg-color-border)}.wg-guide__step-arrow svg{width:20px;height:20px}.wg-guide__step-num{font-size:36px;font-weight:900;color:var(--wg-color-red);font-family:var(--wg-font-serif);line-height:1;margin-bottom:12px}.wg-guide__step-icon{width:56px;height:56px;background:var(--wg-color-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.wg-guide__step-icon svg{width:24px;height:24px;color:var(--wg-color-navy)}.wg-guide__step-title{font-size:14px;font-weight:700;color:var(--wg-color-navy);margin-bottom:8px}.wg-guide__step-text{font-size:12px;color:var(--wg-color-text-light);line-height:1.6}.wg-guide__info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:60px}.wg-guide__info-card{border:1px solid var(--wg-color-border);border-radius:8px;padding:24px}.wg-guide__info-icon{width:48px;height:48px;background:var(--wg-color-red);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.wg-guide__info-icon svg{width:22px;height:22px;color:#fff}.wg-guide__info-title{font-size:16px;font-weight:700;color:var(--wg-color-navy);margin-bottom:12px}.wg-guide__info-list{list-style:disc;padding-left:18px}.wg-guide__info-list li{font-size:13px;color:var(--wg-color-text);margin-bottom:6px;line-height:1.6}.wg-guide__faq{margin-bottom:40px}.wg-faq-list{border-top:1px solid var(--wg-color-border)}.wg-faq-item{border-bottom:1px solid var(--wg-color-border)}.wg-faq-item__question{display:flex;align-items:center;gap:12px;padding:18px 0;cursor:pointer;font-size:15px;font-weight:700;color:var(--wg-color-text);list-style:none;transition:color .2s}.wg-faq-item__question::-webkit-details-marker{display:none}.wg-faq-item[open] .wg-faq-item__question{color:var(--wg-color-red)}.wg-faq-item__q-icon{width:28px;height:28px;background:var(--wg-color-red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;flex-shrink:0}.wg-faq-item__arrow{width:18px;height:18px;margin-left:auto;flex-shrink:0;transition:transform .3s}.wg-faq-item[open] .wg-faq-item__arrow{transform:rotate(180deg)}.wg-faq-item__answer{display:flex;gap:12px;padding:0 0 20px 40px;font-size:14px;line-height:1.7;color:var(--wg-color-text)}.wg-faq-item__a-icon{width:28px;height:28px;background:var(--wg-color-navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;flex-shrink:0}.wg-fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.wg-fade-in.wg-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.wg-product-grid{grid-template-columns:repeat(2,1fr)}.wg-footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.wg-header__top{padding:0 12px;height:56px}.wg-header__logo img{width:140px}.wg-header__action-item{padding:8px 10px;font-size:10px;gap:2px}.wg-header__action-item svg{width:20px;height:20px}.wg-header__action-item--cart{padding:8px 14px}.wg-cart-badge{top:4px;right:8px;width:16px;height:16px;font-size:9px}.wg-header__menu-btn{padding:8px 10px;font-size:10px;gap:2px}.wg-header__nav{display:none}.wg-header__notice{padding:6px 12px;font-size:11px}.wg-hero{height:320px}.wg-hero__slide{flex:0 0 100%;filter:none;transform:none}.wg-hero__slide.active{filter:none;transform:none}.wg-hero__slide-content{width:50%;padding:20px 16px 20px 12px}.wg-hero__slide-text{font-size:24px}.wg-hero__slide-sub{font-size:14px;margin-right:10px}.wg-hero__dots{bottom:12px}.wg-section-title{font-size:24px}.wg-section-header{margin-bottom:28px}.wg-ranking,.wg-sale,.wg-seasonal,.wg-news-sns,.wg-company{padding:40px 0 50px}.wg-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wg-product-name{font-size:13px}.wg-product-price__num{font-size:18px}.wg-btn-cart{padding:10px;font-size:12px}.wg-rank-badge{width:46px;height:46px}.wg-rank-badge__num{font-size:18px}.wg-rank-badge__label{font-size:9px}.wg-off-badge{width:48px;height:48px}.wg-off-badge__percent{font-size:16px}.wg-category{padding:40px 0 50px}.wg-category__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:28px}.wg-category-grid{grid-template-columns:1fr;gap:24px}.wg-category-card__title{font-size:18px}.wg-purpose{padding:40px 0 50px}.wg-purpose__inner{grid-template-columns:1fr;gap:32px}.wg-purpose__right{grid-template-columns:1fr 1fr;gap:12px}.wg-featured__inner{grid-template-columns:1fr;min-height:auto}.wg-featured__image{height:200px}.wg-featured__content{max-width:100%;padding:24px 20px}.wg-featured__label{font-size:16px}.wg-featured__title{font-size:20px}.wg-news-sns__inner{grid-template-columns:1fr;gap:40px}.wg-company__inner{grid-template-columns:1fr;gap:24px}.wg-company__image img{height:200px}.wg-footer-top{padding:40px 0}.wg-footer-nav-grid{grid-template-columns:repeat(2,1fr);gap:16px}.wg-footer-nav-icon{width:60px;height:60px;margin-bottom:12px}.wg-footer-nav-icon svg{width:22px;height:22px}.wg-footer-nav-title{font-size:14px}.wg-footer-nav-desc{font-size:11px}.wg-footer-main{padding:40px 0 20px}.wg-footer-deco-left,.wg-footer-deco-right{display:none}.wg-footer-links{grid-template-columns:repeat(2,1fr);gap:20px 16px}.wg-footer-logo img{width:180px}.wg-footer-legal-links{flex-wrap:wrap;justify-content:center;gap:0}.wg-footer-legal-links a{padding:4px 10px;font-size:11px}.wg-collection-toolbar{flex-direction:column;align-items:flex-start}.wg-product__inner{grid-template-columns:1fr;gap:32px}.wg-product__gallery{position:static}.wg-cart__inner{grid-template-columns:1fr}.wg-cart__items-header{display:none}.wg-cart__item{grid-template-columns:80px 1fr auto;grid-template-areas:"product product product" "price   price   price" "qty     qty     qty" "total   total   remove"}.wg-cart__item-product{grid-area:product}.wg-cart__item-price{grid-area:price}.wg-cart__item-qty{grid-area:qty}.wg-cart__item-total{grid-area:total}.wg-cart__item-remove{grid-area:remove;display:flex;align-items:center;justify-content:flex-end}.wg-cart__item-price:before{content:attr(data-label) "\ff1a";font-size:11px;color:var(--wg-color-text-light);display:block}.wg-cart__item-total:before{content:attr(data-label) "\ff1a";font-size:11px;color:var(--wg-color-text-light);display:block}.wg-search__hero{margin:0 -20px 32px}.wg-account-auth__inner{grid-template-columns:1fr;gap:32px}.wg-account__inner{grid-template-columns:1fr}.wg-order-item__header{grid-template-columns:1fr 1fr;gap:12px}.wg-order-detail__inner,.wg-blog-grid,.wg-article__nav-inner{grid-template-columns:1fr}.wg-article__title{font-size:22px}.wg-guide__steps{flex-direction:column;gap:8px}.wg-guide__step{width:100%;min-width:0;min-height:220px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;box-sizing:border-box}.wg-guide__step-num{font-size:28px;margin:0 0 10px}.wg-guide__step-icon{width:44px;height:44px;margin:0 0 10px}.wg-guide__step-icon svg{width:20px;height:20px}.wg-guide__step-title{font-size:14px;margin:0 0 6px}.wg-guide__step-text{font-size:12px;margin:0;line-height:1.6}.wg-guide__step-arrow{transform:rotate(90deg);width:100%;height:20px}.wg-guide__info-grid,.wg-form-row,.wg-contact__inner{grid-template-columns:1fr}.wg-404__code{font-size:80px}.wg-list-collections__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.wg-container,.wg-container-title{padding:0 14px}.wg-header__top{padding:0 8px;height:50px}.wg-header__logo img{width:110px}.wg-header__action-item{padding:6px 8px;font-size:0;gap:0}.wg-header__action-item svg{width:22px;height:22px}.wg-header__action-item--cart{padding:6px 12px;font-size:0}.wg-cart-badge{top:2px;right:4px}.wg-header__menu-btn{padding:6px 8px;font-size:0;gap:0}.wg-header__menu-btn svg{width:22px;height:22px}.wg-header__nav ul>li>a{padding:0 10px;font-size:11px}.wg-hero{height:250px}.wg-hero__slide{flex:0 0 100%;filter:none;transform:none}.wg-hero__slide.active{filter:none;transform:none}.wg-hero__slide-content{width:45%;padding:12px 10px 12px 8px}.wg-hero__slide-text{font-size:20px}.wg-hero__slide-sub{font-size:12px;margin-right:6px}.wg-section-title{font-size:20px}.wg-section-subtitle{font-size:11px}.wg-section-header{margin-bottom:20px}.wg-wave-icon{width:60px}.wg-ranking,.wg-sale,.wg-seasonal,.wg-news-sns,.wg-company{padding:32px 0 40px}.wg-product-grid{gap:10px}.wg-product-card__body{padding:8px 2px 12px}.wg-product-tags{gap:4px;margin-bottom:6px}.wg-product-tag{font-size:9px;padding:1px 6px}.wg-product-name{font-size:12px;margin-bottom:6px}.wg-product-rating{gap:4px;margin-bottom:6px}.wg-star{font-size:13px}.wg-product-price{font-size:11px}.wg-product-price__num{font-size:16px}.wg-product-price__tax{font-size:10px}.wg-btn-cart{padding:8px;font-size:11px;margin-top:8px}.wg-rank-badge{width:40px;height:40px}.wg-rank-badge__num{font-size:16px}.wg-rank-badge__label{font-size:8px}.wg-off-badge{width:42px;height:42px}.wg-off-badge__percent{font-size:14px}.wg-off-badge__unit{font-size:8px}.wg-category{padding:32px 0 40px}.wg-btn-outline-white{font-size:12px;padding:10px 14px 10px 20px;gap:10px}.wg-purpose{padding:32px 0 40px}.wg-purpose__tags{gap:8px}.wg-purpose__tag{padding:6px 14px;font-size:12px}.wg-featured__image{height:200px}.wg-featured__content{padding:24px 16px}.wg-featured__label{font-size:20px;margin-bottom:10px}.wg-featured__title{font-size:18px;margin-bottom:16px}.wg-featured__text{font-size:12px;margin-bottom:20px}.wg-btn-featured{font-size:13px;padding:12px 16px 12px 24px}.wg-news__title,.wg-sns__title{font-size:20px}.wg-sns-grid{grid-template-columns:1fr;gap:8px}.wg-sns-btn{font-size:13px;padding:12px 16px}.wg-sns-btn--tiktok:last-child:nth-child(odd){max-width:100%}.wg-company__title{font-size:20px}.wg-footer-top{padding:32px 0}.wg-footer-nav-grid{grid-template-columns:1fr 1fr;gap:12px}.wg-footer-nav-icon{width:50px;height:50px;margin-bottom:8px}.wg-footer-nav-icon svg{width:18px;height:18px}.wg-footer-nav-title{font-size:13px;margin-bottom:6px}.wg-footer-nav-desc{font-size:10px}.wg-footer-main{padding:32px 0 40px}.wg-footer-logo{font-size:24px;margin-bottom:20px}.wg-footer-logo img{width:140px}.wg-footer-links{grid-template-columns:1fr 1fr;gap:16px 12px}.wg-footer-link-group h4{font-size:12px;margin-bottom:10px;padding-bottom:6px}.wg-footer-link-group ul li{margin-bottom:8px}.wg-footer-link-group ul li a{font-size:11px}.wg-footer-payment__icons{gap:8px}.wg-payment-icon{height:24px}.wg-footer-legal-links a{padding:3px 8px;font-size:10px}.wg-footer-copyright{font-size:10px}.wg-list-collections__grid{grid-template-columns:1fr;gap:20px}.wg-list-collections__card-title{font-size:16px}.wg-product__inner{gap:24px}.wg-cart__item{grid-template-columns:60px 1fr auto}.wg-search__hero{margin:0 -14px 24px}.wg-article__title{font-size:18px}.wg-guide__info-grid{gap:16px}.wg-contact__info-card{padding:16px}.wg-contact__phone{font-size:20px}.wg-404__code{font-size:60px}.wg-404__inner{padding:40px 0}}.wg-404{padding:0 0 80px;background:#fff}.wg-404__inner{text-align:center;padding:60px 0}.wg-404__code{font-size:120px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-red);line-height:1;margin-bottom:16px;opacity:.15}.wg-404__text{font-size:14px;color:var(--wg-color-text-light);line-height:1.8;margin-bottom:40px}.wg-404__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.wg-contact{padding:0 0 80px;background:#fff}.wg-contact__inner{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}.wg-contact__info{display:flex;flex-direction:column;gap:20px}.wg-contact__info-card{background:#f8f8f8;border-radius:8px;padding:24px}.wg-contact__info-card h3{font-size:15px;font-weight:700;color:var(--wg-color-navy);margin:12px 0 8px}.wg-contact__phone{font-size:24px;font-weight:900;font-family:var(--wg-font-serif);color:var(--wg-color-red)}.wg-contact__hours{font-size:12px;color:var(--wg-color-text-light);margin-top:4px}.wg-contact__form-wrap{min-width:0}.wg-form-textarea{resize:vertical;min-height:120px}.wg-form-success{background:#e8f5e9;border:1px solid #2e7d32;border-radius:4px;padding:16px;margin-bottom:20px;font-size:14px;color:#2e7d32}.wg-list-collections{padding:0 0 80px;background:#fff}.wg-list-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.wg-list-collections__card{border-radius:8px;overflow:hidden;border:1px solid var(--wg-color-border);transition:box-shadow .3s;display:block}.wg-list-collections__card:hover{box-shadow:0 4px 20px #0000001a}.wg-list-collections__card-image{width:100%;aspect-ratio:3 / 2;overflow:hidden}.wg-list-collections__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.wg-list-collections__card:hover .wg-list-collections__card-image img{transform:scale(1.05)}.wg-list-collections__card-body{padding:20px;text-align:center}.wg-list-collections__card-title{font-size:18px;font-weight:700;font-family:var(--wg-font-serif);color:var(--wg-color-text);margin-bottom:4px}.wg-list-collections__card-count{font-size:12px;color:var(--wg-color-text-light)}.wg-search__article-card{grid-column:1 / -1;border-bottom:1px solid var(--wg-color-border)}.wg-search__article-link{display:flex;align-items:center;gap:16px;padding:16px 0;transition:color .2s}.wg-search__article-badge{display:inline-block;padding:3px 10px;background:var(--wg-color-cream);border-radius:30px;font-size:11px;color:var(--wg-color-text);white-space:nowrap}.wg-search__article-date{font-size:12px;font-weight:700;color:var(--wg-color-red);white-space:nowrap}.wg-search__article-title{font-size:14px;color:var(--wg-color-text);transition:color .2s}.wg-search__article-link:hover .wg-search__article-title{color:var(--wg-color-red)}.wg-empty-state{text-align:center;padding:60px 0}.wg-empty-state__icon{color:var(--wg-color-border);margin-bottom:24px}.wg-empty-state__text{font-size:16px;color:var(--wg-color-text-light);margin-bottom:12px}.wg-empty-state__hint{font-size:14px;color:var(--wg-color-text-light);margin-bottom:32px}.wg-collection{padding:0 0 60px;background:#fff}.wg-collection__hero{padding:20px 0 30px}.wg-collection__hero-image{border-radius:8px;overflow:hidden;margin-bottom:24px}.wg-collection__hero-image img{width:100%;height:280px;object-fit:cover}.wg-collection__desc{font-size:14px;color:var(--wg-color-text-light);line-height:1.7;margin-top:12px}.wg-collection__count{font-size:13px;color:var(--wg-color-text-light);margin-top:8px}.wg-collection__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:16px 0 24px;border-bottom:1px solid var(--wg-color-border);margin-bottom:32px}.wg-collection__filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.wg-collection__filter-label{font-size:13px;font-weight:700;color:var(--wg-color-text);white-space:nowrap}.wg-collection__filter-tags{display:flex;flex-wrap:wrap;gap:8px}.wg-collection__sort{display:flex;align-items:center;gap:10px}.wg-collection__sort-label{font-size:13px;font-weight:700;color:var(--wg-color-text);white-space:nowrap}.wg-collection__sort-wrap{position:relative}.wg-collection__sort-select{padding:8px 36px 8px 14px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:13px;font-family:var(--wg-font-sans);color:var(--wg-color-text);background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer}.wg-collection__sort-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--wg-color-text-light)}body.wg-menu-open{overflow:hidden}.wg-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1999;opacity:0;transition:opacity .3s ease}.wg-menu-overlay.is-visible{display:block;opacity:1}.wg-menu-drawer{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100%;background:#fff;z-index:2000;display:flex;flex-direction:column;overflow-y:auto;transition:right .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000002e}.wg-menu-drawer.is-open{right:0}.wg-menu-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--wg-color-navy);color:#fff;flex-shrink:0}.wg-menu-drawer__title{font-size:16px;font-weight:700;letter-spacing:.08em}.wg-menu-drawer__close{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.wg-menu-drawer__close:hover{background:#fff3}.wg-menu-drawer__nav{list-style:none;margin:0;padding:8px 0;border-bottom:1px solid var(--wg-color-border)}.wg-menu-drawer__nav li{border-bottom:1px solid rgba(0,0,0,.06)}.wg-menu-drawer__nav li:last-child{border-bottom:none}.wg-menu-drawer__nav a{display:block;padding:14px 24px;font-size:14px;font-weight:500;color:var(--wg-color-text);transition:background .15s,color .15s}.wg-menu-drawer__nav a:hover{background:var(--wg-color-cream-light);color:var(--wg-color-navy)}.wg-menu-drawer__actions{padding:16px 20px;display:flex;flex-direction:column;gap:8px}.wg-menu-drawer__action-link{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:500;color:var(--wg-color-text);background:var(--wg-color-cream-light);border-radius:8px;transition:background .15s,color .15s}.wg-menu-drawer__action-link:hover{background:var(--wg-color-cream);color:var(--wg-color-navy)}.wg-menu-drawer__action-link--logout{color:var(--wg-color-red);background:#fff5f5}.wg-menu-drawer__action-link--logout:hover{background:#ffe0e0;color:var(--wg-color-red-dark)}.wg-product-card__price-block{margin:8px 0 12px}.wg-product-card__price-nonmember,.wg-product-card__price-member{display:flex;flex-direction:column;gap:6px}.wg-product-card__price-strike{font-size:12px;color:var(--wg-color-text-light);text-decoration:line-through}.wg-product-card__member-badge{display:inline-block;align-self:flex-start;padding:2px 8px;background:var(--wg-color-gold);color:#fff;font-size:11px;font-weight:700;border-radius:10px;letter-spacing:.04em}.wg-product-card__price-teaser{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fbf3da;border:1px solid var(--wg-color-gold);border-radius:4px;font-size:12px;color:var(--wg-color-navy)}.wg-product-card__price-teaser-icon{display:inline-flex;line-height:0}.wg-product-card__price-teaser-text{font-weight:700;color:var(--wg-color-gold)}.wg-product-card__price-teaser-num{font-weight:700;color:var(--wg-color-red)}.wg-product-card__price-teaser-link{display:inline-block;margin-top:4px;font-size:11px;color:var(--wg-color-navy);text-decoration:underline}.wg-product-card__price-teaser-link:hover{opacity:.7}.wg-price-block{margin:16px 0 20px}.wg-price-block__nonmember-view,.wg-price-block__member-view{display:flex;flex-direction:column;gap:12px}.wg-price-block__nonmember-main,.wg-price-block__member-main{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.wg-price-block__nonmember-price,.wg-price-block__member-price{font-size:32px;font-weight:900;color:var(--wg-color-red);line-height:1}.wg-price-block__tax{font-size:12px;color:var(--wg-color-text-light)}.wg-price-block__label-regular,.wg-price-block__label-member{font-size:12px;font-weight:700;padding:2px 8px;border-radius:3px;letter-spacing:.04em}.wg-price-block__label-regular{background:#e0e0e0;color:var(--wg-color-text-light)}.wg-price-block__label-member{background:var(--wg-color-gold);color:#fff}.wg-price-block__regular-strike{display:flex;align-items:center;gap:8px;font-size:13px}.wg-price-block__regular-price{color:var(--wg-color-text-light);text-decoration:line-through}.wg-price-block__member-teaser{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px;background:#fbf3da;border:1px solid var(--wg-color-gold);border-radius:4px;font-size:13px}.wg-price-block__member-teaser-icon{display:inline-flex;line-height:0}.wg-price-block__member-teaser-text{font-weight:700;color:var(--wg-color-gold)}.wg-price-block__member-teaser-price{font-size:18px;font-weight:700;color:var(--wg-color-red)}.wg-price-block__member-teaser-link{margin-left:auto;font-size:12px;color:var(--wg-color-navy);text-decoration:underline}.wg-price-block__member-teaser-link:hover{opacity:.7}@media(max-width:768px){.wg-price-block__nonmember-price,.wg-price-block__member-price{font-size:26px}.wg-price-block__member-teaser-link{margin-left:0;width:100%}}.wg-product-detail{max-width:var(--wg-container-width);margin:0 auto;padding:24px 20px 60px}.wg-product-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:flex-start}.wg-product-detail__gallery{min-width:0}.wg-product-gallery__main{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--wg-color-cream-light);border-radius:6px}.wg-product-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block}.wg-product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;margin-top:12px}.wg-product-gallery__thumb-btn{padding:0;border:2px solid transparent;background:#fff;aspect-ratio:1 / 1;cursor:pointer;border-radius:4px;overflow:hidden;transition:border-color .2s}.wg-product-gallery__thumb-btn img{width:100%;height:100%;object-fit:cover}.wg-product-gallery__thumb-btn.active,.wg-product-gallery__thumb-btn:hover{border-color:var(--wg-color-red)}.wg-product-detail__info{min-width:0}.wg-product-detail__vendor{margin:0 0 6px;font-size:12px;color:var(--wg-color-text-light);letter-spacing:.08em;text-transform:uppercase}.wg-product-detail__title{margin:0 0 12px;font-family:var(--wg-font-serif);font-size:26px;font-weight:700;line-height:1.4;color:var(--wg-color-navy)}.wg-product-detail__stars{color:var(--wg-color-star);font-size:16px;margin-bottom:8px}.wg-product-detail__variants{display:flex;flex-direction:column;gap:12px;margin:16px 0}.wg-product-detail__option{display:flex;flex-direction:column;gap:6px}.wg-product-detail__option-label{font-size:13px;font-weight:700;color:var(--wg-color-text)}.wg-product-detail__option-select{padding:10px 12px;border:1px solid var(--wg-color-border);border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.wg-product-detail__quantity{display:flex;align-items:center;gap:16px;margin:16px 0}.wg-product-detail__quantity-label{font-size:13px;font-weight:700;color:var(--wg-color-text)}.wg-product-detail__quantity-wrap{display:inline-flex;align-items:center;border:1px solid var(--wg-color-border);border-radius:4px;overflow:hidden}.wg-quantity-btn{width:36px;height:36px;background:#fff;border:none;font-size:18px;font-weight:700;cursor:pointer;color:var(--wg-color-text);transition:background .2s}.wg-quantity-btn:hover{background:var(--wg-color-cream-light)}.wg-product-detail__quantity-input{width:48px;height:36px;border:none;border-left:1px solid var(--wg-color-border);border-right:1px solid var(--wg-color-border);text-align:center;font-size:14px;-moz-appearance:textfield}.wg-product-detail__quantity-input::-webkit-outer-spin-button,.wg-product-detail__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wg-product-detail__actions{margin:20px 0}.wg-btn-cart-large{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--wg-color-red);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.wg-btn-cart-large:hover:not(:disabled){background:var(--wg-color-red-dark)}.wg-btn-cart-large:disabled{background:#999;cursor:not-allowed}.wg-product-detail__description{margin:24px 0;padding:20px 0;border-top:1px solid var(--wg-color-border);border-bottom:1px solid var(--wg-color-border);font-size:14px;line-height:1.8;color:var(--wg-color-text)}.wg-product-detail__description p{margin:0 0 10px}.wg-product-detail__description img{max-width:100%;height:auto;margin:10px 0}.wg-product-detail__trust{display:flex;gap:16px;flex-wrap:wrap;margin:20px 0;padding:16px;background:var(--wg-color-cream-light);border-radius:6px}.wg-trust-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--wg-color-navy);font-weight:500}.wg-trust-icon{display:inline-flex;width:24px;height:24px;color:var(--wg-color-red);flex-shrink:0}.wg-trust-icon svg{width:100%;height:100%}@media(max-width:768px){.wg-product-detail{padding:16px 16px 40px}.wg-product-detail__layout{grid-template-columns:1fr;gap:20px}.wg-product-detail__gallery{position:static}.wg-product-detail__title{font-size:22px}.wg-product-gallery__thumbs{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}}.page-content__inner:has(.wg-legal){max-width:880px;margin:0 auto;padding:48px 24px 80px}.page-content__inner:has(.wg-legal) .page-content__title{font-size:28px;font-weight:700;text-align:center;padding-bottom:20px;margin:0 0 40px;border-bottom:2px solid var(--wg-color-red, #B40D00);letter-spacing:.05em}.wg-legal{color:var(--wg-color-text, #333);line-height:1.9;font-size:15px}.wg-legal__title{font-size:28px;font-weight:700;text-align:center;padding-bottom:20px;margin:0 0 40px;border-bottom:2px solid var(--wg-color-red, #B40D00);letter-spacing:.05em}.wg-legal__meta{text-align:right;font-size:13px;color:var(--wg-color-text-light, #888);margin:-20px 0 32px}.wg-legal__section{margin-bottom:48px}.wg-legal__section-title{font-size:18px;font-weight:700;padding:10px 0 10px 14px;border-left:4px solid var(--wg-color-red, #B40D00);margin:0 0 20px;background:#faf7f2}.wg-legal__lead{margin:0 0 24px}.wg-legal__table{width:100%;border-collapse:collapse;margin:0 0 20px;font-size:14px}.wg-legal__table th,.wg-legal__table td{border:1px solid #e5e0d6;padding:14px 18px;text-align:left;vertical-align:top}.wg-legal__table th{width:28%;background:#faf7f2;font-weight:600;white-space:nowrap}.wg-legal__list{margin:0 0 20px;padding-left:1.3em}.wg-legal__list li{margin-bottom:6px}.wg-legal__sub-title{font-size:15px;font-weight:700;margin:20px 0 8px}.wg-legal__note{font-size:13px;color:var(--wg-color-text-light, #666);background:#f7f7f7;padding:12px 16px;border-radius:4px;margin:16px 0}.wg-legal__contact{margin-top:24px;padding:20px 24px;background:#faf7f2;border-radius:4px}@media(max-width:640px){.wg-legal{padding:32px 16px 60px;font-size:14px}.wg-legal__title{font-size:22px;margin-bottom:28px}.wg-legal__section{margin-bottom:36px}.wg-legal__table th,.wg-legal__table td{padding:10px 12px;font-size:13px}.wg-legal__table th{width:36%;white-space:normal}}.wg-cart-page{max-width:var(--wg-container-width, 1200px);margin:0 auto;padding:48px 24px 80px}.wg-cart-page__logo{margin:0 0 24px}.wg-cart-page__logo img{max-width:240px;height:auto;display:block}.wg-cart-page__title{font-size:28px;font-weight:700;font-family:var(--wg-font-serif, serif);margin:0 0 32px;padding-bottom:16px;border-bottom:2px solid var(--wg-color-red, #B40D00)}.wg-cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}.wg-cart-page__items,.wg-cart-page__summary{min-width:0}.wg-cart-page__empty{padding:64px 24px;text-align:center;background:#faf7f2;border-radius:8px;color:var(--wg-color-text-light, #666);font-size:15px}.wg-cart-page__empty p{margin:0 0 16px}.wg-cart-page__empty a{display:inline-block;margin-top:12px;padding:12px 28px;background:var(--wg-color-red, #B40D00);color:#fff;border-radius:4px;font-weight:600}.wg-cart-page__empty a:hover{background:var(--wg-color-red-dark, #8B0000)}.wg-cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid #e5e0d6;align-items:start}.wg-cart-item__img-wrap{width:96px;height:96px;overflow:hidden;border-radius:4px;background:#f7f7f7}.wg-cart-item__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.wg-cart-item__info{display:flex;flex-direction:column;gap:6px;min-width:0}.wg-cart-item__name{font-size:15px;font-weight:700;color:var(--wg-color-text);line-height:1.4;margin:0}.wg-cart-item__name a{color:inherit}.wg-cart-item__name a:hover{color:var(--wg-color-red)}.wg-cart-item__variant{font-size:12px;color:var(--wg-color-text-light, #888)}.wg-cart-item__price-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:4px}.wg-cart-item__price-regular-strike{text-decoration:line-through;color:var(--wg-color-text-light, #888);font-size:12px}.wg-cart-item__price-main{font-size:16px;font-weight:700;color:var(--wg-color-red)}.wg-cart-item__price-badge{font-size:11px;background:var(--wg-color-gold, #D4A017);color:#fff;padding:2px 6px;border-radius:3px}.wg-cart-item__price-member-teaser{font-size:12px;color:var(--wg-color-gold, #D4A017)}.wg-cart-item__quantity{display:inline-flex;align-items:center;margin-top:8px;border:1px solid #ddd;border-radius:4px;overflow:hidden}.wg-cart-item__quantity button{background:#fafafa;border:none;width:32px;height:32px;cursor:pointer;font-size:16px;color:var(--wg-color-text)}.wg-cart-item__quantity button:hover{background:#f0eee8}.wg-cart-item__quantity-input{width:48px;height:32px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:14px}.wg-cart-item__total{display:flex;flex-direction:column;gap:4px;align-items:flex-end;min-width:100px}.wg-cart-item__total-regular-strike{text-decoration:line-through;color:var(--wg-color-text-light, #888);font-size:12px;margin:0}.wg-cart-item__total-price{font-size:18px;font-weight:700;color:var(--wg-color-red);margin:0}.wg-cart-item__remove{background:none;border:none;color:var(--wg-color-text-light, #888);font-size:12px;cursor:pointer;margin-top:6px;padding:0}.wg-cart-item__remove:hover{color:var(--wg-color-red);text-decoration:underline}.wg-cart-summary{background:#faf7f2;border-radius:8px;padding:24px;position:sticky;top:calc(var(--wg-header-height, 147px) + 20px)}.wg-cart-summary__title{font-size:18px;font-weight:700;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e5e0d6}.wg-cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;font-size:14px}.wg-cart-summary__row--total{border-top:1px solid #e5e0d6;margin-top:8px;padding-top:16px;font-size:18px;font-weight:700;color:var(--wg-color-red)}.wg-cart-summary__note{font-size:12px;color:var(--wg-color-text-light);margin:12px 0 16px;line-height:1.5}.wg-cart-summary button,.wg-cart-summary .wg-checkout-btn{display:block;width:100%;padding:14px 20px;background:var(--wg-color-red);color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:700;cursor:pointer;margin-top:12px;transition:background .2s}.wg-cart-summary button:hover,.wg-cart-summary .wg-checkout-btn:hover{background:var(--wg-color-red-dark, #8B0000)}.wg-btn-checkout,.wg-btn-continue{display:block;width:100%;text-align:center;font-weight:700;border-radius:4px;transition:background .2s,color .2s,border-color .2s;cursor:pointer;box-sizing:border-box;text-decoration:none}.wg-btn-checkout{padding:14px 20px;margin-top:16px;background:var(--wg-color-red, #B40D00);color:#fff;font-size:16px;border:1px solid var(--wg-color-red, #B40D00);letter-spacing:.05em}.wg-btn-checkout:hover{background:var(--wg-color-red-dark, #8B0000);color:#fff}.wg-btn-continue{padding:12px 20px;margin-top:12px;background:#fff;color:var(--wg-color-red, #B40D00);font-size:14px;border:1px solid var(--wg-color-red, #B40D00)}.wg-btn-continue:hover{background:var(--wg-color-cream-light, #F5EDD8);color:var(--wg-color-red-dark, #8B0000)}.wg-btn-more-red{display:inline-block;padding:12px 32px;background:var(--wg-color-red, #B40D00);color:#fff;border-radius:4px;font-weight:700;font-size:14px;text-decoration:none;transition:background .2s}.wg-btn-more-red:hover{background:var(--wg-color-red-dark, #8B0000);color:#fff}.wg-cart-member-banner{background:linear-gradient(135deg,#fff9e6,#fff3cc);border-left:4px solid var(--wg-color-gold, #D4A017);border-radius:4px;padding:20px 24px;margin-bottom:24px}.wg-cart-member-banner__inner{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}.wg-cart-member-banner__icon{flex-shrink:0}.wg-cart-member-banner__body{min-width:0}.wg-cart-member-banner__title{font-size:15px;font-weight:700;color:var(--wg-color-gold-dark, #b8860b);margin:0 0 4px}.wg-cart-member-banner__desc{font-size:13px;color:var(--wg-color-text);margin:0;line-height:1.5}.wg-cart-member-banner__actions{display:flex;flex-direction:column;gap:8px}.wg-cart-member-banner__btn{display:inline-block;padding:10px 18px;border-radius:4px;font-size:13px;font-weight:700;text-align:center;white-space:nowrap;transition:opacity .2s}.wg-cart-member-banner__btn--primary{background:var(--wg-color-gold, #D4A017);color:#fff}.wg-cart-member-banner__btn--primary:hover{background:#b8860b;color:#fff}.wg-cart-member-banner__btn--secondary{background:#fff;color:var(--wg-color-gold, #D4A017);border:1px solid var(--wg-color-gold, #D4A017)}.wg-cart-member-banner__btn--secondary:hover{background:#fff9e6}@media(max-width:768px){.wg-cart-page{padding:24px 16px 60px}.wg-cart-page__title{font-size:22px;margin-bottom:24px}.wg-cart-page__layout{grid-template-columns:1fr;gap:24px}.wg-cart-summary{position:static;padding:20px}.wg-cart-item{grid-template-columns:80px 1fr;gap:12px}.wg-cart-item__total{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px dashed #e5e0d6}.wg-cart-member-banner__inner{grid-template-columns:1fr;text-align:center}.wg-cart-member-banner__icon{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/wingrow.css.map */
