/*
 * Adcraft360 V2.3 — 34 Çiçek inspired storefront theme
 * Presentation-only layer. Stable commerce, PayTR and admin logic are unchanged.
 */
:root{
  --ink:#2f3740;
  --plum:#b11f80;
  --plum-dark:#80115b;
  --coral:#ef3f91;
  --leaf:#39b54a;
  --ivory:#fff;
  --cream:#f7f7f8;
  --line:#e6e6e8;
  --muted:#85858b;
  --pink:#b11f80;
  --pink-dark:#8d165f;
  --pink-soft:#fff0f7;
  --green:#36b449;
  --commerce-plum:#b11f80;
  --commerce-coral:#ef3f91;
  --commerce-green:#36b449;
  --commerce-cream:#f4faf4;
  --commerce-line:#e5e7e6;
}

html{scroll-behavior:smooth}
body{background:#fff;color:var(--ink);font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.container{width:min(1280px,calc(100% - 32px))}
.eyebrow{color:var(--pink);font-size:10px;font-weight:900;letter-spacing:.12em}
.button{border-radius:999px;font-weight:850;box-shadow:none}
.button.primary,.button.coral{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 8px 20px rgba(44,159,57,.2)}
.button.primary:hover,.button.coral:hover{background:#249d37;border-color:#249d37;transform:translateY(-1px)}
.button.dark{background:var(--pink);color:#fff}
.text-link{color:var(--pink);font-weight:850}

/* Header */
.announcement{min-height:28px;padding:5px 20px;background:#f8f8f9;color:#76767c;border-bottom:1px solid #eee;font-size:10px;display:flex;align-items:center;justify-content:center;gap:22px}
.announcement a{color:var(--pink);font-weight:850}
.site-header{position:sticky;top:0;z-index:800;background:#fff;border-bottom:0;box-shadow:0 4px 18px rgba(35,29,33,.06)}
.header-main{min-height:81px;display:grid;grid-template-columns:225px minmax(300px,1fr) minmax(230px,.72fr) auto;align-items:center;gap:27px}
.brand img{width:180px;max-height:51px;object-fit:contain;object-position:left center}
.brand>span{display:none}
.mobile-menu-button{display:none}
.header-search{height:47px;border:1px solid #dcdcdf;border-radius:4px;background:#fff;display:grid;grid-template-columns:1fr 54px;overflow:hidden;box-shadow:0 5px 13px rgba(38,31,35,.08)}
.header-search:focus-within{border-color:#d184b8;box-shadow:0 0 0 3px rgba(177,31,128,.09)}
.header-search input{border:0;background:#fff;padding:0 20px;font:inherit;color:var(--ink);outline:0}
.header-search input::placeholder{color:#a2a2a6;font-size:11px}
.header-search button{border:0;background:#dedee1;color:#fff;font-size:23px;cursor:pointer}
.header-search button:hover{background:var(--pink)}
.location-pill{height:47px;border:1px solid #e1e1e3;border-radius:4px;background:#fafafa;color:var(--ink);padding:0 13px;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left;overflow:hidden}
.location-pill>span:first-child{font-size:20px;color:var(--pink)}
.location-pill small{display:block;color:#96969b;font-size:9px}
.location-pill b{display:block;max-width:175px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}
.header-tools{display:flex;align-items:center;gap:5px}
.header-tool{position:relative;min-width:64px;height:55px;padding:4px 8px!important;border:0!important;border-radius:7px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#fff!important;color:#31343a!important}
.header-tool:hover{background:var(--pink-soft)!important;color:var(--pink)!important}
.header-tool i{font-style:normal;font-size:22px;line-height:1}
.header-tool small{font-size:9px;white-space:nowrap}
.header-tool.cart{min-width:55px;border-radius:50%;background:var(--pink)!important;color:#fff!important}
.header-tool.cart small{display:none}
.header-tool.cart>span{position:absolute;right:-1px;top:-2px;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#37343a;color:#fff;font-size:8px;display:grid;place-items:center}
.desktop-nav{background:var(--pink);border:0}
.desktop-nav>ul{min-height:53px;display:flex;align-items:stretch;justify-content:flex-start;gap:0;flex-wrap:wrap}
.desktop-nav li>a{height:53px;padding:0 20px;display:flex;align-items:center;color:#fff;font-size:10px;font-weight:850;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.08)}
.desktop-nav li>a:hover,.desktop-nav li:hover>a{background:var(--pink-dark);color:#fff}
.desktop-nav ul ul{background:#fff;border:1px solid #eee;border-radius:0 0 8px 8px;box-shadow:0 16px 35px rgba(71,25,55,.16);overflow:hidden}
.desktop-nav ul ul a{height:auto;padding:12px 15px;color:var(--ink);text-transform:none}

/* Delivery selector and trust bar */
.theme34-servicebar{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.theme34-location{min-height:126px;padding:19px 22px;border:0;background:#f7f7f7;display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:start;text-align:left;cursor:pointer}
.theme34-location>i{font-style:normal;font-size:48px;line-height:1;color:#17171a}
.theme34-location span{display:block}
.theme34-location b{display:block;color:#17171a;font-size:19px;line-height:1.15}
.theme34-location small{display:block;margin:4px 0 10px;color:#6e6e74;font-size:11px}
.theme34-location strong{min-height:44px;padding:0 14px;border:1px solid #e4e4e6;border-radius:5px;background:#fff;display:flex;align-items:center;color:#323238;font-size:11px;box-shadow:0 6px 16px rgba(38,32,35,.08)}
.theme34-benefits{min-height:126px;border:1px solid #e4e4e6;display:grid;grid-template-columns:repeat(4,1fr);background:#fff}
.theme34-benefits span{padding:16px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;border-right:1px solid #e7e7e9}
.theme34-benefits span:last-child{border-right:0}
.theme34-benefits i{font-style:normal;font-size:35px;line-height:1;color:#111}
.theme34-benefits b{max-width:105px;font-size:10px;line-height:1.45;text-transform:uppercase;color:#303036}

/* Promotional tiles */
.theme34-promos{margin-top:31px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.theme34-promos>a{position:relative;min-height:300px;border-radius:13px;background:#f7ead3;overflow:hidden;isolation:isolate}
.theme34-promos>a:nth-child(2){background:#f4f4ed}
.theme34-promos img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s}
.theme34-promos>a:hover img{transform:scale(1.025)}
.theme34-promos>a::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.12) 45%,rgba(255,255,255,.88) 78%,rgba(255,255,255,.96))}
.theme34-promos>a:nth-child(2)::after{background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.22) 45%,rgba(255,255,255,.91) 79%)}
.theme34-promos span{position:absolute;z-index:2;right:7%;top:50%;width:42%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;color:#111}
.theme34-promos small{color:var(--pink);font-size:9px;font-weight:900;letter-spacing:.12em}
.theme34-promos b{margin:7px 0 13px;font-size:clamp(24px,2.6vw,38px);line-height:1.05;letter-spacing:-.045em}
.theme34-promos em{padding:7px 12px;border-radius:7px;background:#ffe2a6;color:#282328;font-size:11px;font-weight:900;font-style:normal}
.theme34-promos>a:nth-child(2) em{background:var(--pink);color:#fff}

/* Categories */
.category-section{padding-top:20px;padding-bottom:50px}
.section-heading{align-items:end;margin-bottom:20px}
.section-heading h2{font-family:"DM Sans",Inter,sans-serif;font-size:clamp(25px,2.7vw,36px);line-height:1.08;letter-spacing:-.04em;color:#313942;margin-top:6px}
.section-heading>a{color:var(--pink);font-size:11px;font-weight:850}
.category-section .section-heading{display:none}
.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:26px}
.category-card{position:relative;min-height:178px;border:0;border-radius:2px;background:#eee8ff;overflow:hidden;box-shadow:none;isolation:isolate;transition:.22s}
.category-card:nth-child(6n+2){background:#fff6bf}
.category-card:nth-child(6n+3){background:#efefef}
.category-card:nth-child(6n+4){background:#ffe2da}
.category-card:nth-child(6n+5){background:#d9f5ff}
.category-card:nth-child(6n){background:#e2ffe1}
.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgba(46,36,43,.1)}
.category-card img{
	position: absolute;
    right: 1px;
    bottom: 2px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: grayscale(0.2);
    mix-blend-mode: multiply;
    transition: .3s;
}
.category-card:hover img{opacity:.27;transform:scale(1.05)}
.category-card>span{position:absolute;z-index:2;inset:0;padding:18px;display:flex;flex-direction:column;justify-content:center;background:transparent;color:#1d1d21;text-align:center}
.category-card b{font-size:14px;line-height:1.25}
.category-card small{margin-top:5px;color:#737379;font-size:9px}

/* Product grid and cards */
.products-section{padding:44px 0 72px;background:#fff;border-top:1px solid #f0f0f1}
.products-section .section-heading{justify-content:center;text-align:center}
.products-section .section-heading p{display:none}
.product-grid{gap:22px}
.product-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-card{background:#fff;border:1px solid #e4e4e6;border-radius:13px;overflow:hidden;box-shadow:none;transition:.22s}
.product-card:hover{transform:translateY(-4px);border-color:#d6a0c6;box-shadow:0 13px 27px rgba(86,40,70,.1)}
.product-image{aspect-ratio:1/1.02;background:#f7f7f7;overflow:hidden}
.product-image img{transition:transform .4s}
.product-card:hover .product-image img{transform:scale(1.035)}
.editor-badge{position:absolute;left:0;top:0;padding:8px 14px;border-radius:0 0 9px 0;background:#ef428a;color:#fff;font-size:9px;font-weight:850}
.discount-badge{position:absolute;left:12px;right:auto;top:auto;bottom:10px;padding:5px 7px;border-radius:3px;background:#ef564b;color:#fff;font-size:10px;font-weight:900}
.product-info{padding:11px 14px 12px;text-align:center}
.product-category{display:none}
.product-info h3{min-height:39px;margin:0 0 7px;font-family:"DM Sans",Inter,sans-serif;font-size:11px;line-height:1.4;font-weight:500}
.rating{font-size:9px;color:#9a9aa0}
.rating>span,.stars{color:#e5b100}
.price-row{min-height:34px;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:7px}
.price-row del{color:#a2a2a6;font-size:11px}
.price-row strong{color:#222328;font-size:18px;letter-spacing:-.025em}
.tax-note{display:block;color:#a0a0a5;font-size:9px}
.product-delivery-line{display:block;margin:10px -14px -12px;padding:9px 6px;border-top:1px solid #ededee;color:#61bf68;font-size:9px}

/* Editorial, trust, blog */
.editorial{margin-top:55px;margin-bottom:60px;border-radius:14px;background:#fff3f8;overflow:hidden;gap:0}
.editorial-image{min-height:430px}
.editorial-image img{border-radius:0}
.editorial-image>span{background:var(--pink);color:#fff}
.editorial-copy{padding:48px}
.editorial-copy h2{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.045em;color:#343a43}
.promise{background:#f7f7f8;border-top:1px solid #e7e7e8;border-bottom:1px solid #e7e7e8}
.promise-grid{gap:0}
.promise article{padding:28px 24px;border-right:1px solid #e2e2e4}
.promise article:last-child{border-right:0}
.promise article>span{background:var(--pink-soft);color:var(--pink)}
.promise h3{
	font-family: "DM Sans", Inter, sans-serif;
    font-size: 14px;
    color: #951c57;
}
.blog-section,.recommendations{padding-top:58px;padding-bottom:64px}
.blog-grid{gap:20px}
.blog-grid article{border:1px solid #e6e6e8;border-radius:12px;background:#fff;overflow:hidden;padding-bottom:17px;box-shadow:0 6px 18px rgba(51,41,47,.05)}
.blog-grid article>a:first-child{display:block;overflow:hidden}
.blog-grid img{height:210px;transition:.35s}
.blog-grid article:hover img{transform:scale(1.035)}
.blog-grid time,.blog-grid h3,.blog-grid h2,.blog-grid p,.blog-grid article>.text-link{margin-left:16px;margin-right:16px}
.blog-grid time{display:block;margin-top:13px;color:var(--pink);font-weight:800}
.blog-grid h3,.blog-grid h2{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.025em}

/* Inner pages */
.page-hero{background:#faf7f9;border-bottom:1px solid #ece7ea}
.page-hero.compact{padding-top:52px;padding-bottom:52px}
.page-hero h1{font-family:"DM Sans",Inter,sans-serif;letter-spacing:-.045em;color:#343a43}
.location-inline{border:1px solid #dfb3d1;background:#fff;color:var(--pink);border-radius:5px}
.listing{gap:28px;padding-top:38px;padding-bottom:70px}
.filter-card,.support-nav,.legal-nav{border:1px solid #e4e4e6;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(57,42,51,.06);overflow:hidden}
.filter-card a.active,.support-nav a:hover,.legal-nav a.active{background:var(--pink-soft);color:var(--pink)}
.listing-top select,.large-search input{border-color:#dedee1;border-radius:5px}
.empty-state{border:1px solid #e5dde2;border-radius:13px;background:#fdf9fb}
.support-layout,.article-layout{padding-top:40px;padding-bottom:70px}
.support-content details{border:1px solid #e4e4e6;border-radius:8px;background:#fff;margin-bottom:9px;overflow:hidden}
.support-content summary{padding:17px 19px}
.support-content details[open]{border-color:#e0a6cc;box-shadow:0 7px 20px rgba(124,43,96,.07)}
.support-content details[open] summary{background:var(--pink-soft);color:var(--pink)}
.prose{border:1px solid #e5e5e7;border-radius:12px;background:#fff;padding:31px;box-shadow:0 8px 25px rgba(55,43,50,.05)}

/* Product detail and order wizard */
.commerce-product{padding-top:27px}
.breadcrumbs{color:#8b8b90;font-size:11px}
.breadcrumbs a:hover{color:var(--pink)}
.commerce-product-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) minmax(340px,.86fr);gap:28px}
.commerce-gallery{top:119px;min-height:550px;border:1px solid #e4e4e6;border-radius:12px;background:#f7f7f7;box-shadow:none}
.commerce-gallery>img{min-height:550px}
.commerce-summary{padding:12px 3px}
.commerce-summary h1{font-family:"DM Sans",Inter,sans-serif;font-size:clamp(30px,3vw,43px);letter-spacing:-.045em;color:#323a43}
.commerce-summary>p{color:#76767c}
.product-code{display:inline-flex;padding:6px 9px;border-radius:4px;background:#f3f3f4;color:#68686e;font-size:10px}
.detail-price{margin:18px 0}
.detail-price strong{color:#303138}
.button.ghost{border-color:#dfc0d4;color:var(--pink);border-radius:999px}
.button.ghost:hover{background:var(--pink-soft)}
.delivery-wizard{top:117px;padding:22px;border:1px solid #dfe3df;border-radius:12px;box-shadow:0 13px 35px rgba(43,53,44,.1)}
.wizard-head{margin:-22px -22px 12px;padding:20px 22px 17px;border-radius:12px 12px 0 0;background:#f6f7f7;border-bottom:1px solid #e4e6e4}
.wizard-head h2{font-family:"DM Sans",Inter,sans-serif;color:#343a43;letter-spacing:-.035em}
.wizard-step b i{background:#edf5ed;color:var(--green)}
.wizard-step select,.wizard-option select,.wizard-option input,.auth-card input,.checkout-forms input,.checkout-forms textarea,.tracking-search input{border-color:#d8ded8;border-radius:5px}
.wizard-step select:focus,.wizard-option select:focus,.wizard-option input:focus,.checkout-forms input:focus,.checkout-forms textarea:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 3px rgba(54,180,73,.1)}
.slot-grid input:checked+span{border-color:var(--green);background:#f0faf1;box-shadow:0 0 0 2px rgba(54,180,73,.09)}
.addon-list label:hover{background:#f5faf5}
.live-quote{background:#f4f8f4}
.live-quote strong{color:#279b38}
.add-cart{background:var(--green);border-color:var(--green);border-radius:999px;color:#fff}
.wa-secondary{color:#279b38}
.product-trust article{border-color:#e4e4e6;background:#fafafa}
.reviews-section{background:#faf8f9}
.review-form,.auth-card,.cart-summary,.checkout-summary,.tracking-search{border-color:#e3e3e5;border-radius:12px;box-shadow:0 11px 30px rgba(50,40,46,.07)}
.cart-item{border-color:#e3e3e5;border-radius:11px}
.checkout-progress span.active{background:var(--pink);color:#fff}

/* Footer and fixed tools */
.location-modal section{border-top:5px solid var(--pink);border-radius:15px}
.site-footer{background:#f7f7f8;color:#66666c;border-top:1px solid #e4e4e6}
.footer-lead{border-bottom-color:#dfdfe1}
.footer-lead h2{font-family:"DM Sans",Inter,sans-serif;color:#30343b;letter-spacing:-.04em}
.footer-grid h3{color:#33343a;font-size:12px}
.footer-grid a{color:#68686e}
.footer-grid a:hover{color:var(--pink)}
.footer-bottom{border-top-color:#dfdfe1;color:#89898e}
.footer-brand img{filter:none}
.socials a{border:1px solid #dddde0;border-radius:5px;background:#fff;color:var(--pink)}
.payment-logos{border-top:1px solid #e3e3e5;background:#fff}
.floating-contact>button{background:var(--pink);color:#fff;box-shadow:0 13px 35px rgba(142,21,98,.3)}
.floating-contact>button>span{background:#fff;color:var(--pink)}
.floating-contact-links a{color:#33343a}
.cookie-note{border-color:#dedee1;box-shadow:0 17px 44px rgba(55,40,49,.18)}
.cookie-note button{background:#43bd70;color:#fff}
.mobile-bottom-dock{display:none}

@media(max-width:1120px){
  .header-main{grid-template-columns:175px minmax(240px,1fr) minmax(205px,.65fr) auto;gap:13px}
  .brand img{width:155px}
  .desktop-nav li>a{padding-left:13px;padding-right:13px}
  .category-grid{gap:14px}
  .commerce-product-grid{grid-template-columns:1fr 1fr}
  .delivery-wizard{grid-column:1/-1;position:static}
}

@media(max-width:900px){
  .header-main{min-height:70px;grid-template-columns:44px 1fr auto;gap:9px}
  .mobile-menu-button{display:grid;color:var(--pink)}
  .brand{justify-self:center}
  .brand img{width:145px}
  .header-search,.location-pill,.header-tool.tracking,.header-tool.account{display:none!important}
  .header-tool.cart{width:47px;min-width:47px;height:47px}
  .desktop-nav{display:none}
  .mobile-drawer{background:#fff}
  .drawer-head{background:var(--pink);border:0}
  .drawer-head img{filter:brightness(0) invert(1)}
  .drawer-head button{color:#fff}
  .drawer-location{background:var(--pink-soft);color:var(--pink);border-color:#e5bdd6}
  .drawer-search button{background:var(--pink);color:#fff}
  .drawer-help{color:var(--pink)}
  .theme34-servicebar{grid-template-columns:1fr}
  .theme34-promos>a{min-height:260px}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-grid.columns-5{grid-template-columns:repeat(4,minmax(0,1fr))}
  .promise-grid{grid-template-columns:repeat(2,1fr)}
  .promise article:nth-child(2){border-right:0}
  .promise article:nth-child(-n+2){border-bottom:1px solid #e2e2e4}
}

@media(max-width:680px){
  body{padding-bottom:65px}
  .container{width:min(100% - 20px,1280px)}
  .announcement{min-height:28px;justify-content:space-between;padding:5px 10px;font-size:8px}
  .site-header{top:0}
  .header-main{min-height:62px}
  .brand img{width:125px;max-height:40px}
  .theme34-servicebar{margin-top:10px;gap:10px}
  .theme34-location{min-height:112px;padding:16px;grid-template-columns:42px 1fr}
  .theme34-location>i{font-size:39px}
  .theme34-location b{font-size:16px}
  .theme34-location small{font-size:10px}
  .theme34-benefits{min-height:104px}
  .theme34-benefits span{padding:11px 5px;gap:5px}
  .theme34-benefits i{font-size:25px}
  .theme34-benefits b{font-size:7px}
  .theme34-promos{margin-top:14px;grid-template-columns:1fr;gap:10px}
  .theme34-promos>a{min-height:220px;border-radius:8px}
  .theme34-promos b{font-size:25px}
  .theme34-promos span{right:5%;width:46%}
  .category-section{padding-top:12px;padding-bottom:38px}
  .category-grid{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 8px;scrollbar-width:none}
  .category-grid::-webkit-scrollbar{display:none}
  .category-card{flex:0 0 130px;min-height:142px;scroll-snap-align:start}
  .category-card>span{padding:12px}
  .category-card b{font-size:12px}
  .products-section{padding:37px 0 50px}
  .section-heading{align-items:start;gap:11px;margin-bottom:18px}
  .section-heading h2{font-size:25px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-image{aspect-ratio:1/1.07}
  .product-info{padding:9px}
  .product-info h3{min-height:36px;font-size:10px}
  .price-row{display:block;min-height:43px}
  .price-row del,.price-row strong{display:block}
  .price-row strong{font-size:16px}
  .product-delivery-line{margin:8px -9px -9px;font-size:7px}
  .editor-badge{padding:6px 8px;font-size:7px}
  .discount-badge{left:7px;bottom:7px;font-size:8px}
  .editorial{width:calc(100% - 20px);margin-top:44px;margin-bottom:44px;border-radius:10px}
  .editorial-image{min-height:290px}
  .editorial-copy{padding:28px 20px}
  .promise-grid{grid-template-columns:1fr 1fr}
  .promise article{padding:22px 13px}
  .promise p{font-size:10px}
  .blog-section,.recommendations{padding-top:42px;padding-bottom:45px}
  .blog-grid{grid-template-columns:1fr}
  .page-hero.compact{padding-top:38px;padding-bottom:38px}
  .listing,.support-layout,.article-layout{padding-top:26px;padding-bottom:50px}
  .prose{padding:20px 16px}
  .commerce-product{padding-top:15px}
  .commerce-product-grid{grid-template-columns:1fr;gap:17px}
  .commerce-gallery{min-height:380px;border-radius:9px}
  .commerce-gallery>img{min-height:380px}
  .commerce-summary h1{font-size:29px}
  .delivery-wizard{padding:18px;border-radius:10px}
  .wizard-head{margin:-18px -18px 10px;padding:18px;border-radius:10px 10px 0 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}
  .footer-grid>section:first-child{grid-column:1/-1}
  .payment-logos{padding-bottom:76px}
  .mobile-bottom-dock{position:fixed;z-index:925;left:0;right:0;bottom:0;height:65px;padding:4px 6px calc(4px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:rgba(255,255,255,.98);border-top:1px solid #dedee0;box-shadow:0 -8px 24px rgba(70,42,60,.12);backdrop-filter:blur(12px)}
  .mobile-bottom-dock a,.mobile-bottom-dock button{position:relative;height:53px;border:0;background:transparent;color:#626268;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;cursor:pointer}
  .mobile-bottom-dock i{font-style:normal;font-size:20px;line-height:1;color:var(--pink)}
  .mobile-bottom-dock small{font-size:8px;font-weight:800}
  .mobile-bottom-dock button i{width:36px;height:36px;margin-top:-18px;border:4px solid #fff;border-radius:50%;background:var(--pink);color:#fff;display:grid;place-items:center;box-shadow:0 6px 17px rgba(157,23,108,.28)}
  .mobile-bottom-dock button small{margin-top:-1px;color:var(--pink)}
  .mobile-bottom-dock b{position:absolute;right:12px;top:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--pink);color:#fff;font-size:8px;display:grid;place-items:center}
  .floating-contact{right:11px;bottom:76px}
  .floating-contact>button{width:48px;min-width:48px;height:48px;min-height:48px;padding:5px}
  .floating-contact>button>span{width:38px;height:38px}
  .cookie-note{left:10px;right:10px;bottom:75px}
}

@media(max-width:380px){
  .theme34-promos>a{min-height:200px}
  .product-grid,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{gap:6px}
  .product-info{padding:8px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>section:first-child{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
