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

:root {
	--dug-accent: #45768d;
	--dug-surface: #9ccbe1;
	--dug-ink: #000;
	--dug-muted: #687177;
	--dug-line: #e8e8e8;
	--dug-soft: #f5f5f5;
	--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.5; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--dug-accent); }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
.dug-container { width: min(calc(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 { display: grid; min-height: 40px; place-items: center; padding: 7px 20px; color: #fff; background: var(--dug-accent); text-align: center; font-size: 14px; font-weight: 700; }
.dug-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--dug-line); }
.dug-header-main { display: grid; grid-template-columns: 230px minmax(260px, 445px) 230px; align-items: center; justify-content: space-between; gap: 28px; min-height: 75px; }
.dug-brand img { width: 110px; }
.dug-search { display: flex; height: 35px; overflow: hidden; border-radius: 20px; background: #ededed; }
.dug-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 18px; color: #333; background: transparent; font-size: 14px; }
.dug-search button { position: relative; width: 42px; border: 0; background: transparent; cursor: pointer; }
.dug-search button::before { position: absolute; top: 10px; left: 12px; width: 10px; height: 10px; border: 1.5px solid #111; border-radius: 50%; content: ""; }
.dug-search button::after { position: absolute; top: 21px; left: 23px; width: 7px; height: 1.5px; background: #111; content: ""; transform: rotate(45deg); transform-origin: left center; }
.dug-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 26px; white-space: nowrap; font-size: 14px; font-weight: 700; }
.dug-account-link { position: relative; padding-left: 28px; }
.dug-account-link::before { position: absolute; top: 50%; left: 0; width: 20px; height: 20px; border: 1.5px solid #111; border-radius: 50%; content: ""; transform: translateY(-50%); }
.dug-account-link::after { position: absolute; top: 9px; left: 6px; width: 8px; height: 5px; border: 1px solid #111; border-radius: 50% 50% 45% 45%; content: ""; }
.dug-cart-link { position: relative; padding-left: 30px; }
.dug-cart-link::before { position: absolute; top: 4px; left: 1px; width: 18px; height: 12px; border: 1.7px solid #111; border-top: 0; content: ""; transform: skew(-9deg); }
.dug-cart-link::after { position: absolute; bottom: 1px; left: 5px; width: 3px; height: 3px; border-radius: 50%; background: #111; box-shadow: 11px 0 #111; content: ""; }
.dug-menu-toggle { display: none; border: 0; padding: 4px 0; background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.dug-nav { border-top: 1px solid var(--dug-line); }
.dug-nav-list { display: flex; min-height: 40px; margin: 0 auto; padding: 0; list-style: none; }
.dug-nav-item { position: relative; display: flex; flex: 1; justify-content: center; }
.dug-nav-item > a { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 0 8px; 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-bottom-color: var(--dug-surface); color: #000; }
.dug-nav-caret { width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.dug-subnav { position: absolute; top: 100%; left: 0; display: none; width: 260px; padding: 22px; border: 1px solid var(--dug-line); background: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.12); }
.dug-nav-item:hover .dug-subnav, .dug-nav-item:focus-within .dug-subnav { display: block; }
.dug-subnav > div { display: grid; gap: 11px; }
.dug-subnav a { font-size: 14px; }
.dug-subnav .dug-subnav-heading { color: var(--dug-accent); font-size: 17px; font-weight: 700; }

.dug-home-hero { position: relative; min-height: 658px; color: #fff; background: url("https://www.designtoscano.com/images/homepage/BringYourGardenToLife.jpg") center center / cover no-repeat; }
.dug-home-hero::before, .dug-category-hero::before { position: absolute; inset: 0; background: rgba(0,0,0,.34); content: ""; }
.dug-home-hero > .dug-container { position: relative; display: flex; align-items: flex-end; min-height: 658px; }
.dug-home-hero-copy { max-width: 560px; padding: 0 0 85px; }
.dug-home-hero h1 { max-width: 550px; margin: 0 0 8px; font-size: 42px; line-height: 1.22; }
.dug-home-hero p { max-width: 540px; margin: 0 0 23px; font-size: 16px; line-height: 1.35; }
.dug-button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 10px 28px; border: 0; border-radius: 22px; font-size: 15px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.dug-button-blue { color: #fff; background: var(--dug-surface); }
.dug-button-blue:hover { color: #000; background: #c8e8f4; }
.dug-button-light { color: #000; background: #fff; }
.dug-button-light:hover { color: #000; background: var(--dug-surface); }
.dug-button-dark { color: #fff; background: #111; }
.dug-button-dark:hover { color: #000; background: var(--dug-surface); }
.dug-link-pair { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin: 0; }
.dug-link-pair > a:not(.dug-button) { border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.dug-scroll-strip { overflow: hidden; color: #fff; background: var(--dug-surface); }
.dug-scroll-track { display: flex; width: max-content; align-items: center; gap: 70px; min-height: 70px; padding: 0 20px; animation: dug-scroll 42s linear infinite; font-size: 27px; font-weight: 700; white-space: nowrap; }
.dug-scroll-track span::after { display: inline-block; width: 25px; height: 25px; margin-left: 70px; border: 2px solid var(--dug-accent); border-radius: 50%; content: ""; vertical-align: -3px; }
@keyframes dug-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.dug-home-section { padding: 62px 0; }
.dug-section-heading { max-width: 650px; margin-bottom: 30px; }
.dug-section-heading h2 { margin: 0 0 6px; font-size: 40px; line-height: 1.15; }
.dug-section-heading p { margin: 0; font-size: 16px; }
.dug-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 20px; }
.dug-category-card { position: relative; overflow: hidden; border-radius: 12px; background: #eee; }
.dug-category-card img { width: 100%; aspect-ratio: 1 / .86; object-fit: cover; transition: transform .3s ease; }
.dug-category-card span { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 15px 10px; border-radius: 10px; background: rgba(255,255,255,.9); text-align: center; font-size: 16px; font-weight: 700; }
.dug-category-card:hover img { transform: scale(1.04); }
.dug-feature-band { color: #fff; }
.dug-feature-band-dark { background: #393939; }
.dug-feature-band-light { color: #000; background: #f1f1f1; }
.dug-feature-band-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 1fr); align-items: center; gap: 55px; min-height: 430px; }
.dug-feature-band-reverse { grid-template-columns: minmax(350px, 1fr) minmax(0, 1fr); }
.dug-feature-band-reverse > div { order: 2; }
.dug-feature-band-inner > div { max-width: 560px; padding: 45px 0; }
.dug-feature-band h2, .dug-promo-grid h2, .dug-three-promos h2 { margin: 0 0 12px; font-size: 30px; line-height: 1.15; }
.dug-feature-band p, .dug-promo-grid p, .dug-three-promos p { margin: 0 0 23px; font-size: 16px; }
.dug-feature-band-inner img { width: 100%; height: 430px; object-fit: cover; }
.dug-picks-section { background: #fff; }
.dug-home-picks-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.dug-home-picks-controls { display: flex; align-items: center; gap: 15px; padding-top: 34px; font-size: 15px; font-weight: 700; }
.dug-home-picks-controls button { display: grid; width: 28px; height: 28px; place-items: center; border: 0; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }
.dug-home-product-row { display: flex; gap: 28px; overflow-x: auto; padding-bottom: 15px; scroll-behavior: smooth; scrollbar-width: none; }
.dug-home-product-row::-webkit-scrollbar { display: none; }
.dug-home-product-card { flex: 0 0 calc((100% - 112px) / 5); min-width: 205px; }
.dug-home-product-card img { width: 100%; aspect-ratio: 1 / .9; object-fit: contain; }
.dug-home-product-card strong { display: block; min-height: 52px; margin-top: 18px; font-size: 18px; font-weight: 400; line-height: 1.35; }
.dug-home-product-card > span { display: block; margin-top: 8px; color: #000 !important; font-size: 24px; font-weight: 800; }
.dug-home-product-card .amount, .dug-home-product-card bdi { display: inline; color: #000 !important; }
.dug-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 20px; margin: 0; padding: 0; list-style: none; }
.dug-product-grid::before, .dug-product-grid::after { display: none !important; }
.dug-product-card { width: auto !important; margin: 0 !important; float: none !important; }
.dug-product-link { display: block; }
.dug-product-media { display: grid; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; border: 1px solid var(--dug-line); border-radius: 12px; background: #fff; }
.dug-product-media img { width: 100%; height: 100%; margin: 0 !important; object-fit: contain; }
.dug-product-info { padding-top: 15px; }
.dug-product-category { display: block; min-height: 19px; color: #728490; font-size: 12px; }
.dug-product-info .woocommerce-loop-product__title { min-height: 47px; margin: 2px 0 8px; padding: 0; color: #000; font-size: 16px; line-height: 1.3; }
.dug-product-rating { display: flex; align-items: center; gap: 4px; min-height: 21px; color: var(--dug-accent); font-size: 13px; }
.dug-stars { color: #aaa; font-size: 20px; letter-spacing: 0; line-height: 1; }
.dug-product-info .price { display: block; margin-top: 10px; color: #000 !important; font-size: 22px; font-weight: 700; }
.dug-product-info .price .amount, .dug-product-info .price bdi { color: #000 !important; }
.dug-product-info .price del { color: #777; font-size: 15px; }
.dug-product-info .price ins { text-decoration: none; }
.dug-promo-grid, .dug-three-promos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 60px; padding-bottom: 60px; }
.dug-promo-grid article, .dug-three-promos article { overflow: hidden; border-radius: 12px; background: #ededed; }
.dug-promo-grid img, .dug-three-promos img { width: 100%; aspect-ratio: 1.48 / 1; object-fit: cover; }
.dug-promo-grid article > div, .dug-three-promos article > div { padding: 26px; }
.dug-promo-grid a, .dug-three-promos a { color: var(--dug-accent); font-weight: 700; }
.dug-promo-grid .dug-button, .dug-three-promos .dug-button { color: #fff; }
.dug-promo-grid .dug-button:hover, .dug-three-promos .dug-button:hover { color: #000; }
.dug-trust-strip { background: #f4f4f4; }
.dug-trust-strip .dug-container { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 34px; padding-bottom: 34px; }
.dug-trust-strip div { padding: 0 15px; border-right: 1px solid #d2d2d2; text-align: center; }
.dug-trust-strip div:last-child { border-right: 0; }
.dug-trust-strip img { width: 44px; height: 44px; margin: 0 auto 10px; object-fit: contain; }
.dug-trust-strip strong, .dug-trust-strip span { display: block; }
.dug-trust-strip strong { margin-bottom: 3px; font-size: 15px; }
.dug-trust-strip span { color: #687177; font-size: 13px; }
.dug-three-promos { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 0; }

.dug-category-hero { position: relative; min-height: 330px; color: #fff; background: var(--dug-category-image) center / cover no-repeat; }
.dug-category-hero-inner { position: relative; min-height: 330px; padding-top: 22px; }
.dug-breadcrumb { display: flex; align-items: center; gap: 17px; font-size: 13px; font-weight: 700; }
.dug-breadcrumb span { width: 7px; height: 7px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }
.dug-category-hero-bottom { position: absolute; right: 0; bottom: 31px; left: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.dug-category-hero h1 { margin: 0 0 13px; font-size: 32px; line-height: 1.15; }
.dug-category-hero p { max-width: 620px; margin: 0; font-size: 16px; line-height: 1.5; }
.dug-category-hero-bottom > strong { padding-bottom: 3px; font-size: 16px; white-space: nowrap; }
.dug-catalog-main { min-height: 58vh; }
.dug-catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 64px; }
.dug-filter-list, .dug-catalog-sort { display: flex; align-items: center; gap: 30px; }
.dug-filter-title { display: flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 700; }
.dug-filter-icon { position: relative; display: inline-block; width: 26px; height: 17px; background: linear-gradient(#111,#111) 0 2px / 24px 1px no-repeat, linear-gradient(#111,#111) 0 9px / 24px 1px no-repeat, linear-gradient(#111,#111) 0 16px / 24px 1px no-repeat; }
.dug-filter-icon::before { position: absolute; top: -1px; left: 6px; width: 5px; height: 5px; border: 1px solid #111; border-radius: 50%; background: #fff; box-shadow: 9px 7px 0 -1px #fff, 9px 7px 0 0 #111, -3px 14px 0 -1px #fff, -3px 14px 0 0 #111; content: ""; }
.dug-filter-list details { position: relative; }
.dug-filter-list summary { color: var(--dug-accent); cursor: pointer; font-size: 15px; list-style: none; }
.dug-filter-list summary::-webkit-details-marker { display: none; }
.dug-filter-list summary::after { display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ""; transform: rotate(45deg); }
.dug-filter-menu { position: absolute; top: calc(100% + 12px); left: -12px; z-index: 10; display: grid; width: 190px; gap: 10px; padding: 15px; border: 1px solid var(--dug-line); background: #fff; box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.dug-filter-menu a { color: #333; font-size: 13px; }
.dug-filter-menu a:hover { color: var(--dug-accent); }
.dug-filter-text-link { color: var(--dug-accent); font-size: 15px; }
.dug-catalog-sort { margin-left: auto; color: #333; font-size: 14px; }
.dug-catalog-sort .woocommerce-ordering { margin: 0; }
.dug-catalog-sort select { min-width: 150px; border: 0; outline: 0; background: #fff; color: var(--dug-accent); font-weight: 700; }
.dug-woocommerce-loop .woocommerce-products-header, .dug-woocommerce-loop .woocommerce-products-header__title, .dug-woocommerce-loop h1.page-title { display: none; }
.dug-woocommerce-loop .woocommerce-result-count, .dug-woocommerce-loop .woocommerce-ordering { display: none; }
.dug-woocommerce-loop ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 20px; margin: 0; padding: 0 0 70px; }
.dug-woocommerce-loop ul.products::before, .dug-woocommerce-loop ul.products::after { display: none; }
.dug-woocommerce-loop ul.products li.product { width: auto; margin: 0; float: none; }
.dug-woocommerce-loop .woocommerce nav.woocommerce-pagination { display: none; }
.dug-woocommerce-loop .woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 0; border: 1px solid var(--dug-line); }
.dug-woocommerce-loop .woocommerce nav.woocommerce-pagination li { border: 0; }
.dug-woocommerce-loop .woocommerce nav.woocommerce-pagination a, .dug-woocommerce-loop .woocommerce nav.woocommerce-pagination span { min-width: 38px; padding: 9px 12px; color: #222; }
.dug-woocommerce-loop .woocommerce nav.woocommerce-pagination .current { color: #fff; background: var(--dug-accent); }
.dug-load-more { display: grid; place-items: center; gap: 16px; padding: 0 0 68px; color: #111; font-size: 14px; }
.dug-load-more a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 34px; border-radius: 22px; color: #fff; background: #111; font-weight: 800; }
.dug-load-more a:hover { color: #000; background: var(--dug-surface); }

.dug-main { min-height: 58vh; padding: 45px 0 80px; }
.dug-main .woocommerce-breadcrumb { margin-bottom: 22px; color: var(--dug-muted); font-size: 13px; }
.dug-main .woocommerce-products-header__title, .dug-main .entry-title { margin: 0 0 24px; font-size: 38px; line-height: 1.15; }
.dug-main article.entry { max-width: 980px; margin: 0 auto; }
.dug-main .entry-content { color: #202426; font-size: 16px; line-height: 1.7; }
.dug-main .entry-content h1, .dug-main .entry-content h2, .dug-main .entry-content h3 { color: #111; line-height: 1.2; }
.dug-main .entry-content h1 { margin: 0 0 28px; font-size: 40px; }
.dug-main .entry-content h2 { margin: 34px 0 13px; font-size: 27px; }
.dug-main .entry-content h3 { margin: 25px 0 10px; font-size: 20px; }
.dug-main .entry-content p { margin: 0 0 17px; }
.dug-main .entry-content ul, .dug-main .entry-content ol { margin: 0 0 20px; padding-left: 24px; }
.dug-main .entry-content li { margin-bottom: 7px; }
.dug-main .entry-content a { color: var(--dug-accent); text-decoration: underline; }
.dug-main .entry-content table { width: 100%; border-collapse: collapse; }
.dug-main .entry-content th, .dug-main .entry-content td { border: 1px solid var(--dug-line); padding: 10px; text-align: left; vertical-align: top; }
.dug-main .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 20px; 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; margin: 0; float: none; }
.dug-main div.product { display: grid; grid-template-columns: minmax(420px, .95fr) minmax(360px, .75fr); align-items: start; gap: 58px; max-width: 1180px; margin: 0 auto; }
.dug-main div.product .woocommerce-product-gallery, .dug-main div.product .summary { width: 100% !important; max-width: none !important; float: none !important; }
.dug-main div.product .woocommerce-product-gallery { opacity: 1 !important; }
.dug-main div.product .woocommerce-product-gallery__wrapper, .dug-main div.product .flex-viewport { background: #fff; }
.dug-main div.product .woocommerce-product-gallery__image { display: grid !important; place-items: center; border: 1px solid var(--dug-line); border-radius: 10px; background: #fff; }
.dug-main div.product .woocommerce-product-gallery__image a { display: grid; width: 100%; place-items: center; }
.dug-main div.product .woocommerce-product-gallery__image img { width: 100%; max-height: 620px; object-fit: contain; }
.dug-main div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 14px 0 0; padding: 0; }
.dug-main div.product .flex-control-thumbs li { width: auto; float: none; list-style: none; }
.dug-main div.product .flex-control-thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border: 1px solid var(--dug-line); border-radius: 8px; background: #fff; opacity: .65; }
.dug-main div.product .flex-control-thumbs img.flex-active { opacity: 1; border-color: var(--dug-accent); }
.dug-main div.product .product_title { margin: 0 0 15px; font-size: 38px; line-height: 1.15; }
.dug-main div.product p.price, .dug-main div.product p.price .amount, .dug-main div.product p.price bdi { color: #000 !important; font-size: 27px; font-weight: 700; }
.dug-main div.product .woocommerce-product-details__short-description { margin: 26px 0; }
.dug-main div.product .woocommerce-product-details__short-description ul { margin: 0; padding-left: 22px; }
.dug-main div.product .woocommerce-product-details__short-description li { margin-bottom: 8px; }
.dug-main div.product form.cart { display: flex; align-items: stretch; gap: 10px; }
.dug-main div.product form.cart .quantity .qty { height: 44px; border: 1px solid #cfd6d9; }
.dug-main div.product form.cart .button, .dug-main .woocommerce a.button, .dug-main .woocommerce button.button, .dug-main .woocommerce input.button { border-radius: 0; color: #fff !important; background: var(--dug-accent) !important; }
.dug-main div.product .product_meta { padding-top: 16px; border-top: 1px solid var(--dug-line); color: var(--dug-muted); font-size: 13px; }
.dug-main div.product .woocommerce-tabs, .dug-main .woocommerce .related { grid-column: 1 / -1; margin-top: 45px; }
.dug-main .woocommerce table.shop_table { border-radius: 0; }

.dug-footer { color: #fff; background: #202426; }
.dug-footer-top { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 32px; 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-surface); }
.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; color: #111; background: var(--dug-surface); 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; max-width: none; }
	.dug-menu-toggle { display: inline-block; }
	.dug-nav { display: none; }
	.dug-nav.is-open { display: block; }
	.dug-nav-list { display: block; padding: 8px 0; }
	.dug-nav-item { display: block; }
	.dug-nav-item > a { justify-content: flex-start; padding: 10px 0; border: 0; text-align: left; }
	.dug-subnav { position: static; display: block; width: auto; padding: 0 0 12px 16px; border: 0; box-shadow: none; }
	.dug-category-grid, .dug-product-grid, .dug-woocommerce-loop ul.products, .dug-main .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.dug-trust-strip .dug-container { grid-template-columns: repeat(3, 1fr); gap: 22px 0; }
	.dug-trust-strip div:nth-child(3) { border-right: 0; }
	.dug-footer-top { grid-template-columns: repeat(2, 1fr); }
	.dug-catalog-toolbar { align-items: flex-start; flex-direction: column; padding: 18px 0; }
	.dug-catalog-sort { width: 100%; justify-content: space-between; }
}
@media (max-width: 640px) {
	.dug-container { width: min(calc(100% - 28px), var(--dug-container)); }
	.dug-header-actions { gap: 12px; font-size: 12px; }
	.dug-account-link { display: none; }
	.dug-home-hero, .dug-home-hero > .dug-container { min-height: 510px; }
	.dug-home-hero-copy { padding-bottom: 45px; }
	.dug-home-hero h1 { font-size: 32px; }
	.dug-home-hero p { font-size: 15px; }
	.dug-scroll-track { min-height: 54px; gap: 30px; font-size: 17px; }
	.dug-scroll-track span::after { width: 18px; height: 18px; margin-left: 30px; }
	.dug-home-section { padding: 44px 0; }
	.dug-section-heading h2 { font-size: 30px; }
	.dug-category-grid, .dug-product-grid, .dug-woocommerce-loop ul.products, .dug-main .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
	.dug-category-card span { right: 10px; bottom: 10px; left: 10px; padding: 10px 5px; font-size: 13px; }
	.dug-feature-band-inner { display: flex; flex-direction: column-reverse; gap: 0; }
	.dug-feature-band-reverse > div { order: 0; }
	.dug-feature-band-inner img { height: 270px; }
	.dug-feature-band-inner > div { padding: 35px 0 45px; }
	.dug-home-picks-head { display: block; }
	.dug-home-picks-controls { padding-top: 0; padding-bottom: 16px; }
	.dug-home-product-card { flex-basis: 68%; min-width: 220px; }
	.dug-home-product-card strong { font-size: 16px; }
	.dug-home-product-card span { font-size: 21px; }
	.dug-promo-grid, .dug-three-promos { grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 40px; }
	.dug-trust-strip .dug-container { grid-template-columns: repeat(2, 1fr); }
	.dug-trust-strip div { border-right: 0; border-bottom: 1px solid #d2d2d2; padding-bottom: 15px; }
	.dug-trust-strip div:last-child { border-bottom: 0; }
	.dug-category-hero, .dug-category-hero-inner { min-height: 350px; }
	.dug-category-hero-bottom { display: block; bottom: 24px; }
	.dug-category-hero h1 { font-size: 28px; }
	.dug-category-hero p { font-size: 14px; }
	.dug-category-hero-bottom > strong { display: block; margin-top: 14px; }
	.dug-filter-list { width: 100%; flex-wrap: wrap; gap: 18px 22px; }
	.dug-filter-title { width: 100%; }
	.dug-catalog-sort { display: block; }
	.dug-catalog-sort > span { display: block; margin-bottom: 8px; }
	.dug-main { padding-top: 30px; }
	.dug-main div.product { display: block; }
	.dug-main div.product .summary { margin-top: 28px; }
	.dug-footer-top { grid-template-columns: 1fr; gap: 30px; }
}

/* About page company story */
.dug-about-polished {
	max-width: 980px;
	margin: 0 auto 72px;
	padding: 0 18px;
	color: #1c1c1c;
}
.dug-about-polished .dug-about-story {
	max-width: 920px;
	margin: 0 0 34px;
	font-size: 18px;
	line-height: 1.75;
}
.dug-about-polished .dug-about-story p {
	margin: 0 0 18px;
}
.dug-about-polished .dug-about-card {
	max-width: 860px;
	border-top: 1px solid #ded8cf;
	padding-top: 26px;
}
.dug-about-polished .dug-about-card h2 {
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.3;
}
.dug-about-polished .dug-about-details {
	display: grid;
	grid-template-columns: minmax(120px, 190px) 1fr;
	gap: 12px 24px;
	margin: 0;
}
.dug-about-polished .dug-about-details dt {
	font-weight: 700;
	color: #373737;
}
.dug-about-polished .dug-about-details dd {
	margin: 0;
	color: #333;
}
@media (max-width: 640px) {
	.dug-about-polished .dug-about-story {
		font-size: 16px;
		line-height: 1.65;
	}
	.dug-about-polished .dug-about-details {
		grid-template-columns: 1fr;
		gap: 4px 0;
	}
	.dug-about-polished .dug-about-details dd {
		margin-bottom: 12px;
	}
}