/* Adana Peyzaj WooCommerce catalogue — loaded only where catalogue UI is shown. */
.adp-wc-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.adp-wc-category-card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(18,78,57,.13);border-radius:var(--adp-radius);background:#0b3b2e;box-shadow:0 14px 34px rgba(8,47,34,.11)}.adp-wc-category-card>a{display:block;position:relative;height:100%;min-height:360px;color:#fff;text-decoration:none}.adp-wc-category-media,.adp-wc-category-media img,.adp-category-image-missing{width:100%;height:100%;position:absolute;inset:0}.adp-wc-category-media img{object-fit:cover;transition:transform .5s ease}.adp-category-image-missing{display:grid;place-items:center;background:linear-gradient(135deg,#176947,#0b3b2e)}.adp-category-image-missing svg{width:70px;height:70px;opacity:.55}.adp-wc-category-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(180deg,rgba(4,32,23,.02) 18%,rgba(4,32,23,.3) 52%,rgba(4,32,23,.96) 100%)}.adp-wc-category-overlay span{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:#e3cb85}.adp-wc-category-overlay h3{margin:7px 0 8px;color:#fff;font-size:clamp(1.25rem,2vw,1.55rem);line-height:1.15}.adp-wc-category-overlay p{margin:0 0 18px;color:rgba(255,255,255,.84);font-size:.91rem;line-height:1.55}.adp-wc-category-overlay strong{display:flex;align-items:center;justify-content:space-between;padding-top:13px;border-top:1px solid rgba(255,255,255,.22);font-size:.88rem}.adp-wc-category-overlay strong svg{width:19px;height:19px;transition:transform .25s ease}.adp-wc-category-card:hover img,.adp-wc-category-card:focus-within img{transform:scale(1.055)}.adp-wc-category-card:hover strong svg,.adp-wc-category-card:focus-within strong svg{transform:translateX(4px)}.adp-catalog-empty{max-width:760px;margin:0 auto;padding:34px;text-align:center;border:1px solid rgba(20,92,66,.13);border-radius:var(--adp-radius);background:#fff}.adp-featured-products{margin-top:58px}.adp-featured-products>h3{text-align:center;margin:0 0 24px;color:var(--adp-primary);font-size:clamp(1.45rem,2.5vw,2rem)}
.adp-wc-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.adp-featured-products .adp-wc-product-grid,.adp-related-products .adp-wc-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.adp-wc-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgba(16,73,53,.13);border-radius:var(--adp-radius);background:#fff;box-shadow:0 12px 35px rgba(13,54,41,.08);transition:transform .25s ease,box-shadow .25s ease}.adp-wc-product-card:hover,.adp-wc-product-card:focus-within{transform:translateY(-4px);box-shadow:0 18px 42px rgba(13,54,41,.14)}.adp-wc-product-image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#eef3ef}.adp-wc-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.adp-wc-product-card:hover .adp-wc-product-image img{transform:scale(1.045)}.adp-stock-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:700}.adp-wc-product-image .adp-stock-badge{position:absolute;top:12px;left:12px;box-shadow:0 5px 14px rgba(0,0,0,.11)}.adp-stock-badge.is-in-stock{color:#0d5b36;background:#dff5e7}.adp-stock-badge.is-out-of-stock{color:#8c2b2b;background:#fae3e3}.adp-wc-product-body{display:flex;flex:1;flex-direction:column;padding:20px}.adp-wc-product-category{min-height:1.2em;color:#58816e;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adp-wc-product-body h3{display:-webkit-box;min-height:2.6em;margin:7px 0 9px;overflow:hidden;color:var(--adp-primary);font-size:1.2rem;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.adp-wc-product-body h3 a{color:inherit;text-decoration:none}.adp-wc-product-body>p{min-height:3.9em;margin:0 0 13px;color:#5a6d65;font-size:.89rem;line-height:1.48}.adp-wc-product-body dl{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 15px}.adp-wc-product-body dl div{padding:8px;border-radius:9px;background:#f3f6f3}.adp-wc-product-body dt{font-size:.67rem;text-transform:uppercase;color:#718279}.adp-wc-product-body dd{margin:2px 0 0;color:#183c2f;font-size:.78rem;font-weight:700}.adp-wc-product-body .adp-price{display:block;min-height:2em;margin-top:auto;color:var(--adp-primary);font-size:1.25rem;font-weight:800}.adp-price--contact{font-size:.91rem!important;line-height:1.35}.adp-wc-product-actions{display:grid;gap:10px;margin-top:14px}.adp-wc-product-actions .adp-text-link{justify-content:space-between}.adp-button--wa{background:#168640!important;border-color:#168640!important;color:#fff!important}.adp-button--wa:hover,.adp-button--wa:focus-visible{background:#107234!important;border-color:#107234!important}.adp-wc-product-actions .adp-button{min-height:45px;padding:10px 12px;font-size:.79rem;white-space:normal;text-align:center}.adp-wc-product-actions .adp-button svg{flex:0 0 auto}
.adp-catalog-hero{padding:clamp(52px,7vw,90px) 0 46px;background:linear-gradient(128deg,#082f23,#0f5c40);color:#fff}.adp-catalog-hero .adp-breadcrumb{margin-bottom:24px}.adp-catalog-hero .adp-breadcrumb a,.adp-catalog-hero .adp-breadcrumb span{color:rgba(255,255,255,.78)}.adp-catalog-hero .adp-eyebrow{color:#e2ca82}.adp-catalog-hero h1{max-width:900px;margin:10px 0 14px;color:#fff;font-size:clamp(2.15rem,5vw,4rem);line-height:1.05}.adp-catalog-hero p{max-width:850px;margin:0;color:rgba(255,255,255,.84);font-size:1.05rem;line-height:1.7}.adp-catalog-subcategories{padding:34px 0;border-bottom:1px solid #e0e8e2;background:#fff}.adp-catalog-subcategories h2{margin:0 0 17px;color:var(--adp-primary);font-size:1.35rem}.adp-subcategory-links{display:flex;gap:10px;flex-wrap:wrap}.adp-subcategory-links a{display:flex;align-items:center;gap:9px;min-height:48px;padding:9px 13px;border:1px solid #d5e1d9;border-radius:12px;color:#173f30;text-decoration:none;background:#fbfdfb}.adp-subcategory-links a small{color:#72817a}.adp-subcategory-links a svg{width:16px}.adp-subcategory-links a:hover,.adp-subcategory-links a:focus-visible{border-color:#2b7958;background:#eef7f1}.adp-catalog-content{padding:46px 0 80px;background:#f6f4ed}.adp-catalog-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.adp-filter-panel{position:sticky;top:96px}.adp-catalog-filters{padding:22px;border:1px solid #dbe4dd;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(13,54,41,.06)}.adp-filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.adp-filter-head h2{margin:0;color:var(--adp-primary);font-size:1.35rem}.adp-filter-close{display:none;width:42px;height:42px;border:0;border-radius:50%;font-size:1.8rem;background:#eef5f0;color:#173f30}.adp-filter-group{display:block;margin:0;padding:18px 0;border:0;border-top:1px solid #e5ebe6}.adp-filter-group>strong,.adp-filter-group>label>strong,.adp-filter-group legend,.adp-filter-group summary{color:#173f30;font-size:.9rem;font-weight:800}.adp-filter-group summary{cursor:pointer;list-style:none}.adp-filter-group summary:after{content:"+";float:right;color:#2d7154}.adp-filter-group[open] summary:after{content:"–"}.adp-filter-options{display:grid;gap:9px;margin-top:12px;max-height:220px;overflow:auto}.adp-filter-options label{display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;min-height:30px;color:#41564d;font-size:.84rem;cursor:pointer}.adp-filter-options input{width:17px;height:17px;margin:0;accent-color:#176947}.adp-filter-options small{color:#829088}.adp-search-row{display:flex;margin-top:9px}.adp-search-row input{min-width:0;flex:1;border:1px solid #cbd9cf;border-radius:9px 0 0 9px;padding:10px}.adp-search-row button{width:43px;border:0;border-radius:0 9px 9px 0;background:var(--adp-secondary);color:#fff}.adp-search-row svg{width:18px}.adp-price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.adp-price-range label span{display:block;margin-bottom:4px;color:#718078;font-size:.7rem}.adp-price-range input{width:100%;padding:9px;border:1px solid #cbd9cf;border-radius:8px}.adp-filter-apply{width:100%;margin-top:8px}.adp-filter-clear{display:block;margin-top:13px;color:#2b654d;text-align:center;font-size:.82rem}.adp-filter-toggle{display:none;align-items:center;gap:8px;min-height:46px;margin-bottom:18px;padding:10px 16px;border:1px solid #cedbd2;border-radius:12px;background:#fff;color:#163e2f;font-weight:800}.adp-filter-toggle svg{width:20px}.adp-filter-toggle span{display:grid;place-items:center;min-width:23px;height:23px;border-radius:999px;background:#176947;color:#fff;font-size:.72rem}.adp-filter-backdrop{position:fixed;z-index:998;inset:0;background:rgba(2,22,15,.5)}.adp-catalog-results{position:relative;min-width:0;scroll-margin-top:110px}.adp-catalog-results[aria-busy="true"]>*:not(.adp-results-loader){opacity:.35;pointer-events:none}.adp-results-loader{position:absolute;z-index:3;top:80px;left:50%;display:flex;align-items:center;gap:9px;transform:translateX(-50%);padding:12px 16px;border-radius:999px;background:#fff;color:#17402f;box-shadow:0 8px 24px rgba(0,0,0,.15);font-weight:700}.adp-results-loader span{width:18px;height:18px;border:2px solid #b8d1c1;border-top-color:#176947;border-radius:50%;animation:adp-spin .7s linear infinite}.adp-results-loader[hidden]{display:none}@keyframes adp-spin{to{transform:rotate(360deg)}}.adp-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.adp-catalog-toolbar>div{display:grid;gap:3px}.adp-catalog-toolbar strong{color:#173f30;font-size:1.05rem}.adp-catalog-toolbar span{color:#77867f;font-size:.8rem}.adp-sort-form{display:flex;align-items:center;gap:8px}.adp-sort-form label{font-size:.78rem;color:#697a72}.adp-sort-form select{min-height:43px;padding:7px 36px 7px 12px;border:1px solid #ccd9d0;border-radius:9px;background:#fff;color:#173f30}.adp-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.adp-active-filters a{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #cddbd1;border-radius:999px;background:#fff;color:#265843;text-decoration:none;font-size:.76rem}.adp-active-filters b{font-size:1rem}.adp-active-filters .adp-clear-all{border-color:transparent;background:transparent;text-decoration:underline}.adp-pagination{display:flex;justify-content:center;gap:7px;margin-top:35px}.adp-pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border:1px solid #d4dfd7;border-radius:9px;background:#fff;color:#214c3a;text-decoration:none}.adp-pagination .current{border-color:#176947;background:#176947;color:#fff}.adp-catalog-no-results{padding:58px 28px;border:1px solid #d9e3dc;border-radius:18px;background:#fff;text-align:center}.adp-catalog-no-results>span svg{width:56px;height:56px;color:#8fac9c}.adp-catalog-no-results h2{margin:13px 0 8px;color:var(--adp-primary)}
.adp-single-product{padding:30px 0 80px;background:#f8f6ef}.adp-single-product>.adp-container>.adp-breadcrumb{margin-bottom:24px}.adp-product-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(370px,.95fr);gap:clamp(32px,5vw,72px);align-items:start}.adp-product-gallery-main{overflow:hidden;aspect-ratio:1/1;border-radius:20px;background:#edf2ee;box-shadow:0 16px 42px rgba(12,54,40,.1)}.adp-product-gallery-main img{width:100%;height:100%;object-fit:cover}.adp-product-thumbnails{display:flex;gap:10px;margin-top:12px}.adp-product-thumbnails button{width:78px;height:78px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:11px;background:#fff}.adp-product-thumbnails button.is-active{border-color:#176947}.adp-product-thumbnails img{width:100%;height:100%;object-fit:cover}.adp-product-summary{position:sticky;top:100px;padding:clamp(24px,4vw,40px);border:1px solid #dce5de;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(12,54,40,.08)}.adp-product-summary h1{margin:8px 0 18px;color:var(--adp-primary);font-size:clamp(2rem,4vw,3.3rem);line-height:1.06}.adp-product-price-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.adp-product-price-row .adp-price{color:var(--adp-primary);font-size:1.55rem;font-weight:800}.adp-product-short{color:#50675d;line-height:1.65}.adp-product-order{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:24px;padding-top:22px;border-top:1px solid #e4ebe6}.adp-product-order label{display:grid;gap:6px;color:#274c3d;font-size:.79rem;font-weight:700}.adp-product-order select,.adp-product-order input{width:100%;min-height:47px;padding:10px 12px;border:1px solid #c9d8ce;border-radius:10px;background:#fff;color:#173f30}.adp-product-order [aria-invalid="true"]{border-color:#b62d2d;box-shadow:0 0 0 2px rgba(182,45,45,.12)}.adp-product-order .adp-option-error,.adp-product-order .adp-product-wa,.adp-product-order .adp-phone-order{grid-column:1/-1}.adp-option-error{margin:0;color:#a02d2d;font-size:.82rem}.adp-product-order .adp-product-wa{justify-content:center;min-height:52px}.adp-phone-order{display:flex;justify-content:center;align-items:center;gap:8px;color:#1c5a40;font-size:.86rem}.adp-phone-order svg{width:17px}.adp-product-details{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:50px;margin-top:78px}.adp-product-copy h2,.adp-product-specs h2,.adp-product-guides h2,.adp-delivery-note h2{color:var(--adp-primary)}.adp-product-copy{font-size:1.02rem;line-height:1.8;color:#3f594e}.adp-product-specs{align-self:start;padding:28px;border:1px solid #dce5de;border-radius:18px;background:#fff}.adp-product-specs table{width:100%;border-collapse:collapse}.adp-product-specs th,.adp-product-specs td{padding:12px 5px;border-bottom:1px solid #e6ece8;text-align:left;vertical-align:top;font-size:.84rem}.adp-product-specs th{width:46%;color:#466356}.adp-product-specs td{color:#173f30;font-weight:700}.adp-product-guides{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}.adp-product-guides article{padding:27px;border:1px solid #dce5de;border-radius:17px;background:#fff}.adp-product-guides article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e6f2e9;color:#176947}.adp-product-guides svg{width:22px}.adp-product-guides h2{margin:15px 0 8px;font-size:1.15rem}.adp-product-guides p{margin:0;color:#546b60;font-size:.9rem;line-height:1.65}.adp-delivery-note{display:grid;grid-template-columns:65px 1fr;gap:24px;margin-top:38px;padding:32px;border-radius:18px;background:linear-gradient(135deg,#0b3b2e,#145f43);color:#fff}.adp-delivery-note>div:first-child{display:grid;place-items:center;width:60px;height:60px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#e2ca82}.adp-delivery-note svg{width:28px}.adp-delivery-note h2{margin:5px 0 15px;color:#fff}.adp-delivery-note ul{display:grid;gap:7px;margin:0 0 15px;padding-left:19px;color:rgba(255,255,255,.85)}.adp-delivery-note p{margin:0;color:rgba(255,255,255,.88)}.adp-related-products,.adp-related-categories,.adp-product-faq{margin-top:72px}.adp-related-categories>h2{color:var(--adp-primary)}.adp-related-categories>div{display:flex;gap:10px;flex-wrap:wrap}.adp-related-categories a{display:flex;align-items:center;gap:8px;padding:12px 15px;border:1px solid #cfddd3;border-radius:12px;background:#fff;color:#1a5139;text-decoration:none}.adp-related-categories svg{width:17px}.adp-product-faq{max-width:900px;margin-left:auto;margin-right:auto}.adp-product-faq details{margin:10px 0;border:1px solid #d8e3db;border-radius:13px;background:#fff}.adp-product-faq summary{padding:18px 20px;color:#183f30;font-weight:800;cursor:pointer}.adp-product-faq details p{margin:0;padding:0 20px 20px;color:#53695f;line-height:1.65}
@media(max-width:1180px){.adp-wc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.adp-featured-products .adp-wc-product-grid,.adp-related-products .adp-wc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.adp-wc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.adp-filter-toggle{display:inline-flex}.adp-catalog-layout{display:block}.adp-filter-panel{position:fixed;z-index:999;top:0;bottom:0;left:0;width:min(88vw,360px);padding:12px;overflow:auto;transform:translateX(-105%);transition:transform .25s ease}.adp-filter-panel.is-open{transform:translateX(0)}.adp-filter-panel .adp-catalog-filters{min-height:100%}.adp-filter-close{display:grid;place-items:center}.adp-filter-open{overflow:hidden}.adp-product-intro,.adp-product-details{grid-template-columns:1fr}.adp-product-summary{position:static}.adp-product-guides{grid-template-columns:1fr}.adp-single-product{padding-top:20px}}
@media(max-width:620px){.adp-wc-category-grid,.adp-wc-product-grid,.adp-featured-products .adp-wc-product-grid,.adp-related-products .adp-wc-product-grid{grid-template-columns:1fr}.adp-wc-category-card>a{min-height:340px}.adp-catalog-toolbar{align-items:stretch;flex-direction:column}.adp-sort-form{justify-content:space-between}.adp-sort-form select{min-width:0;flex:1}.adp-product-order{grid-template-columns:1fr}.adp-product-order .adp-option-error,.adp-product-order .adp-product-wa,.adp-product-order .adp-phone-order{grid-column:1}.adp-product-price-row{align-items:flex-start;flex-direction:column}.adp-delivery-note{grid-template-columns:1fr;padding:25px}.adp-product-details{margin-top:50px}.adp-related-products,.adp-related-categories,.adp-product-faq{margin-top:52px}}
@media(prefers-reduced-motion:reduce){.adp-wc-category-media img,.adp-wc-product-card,.adp-wc-product-image img,.adp-filter-panel{transition:none!important}.adp-results-loader span{animation:none}}
/* Controls remain usable without JavaScript. */
.adp-single-product .adp-breadcrumb,.adp-single-product .adp-breadcrumb a,.adp-single-product .adp-breadcrumb span{color:#476454}
.adp-all-categories h2{color:var(--adp-primary);margin:0 0 24px}
.adp-all-categories .adp-wc-category-card>a{min-height:300px}
.adp-filter-children{padding-left:24px;font-size:.8rem}
.adp-filter-children summary{min-height:32px;color:#38644e;cursor:pointer}
.adp-filter-children label{margin:8px 0}
.adp-sort-submit{min-height:43px;border:1px solid #c9d8ce;border-radius:9px;padding:8px 12px;background:#fff;color:#173f30}
.adp-filter-group legend{float:left;width:100%;margin-bottom:12px}
.adp-filter-group legend+.adp-filter-options{clear:both}
.adp-category-sortable li label{flex:1}
@media(min-width:901px) and (max-width:1180px){.adp-wc-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.adp-wc-category-overlay{padding:16px}.adp-wc-category-card>a{min-height:350px}}
@media(max-width:900px){html:not(.adp-catalog-js) .adp-filter-panel{position:static;width:100%;transform:none;padding:0;margin-bottom:25px}html:not(.adp-catalog-js) .adp-filter-toggle{display:none}.adp-catalog-js .adp-filter-panel:not(.is-open){visibility:hidden}}
