:root{
  --oy-navy:#0A1973;
  --oy-navy-2:#07124f;
  --oy-yellow:#F9D00F;
  --oy-teal:#0E8F8D;
  --oy-ink:#111827;
  --oy-muted:#6B7280;
  --oy-surface:#F5F7FB;
  --oy-line:#E5E7EB;
  --oy-white:#fff;
  --oy-danger:#DC2626;
  --oy-ok:#159A4A;
  --oy-warn:#B45309;
  --oy-radius:8px;
  --oy-shadow:0 8px 24px rgba(10,25,115,.08);
  --oy-container:1200px;
  --oy-font:Vazirmatn,Tahoma,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--oy-font);color:var(--oy-ink);background:var(--oy-white);line-height:1.7}
img{max-width:100%;height:auto;display:block}
a{color:var(--oy-navy);text-decoration:none}
a:hover{color:var(--oy-navy-2)}
.oy-container{width:min(100% - 2rem,var(--oy-container));margin-inline:auto}
.oy-skip{position:absolute;inset-inline-start:1rem;top:-3rem;background:#111;color:#fff;padding:.6rem 1rem;border-radius:6px;z-index:10000}
.oy-skip:focus{top:1rem}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.oy-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;padding:.7rem 1.1rem;border-radius:var(--oy-radius);border:0;font-weight:700;cursor:pointer;font-family:inherit}
.oy-btn--yellow{background:var(--oy-yellow);color:var(--oy-ink)}
.oy-btn--yellow:hover{filter:brightness(.96);color:var(--oy-ink)}
.oy-btn--navy{background:var(--oy-navy);color:#fff}
.oy-btn--navy:hover{background:var(--oy-navy-2);color:#fff}
.oy-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}
.oy-link{font-weight:700}

.oy-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--oy-line)}
.oy-header__top{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:.85rem 0}
.oy-logo{display:flex;align-items:center;max-width:140px}
.oy-logo .custom-logo-link{display:inline-flex;align-items:center;line-height:0}
.oy-logo .custom-logo,
.oy-logo img{display:block;width:auto;height:40px;max-height:40px;max-width:140px;object-fit:contain}
.oy-logo__text{font-size:1.25rem;font-weight:800;color:var(--oy-navy);line-height:1}
.oy-logo__text span{color:var(--oy-yellow);-webkit-text-stroke:.5px var(--oy-navy)}
.oy-footer .oy-logo__text{font-size:1.35rem}
.oy-header__actions{display:flex;align-items:center;gap:.75rem}
.oy-icon-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--oy-ink);min-height:44px}
.oy-cart{position:relative}
.oy-cart__count{position:absolute;inset-inline-end:-.4rem;top:-.2rem;background:var(--oy-yellow);color:var(--oy-ink);border-radius:999px;font-size:.7rem;min-width:1.1rem;text-align:center;font-style:normal;font-weight:800}
.oy-nav-toggle{display:none;width:44px;height:44px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px}
.oy-nav-toggle span{display:block;height:2px;background:var(--oy-navy);width:22px}

