@font-face{font-family:"RZJH Libre";src:url("fonts/libre-baskerville-400.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"RZJH Libre";src:url("fonts/libre-baskerville-700.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:"RZJH Poppins";src:url("fonts/poppins-400.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"RZJH Poppins";src:url("fonts/poppins-500.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:"RZJH Poppins";src:url("fonts/poppins-600.ttf") format("truetype");font-weight:600;font-display:swap}
.rzjhwoo-page,.rzjhwoo-page *,.rzjhwoo-page *::before,.rzjhwoo-page *::after{box-sizing:border-box}
.rzjhwoo-page{--rz-accent:#111;--rz-muted:#666;--rz-soft:#f8f8f8;--rz-line:#e8e8e1;width:100%;min-height:70vh;background:#fff;color:#000;font:400 13px/1.6 "RZJH Poppins",Arial,sans-serif;letter-spacing:.025em;overflow-x:clip}
.rzjhwoo-page h1,.rzjhwoo-page h2,.rzjhwoo-page h3,.rzjhwoo-page p{margin-top:0}
.rzjhwoo-page h1,.rzjhwoo-page h2{font-family:"RZJH Libre",Georgia,serif;font-weight:400;line-height:1.2}
.rzjhwoo-page a{color:inherit;text-decoration:none}
.rzjhwoo-shell{width:min(1360px,calc(100% - 80px));margin-inline:auto}
.rzjhwoo-narrow{width:min(1180px,calc(100% - 80px));margin-inline:auto;padding:70px 0 95px}
.rzjhwoo-crumb{color:#777;font-size:12px;margin:0 0 18px}
.rzjhwoo-empty{padding:70px 20px;text-align:center;color:var(--rz-muted)}

/* Shop */
.rzjhwoo-catalog-head{padding:65px 0 30px}
.rzjhwoo-catalog-head h1{font-size:50px;margin:0 0 55px}
.rzjhwoo-catalog-copy{max-width:1120px;font-size:16px;line-height:1.6}
.rzjhwoo-catalog-copy p{margin:0 0 9px}
.rzjhwoo-catalog-controls{min-height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;border-top:1px solid var(--rz-line);border-bottom:1px solid var(--rz-line);font-size:12px}
.rzjhwoo-filter-button{justify-self:start;min-height:42px;padding:0 26px 0 0;border:0;background:#fff;color:#000;cursor:pointer}
.rzjhwoo-count{color:var(--rz-muted)}
.rzjhwoo-sort-form{justify-self:end}
.rzjhwoo-sort-form label{display:flex;align-items:center;gap:8px}
.rzjhwoo-sort-form select{border:0;background:#fff;padding:8px 22px 8px 4px;color:#000;cursor:pointer}
.rzjhwoo-filter-panel{display:flex;flex-wrap:wrap;gap:8px;padding:16px 0;border-bottom:1px solid var(--rz-line)}
.rzjhwoo-filter-panel[hidden]{display:none}
.rzjhwoo-filter-panel a{display:inline-flex;min-height:38px;align-items:center;padding:0 14px;border:1px solid var(--rz-line);background:#fff;font-size:11px;transition:border-color .2s,background .2s}
.rzjhwoo-filter-panel a:hover{border-color:#111;background:var(--rz-soft)}
.rzjhwoo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 20px;padding:34px 0 80px}
.rzjhwoo-card{position:relative;min-width:0}
.rzjhwoo-card-link{display:block}
.rzjhwoo-card-photo{display:block;width:100%;aspect-ratio:1;background:var(--rz-soft);overflow:hidden}
.rzjhwoo-card-photo img{display:block;width:100%;height:100%;object-fit:contain;padding:9%;transition:transform .3s ease}
.rzjhwoo-card h3{min-height:45px;margin:13px 0 4px;font:400 16px/1.45 "RZJH Poppins",Arial,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rzjhwoo-card-price{font-size:18px;font-weight:500}
.rzjhwoo-card-price del{margin-left:7px;color:var(--rz-muted);font-weight:400}
.rzjhwoo-card-price ins{text-decoration:none}
.rzjhwoo-card-add{position:absolute;z-index:2;right:0;top:0;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--rz-accent);color:#fff!important;font-size:23px;line-height:1;opacity:0;visibility:hidden;transform:translateY(4px) scale(.88);transition:.18s}
.rzjhwoo-card:hover .rzjhwoo-card-add,.rzjhwoo-card:focus-within .rzjhwoo-card-add{opacity:1;visibility:visible;transform:none}
.rzjhwoo-card:hover .rzjhwoo-card-photo img{transform:scale(1.04)}

/* Product */
.rzjhwoo-product>.rzjhwoo-shell{padding:65px 0 95px}
.rzjhwoo-product-layout{display:grid;grid-template-columns:minmax(0,59.35%) minmax(0,35.72%);gap:4.93%}
.rzjhwoo-product-media{display:grid;grid-template-columns:76px minmax(0,1fr);gap:20px;align-items:start}
.rzjhwoo-thumbs{display:flex;flex-direction:column;gap:18px}
.rzjhwoo-thumbs button{width:76px;height:76px;padding:0;border:1px solid #e1e1e1;background:#fff;cursor:pointer;transition:transform .2s,border-color .2s}
.rzjhwoo-thumbs button:hover{transform:translateY(-2px);border-color:#777}
.rzjhwoo-thumbs button.is-active{border-color:#111;box-shadow:inset 0 0 0 1px #111}
.rzjhwoo-thumbs img{display:block;width:100%;height:100%;object-fit:contain}
.rzjhwoo-video-thumb{position:relative}.rzjhwoo-video-thumb b{position:absolute;inset:0;display:grid;place-items:center;color:#fff;text-shadow:0 1px 5px #000;font-size:22px}
.rzjhwoo-gallery{min-width:0}
.rzjhwoo-main-image,.rzjhwoo-main-video{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fff}.rzjhwoo-main-image[hidden],.rzjhwoo-main-video[hidden]{display:none}
.rzjhwoo-product-info h1{margin:0 0 14px;font-size:29px}
.rzjhwoo-subtitle{font-size:14px;margin:0 0 13px}
.rzjhwoo-subtitle p{margin:0}
.rzjhwoo-product-price{display:inline;font-size:18px;font-weight:600}
.rzjhwoo-tax{margin-left:8px;color:#777;font-size:11px}
.rzjhwoo-benefits{display:grid;gap:18px;margin:42px 0 38px;font-size:14px}
.rzjhwoo-benefits span{position:relative;min-height:25px;padding-left:40px;display:flex;align-items:center}
.rzjhwoo-benefits span::before{position:absolute;left:2px;top:0;width:24px;height:24px;display:grid;place-items:center;border:1px solid #111;border-radius:50%;content:"✓";font-size:12px}
.rzjhwoo-benefits span:nth-child(1)::before{content:"◎";border:0;font-size:20px}
.rzjhwoo-benefits span:nth-child(3)::before{content:"◇";border:0;font-size:20px}
.rzjhwoo-benefits span:nth-child(4)::before{content:"▢";border:0;font-size:18px}
.rzjhwoo-native-cart form.cart{margin:0!important}
.rzjhwoo-native-cart .quantity{display:inline-block;margin:0 8px 10px 0}
.rzjhwoo-native-cart .qty,.rzjhwoo-preview-cart input{width:72px;height:51px;border:1px solid #aaa;background:#fff;text-align:center}
.rzjhwoo-native-cart .single_add_to_cart_button,.rzjhwoo-preview-cart button{min-width:220px;height:51px;padding:0 28px;border:1px solid #111!important;border-radius:0!important;background:#fff!important;color:#111!important;font-weight:600;cursor:pointer}
.rzjhwoo-native-cart table.variations{width:100%;margin:0 0 16px;border:0}
.rzjhwoo-native-cart table.variations th,.rzjhwoo-native-cart table.variations td{padding:8px 0;text-align:left;border:0}
.rzjhwoo-native-cart table.variations select{min-height:44px;border:1px solid var(--rz-line);background:#fff;padding:0 12px}
.rzjhwoo-native-cart .reset_variations{margin-left:10px;text-decoration:underline}
.rzjhwoo-native-cart .woocommerce-variation-price{margin:8px 0}
.rzjhwoo-buy-now{width:100%;height:51px;margin-top:9px;border:1px solid var(--rz-accent);border-radius:0;background:var(--rz-accent);color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s}
.rzjhwoo-buy-now:hover{opacity:.82}
.rzjhwoo-buy-now:disabled{opacity:.55;cursor:not-allowed}
.rzjhwoo-preview-cart{display:flex;align-items:end;gap:8px}.rzjhwoo-preview-cart label{display:none}
.rzjhwoo-description{margin-top:39px;border-top:1px solid var(--rz-line);font-size:14px;line-height:1.6}
.rzjhwoo-description>button{width:100%;min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:15px 0;border:0;background:#fff;color:#111;font:600 16px/1.2 "RZJH Poppins",Arial,sans-serif;cursor:pointer}
.rzjhwoo-description>button b{font-weight:400;transition:transform .2s}
.rzjhwoo-description.is-closed>button b{transform:rotate(180deg)}
.rzjhwoo-description.is-closed>div{display:none}
.rzjhwoo-description>div h4{font:500 15px/1.45 "RZJH Poppins",Arial,sans-serif;margin:0 0 24px}
.rzjhwoo-description>div p,.rzjhwoo-description>div li{color:#222}
.rzjhwoo-share{display:flex;justify-content:center;gap:16px;margin-top:55px;font-size:12px}
.rzjhwoo-related{padding-top:80px}
.rzjhwoo-related h2{margin:0 0 30px;font-size:27px}
.rzjhwoo-related-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}

/* Cart / common native Woo */
.rzjhwoo-page-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.rzjhwoo-page-head p,.rzjhwoo-account-head p{margin:0 0 8px;color:var(--rz-muted);font-size:11px;text-transform:uppercase;letter-spacing:.18em}
.rzjhwoo-page-head h1,.rzjhwoo-account-head h1{margin:0;font-size:36px}
.rzjhwoo-page-head>a{display:inline-flex;min-height:44px;align-items:center;border-bottom:1px solid #111;font-weight:500}
.rzjhwoo-cart .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:start}
.rzjhwoo-cart .woocommerce-notices-wrapper,.rzjhwoo-cart .woocommerce-message,.rzjhwoo-cart .woocommerce-info,.rzjhwoo-cart .woocommerce-error,.rzjhwoo-cart .cart-empty,.rzjhwoo-cart .return-to-shop{grid-column:1/-1}
.rzjhwoo-cart .woocommerce-cart-form{grid-column:1}
.rzjhwoo-cart .cart-collaterals{grid-column:2;position:sticky;top:28px}
.rzjhwoo-cart table.shop_table{width:100%;margin:0;border:1px solid var(--rz-line)!important;border-collapse:collapse;border-radius:0!important;background:#fff}
.rzjhwoo-cart table.shop_table th,.rzjhwoo-cart table.shop_table td{padding:16px 12px;border-color:var(--rz-line)!important}
.rzjhwoo-cart .product-thumbnail img{width:90px!important;height:90px!important;object-fit:contain;background:var(--rz-soft)}
.rzjhwoo-cart .product-remove .remove{color:#111!important}
.rzjhwoo-cart .quantity .qty{width:70px;height:42px;border:1px solid #aaa;text-align:center}
.rzjhwoo-cart .coupon{display:flex!important;gap:8px}
.rzjhwoo-cart #coupon_code{width:170px!important;height:44px;border:1px solid var(--rz-line);padding:0 12px}
.rzjhwoo-cart .button{min-height:44px!important;border:1px solid #111!important;border-radius:0!important;background:#fff!important;color:#111!important;padding:0 18px!important;font:600 12px/1 "RZJH Poppins",Arial,sans-serif!important}
.rzjhwoo-cart .checkout-button,.rzjhwoo-cart .return-to-shop .button{width:100%;min-height:50px!important;display:flex!important;align-items:center;justify-content:center;background:var(--rz-accent)!important;color:#fff!important}
.rzjhwoo-cart .cart_totals{width:100%!important}
.rzjhwoo-cart .cart_totals h2{font-size:23px}
.rzjhwoo-cart .cart-empty{text-align:center;padding:45px!important;border:1px solid var(--rz-line)}
.rzjhwoo-cart-preview{display:grid;grid-template-columns:1fr 330px;gap:28px}.rzjhwoo-cart-preview-line,.rzjhwoo-cart-preview-total{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--rz-line)}.rzjhwoo-cart-preview-line span:nth-child(2){flex:1}.rzjhwoo-preview-photo{width:86px;height:86px;background:var(--rz-soft)}.rzjhwoo-cart-preview-total{justify-content:space-between;align-self:start}

/* Checkout */
.rzjhwoo-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1fr) 420px;gap:0;border:1px solid var(--rz-line)}
.rzjhwoo-checkout #customer_details{grid-column:1;grid-row:1 / span 2;width:100%;float:none;padding:36px;border-right:1px solid var(--rz-line)}
.rzjhwoo-checkout #customer_details .col-1,.rzjhwoo-checkout #customer_details .col-2{width:100%;float:none}
.rzjhwoo-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0;padding:36px 28px 12px;background:var(--rz-soft);font:400 22px/1.3 "RZJH Libre",Georgia,serif}
.rzjhwoo-checkout #order_review{grid-column:2;grid-row:2;padding:0 28px 32px;background:var(--rz-soft)}
.rzjhwoo-checkout .form-row{margin:0 0 15px!important}
.rzjhwoo-checkout .form-row label{display:block;margin-bottom:6px;font-size:12px;color:var(--rz-muted)}
.rzjhwoo-checkout .input-text,.rzjhwoo-checkout select,.rzjhwoo-checkout textarea,.rzjhwoo-checkout .select2-selection{width:100%!important;min-height:48px;border:1px solid var(--rz-line)!important;border-radius:0!important;background:#fff!important;padding:12px!important;box-shadow:none!important}
.rzjhwoo-checkout select.select2-hidden-accessible{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;border:0!important;clip:rect(0 0 0 0)!important;overflow:hidden!important}
.rzjhwoo-checkout .select2-selection__rendered{line-height:24px!important;padding:0!important}
.rzjhwoo-checkout .woocommerce-checkout-review-order-table{width:100%;border:0!important;background:transparent}
.rzjhwoo-checkout .woocommerce-checkout-review-order-table th,.rzjhwoo-checkout .woocommerce-checkout-review-order-table td{padding:13px 4px;border-color:var(--rz-line)!important}
.rzjhwoo-checkout #payment{background:#fff!important;border-radius:0!important}
.rzjhwoo-checkout #payment ul.payment_methods{padding:20px!important;border-color:var(--rz-line)!important}
.rzjhwoo-checkout #payment .place-order{padding:20px!important}
.rzjhwoo-checkout #place_order{width:100%;height:51px;border:1px solid var(--rz-accent)!important;border-radius:0!important;background:var(--rz-accent)!important;color:#fff!important;font-weight:600!important}
.rzjhwoo-checkout-preview{display:grid;grid-template-columns:1fr 420px;border:1px solid var(--rz-line)}.rzjhwoo-checkout-preview>section,.rzjhwoo-checkout-preview>aside{padding:34px}.rzjhwoo-checkout-preview>aside{background:var(--rz-soft)}.rzjhwoo-checkout-preview h2{font-size:21px}.rzjhwoo-preview-input{display:block;min-height:48px;margin:12px 0;padding:13px;border:1px solid var(--rz-line);color:var(--rz-muted)}.rzjhwoo-checkout-preview aside div{display:flex;justify-content:space-between;margin:35px 0}.rzjhwoo-checkout-preview button{width:100%;height:51px;border:0;background:var(--rz-accent);color:#fff}

/* Account */
.rzjhwoo-account-shell{width:min(1180px,calc(100% - 80px));margin:auto;padding:70px 0 95px}
.rzjhwoo-account-head{margin-bottom:30px}
.rzjhwoo-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;align-items:start}
.rzjhwoo-account .woocommerce-notices-wrapper{grid-column:1/-1}
.rzjhwoo-account .woocommerce-MyAccount-navigation{width:100%!important;float:none!important}
.rzjhwoo-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;border-top:1px solid var(--rz-line)}
.rzjhwoo-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--rz-line)}
.rzjhwoo-account .woocommerce-MyAccount-navigation a{display:flex;min-height:51px;align-items:center;padding:10px 4px;color:var(--rz-muted)}
.rzjhwoo-account .woocommerce-MyAccount-navigation .is-active a{color:#111;font-weight:600}
.rzjhwoo-account .woocommerce-MyAccount-content{width:100%!important;float:none!important;min-width:0}
.rzjhwoo-account .woocommerce-MyAccount-content table{width:100%;border-color:var(--rz-line)!important;border-radius:0!important}
.rzjhwoo-account .woocommerce-MyAccount-content th,.rzjhwoo-account .woocommerce-MyAccount-content td{padding:13px!important}
.rzjhwoo-account .woocommerce-MyAccount-content input,.rzjhwoo-account .woocommerce-MyAccount-content select,.rzjhwoo-account .woocommerce-MyAccount-content textarea,.rzjhwoo-account .woocommerce-form input{width:100%;min-height:48px;border:1px solid var(--rz-line);padding:12px}
.rzjhwoo-account .button{min-height:46px!important;border:1px solid var(--rz-accent)!important;border-radius:0!important;background:var(--rz-accent)!important;color:#fff!important;padding:0 22px!important}
.rzjhwoo-account .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.rzjhwoo-account .u-column1,.rzjhwoo-account .u-column2{width:100%!important;float:none!important}
.rzjhwoo-account-preview{display:grid;grid-template-columns:250px 1fr;gap:36px;border-top:1px solid var(--rz-line)}.rzjhwoo-account-preview nav{display:flex;flex-direction:column}.rzjhwoo-account-preview nav span{padding:15px 4px;border-bottom:1px solid var(--rz-line)}.rzjhwoo-account-preview section{padding:15px}.rzjhwoo-account-preview section h2{font-size:24px}

/* Drawer */
.rzjhwoo-drawer-shade{position:fixed;z-index:99998;inset:0;background:rgba(0,0,0,.46);opacity:1}
.rzjhwoo-drawer-shade[hidden]{display:none}
.rzjhwoo-drawer{position:fixed;z-index:99999;inset:0 0 0 auto;width:min(430px,100%);display:flex;flex-direction:column;background:#fff;transform:translateX(105%);transition:transform .28s ease;box-shadow:-12px 0 45px rgba(0,0,0,.18)}
.rzjhwoo-drawer.is-open{transform:none}
.rzjhwoo-drawer header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid var(--rz-line)}
.rzjhwoo-drawer header h2{margin:0;font-size:22px}
.rzjhwoo-drawer header button{width:44px;height:44px;border:0;background:#fff;font-size:30px;cursor:pointer}
.rzjhwoo-drawer-items{flex:1;overflow:auto;padding:24px}
.rzjhwoo-drawer-item{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--rz-line)}
.rzjhwoo-drawer-item img{width:84px;height:84px;object-fit:contain;background:var(--rz-soft)}
.rzjhwoo-drawer-item p{margin:0 0 4px;font-size:13px;line-height:1.4}.rzjhwoo-drawer-item small{color:var(--rz-muted)}
.rzjhwoo-drawer footer{display:grid;gap:9px;padding:20px 24px 26px;border-top:1px solid var(--rz-line)}
.rzjhwoo-drawer footer a{min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #111;font-weight:600}
.rzjhwoo-drawer footer a.is-dark{background:#111;color:#fff}
body.rzjhwoo-drawer-open{overflow:hidden!important}

/* Progressive motion is enabled by JS only, so content stays visible if scripting is unavailable. */
@media(prefers-reduced-motion:no-preference){
  .rzjhwoo-motion .rzjhwoo-reveal{opacity:0;transform:translateY(22px);transition:opacity .62s cubic-bezier(.22,1,.36,1) var(--rzjhwoo-delay,0ms),transform .62s cubic-bezier(.22,1,.36,1) var(--rzjhwoo-delay,0ms)}
  .rzjhwoo-motion .rzjhwoo-reveal.rzjhwoo-from-left{transform:translateX(-28px)}
  .rzjhwoo-motion .rzjhwoo-reveal.rzjhwoo-from-right{transform:translateX(28px)}
  .rzjhwoo-motion .rzjhwoo-reveal.is-visible{opacity:1;transform:none}
  .rzjhwoo-card{transition:transform .28s ease}
  .rzjhwoo-card:hover{transform:translateY(-3px)}
  .rzjhwoo-motion .rzjhwoo-card.rzjhwoo-reveal.is-visible:hover{transform:translateY(-3px)}
  .rzjhwoo-native-cart .single_add_to_cart_button,.rzjhwoo-preview-cart button,.rzjhwoo-cart .button,.rzjhwoo-account .button{transition:background-color .2s,color .2s,border-color .2s,transform .2s}
  .rzjhwoo-native-cart .single_add_to_cart_button:hover,.rzjhwoo-preview-cart button:hover,.rzjhwoo-cart .button:hover,.rzjhwoo-account .button:hover{transform:translateY(-1px)}
}
@media(max-width:1050px){.rzjhwoo-shell{width:calc(100% - 40px)}.rzjhwoo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rzjhwoo-product-layout{grid-template-columns:minmax(0,55%) minmax(0,41%);gap:4%}.rzjhwoo-product-media{gap:14px}.rzjhwoo-cart .woocommerce{grid-template-columns:1fr}.rzjhwoo-cart .woocommerce-cart-form,.rzjhwoo-cart .cart-collaterals{grid-column:1}.rzjhwoo-cart .cart-collaterals{position:static}.rzjhwoo-checkout form.checkout{grid-template-columns:1fr}.rzjhwoo-checkout #customer_details,.rzjhwoo-checkout #order_review_heading,.rzjhwoo-checkout #order_review{grid-column:1;grid-row:auto}.rzjhwoo-checkout #customer_details{border-right:0;border-bottom:1px solid var(--rz-line)}}
@media(max-width:760px){.rzjhwoo-shell,.rzjhwoo-narrow,.rzjhwoo-account-shell{width:calc(100% - 40px)}.rzjhwoo-narrow,.rzjhwoo-account-shell{padding:52px 0 65px}.rzjhwoo-catalog-head{padding:52px 0 28px}.rzjhwoo-catalog-head h1{font-size:30px;margin-bottom:40px}.rzjhwoo-catalog-copy{display:none}.rzjhwoo-catalog-controls{grid-template-columns:1fr auto;gap:10px}.rzjhwoo-count{display:none}.rzjhwoo-sort-form label>span{display:none}.rzjhwoo-sort-form select{max-width:180px}.rzjhwoo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px;padding-top:24px}.rzjhwoo-card h3{min-height:42px;font-size:14px}.rzjhwoo-card-price{font-size:14px}.rzjhwoo-card-add{width:28px;height:28px;font-size:20px;opacity:1;visibility:visible;transform:none}.rzjhwoo-product>.rzjhwoo-shell{width:100%;padding:0 0 65px}.rzjhwoo-product-layout{display:block}.rzjhwoo-product-media{display:grid;grid-template-columns:1fr}.rzjhwoo-gallery{order:1}.rzjhwoo-main-image{width:75vw;height:75vw;margin:auto}.rzjhwoo-thumbs{order:2;flex-direction:row;justify-content:center;gap:8px;padding:15px 20px 23px;overflow:auto}.rzjhwoo-thumbs button{width:10px;height:10px;flex:0 0 10px;overflow:hidden;border:0;border-radius:50%;background:#ccc}.rzjhwoo-thumbs button.is-active{background:#111;box-shadow:none}.rzjhwoo-thumbs img{opacity:0}.rzjhwoo-product-info{width:calc(100% - 40px);margin:auto}.rzjhwoo-product-info>.rzjhwoo-crumb{display:none}.rzjhwoo-product-info h1{font-size:22px}.rzjhwoo-benefits{margin:32px 0;font-size:14px}.rzjhwoo-native-cart .quantity{margin-right:4px}.rzjhwoo-native-cart .single_add_to_cart_button{min-width:0}.rzjhwoo-description{font-size:14px}.rzjhwoo-related{padding:58px 20px 0}.rzjhwoo-related h2{font-size:22px}.rzjhwoo-related-grid{display:flex;gap:0;overflow:auto;margin:0 -20px;padding:0 0 8px}.rzjhwoo-related-grid .rzjhwoo-card{flex:0 0 130px;width:130px;margin-right:20px}.rzjhwoo-related-grid .rzjhwoo-card:first-child{margin-left:20px}.rzjhwoo-page-head{align-items:start;flex-direction:column}.rzjhwoo-page-head h1,.rzjhwoo-account-head h1{font-size:30px}.rzjhwoo-cart table.shop_table_responsive tr{display:block;padding:14px;border-bottom:1px solid var(--rz-line)}.rzjhwoo-cart table.shop_table_responsive td{display:flex!important;justify-content:space-between;align-items:center;padding:10px 0!important}.rzjhwoo-cart .product-thumbnail{display:block!important}.rzjhwoo-cart .product-thumbnail::before{display:none}.rzjhwoo-cart .product-thumbnail img{width:76px!important;height:76px!important}.rzjhwoo-cart .actions{display:block!important}.rzjhwoo-cart .coupon{margin-bottom:10px}.rzjhwoo-cart #coupon_code{width:100%!important}.rzjhwoo-cart-preview,.rzjhwoo-checkout-preview,.rzjhwoo-account-preview{grid-template-columns:1fr}.rzjhwoo-checkout #customer_details,.rzjhwoo-checkout #order_review_heading,.rzjhwoo-checkout #order_review{padding-left:18px;padding-right:18px}.rzjhwoo-account .woocommerce{grid-template-columns:1fr}.rzjhwoo-account .woocommerce-MyAccount-navigation ul{display:flex;overflow:auto}.rzjhwoo-account .woocommerce-MyAccount-navigation li{flex:0 0 auto;border-right:1px solid var(--rz-line)}.rzjhwoo-account .woocommerce-MyAccount-navigation a{padding:10px 15px}.rzjhwoo-account .u-columns{grid-template-columns:1fr}.rzjhwoo-drawer{width:min(390px,100%)}.rzjhwoo-drawer header{padding:0 20px}.rzjhwoo-drawer-items{padding:20px}.rzjhwoo-drawer footer{padding:18px 20px 24px}}
@media(max-width:760px){.rzjhwoo-main-video{width:75vw;height:75vw;margin:auto}.rzjhwoo-thumbs{justify-content:flex-start;overflow-x:auto;scrollbar-width:thin}.rzjhwoo-thumbs button{width:54px;height:54px;flex:0 0 54px;border:1px solid #ddd;border-radius:0;background:#fff}.rzjhwoo-thumbs button.is-active{border-color:#111;box-shadow:inset 0 0 0 1px #111}.rzjhwoo-thumbs img{opacity:1}}
