/*
Theme Name: Design U Garden Storefront
Author: Design U Garden
Version: 1.0.0
Text Domain: designugarden
*/

:root { --dug-blue: #45768d; --dug-sky: #9ccbe1; --dug-ink: #111; --dug-line: #e8e8e8; --dug-mist: #f5f7f8; --dug-container: 1440px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dug-ink); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--dug-blue); }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.dug-container { width: min(100% - 40px, var(--dug-container)); margin: 0 auto; }
.screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.dug-notice { min-height: 38px; display: grid; place-items: center; padding: 7px 20px; color: #fff; background: var(--dug-blue); text-align: center; font-weight: 700; font-size: 14px; }
.dug-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--dug-line); background: #fff; }
.dug-header-main { display: grid; grid-template-columns: 245px minmax(240px, 1fr) auto; align-items: center; gap: 28px; min-height: 74px; }
.dug-brand { display: inline-flex; flex-direction: column; width: max-content; line-height: .86; letter-spacing: 0; }
.dug-brand strong { font-size: 27px; font-weight: 800; letter-spacing: .5px; }
.dug-brand span { margin-top: 6px; color: var(--dug-blue); font-size: 11px; font-weight: 700; letter-spacing: 3.3px; }
.dug-search { display: flex; height: 39px; border: 1px solid #cfd6d9; }
.dug-search input { min-width: 0; flex: 1; border: 0; padding: 0 13px; outline: 0; }
.dug-search button, .dug-button { border: 0; padding: 0 20px; background: var(--dug-blue); color: #fff; cursor: pointer; font-weight: 700; }
.dug-header-actions { display: flex; align-items: center; gap: 20px; white-space: nowrap; font-size: 14px; font-weight: 700; }
.dug-cart-link { color: var(--dug-blue); }
.dug-menu-toggle { display: none; border: 0; padding: 7px 0; background: none; color: var(--dug-ink); cursor: pointer; font-weight: 700; }
.dug-nav { border-top: 1px solid var(--dug-line); }
.dug-nav-list { display: flex; align-items: stretch; justify-content: space-between; min-height: 40px; margin: 0; padding: 0; list-style: none; }
.dug-nav-item { position: relative; display: flex; flex: 1 1 auto; justify-content: center; }
.dug-nav-item > a { display: grid; place-items: center; width: 100%; padding: 8px 10px 7px; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 700; text-align: center; }
.dug-nav-item:hover > a, .dug-nav-item:focus-within > a { border-color: var(--dug-sky); color: var(--dug-ink); }
.dug-subnav { position: absolute; top: 100%; left: 0; display: none; width: max-content; min-width: 225px; margin: 0; padding: 12px 0; list-style: none; border: 1px solid var(--dug-line); background: #fff; box-shadow: 0 12px 24px rgba(0, 0, 0, .10); }
.dug-nav-item:hover .dug-subnav, .dug-nav-item:focus-within .dug-subnav { display: block; }
.dug-subnav a { display: block; padding: 7px 18px; font-size: 14px; }

.dug-hero { min-height: 480px; background-position: center; background-size: cover; color: #fff; }
.dug-hero-overlay { min-height: 480px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.26) 54%, rgba(0,0,0,.02)); }
.dug-hero-copy { max-width: 540px; padding: 68px 0; }
.dug-kicker { margin: 0 0 13px; color: var(--dug-sky); font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.dug-hero h1 { max-width: 520px; margin: 0 0 16px; font-size: clamp(38px, 5vw, 65px); line-height: 1.02; letter-spacing: 0; }
.dug-hero p { max-width: 470px; margin: 0 0 26px; font-size: 18px; }
.dug-button { display: inline-grid; min-height: 43px; place-items: center; padding: 10px 22px; transition: background .15s ease; }
.dug-button:hover { color: #fff; background: #305a6d; }
.dug-button-light { background: #fff; color: #111; }
.dug-button-light:hover { color: #111; background: var(--dug-sky); }
.dug-marquee { overflow: hidden; border-bottom: 1px solid var(--dug-line); background: #fff; }
.dug-marquee-track { display: flex; min-width: max-content; gap: 60px; padding: 14px 0; font-size: 14px; font-weight: 700; }

.dug-section { padding: 66px 0; }
.dug-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.dug-section-head h2, .dug-promo-copy h2 { margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.1; }
.dug-section-head p { max-width: 590px; margin: 0; color: #4d5559; }
.dug-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dug-category-card { position: relative; min-height: 230px; overflow: hidden; background: #dfe5e7; }
.dug-category-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .25s ease; }
.dug-category-card:hover img { transform: scale(1.035); }
.dug-category-card span { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px; color: #fff; background: linear-gradient(transparent, rgba(0, 0, 0, .78)); font-size: 19px; font-weight: 800; }
.dug-featured { background: var(--dug-mist); }
.dug-product-grid ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px 18px; margin: 0; padding: 0; }
.dug-product-grid ul.products::before, .dug-product-grid ul.products::after { display: none; }
.dug-product-grid ul.products li.product { width: auto; float: none; margin: 0; }
.dug-product-grid .woocommerce-loop-product__link img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.dug-product-grid .woocommerce-loop-product__title { min-height: 46px; margin: 13px 0 6px; color: var(--dug-ink); font-size: 15px; line-height: 1.3; }
.dug-product-grid .price { display: block; color: var(--dug-blue); font-size: 18px; font-weight: 800; }
.dug-product-grid .button { display: none; }
.dug-promo { min-height: 420px; display: grid; align-items: center; background-position: center; background-size: cover; }
.dug-promo-inner { min-height: 420px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(11,18,20,.83), rgba(11,18,20,.4) 54%, rgba(11,18,20,.04)); }
.dug-promo-copy { max-width: 520px; padding: 55px 0; color: #fff; }
.dug-promo-copy h2 { margin-bottom: 15px; }
.dug-promo-copy p { margin: 0 0 24px; font-size: 17px; }
.dug-benefits { display: grid; grid-template-columns: repeat(5, 1fr); padding: 35px 0; gap: 20px; text-align: center; }
.dug-benefit { padding: 5px 12px; border-right: 1px solid var(--dug-line); }
.dug-benefit:last-child { border: 0; }
.dug-benefit strong, .dug-benefit span { display: block; }
.dug-benefit strong { margin-bottom: 3px; font-size: 15px; }
.dug-benefit span { color: #596267; font-size: 13px; }

.dug-main { min-height: 58vh; padding: 42px 0 70px; }
.dug-main .woocommerce-breadcrumb { margin-bottom: 22px; color: #667077; font-size: 13px; }
.dug-main .woocommerce-products-header { margin-bottom: 27px; }
.dug-main .woocommerce-products-header__title, .dug-main .entry-title { margin: 0; font-size: 37px; line-height: 1.12; }
.dug-main .woocommerce-result-count { color: #596267; font-size: 14px; }
.dug-main .woocommerce-ordering select { min-height: 38px; padding: 0 10px; border: 1px solid #cfd6d9; background: #fff; }
.dug-main .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 18px; margin: 0; padding: 0; }
.dug-main .woocommerce ul.products::before, .dug-main .woocommerce ul.products::after { display: none; }
.dug-main .woocommerce ul.products li.product { width: auto; float: none; margin: 0; }
.dug-main .woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--dug-mist); }
.dug-main .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 44px; margin: 12px 0 6px; padding: 0; color: var(--dug-ink); font-size: 15px; line-height: 1.3; }
.dug-main .woocommerce ul.products li.product .price { color: var(--dug-blue); font-size: 17px; font-weight: 800; }
.dug-main .woocommerce ul.products li.product .button { margin-top: 9px; border-radius: 0; background: var(--dug-blue); color: #fff; font-size: 13px; }
.dug-main div.product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); column-gap: 52px; }
.dug-main div.product .woocommerce-product-gallery, .dug-main div.product .summary { width: auto; float: none; }
.dug-main div.product .woocommerce-product-gallery__wrapper { background: var(--dug-mist); }
.dug-main div.product .product_title { margin: 0 0 16px; font-size: 37px; line-height: 1.1; }
.dug-main div.product p.price { color: var(--dug-blue) !important; font-size: 27px; font-weight: 800; }
.dug-main div.product form.cart { display: flex; gap: 10px; align-items: stretch; }
.dug-main div.product form.cart .quantity .qty { height: 44px; border: 1px solid #cfd6d9; }
.dug-main div.product form.cart .button { border-radius: 0; background: var(--dug-blue) !important; }
.dug-main div.product .product_meta { padding-top: 16px; border-top: 1px solid var(--dug-line); color: #566066; font-size: 13px; }
.dug-main div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 45px; }
.dug-main .woocommerce .related { grid-column: 1 / -1; margin-top: 40px; }
.dug-main .woocommerce .related > h2 { margin-bottom: 22px; font-size: 27px; }
.dug-main .woocommerce-message, .dug-main .woocommerce-info, .dug-main .woocommerce-error { border-top-color: var(--dug-blue); }
.dug-main .woocommerce a.button, .dug-main .woocommerce button.button, .dug-main .woocommerce input.button { border-radius: 0; background: var(--dug-blue) !important; color: #fff !important; }
.dug-main .woocommerce a.button:hover, .dug-main .woocommerce button.button:hover { background: #305a6d !important; color: #fff !important; }
.dug-main .woocommerce-cart-form__contents img { width: 72px; }
.dug-main .woocommerce table.shop_table { border-radius: 0; }
.dug-main .woocommerce .cart-collaterals .cart_totals, .dug-main .woocommerce .cart-collaterals .cross-sells { width: 48%; }

.dug-footer { color: #fff; background: #202426; }
.dug-footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding: 52px 0; }
.dug-footer h3 { margin: 0 0 13px; font-size: 15px; }
.dug-footer p, .dug-footer li { color: #ced4d6; font-size: 14px; }
.dug-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.dug-footer a:hover { color: var(--dug-sky); }
.dug-footer-form { display: flex; margin-top: 15px; }
.dug-footer-form input { min-width: 0; flex: 1; border: 0; padding: 10px; }
.dug-footer-form button { border: 0; padding: 0 14px; background: var(--dug-sky); color: #111; font-weight: 800; cursor: pointer; }
.dug-footer-bottom { border-top: 1px solid #455055; padding: 18px 0; color: #b6c0c4; font-size: 13px; }

@media (max-width: 980px) {
  .dug-header-main { grid-template-columns: 1fr auto; gap: 15px; padding: 14px 0; }
  .dug-search { grid-column: 1 / -1; grid-row: 2; }
  .dug-menu-toggle { display: inline-block; }
  .dug-nav { display: none; }
  .dug-nav.is-open { display: block; }
  .dug-nav-list { display: block; padding: 7px 0; }
  .dug-nav-item { display: block; }
  .dug-nav-item > a { display: block; width: auto; padding: 10px 0; border: 0; text-align: left; }
  .dug-subnav { position: static; display: block; width: auto; min-width: 0; padding: 0 0 8px 16px; border: 0; box-shadow: none; }
  .dug-subnav a { padding: 5px 0; }
  .dug-category-grid, .dug-product-grid ul.products, .dug-main .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .dug-benefits { grid-template-columns: repeat(3, 1fr); }
  .dug-benefit:nth-child(3) { border-right: 0; }
  .dug-footer-top { grid-template-columns: repeat(2, 1fr); }
  .dug-main .woocommerce div.product { column-gap: 30px; }
}
@media (max-width: 640px) {
  .dug-container { width: min(100% - 28px, var(--dug-container)); }
  .dug-header-main { min-height: 0; }
  .dug-brand strong { font-size: 22px; }
  .dug-brand span { font-size: 9px; letter-spacing: 2.7px; }
  .dug-header-actions { gap: 11px; font-size: 12px; }
  .dug-account-link { display: none; }
  .dug-hero, .dug-hero-overlay { min-height: 435px; }
  .dug-hero-copy { padding: 54px 0; }
  .dug-hero p { font-size: 16px; }
  .dug-section { padding: 45px 0; }
  .dug-section-head { display: block; }
  .dug-section-head h2 { margin-bottom: 10px; }
  .dug-category-grid, .dug-product-grid ul.products, .dug-main .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .dug-category-card, .dug-category-card img { min-height: 170px; }
  .dug-category-card span { padding: 10px; font-size: 15px; }
  .dug-promo, .dug-promo-inner { min-height: 360px; }
  .dug-benefits { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .dug-benefit { border-right: 0; border-bottom: 1px solid var(--dug-line); }
  .dug-benefit:last-child { border-bottom: 0; }
  .dug-footer-top { grid-template-columns: 1fr; gap: 30px; }
  .dug-main { padding: 30px 0 50px; }
  .dug-main .woocommerce-products-header__title, .dug-main .entry-title, .dug-main .woocommerce div.product .product_title { font-size: 28px; }
  .dug-main div.product { display: block; }
  .dug-main div.product .summary { margin-top: 26px; }
  .dug-main .woocommerce .cart-collaterals .cart_totals, .dug-main .woocommerce .cart-collaterals .cross-sells { width: 100%; float: none; }
}