.oy-search{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.4rem;background:var(--oy-surface);border:1px solid var(--oy-line);border-radius:999px;padding:.25rem .35rem .25rem 1rem}
.oy-search input{border:0;background:transparent;width:100%;min-height:42px;font:inherit}
.oy-search input:focus{outline:none}
.oy-search__modes{display:flex;gap:.15rem}
.oy-search__modes button{border:0;background:transparent;border-radius:999px;padding:.35rem .6rem;font-size:.8rem;cursor:pointer;color:var(--oy-muted)}
.oy-search__modes button.is-active{background:#fff;color:var(--oy-navy);font-weight:700;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.oy-search__submit{width:42px;height:42px;border-radius:50%;border:0;background:var(--oy-navy);color:#fff;cursor:pointer}

.oy-nav{background:var(--oy-navy);color:#fff}
.oy-nav__inner{display:flex;align-items:center;gap:1rem;min-height:52px}
.oy-nav__list{display:flex;gap:1rem;list-style:none;margin:0;padding:0}
.oy-nav__list a{color:#fff;font-weight:600;padding:.5rem 0;display:inline-block}
.oy-nav__mega-btn,.oy-select-car{border:0}
.oy-nav__mega-btn{background:rgba(255,255,255,.12);color:#fff;border-radius:var(--oy-radius);min-height:40px;padding:.45rem .9rem;font:inherit;cursor:pointer}
.oy-mega{background:#fff;color:var(--oy-ink);border-bottom:1px solid var(--oy-line);box-shadow:var(--oy-shadow)}
.oy-mega[hidden]{display:none!important}
.oy-mega__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1.25rem 0 1.5rem}
.oy-mega h3{margin:0 0 .75rem;font-size:1rem}
.oy-mega ul{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}
.oy-mega__cta{background:var(--oy-surface);border-radius:var(--oy-radius);padding:1rem;display:grid;gap:.75rem;align-content:start}

.oy-hero{position:relative;background:linear-gradient(120deg,var(--oy-navy-2),var(--oy-navy) 55%,#1230a0);color:#fff;overflow:hidden}
.oy-hero__gradient{position:absolute;inset:0;background:
  radial-gradient(circle at 20% 20%,rgba(249,208,15,.18),transparent 40%),
  linear-gradient(90deg,rgba(7,18,79,.2),transparent 50%),
  repeating-linear-gradient(-35deg,rgba(255,255,255,.03) 0 2px,transparent 2px 10px)}
.oy-hero__content{position:relative;display:grid;grid-template-columns:1.2fr .9fr;gap:2rem;padding:3rem 0;align-items:center}
.oy-eyebrow{display:inline-block;font-weight:800;letter-spacing:.04em;color:var(--oy-yellow);margin:0 0 .5rem}
.oy-hero h1{margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.25;max-width:16ch}
.oy-hero__copy p{max-width:40ch;color:rgba(255,255,255,.9)}
.oy-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}
.oy-hero__selector{background:var(--oy-yellow);color:var(--oy-ink);border-radius:12px;padding:1.25rem;box-shadow:var(--oy-shadow)}
.oy-hero__selector h2{margin:0 0 1rem;font-size:1.15rem}

.oy-garage-form{display:grid;gap:.75rem}
.oy-garage-form label{display:grid;gap:.3rem;font-size:.9rem;font-weight:600}
.oy-garage-form select,.oy-garage-form input,.oy-form input,.oy-form select,.oy-form textarea{
  width:100%;min-height:44px;border:1px solid var(--oy-line);border-radius:var(--oy-radius);padding:.55rem .75rem;font:inherit;background:#fff
}
.oy-form textarea{min-height:110px}
.oy-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.25rem 0}
.oy-form__full{grid-column:1/-1}
.oy-form label{display:grid;gap:.35rem;font-weight:600}

.oy-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 0;margin-top:-1.25rem;position:relative;z-index:2}
.oy-trust__item{background:#fff;border:1px solid var(--oy-line);border-radius:var(--oy-radius);padding:1rem;box-shadow:var(--oy-shadow)}
.oy-trust__item strong{display:block}
.oy-trust__item span{color:var(--oy-muted);font-size:.9rem}

.oy-section{padding:2.5rem 0}
.oy-section--surface{background:var(--oy-surface)}
.oy-section__head{margin-bottom:1.25rem}
.oy-section__head h2{margin:0 0 .35rem}
.oy-section__head p{margin:0;color:var(--oy-muted)}

.oy-brand-grid,.oy-cat-grid,.oy-product-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.oy-brand-grid{grid-template-columns:repeat(6,1fr)}
.oy-brand-grid a,.oy-cat-grid a{display:grid;gap:.4rem;justify-items:center;text-align:center;background:#fff;border:1px solid var(--oy-line);border-radius:16px;padding:1rem .75rem;min-height:120px;align-content:center}
.oy-brand-grid__mark{width:52px;height:52px;border-radius:50%;background:var(--oy-navy);color:var(--oy-yellow);display:grid;place-items:center;font-weight:800}
.oy-brand-grid em{font-style:normal;color:var(--oy-muted);font-size:.8rem}
.oy-cat-grid{grid-template-columns:repeat(6,1fr)}
.oy-cat-grid a{border-radius:12px;font-weight:700}

.oy-product-grid{grid-template-columns:repeat(4,1fr)}
.oy-product-grid > li{list-style:none;margin:0;padding:0;display:flex}
.oy-product-grid > li > .oy-card,
.oy-product-grid .oy-card{width:100%}
.oy-search-count{color:var(--oy-muted);margin:0 0 1.25rem}
.oy-search-results .oy-product-grid{margin-top:.5rem}

.oy-card{background:#fff;border:1px solid var(--oy-line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 4px 14px rgba(10,25,115,.06);transition:box-shadow .15s ease,transform .15s ease}
.oy-card:hover{box-shadow:0 10px 28px rgba(10,25,115,.12);transform:translateY(-2px)}
.oy-card__media{aspect-ratio:1;background:var(--oy-surface);display:grid;place-items:center;padding:.75rem}
.oy-card__media img{width:100%;height:100%;object-fit:contain}
.oy-card__body{padding:1rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.oy-card__title{margin:0;font-size:1rem;line-height:1.45;min-height:2.9em}
.oy-card__title a{color:var(--oy-ink);text-decoration:none}
.oy-card__title a:hover{color:var(--oy-navy)}
.oy-card__sku,.oy-muted{color:var(--oy-muted);font-size:.85rem;margin:0}
.oy-card__meta{display:flex;justify-content:space-between;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:auto}
.oy-card__price{font-weight:800;color:var(--oy-danger);font-size:1.05rem}
.oy-card__price del{color:var(--oy-muted);font-weight:500;font-size:.85rem;margin-inline-end:.35rem}
.oy-card__cta{margin-top:.35rem}
.oy-card__cta .button,
.oy-card__cta .oy-btn,
.oy-card .button,
.oy-card .oy-btn,
.oy-card a.button,
.oy-card a.add_to_cart_button,
.oy-card a.product_type_simple,
.oy-card a.product_type_variable{
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:44px;
	padding:.7rem 1rem;
	border-radius:var(--oy-radius);
	background:var(--oy-yellow)!important;
	color:var(--oy-ink)!important;
	font-weight:700;
	text-decoration:none!important;
	border:0!important;
	box-shadow:none;
	line-height:1.2;
	text-align:center;
}
.oy-card__cta .button:hover,
.oy-card .button:hover,
.oy-card a.add_to_cart_button:hover{
	filter:brightness(.96);
	color:var(--oy-ink)!important;
}

.oy-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .7rem;font-size:.8rem;font-weight:700}
.oy-badge--ok{background:rgba(21,154,74,.12);color:var(--oy-ok)}
.oy-badge--warn{background:rgba(180,83,9,.12);color:var(--oy-warn)}

.oy-request-banner{background:var(--oy-yellow);padding:1.75rem 0;margin-top:1rem}
.oy-request-banner__inner{display:flex;justify-content:space-between;gap:1.5rem;align-items:center}
.oy-request-banner h2{margin:0 0 .35rem}
.oy-request-banner p{margin:0}
.oy-request-banner__actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}

.oy-footer{background:#0b1228;color:#dbe3ff;padding-top:2.5rem;margin-top:2rem}
.oy-footer a{color:#fff}
.oy-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.5rem;padding-bottom:2rem}
.oy-footer h3{color:#fff;margin:0 0 .75rem;font-size:1rem}
.oy-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}
.oy-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0;color:#9aa6c8}

.oy-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:1rem 0 0;margin:0;color:var(--oy-muted);font-size:.9rem}
.oy-breadcrumb li:not(:last-child)::after{content:"/";margin-inline-start:.4rem;opacity:.5}
.oy-page{padding:1rem 0 2.5rem}
.oy-page h1{margin:0 0 .75rem}
.oy-alert{padding:.85rem 1rem;border-radius:var(--oy-radius);background:#FEF2F2;color:#991B1B}
.oy-alert--ok{background:#ECFDF5;color:#065F46}
.oy-track-card{border:1px solid var(--oy-line);border-radius:12px;padding:1.25rem;margin-top:1.25rem;background:var(--oy-surface)}

.oy-plp-layout{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;padding:1rem 0 2rem}
.oy-plp-filters{background:var(--oy-surface);border:1px solid var(--oy-line);border-radius:12px;padding:1rem;height:fit-content;position:sticky;top:90px}
.oy-plp-filters h2{margin:0 0 1rem;font-size:1.05rem}
.oy-stock-filter{display:grid;gap:.75rem;margin-top:1rem}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;list-style:none;margin:0;padding:0;width:100%}
.woocommerce-result-count,.woocommerce-ordering{margin:0 0 1rem}
.woocommerce-ordering{float:none}

/* —— PDP —— */
.oy-pdp{margin:0 0 2.5rem}
.oy-pdp__top{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.5rem;align-items:start;margin:1rem 0 1.5rem}
.oy-pdp__gallery,.oy-pdp__buybox{width:100%!important;float:none!important}
.oy-pdp__buybox{position:sticky;top:88px;align-self:start;background:#fff;border:1px solid #dbe1ef;border-top:4px solid var(--oy-navy);border-radius:14px;padding:1.25rem 1.35rem;box-shadow:0 14px 36px rgba(10,25,115,.1)}
.oy-pdp__buybox .product_title{margin:0 0 .8rem;font-size:clamp(1.35rem,2.2vw,1.8rem);font-weight:900;line-height:1.45;color:var(--oy-ink)}
.woocommerce div.product .oy-pdp__buybox p.price{display:block;margin:.35rem 0 1rem;padding:.75rem 0;border-block:1px solid var(--oy-line);font-size:1.5rem!important;font-weight:900;color:var(--oy-danger)!important}
.oy-pdp__buybox .price del{color:var(--oy-muted);font-weight:500;font-size:1rem;margin-inline-end:.4rem}
.oy-pdp__buybox .woocommerce-product-details__short-description{color:#4b5563;font-size:.94rem;line-height:1.85;margin:0 0 .9rem}
.oy-pdp__buybox .woocommerce-product-details__short-description p{margin:0}
.oy-pdp__buybox > .stock{display:none}
.oy-pdp__buybox .ywbc-barcode-container-product-page:empty{display:none}
.oy-pdp-meta{display:flex;flex-wrap:wrap;gap:.45rem .55rem;align-items:center;margin:0 0 .9rem}
.oy-pdp-meta__cat{font-size:.8rem;font-weight:800;color:var(--oy-navy);background:#eef1ff;border:1px solid #dce2ff;border-radius:6px;padding:.28rem .6rem}
.oy-sku{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.85rem;color:var(--oy-ink);background:var(--oy-surface);border:1px solid var(--oy-line);border-radius:6px;padding:.28rem .6rem}
.oy-sku__label{color:var(--oy-muted)}
.oy-sku__copy{border:0;background:transparent;color:var(--oy-navy);padding:.1rem .35rem;font-size:.75rem;font-weight:800;cursor:pointer;font-family:inherit}
.oy-sku__copy.is-copied{background:var(--oy-ok)}
.oy-pdp__buybox form.cart{display:grid;grid-template-columns:76px minmax(0,1fr);gap:.65rem;align-items:stretch;margin:.85rem 0 0;padding-top:.85rem;border-top:1px solid var(--oy-line)}
.oy-pdp__buybox form.cart .quantity{grid-column:1;grid-row:1;margin:0!important}
.oy-pdp__buybox form.cart .qty{width:100%;min-height:50px;border:1px solid #cfd5e3;border-radius:8px;text-align:center;font:inherit;background:var(--oy-surface)}
.oy-pdp__buybox .single_add_to_cart_button,
.oy-pdp__buybox button.button.alt{
	grid-column:2;grid-row:1;
	width:100%;min-height:50px;padding:.85rem 1.25rem;border-radius:8px;
	background:var(--oy-yellow)!important;color:var(--oy-ink)!important;font-weight:900;border:0;font-size:1rem;
	box-shadow:0 7px 16px rgba(249,208,15,.28)
}
.oy-pdp__buybox .single_add_to_cart_button:hover{filter:brightness(.96);transform:translateY(-1px)}

.oy-pdp__gallery .woocommerce-product-gallery{position:relative;background:linear-gradient(145deg,#f8f9fc,#eef1f7);border:1px solid #dbe1ec;border-radius:14px;padding:1rem;margin:0;box-shadow:0 8px 24px rgba(10,25,115,.06)}
.oy-pdp__gallery .woocommerce-product-gallery__wrapper{margin:0}
.oy-pdp__gallery .woocommerce-product-gallery__image{border-radius:10px;overflow:hidden;background:#fff}
.oy-pdp__gallery .woocommerce-product-gallery__image a{display:grid;place-items:center;min-height:470px}
.oy-pdp__gallery .woocommerce-product-gallery__image img{width:100%;height:470px;object-fit:contain;margin:0 auto;padding:1rem}
.oy-pdp__gallery .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none}
.oy-pdp__gallery .flex-control-thumbs li{width:64px;margin:0;border:1px solid var(--oy-line);border-radius:8px;overflow:hidden;background:#fff}
.oy-pdp__gallery .flex-control-thumbs li img{opacity:.75;cursor:pointer}
.oy-pdp__gallery .flex-control-thumbs li img.flex-active,
.oy-pdp__gallery .flex-control-thumbs li img:hover{opacity:1}
.oy-pdp__gallery .onsale{position:absolute;inset-inline-start:1rem;top:1rem;z-index:2;background:var(--oy-danger);color:#fff;border-radius:999px;padding:.25rem .65rem;margin:0;font-size:.8rem;font-weight:700}

.oy-pdp-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin:.85rem 0}
.oy-pdp-assurance > div{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:.45rem;align-items:center;padding:.55rem;background:var(--oy-surface);border:1px solid var(--oy-line);border-radius:8px}
.oy-pdp-assurance span{grid-row:1/3;width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:var(--oy-navy);color:var(--oy-yellow);font-weight:900}
.oy-pdp-assurance strong{font-size:.78rem;line-height:1.4}
.oy-pdp-assurance small{color:var(--oy-muted);font-size:.68rem;line-height:1.4}
.oy-pdp-fitment{margin-top:.75rem;border:1px solid #dbe1ef;border-radius:10px;background:#fbfcff}
.oy-pdp-fitment summary{cursor:pointer;list-style:none;padding:.75rem .9rem;font-weight:900;color:var(--oy-navy)}
.oy-pdp-fitment summary::-webkit-details-marker{display:none}
.oy-pdp-fitment summary::before{content:"＋";display:inline-grid;place-items:center;width:22px;height:22px;margin-inline-end:.45rem;border-radius:5px;background:var(--oy-yellow);color:var(--oy-ink)}
.oy-pdp-fitment[open] summary::before{content:"−"}
.oy-pdp-fitment .oy-fitment{margin:0;border:0;border-top:1px solid var(--oy-line);border-radius:0;padding:.8rem .9rem;background:transparent;box-shadow:none}
.oy-pdp-fitment .oy-fitment h3{display:none}
.oy-pdp-fitment .oy-fitment__form{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.oy-pdp-fitment .oy-fitment__form label{font-size:.75rem;font-weight:700;color:var(--oy-muted)}
.oy-pdp-fitment .oy-fitment__form select,.oy-pdp-fitment .oy-fitment__form input{min-height:40px;padding:.35rem .55rem;font-size:.82rem}
.oy-pdp-fitment .oy-fitment__form button{min-height:40px;padding:.45rem .75rem}
.oy-fitment,.oy-trust-mini,.oy-inquiry-box{border:1px solid var(--oy-line);border-radius:12px;padding:1.1rem;background:#fff;box-shadow:0 4px 14px rgba(10,25,115,.04)}
.oy-inquiry-box{margin:1rem 0 0;background:var(--oy-surface)}
.oy-inquiry-box p{margin:0 0 .85rem}
.oy-inquiry-box__cta{width:100%}

.woocommerce div.product .woocommerce-tabs{clear:both;margin:0}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--oy-line)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;padding:0;margin:0;list-style:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:.7rem 1rem;display:block;color:var(--oy-muted)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:transparent;border-color:var(--oy-yellow)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--oy-navy)}
.woocommerce div.product .woocommerce-tabs .panel{background:#fff;border:1px solid var(--oy-line);border-top:0;border-radius:0 0 12px 12px;padding:1.25rem 1.4rem;margin:0}
.woocommerce div.product .woocommerce-tabs .panel > :first-child{margin-top:0}

.related.products,.upsells.products{display:block!important;clear:both;width:100%;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--oy-line)}
.related.products > h2,.upsells.products > h2{display:block;width:100%;margin:0 0 1.1rem;padding-inline-start:.75rem;border-inline-start:4px solid var(--oy-yellow);font-size:1.25rem;color:var(--oy-navy)}
.related.products ul.products,.upsells.products ul.products{
	display:grid!important;
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:1rem!important;
	list-style:none;
	margin:0!important;
	padding:0!important;
	width:100%!important;
	float:none!important
}
.related.products ul.products::before,.related.products ul.products::after,
.upsells.products ul.products::before,.upsells.products ul.products::after{display:none!important;content:none!important}
.related.products ul.products > li,.upsells.products ul.products > li,
.related.products ul.products > .oy-card,.upsells.products ul.products > .oy-card{
	width:100%!important;max-width:none!important;margin:0!important;float:none!important;display:flex;min-width:0
}
.related.products .oy-card,.upsells.products .oy-card{width:100%;height:100%}
.related.products ul.products > li > .oy-card{width:100%}
.related.products .oy-card__title{font-size:.95rem;min-height:2.7em}
.related.products .oy-card__cta .button,
.related.products .oy-card a.add_to_cart_button{min-height:42px;font-size:.9rem}

.oy-pdp-mobile-bar{
	display:none;position:fixed;inset-inline:0;bottom:0;z-index:1100;
	background:#fff;border-top:1px solid var(--oy-line);box-shadow:0 -8px 24px rgba(10,25,115,.1);
	padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));gap:.75rem;align-items:center
}
.oy-pdp-mobile-bar__price{flex:1;font-weight:800;color:var(--oy-danger);font-size:1.05rem;line-height:1.3}
.oy-pdp-mobile-bar__price del{color:var(--oy-muted);font-weight:500;font-size:.85rem}
.oy-pdp-mobile-bar__cta{flex:1.2;min-height:48px;width:auto}
body.single-product.has-oy-mobile-bar{padding-bottom:5.5rem}

.single-product .product.oy-pdp{display:block}
.single-product div.images,.single-product div.summary{width:100%!important;float:none!important}

.woocommerce-cart .cart-collaterals,.woocommerce-checkout #order_review{background:var(--oy-surface);border-radius:12px;padding:1rem;border:1px solid var(--oy-line)}
.woocommerce .button.alt,.woocommerce button.button.alt{background:var(--oy-yellow)!important;color:var(--oy-ink)!important}
.woocommerce a.button,.woocommerce button.button{border-radius:var(--oy-radius)}

.oy-garage-modal{position:fixed;inset:0;background:rgba(7,18,79,.45);display:grid;place-items:center;z-index:2000;padding:1rem}
.oy-garage-modal[hidden]{display:none!important}
.oy-garage-modal__panel{width:min(100%,420px);background:#fff;border-radius:14px;padding:1.25rem;position:relative;box-shadow:var(--oy-shadow)}
.oy-garage-modal__close{position:absolute;inset-inline-end:.75rem;top:.5rem;border:0;background:transparent;font-size:1.5rem;cursor:pointer}

:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #005fcc;outline-offset:2px}

@media (max-width:980px){
  .oy-header__top{grid-template-columns:auto 1fr auto}
  .oy-brand-grid,.oy-cat-grid{grid-template-columns:repeat(3,1fr)}
  .oy-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oy-hero__content,.oy-plp-layout,.oy-footer__grid,.oy-pdp__top{grid-template-columns:1fr}
  .oy-pdp__buybox{position:static;padding:1rem}
  .oy-pdp__gallery .woocommerce-product-gallery__image a{min-height:420px}
  .oy-pdp__gallery .woocommerce-product-gallery__image img{height:420px}
  .related.products ul.products,.upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .oy-trust{grid-template-columns:repeat(2,1fr);margin-top:0}
  .oy-mega__inner{grid-template-columns:1fr 1fr}
  .oy-request-banner__inner{flex-direction:column;align-items:flex-start}
  .oy-nav-toggle{display:inline-flex}
  .oy-nav__list{display:none}
  .oy-nav.is-open .oy-nav__list{display:flex;flex-direction:column;position:absolute;inset-inline:0;top:100%;background:var(--oy-navy);padding:1rem;gap:.5rem}
  .oy-nav{position:relative}
  .oy-search__modes{display:none}
  .oy-plp-filters{position:static}
  .oy-pdp-mobile-bar{display:flex}
}
@media (max-width:640px){
  .oy-brand-grid,.oy-cat-grid,.oy-product-grid,.woocommerce ul.products,.oy-trust,.oy-form__grid,.oy-mega__inner{grid-template-columns:1fr 1fr}
  .oy-header__actions span{display:none}
  .oy-search{grid-template-columns:1fr auto}
  .oy-pdp__top{gap:1rem;margin-top:.5rem}
  .oy-pdp__gallery .woocommerce-product-gallery__image a{min-height:320px}
  .oy-pdp__gallery .woocommerce-product-gallery__image img{height:320px;padding:.5rem}
  .oy-pdp-assurance{grid-template-columns:1fr 1fr}
  .oy-pdp-assurance > div:last-child{grid-column:1/-1}
  .oy-pdp-fitment .oy-fitment__form{grid-template-columns:1fr}
  .oy-pdp__buybox form.cart{grid-template-columns:64px minmax(0,1fr)}
  .woocommerce div.product .woocommerce-tabs .panel{padding:1rem}
}
