/* Drogaluz 1.2.0.0 - styles-mobile.css.
   Escopo: ajustes responsivos de Mobile Phone. */

/* Mobile Phone - resolucoes organizadas do menor para o maior:
   240x228 Nokia 2720 Flip (KaiOS 2.5);
   284x755 Samsung Galaxy S23 FE;
   320x352 Small Android;
   344x681 OnePlus Open;
   360x705 Samsung Galaxy S23;
   360x753 Samsung Galaxy Z Flip 7, Samsung Galaxy S22;
   360x764 OnePlus Nord 4;
   375x625 Apple iPhone SE/8;
   375x710 Apple iPhone 12/13 mini;
   375x716 Apple iPhone 11 Pro;
   384x754 Samsung Galaxy S25 Ultra;
   384x797 Samsung Galaxy S22 Ultra;
   384x802 Samsung Galaxy S25 Plus;
   384x847 Sony Xperia 10 V;
   390x745 Apple iPhone 16e, Apple iPhone 14/13/12, 13/12 Pro;
   393x741 Apple iPhone 16/15/14, 15/14 Pro;
   393x801 Google Pixel 5;
   393x824 Xiaomi Mi10T Pro;
   402x754 Apple iPhone 17/17 Pro;
   402x760 Apple iPhone 16 Pro;
   412x707 OnePlus 3T;
   412x815 Samsung Galaxy S22 Plus;
   412x816 Google Pixel 6a;
   412x832 Samsung Galaxy A52;
   412x850 Google Pixel 7 Pro;
   412x859 OnePlus 13 Pro;
   412x862 Google Pixel 7;
   412x864 Google Pixel 8, Google Pixel 6 Pro;
   412x865 Google Pixel 6;
   412x868 Google Pixel 8a;
   412x869 Google Pixel 9/9a, Google Pixel 7a;
   412x874 Nothing CMF Phone 1;
   414x796 Apple iPhone 11;
   414x800 Apple iPhone 11 Pro Max;
   420x786 Apple iPhone 17 Air;
   427x900 Google Pixel 9 Pro;
   428x827 Apple iPhone 14 Plus, 13/12 Pro Max;
   430x821 Apple iPhone 16/15 Plus, 15/14 Pro Max;
   432x865 Moto G73;
   432x888 Samsung Galaxy S23+;
   440x836 Apple iPhone 17 Pro Max;
   440x842 Apple iPhone 16 Pro Max;
   448x944 Google Pixel 9 Pro XL;
   448x947 Google Pixel 8 Pro;
   480x982 Samsung Galaxy S23 Ultra;
   480x1016 Samsung Galaxy S24+, S24 Ultra;
   508x1026 Moto G Power (2024);
   852x827 Google Pixel 9 Pro Fold. */

/* Nota: regras responsivas usam somente dimensoes oficiais da lista Mobile Phone; medidas internas de componentes ficam fora deste catalogo. */

/* Ordem dos blocos: maior para menor para preservar a cascata de max-width. */

.drogaluz-mobile-category-window-v1200[hidden]{
  display:none !important;
}

@media (max-width:947px) and (max-height:508px) and (orientation:landscape), (max-width:508px){
  body.drogaluz-mobile-category-window-open{
    position:fixed !important;
    top:calc(-1 * var(--drogaluz-mobile-category-scroll-y,0px)) !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    overflow:hidden !important;
  }
  .drogaluz-mobile-category-window-v1200{
    position:fixed !important;
    inset:0 !important;
    z-index:9999 !important;
    color:#1c2f42 !important;
    overscroll-behavior:contain !important;
  }
  .drogaluz-mobile-category-backdrop-v1200{
    position:absolute !important;
    inset:0 !important;
    background:rgba(3,13,27,.54) !important;
  }
  .drogaluz-mobile-category-panel-v1200{
    position:absolute !important;
    inset:0 auto 0 50% !important;
    width:min(100vw,440px) !important;
    max-width:100vw !important;
    transform:translateX(-50%) !important;
    display:flex !important;
    flex-direction:column !important;
    height:100vh !important;
    height:100dvh !important;
    min-height:100vh !important;
    min-height:100dvh !important;
    background:#f4f4f4 !important;
    border:1px solid #72d7ff !important;
    box-shadow:0 22px 70px rgba(0,0,0,.34) !important;
    overflow:hidden !important;
  }
  .drogaluz-mobile-category-head-v1200{
    flex:0 0 auto !important;
    min-height:78px !important;
    padding:18px 20px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px !important;
    background:linear-gradient(135deg,#1aa5ee,#37c8f2) !important;
    color:#fff !important;
    border-radius:0 0 24px 24px !important;
    transition:transform .22s ease,opacity .18s ease !important;
    will-change:transform !important;
  }
  .drogaluz-mobile-category-head-v1200 strong{
    font-size:17px !important;
    font-weight:950 !important;
    line-height:1.15 !important;
  }
  .drogaluz-mobile-category-auth-v1200{
    flex:0 0 auto !important;
    margin:14px 16px 0 !important;
    min-height:54px !important;
    padding:10px 12px !important;
    border-radius:10px !important;
    background:#fff !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    box-shadow:0 8px 18px rgba(15,40,70,.06) !important;
    transition:transform .22s ease !important;
  }
  .drogaluz-mobile-category-auth-v1200 strong{
    color:#65717b !important;
    font-size:14px !important;
    font-weight:950 !important;
    line-height:1.15 !important;
  }
  .drogaluz-mobile-category-auth-v1200 span{
    display:flex !important;
    gap:7px !important;
  }
  .drogaluz-mobile-category-auth-v1200 a{
    min-height:32px !important;
    border-radius:999px !important;
    padding:0 11px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#eaf6ff !important;
    color:#168eea !important;
    font-size:12px !important;
    font-weight:950 !important;
    text-decoration:none !important;
    white-space:nowrap !important;
  }
  .drogaluz-mobile-category-close-v1200{
    position:relative !important;
    width:38px !important;
    height:38px !important;
    border:0 !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.14) !important;
    color:#fff !important;
    cursor:pointer !important;
  }
  .drogaluz-mobile-category-close-v1200:before,
  .drogaluz-mobile-category-close-v1200:after{
    content:"" !important;
    position:absolute !important;
    left:10px !important;
    right:10px !important;
    top:18px !important;
    height:2px !important;
    background:currentColor !important;
    border-radius:999px !important;
  }
  .drogaluz-mobile-category-close-v1200:before{transform:rotate(45deg) !important;}
  .drogaluz-mobile-category-close-v1200:after{transform:rotate(-45deg) !important;}
  .drogaluz-mobile-category-stage-v1200{
    position:relative !important;
    flex:1 1 auto !important;
    min-height:0 !important;
    overflow:hidden !important;
    transition:transform .22s ease !important;
  }
  .drogaluz-mobile-category-window-v1200.is-head-hidden .drogaluz-mobile-category-head-v1200{
    transform:translateY(-104%) !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
  .drogaluz-mobile-category-window-v1200.is-head-hidden .drogaluz-mobile-category-auth-v1200,
  .drogaluz-mobile-category-window-v1200.is-head-hidden .drogaluz-mobile-category-stage-v1200{
    transform:translateY(-78px) !important;
  }
  .drogaluz-mobile-category-screen-v1200{
    position:absolute !important;
    inset:0 !important;
    padding:24px 16px 30px !important;
    overflow:auto !important;
    overscroll-behavior:contain !important;
    opacity:0 !important;
    transform:translateX(18px) !important;
    pointer-events:none !important;
    transition:opacity .16s ease,transform .16s ease !important;
  }
  .drogaluz-mobile-category-screen-v1200.is-active{
    opacity:1 !important;
    transform:translateX(0) !important;
    pointer-events:auto !important;
  }
  .drogaluz-mobile-category-screen-v1200 h2{
    margin:0 0 18px !important;
    color:#168eea !important;
    font-size:22px !important;
    line-height:1.15 !important;
    font-weight:950 !important;
  }
  .drogaluz-mobile-category-list-v1200,
  .drogaluz-mobile-category-sublist-v1200{
    display:grid !important;
    gap:8px !important;
  }
  .drogaluz-mobile-category-item-v1200,
  .drogaluz-mobile-category-sublist-v1200 a{
    width:100% !important;
    min-height:52px !important;
    border:0 !important;
    border-radius:8px !important;
    background:#fff !important;
    color:#68737b !important;
    display:grid !important;
    grid-template-columns:34px minmax(0,1fr) 26px !important;
    align-items:center !important;
    gap:8px !important;
    padding:9px 12px !important;
    text-align:left !important;
    font:inherit !important;
    font-size:14px !important;
    font-weight:800 !important;
    cursor:pointer !important;
    text-decoration:none !important;
  }
  .drogaluz-mobile-category-sublist-v1200 a{
    grid-template-columns:minmax(0,1fr) 26px !important;
    border-radius:0 !important;
    border-bottom:1px solid #dedede !important;
    background:transparent !important;
    min-height:50px !important;
    padding:10px 2px !important;
  }
  .drogaluz-mobile-category-item-v1200 i,
  .drogaluz-mobile-category-sublist-v1200 a i{
    justify-self:end !important;
    color:#b9c1c7 !important;
    font-style:normal !important;
    font-size:20px !important;
    line-height:1 !important;
  }
  .drogaluz-mobile-category-plus-v1200{
    width:26px !important;
    height:26px !important;
    border-radius:8px !important;
    display:inline-grid !important;
    place-items:center !important;
    position:relative !important;
    border:1px solid rgba(104,115,123,.28) !important;
    background:#f7f9fb !important;
    color:#68737b !important;
    box-shadow:none !important;
  }
  .drogaluz-mobile-category-plus-v1200:before,
  .drogaluz-mobile-category-plus-v1200:after{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:10px !important;
    height:2px !important;
    border-radius:999px !important;
    background:currentColor !important;
    transform:translate(-50%,-50%) !important;
  }
  .drogaluz-mobile-category-plus-v1200:after{
    width:2px !important;
    height:10px !important;
  }
  .drogaluz-mobile-category-icon-v1200{
    width:34px !important;
    height:34px !important;
    border-radius:10px !important;
    display:grid !important;
    place-items:center !important;
    background:#eaf6ff !important;
    color:#168eea !important;
  }
  .drogaluz-mobile-category-icon-v1200 .category-icon{
    width:21px !important;
    height:21px !important;
  }
  .drogaluz-mobile-category-back-v1200{
    min-height:40px !important;
    margin:0 0 20px !important;
    border:0 !important;
    background:transparent !important;
    color:#168eea !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:0 !important;
    font:inherit !important;
    font-size:14px !important;
    font-weight:950 !important;
    cursor:pointer !important;
  }
  .drogaluz-mobile-category-back-v1200 span{
    font-size:22px !important;
    line-height:1 !important;
  }
  .drogaluz-mobile-category-see-all-v1200{
    grid-template-columns:1fr !important;
    color:#168eea !important;
    font-weight:950 !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-panel-v1200{
    background:#0f1726 !important;
    border-color:#314a68 !important;
    color:#e7eef8 !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-head-v1200{
    background:linear-gradient(135deg,#0a5ea8,#168eea) !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-auth-v1200{
    background:#142238 !important;
    border:1px solid #27364b !important;
    box-shadow:none !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-auth-v1200 strong{
    color:#e7eef8 !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-auth-v1200 a{
    background:#17375a !important;
    color:#77c4ff !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-screen-v1200 h2,
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-back-v1200,
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-see-all-v1200{
    color:#40aaff !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-item-v1200{
    background:#142238 !important;
    color:#e7eef8 !important;
    border:1px solid #27364b !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-item-v1200:hover,
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-item-v1200:focus-visible{
    background:#17375a !important;
    border-color:#2f80d0 !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-icon-v1200{
    background:#e8f5ff !important;
    color:#168eea !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-sublist-v1200 a{
    color:#d7e3f2 !important;
    border-bottom-color:#27364b !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-item-v1200 i,
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-sublist-v1200 a i{
    color:#8091a7 !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-mobile-category-plus-v1200{
    border-color:#40516a !important;
    background:#18263d !important;
    color:#d7e3f2 !important;
    box-shadow:none !important;
  }
}

/* Mobile Phone - 947px landscape. */
@media (max-width:947px) and (orientation:landscape){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(176px,236px) minmax(220px,1fr) auto !important;
    min-height:82px !important;
    gap:12px !important;
    padding:8px 0 !important;
    align-items:center !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-brand{
    max-width:236px !important;
    min-width:0 !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-brand-logo{
    width:224px !important;
    max-height:68px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .site-search.drogaluz-search{
    grid-column:2 !important;
    order:initial !important;
    height:44px !important;
    max-width:none !important;
    min-width:0 !important;
    align-self:center !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-actions.drogaluz-actions{
    grid-column:3 !important;
    justify-self:end !important;
    gap:10px !important;
    min-width:max-content !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(158px,210px) minmax(210px,1fr) auto !important;
    min-height:70px !important;
    gap:10px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand-logo{
    width:198px !important;
    max-height:60px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search{
    height:42px !important;
  }
}

@media (max-width:947px) and (orientation:landscape){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-top-store-card,
  .site-header.drogaluz-style-header .drogaluz-top-store-card{
    flex-basis:min(410px, calc(100vw - 58px)) !important;
    width:min(410px, calc(100vw - 58px)) !important;
    min-width:min(410px, calc(100vw - 58px)) !important;
  }
}

@media (max-width:947px) and (max-height:508px) and (orientation:landscape){
  .cart-drawer__panel{
    width:min(430px, 46vw) !important;
    max-width:100vw !important;
    height:100vh !important;
    height:100dvh !important;
    max-height:100dvh !important;
  }
  .cart-drawer__header{
    min-height:46px !important;
    padding:8px 12px !important;
    gap:10px !important;
  }
  .cart-drawer__header strong{
    font-size:14px !important;
  }
  .cart-drawer__icon{
    width:22px !important;
    height:22px !important;
  }
  .cart-drawer__close{
    width:32px !important;
    height:32px !important;
    flex-basis:32px !important;
  }
  .cart-drawer__close:before,
  .cart-drawer__close:after{
    inset-inline:8px !important;
    top:15px !important;
  }
  .cart-drawer__body{
    flex:1 1 auto !important;
    min-height:0 !important;
    overflow-y:auto !important;
    padding:8px 8px 10px !important;
  }
  .cart-drawer__items{
    gap:8px !important;
  }
  .cart-drawer__item{
    grid-template-columns:56px minmax(0,1fr) 24px !important;
    gap:10px !important;
    padding:9px !important;
    border-radius:12px !important;
  }
  .cart-drawer__item img{
    width:52px !important;
    height:58px !important;
  }
  .cart-drawer__item-main{
    gap:5px !important;
  }
  .cart-drawer__item h3{
    font-size:11.5px !important;
    line-height:1.15 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
  .cart-drawer__item-main>strong{
    font-size:13px !important;
  }
  .cart-drawer__qty{
    width:112px !important;
    grid-template-columns:28px 36px 28px !important;
  }
  .cart-drawer__qty .qty-btn{
    width:28px !important;
    height:28px !important;
    min-height:28px !important;
  }
  .cart-drawer__qty input{
    height:28px !important;
    min-height:28px !important;
    padding:2px !important;
    font-size:13px !important;
  }
  .cart-drawer__remove-form button{
    width:24px !important;
    height:24px !important;
  }
  .cart-drawer__login-banner{
    margin-top:8px !important;
    min-height:58px !important;
    grid-template-columns:42px minmax(0,1fr) auto !important;
    gap:8px !important;
    padding:8px !important;
  }
  .cart-drawer__login-figure,
  .cart-drawer__login-figure img{
    width:40px !important;
    height:40px !important;
  }
  .cart-drawer__login-banner strong{
    font-size:12px !important;
  }
  .cart-drawer__login-banner em{
    padding:6px 9px !important;
    font-size:10px !important;
  }
  .cart-drawer__summary{
    flex:0 0 auto !important;
    gap:6px !important;
    padding:8px 10px max(8px, env(safe-area-inset-bottom)) !important;
  }
  .cart-drawer__summary div{
    font-size:12px !important;
    line-height:1.1 !important;
  }
  .cart-drawer__summary div+div{
    padding-top:5px !important;
  }
  .cart-drawer__continue,
  .cart-drawer__checkout{
    min-height:32px !important;
    font-size:12px !important;
  }
}

@media (max-width:947px) and (max-height:508px) and (orientation:landscape){
  .cart-drawer__pending{
    grid-template-columns:34px minmax(0,1fr);
    margin-bottom:8px;
    padding:9px 10px;
    border-radius:12px;
  }
  .cart-drawer__pending-spinner{
    width:30px;
    height:30px;
    border-width:3px;
  }
  .cart-drawer__pending strong{font-size:12px!important}
  .cart-drawer__pending em{font-size:10.5px!important}
  .cart-drawer__pending-line{height:6px;max-width:150px}
  .cart-drawer__pending-line.is-short{max-width:95px}
}

@media (max-width:947px) and (max-height:508px) and (orientation:landscape){
  html,
  body{overflow-x:hidden !important}
  .section{padding:18px 0 !important}
  .section-head,
  .shelf-head{margin-bottom:10px !important}
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:10px;
    --dlm-card-max:210px;
    --dlm-card-pad-x:8px;
    --dlm-card-pad-y:9px;
    --dlm-media-h:142px;
    --dlm-img-h:100px;
    --dlm-title-size:11.4px;
    --dlm-title-h:30px;
    --dlm-brand-size:10px;
    --dlm-price-size:16px;
    --dlm-form-h:36px;
    --dlm-qty-w:70px;
    --dlm-qty-btn:27px;
    --dlm-buy-font:11px;
    --dlm-buy-icon:16px;
    grid-template-columns:repeat(auto-fit,minmax(168px,1fr)) !important;
    gap:var(--dlm-grid-gap) !important;
    align-items:start !important;
  }
  .product-body{
    grid-template-rows:var(--dlm-title-h) 14px 32px var(--dlm-form-h) !important;
    gap:3px !important;
  }
  .product-card{max-width:var(--dlm-card-max) !important}
  .discount-badge,
  .rx-badge{font-size:9px !important;padding:4px 6px !important}
  .cart-drawer__panel{
    width:min(430px,100vw) !important;
    height:100dvh !important;
    max-height:100dvh !important;
  }
  .cart-drawer__header{
    min-height:44px !important;
    padding-top:max(7px,env(safe-area-inset-top)) !important;
    padding-bottom:7px !important;
  }
  .cart-drawer__body{
    padding:7px 8px 8px !important;
  }
  .cart-drawer__summary{
    padding:7px 10px max(7px,env(safe-area-inset-bottom)) !important;
  }
}

/* Mobile Phone - 760px landscape. */
@media (max-width:760px) and (orientation:landscape){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(142px,186px) minmax(160px,1fr) auto !important;
    gap:8px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-brand-logo{
    width:176px !important;
    max-height:58px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .site-search.drogaluz-search{
    height:40px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-actions.drogaluz-actions{
    gap:6px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-account-trigger b{
    display:none !important;
  }
}

/* Mobile Phone - 716px landscape compacto. */
@media (max-width:716px) and (max-height:508px) and (orientation:landscape){
  .cart-drawer__panel{
    width:100vw !important;
    max-width:100vw !important;
  }
  .cart-drawer__summary{
    grid-template-columns:1fr 1fr !important;
    align-items:center !important;
  }
  .cart-drawer__summary div+div{
    padding-top:0 !important;
    border-top:0 !important;
  }
  .cart-drawer__continue,
  .cart-drawer__checkout{
    width:100% !important;
  }
}

/* Mobile Phone - 508px. */
@media (max-width:508px){.container{width:min(100% - 22px,var(--container))}.deal-strip-inner{height:auto;padding:7px 0}.deal-strip-inner span:nth-child(2){display:none}.header-actions .action-link b{display:none}.action-link{width:40px;padding:0;justify-content:center}.category-nav-inner{height:42px}.category-nav a{height:42px;font-size:13px;padding:0 11px}.product-carousel-grid,.product-grid,.stats-grid,.form-grid.two,.form-grid.three{grid-template-columns:1fr}.product-image{height:176px}.shelf-head,.section-head,.cart-actions,.admin-page-head{align-items:flex-start;flex-direction:column}.cart-table{min-width:720px}.cart-table-wrap{overflow:auto}.add-detail-form{grid-template-columns:1fr}.admin-main{padding:18px}.admin-sidebar{grid-template-columns:1fr}}

@media (max-width:508px){.product-carousel-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{width:100%;border-radius:20px;min-height:394px;max-height:none;max-width:230px;justify-self:center}.product-stack,.product-image{height:212px}.product-image{padding:20px 16px 6px}.product-image img{height:144px;max-height:144px}.product-body{padding:12px 10px}.card-form{grid-template-columns:82px minmax(94px,1fr);gap:5px}.qty-stepper{width:82px;grid-template-columns:28px 1fr 28px}.qty-btn{width:28px;height:28px}.buy-button{width:100%;min-width:0;font-size:12px;padding:0 8px}.buy-icon{width:20px;height:21px;background-size:20px 21px}}

@media (max-width:508px){
  .category-nav a{font-size:13px;padding:0 10px}
  .product-benefits-inner{grid-template-columns:1fr;gap:12px}
}

@media (max-width:508px){
  .cart-drawer__panel{width:100%}
  .cart-drawer__item{grid-template-columns:72px 1fr 26px;padding:14px}
  .cart-drawer__login-banner{grid-template-columns:56px minmax(0,1fr) auto;padding:14px;gap:10px}
  .cart-drawer__login-figure,.cart-drawer__login-figure img{width:54px;height:54px}
  .cart-drawer__login-banner strong{font-size:14px}
  .cart-drawer__login-banner em{padding:8px 10px}
}

@media (max-width:508px){
  .drogaluz-topbar{
    height:auto;
  }
  .drogaluz-topbar-inner{
    height:auto;
    min-height:30px;
    gap:10px;
    padding:7px 0;
    font-size:10px;
  }
  .header-main-inner.drogaluz-mainbar-inner{
    min-height:112px;
  }
  .drogaluz-brand{
    gap:8px;
  }
  .drogaluz-brand-logo{
    width:48px;
    height:48px;
    flex-basis:48px;
  }
  .drogaluz-brand-copy strong{
    font-size:28px;
  }
  .drogaluz-brand-copy small{
    display:none;
  }
  .header-actions.drogaluz-actions{
    gap:10px;
  }
  .drogaluz-account-icon{
    width:28px;
    height:28px;
    flex-basis:28px;
  }
  .cart-pill.drogaluz-cart b{
    width:25px;
    height:25px;
    font-size:12px;
  }
}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-category-nav .category-nav-inner,
  .site-header.drogaluz-style-header .drogaluz-category-nav a{
    height:42px;
  }
  .site-header.drogaluz-style-header .drogaluz-category-nav a{
    font-size:13px;
    padding:0 10px;
  }
}

@media (max-width:508px){
  .drogaluz-footer-inner{grid-template-columns:1fr;gap:14px}
  .drogaluz-footer-item{font-size:13px;line-height:1.15;white-space:normal}
  .drogaluz-footer-item svg{width:30px;height:30px;flex-basis:30px}
  .drogaluz-footer-company{font-size:13px}
  .wa-floating{right:18px;bottom:18px}
}

@media (max-width:508px){
  .drogaluz-topbar-inner{grid-template-columns:auto 1fr;gap:8px;}
  .drogaluz-whatsapp-branch{display:none;}
  .drogaluz-brand-logo{width:220px;}
  .product-carousel-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;}
  .product-card{width:100%;max-width:230px;min-height:394px;max-height:none;}
  .product-stack,.product-image{height:212px;}
  .product-image img{height:144px;max-height:144px;}
  .drogaluz-footer-strip{padding:20px 0;}
}

@media (max-width:508px){
  .drogaluz-brand-logo{width:62px;height:62px;flex-basis:62px;}
  .drogaluz-brand-copy strong{font-size:30px;}
  .drogaluz-brand-copy small{font-size:12px;}
}

@media (max-width:508px){
  .drogaluz-brand{gap:11px;}
  .drogaluz-brand-logo{width:64px;height:64px;flex-basis:64px;}
}

@media (max-width:508px){
  .drogaluz-brand{max-width:220px;}
  .drogaluz-brand-logo{width:210px;max-height:72px;}
}

@media (max-width:508px){
  .product-carousel-grid,
  .product-grid{
    gap:14px 10px;
  }

  .product-card{
    min-width:0;
    overflow:hidden;
  }

  .product-body{
    padding:12px 6px 12px;
    grid-template-rows:38px 16px 42px 38px;
    min-width:0;
  }

  .card-form{
    width:100%;
    max-width:100%;
    height:38px;
    display:grid;
    grid-template-columns:minmax(68px,72px) minmax(0,1fr);
    gap:4px;
    align-items:center;
    justify-content:stretch;
    overflow:visible;
  }

  .qty-stepper{
    width:100%;
    min-width:0;
    height:36px;
    grid-template-columns:24px minmax(18px,1fr) 24px;
    padding:2px;
  }

  .qty-stepper input{
    min-width:0;
    height:30px;
    font-size:12px;
  }

  .qty-btn{
    width:24px;
    height:24px;
  }

  .qty-btn:before,
  .qty-btn:after{
    left:6px;
    right:6px;
    top:11px;
  }

  .qty-btn[data-qty-plus]:after{
    left:11px;
    top:6px;
    width:2px;
    height:12px;
  }

  .buy-button{
    width:100%;
    min-width:0;
    height:36px;
    min-height:36px;
    padding:0 6px;
    gap:3px;
    font-size:11px;
    line-height:1;
    justify-content:center;
    overflow:hidden;
  }

  .buy-label{
    min-width:0;
    overflow:hidden;
    text-overflow:clip;
    white-space:nowrap;
  }

  .buy-icon{
    width:17px;
    height:18px;
    min-width:17px;
    background-size:17px 18px;
  }
}

@media (max-width:508px){
  .drogaluz-brand{max-width:225px;}
  .drogaluz-brand-logo{width:214px;}
}

@media (max-width:508px){
  .site-footer.drogaluz-footer{margin-top:22px;}
  .site-footer.drogaluz-footer .drogaluz-footer-strip{padding:12px 0;}
  .drogaluz-footer-brand strong{font-size:14px;}
  .drogaluz-footer-brand span{font-size:11px;}
  .drogaluz-footer-contact-grid{grid-template-columns:1fr;gap:7px;}
  .drogaluz-footer-chip{min-height:38px;border-radius:12px;padding:6px 9px;}
  .drogaluz-footer-chip svg{width:21px;height:21px;flex-basis:21px;}
  .drogaluz-footer-legal{font-size:10.8px;}
  .wa-floating{right:16px;bottom:16px;}
}

@media (max-width:508px){
  .site-footer.drogaluz-footer{margin-top:18px;}
  .site-footer.drogaluz-footer .drogaluz-footer-strip{padding:10px 0;}
  .drogaluz-footer-contact-grid{grid-template-columns:1fr;gap:6px;}
  .drogaluz-footer-chip{min-height:36px;border-radius:12px;padding:6px 9px;}
  .drogaluz-footer-legal{font-size:10.5px;}
}

@media (max-width:508px){
  .site-footer.drogaluz-footer{margin-top:18px;}
  .site-footer.drogaluz-footer .drogaluz-footer-strip{padding:10px 0;}
  .drogaluz-footer-contact-grid{grid-template-columns:1fr;gap:6px;}
  .drogaluz-footer-chip{min-height:36px;border-radius:12px;padding:6px 9px;}
  .drogaluz-footer-legal{font-size:10.5px;}
}

@media (max-width:508px){.drogaluz-brand-logo{width:214px;}}

@media (max-width:508px){
  .drogaluz-topbar{height:auto;min-height:32px;}
  .drogaluz-contact-topbar{
    min-height:32px;
    justify-content:flex-start;
    overflow-x:auto;
    padding-top:7px;
    padding-bottom:7px;
    scrollbar-width:none;
  }
  .drogaluz-contact-topbar::-webkit-scrollbar{display:none;}
  .drogaluz-topbar-address{max-width:none;flex:0 0 auto;}
  .drogaluz-whatsapp-group{flex:0 0 auto;}
  .drogaluz-topbar-phone{flex:0 0 auto;}
}

@media (max-width:508px){
  .drogaluz-brand-logo{width:214px;max-height:76px;}
}

@media (max-width:508px){
  .drogaluz-contact-topbar{padding-top:6px;padding-bottom:6px;}
  .drogaluz-store-contact{gap:6px;padding:4px 7px;}
  .drogaluz-store-name{display:none;}
  .drogaluz-store-number{font-size:11px;}
  .drogaluz-store-link{font-size:9px;padding-left:7px;padding-right:7px;}
  .drogaluz-topbar-address{max-width:210px;}
}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{
    padding:8px 0;
    gap:8px;
  }
  .drogaluz-top-store-card{
    min-width:315px;
    grid-template-columns:32px minmax(100px,1fr) auto;
    gap:7px;
    padding:8px;
  }
  .drogaluz-top-icon{width:32px;height:32px}
  .drogaluz-top-store-copy strong{font-size:13px}
  .drogaluz-top-store-copy small{font-size:10px}
  .drogaluz-top-whatsapp{font-size:11px}
  .drogaluz-top-action{
    grid-column:2 / -1;
    justify-self:start;
    height:28px;
    padding:0 10px;
    font-size:11px;
  }
  .drogaluz-top-phone{min-width:146px;min-height:50px}
}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-store-topbar{
    min-height:70px !important;
    padding:8px 0 !important;
  }
  .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{
    min-height:54px !important;
    border-radius:14px !important;
    padding:0 10px !important;
  }
  .drogaluz-top-store-card{
    flex:0 0 330px !important;
    min-height:54px !important;
    grid-template-columns:38px minmax(95px,1fr) minmax(98px,.9fr) !important;
    column-gap:8px !important;
    padding:6px 10px !important;
  }
  .drogaluz-top-store-card + .drogaluz-top-store-card{border-left:1px solid rgba(12,58,102,.14) !important;}
  .drogaluz-top-icon{width:36px !important;height:36px !important;}
  .drogaluz-top-icon svg{width:19px !important;height:19px !important;}
  .drogaluz-top-store-copy strong{font-size:12px !important;}
  .drogaluz-top-store-copy small{font-size:10px !important;}
  .drogaluz-top-whatsapp{grid-column:3 !important;gap:6px !important;}
  .drogaluz-top-whatsapp-icon{width:32px !important;height:32px !important;flex-basis:32px !important;}
  .drogaluz-top-whatsapp-icon svg{width:18px !important;height:18px !important;}
  .drogaluz-top-whatsapp-copy b{font-size:11px !important;}
  .drogaluz-top-whatsapp-copy small{font-size:10px !important;}
  .drogaluz-top-action{grid-column:2 / -1 !important;justify-self:start !important;min-width:104px !important;height:28px !important;font-size:11px !important;margin-top:2px !important;}
  .drogaluz-top-phone{flex:0 0 150px !important;grid-template-columns:34px 1fr !important;min-width:150px !important;min-height:54px !important;padding:6px 10px !important;}
  .drogaluz-top-phone svg{width:34px !important;height:34px !important;padding:9px !important;}
  .drogaluz-top-phone span{font-size:11px !important;}
  .drogaluz-top-phone strong{font-size:10px !important;}
}

@media (max-width:508px){.drogaluz-top-whatsapp{border-left:0 !important;padding-left:0 !important;}}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-store-topbar{min-height:72px !important;padding:8px 0 !important;}
  .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{min-height:56px !important;border-radius:13px !important;padding:0 10px !important;}
  .drogaluz-top-store-card{
    flex:0 0 330px !important;
    min-height:56px !important;
    grid-template-columns:38px minmax(98px,1fr) minmax(98px,.8fr) !important;
    gap:8px !important;
    padding:6px 10px !important;
  }
  .drogaluz-top-store-card + .drogaluz-top-store-card{border-left:1px solid #dfe7ef !important;}
  .drogaluz-top-icon{width:36px !important;height:36px !important;}
  .drogaluz-top-icon svg{width:19px !important;height:19px !important;}
  .drogaluz-top-store-copy strong{font-size:12px !important;}
  .drogaluz-top-store-copy small{font-size:10px !important;}
  .drogaluz-top-whatsapp{gap:6px !important;padding-left:0 !important;border-left:0 !important;}
  .drogaluz-top-whatsapp-icon{width:32px !important;height:32px !important;flex-basis:32px !important;}
  .drogaluz-top-whatsapp-icon svg{width:18px !important;height:18px !important;}
  .drogaluz-top-whatsapp-copy b{font-size:11px !important;}
  .drogaluz-top-whatsapp-copy small{font-size:10px !important;}
  .drogaluz-top-action{grid-column:2 / -1 !important;justify-self:start !important;min-width:104px !important;height:28px !important;font-size:11px !important;margin-top:2px !important;}
  .drogaluz-top-phone{flex:0 0 150px !important;grid-template-columns:34px 1fr !important;min-width:150px !important;min-height:56px !important;padding:6px 10px !important;}
  .drogaluz-top-phone svg{width:34px !important;height:34px !important;padding:9px !important;}
  .drogaluz-top-phone span{font-size:11px !important;}
  .drogaluz-top-phone strong{font-size:10px !important;}
}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-store-topbar{min-height:70px !important;padding:8px 0 !important;}
  .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{min-height:56px !important;border-radius:13px !important;padding:0 10px !important;}
  .drogaluz-top-store-card{
    flex:0 0 320px !important;
    min-height:56px !important;
    grid-template-columns:38px minmax(92px,1fr) 1px 38px minmax(82px,.85fr) !important;
    column-gap:8px !important;
    padding:6px 10px !important;
  }
  .drogaluz-top-icon,
  .drogaluz-top-whatsapp-icon{width:36px !important;height:36px !important;}
  .drogaluz-top-icon svg{width:19px !important;height:19px !important;}
  .drogaluz-top-whatsapp-icon svg{width:22px !important;height:22px !important;}
  .drogaluz-top-separator{height:36px !important;}
  .drogaluz-top-store-copy strong{font-size:12px !important;}
  .drogaluz-top-store-copy small{font-size:10px !important;}
  .drogaluz-top-whatsapp-copy b{font-size:11px !important;}
  .drogaluz-top-whatsapp-copy small{font-size:10px !important;}
  .drogaluz-top-phone{flex:0 0 150px !important;grid-template-columns:34px 1fr !important;min-width:150px !important;min-height:56px !important;padding:6px 10px !important;}
  .drogaluz-top-phone svg{width:34px !important;height:34px !important;padding:9px !important;}
  .drogaluz-top-phone span{font-size:11px !important;}
  .drogaluz-top-phone strong{font-size:10px !important;}
}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-store-topbar{min-height:68px !important;padding:8px 0 !important;}
  .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{min-height:54px !important;}
  .drogaluz-top-store-card{
    flex:0 0 318px !important;
    min-height:54px !important;
    grid-template-columns:36px minmax(90px,1fr) 1px 36px minmax(78px,.9fr) !important;
    column-gap:8px !important;
    padding:6px 9px !important;
  }
  .instagram-floating{right:16px;bottom:72px;width:48px;height:48px;}
}

@media (max-width:508px){
  .drogaluz-top-map-wrap,
  .drogaluz-top-map-wrap .drogaluz-top-icon{width:36px !important;height:36px !important;}
  .drogaluz-map-popover{display:none !important;}
}

@media (max-width:508px){
  .wa-floating.wa-floating-premium{right:16px !important;bottom:16px !important;}
  .wa-floating.wa-floating-premium summary,
  .wa-floating-direct{width:52px !important;height:52px !important;}
  .wa-floating.wa-floating-premium summary svg,
  .wa-floating-direct svg{width:30px !important;height:30px !important;}
  .wa-floating.wa-floating-premium .wa-floating-menu-premium{
    width:304px !important;
    bottom:66px !important;
    padding:12px !important;
    border-radius:24px !important;
  }
  .wa-floating-option{grid-template-columns:48px minmax(0,1fr) 40px !important;min-height:70px !important;padding:10px !important;gap:10px !important;}
  .wa-floating-avatar{width:48px !important;height:48px !important;}
  .wa-floating-action{width:40px !important;height:40px !important;}
  .wa-floating-option-copy strong{font-size:16px !important;}
  .wa-floating-option-copy small{font-size:13px !important;}
}

@media (max-width:508px){
  .site-footer.drogaluz-footer.drogaluz-footer-v1041{margin-top:18px !important;}
  .drogaluz-footer-v1041 .drogaluz-footer-contact-band{padding:10px 0 !important;}
  .drogaluz-footer-contact-row{grid-template-columns:1fr !important;gap:9px !important;}
  .drogaluz-footer-contact-card{min-height:64px !important;border-radius:16px !important;padding:10px 12px !important;grid-template-columns:42px minmax(0,1fr) !important;}
  .drogaluz-footer-contact-icon{width:42px !important;height:42px !important;border-radius:14px !important;}
  .drogaluz-footer-contact-icon svg{width:23px !important;height:23px !important;}
  .drogaluz-footer-contact-copy b{font-size:14.5px !important;}
  .drogaluz-footer-contact-copy small{font-size:12px !important;}
  .drogaluz-footer-main-band{padding:18px 0 16px !important;}
  .drogaluz-footer-main-grid{grid-template-columns:1fr !important;gap:22px !important;}
  .drogaluz-footer-about img{width:min(230px,100%) !important;}
  .drogaluz-footer-info dl div{grid-template-columns:1fr !important;gap:3px !important;}
  .drogaluz-footer-copyline{flex-direction:column !important;gap:6px !important;text-align:center !important;}
}

@media (max-width:508px){.drogaluz-mega-main{font-size:14px!important}.drogaluz-mega-panel-head h3{font-size:19px}.drogaluz-mega-column a{font-size:14px!important}}

@media (max-width:508px){
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .category-nav-inner,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-wrap,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-trigger,
  .drogaluz-category-quicklinks,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-category-quicklinks a{
    height:44px !important;
  }
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-menu{
    top:44px !important;
  }
}

@media (max-width:508px){
  .drogaluz-mega-panel-head{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  .category-icon-preview-wrap{
    grid-template-columns:1fr;
  }
}

@media (max-width:508px){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-brand-logo{width:208px !important;max-height:74px !important;}
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{min-height:92px !important;}
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand-logo{width:188px !important;max-height:66px !important;}
}

@media (max-width:508px){
  .drogaluz-scroll-header .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-menu,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-menu{
    top:44px !important;
  }
}

@media (max-width:508px){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-store-topbar-inner,
  .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{
    width:calc(100vw - 20px) !important;
    max-width:calc(100vw - 20px) !important;
    padding:0 7px !important;
    gap:9px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-top-store-card,
  .site-header.drogaluz-style-header .drogaluz-top-store-card{
    flex-basis:calc(100vw - 34px) !important;
    width:calc(100vw - 34px) !important;
    min-width:calc(100vw - 34px) !important;
    grid-template-columns:38px minmax(82px,1fr) 1px 38px minmax(74px,.78fr) !important;
    column-gap:7px !important;
    padding:6px 8px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-top-store-copy strong,
  .site-header.drogaluz-style-header .drogaluz-top-store-copy strong{
    font-size:12px !important;
  }
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-top-store-copy small,
  .site-header.drogaluz-style-header .drogaluz-top-store-copy small,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-top-whatsapp-copy small,
  .site-header.drogaluz-style-header .drogaluz-top-whatsapp-copy small{
    font-size:10px !important;
  }
}

@media (max-width:508px){.admin-settings-form-v1060{padding:14px!important}.admin-settings-section-v1060{padding:13px!important}.admin-settings-head-v1060 h1{font-size:24px!important}}

@media (max-width:508px){.site-footer.drogaluz-footer.drogaluz-footer-v1061{margin-top:18px!important}.drogaluz-footer-v1061 .drogaluz-footer-main-band{padding:18px 0 16px!important}.drogaluz-footer-v1061 .drogaluz-footer-main-grid{grid-template-columns:1fr!important;gap:18px!important}.drogaluz-footer-v1061 .drogaluz-footer-about img{width:min(230px,100%)!important}.drogaluz-footer-v1061 .drogaluz-footer-info dl div{grid-template-columns:1fr!important;gap:3px!important}.drogaluz-footer-trust-shell{padding:14px!important;border-radius:22px!important}.drogaluz-footer-trust-heading h2{font-size:16px!important}.drogaluz-footer-trust-heading span{display:none!important}.drogaluz-payment-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.drogaluz-security-logo-grid{grid-template-columns:1fr!important}.publication-checklist-v1061{grid-template-columns:1fr!important}.publication-import-grid-v1061{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

@media (max-width:508px){
  .drogaluz-footer-v1062 .drogaluz-payment-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .drogaluz-footer-v1062 .drogaluz-security-logo-grid{
    grid-template-columns:1fr!important;
  }
  .drogaluz-footer-v1062 .drogaluz-security-logo-grid span{
    min-height:44px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    place-items:center start!important;
    text-align:left!important;
  }
  .drogaluz-footer-v1062 .drogaluz-security-logo-grid img{
    grid-row:1 / 3!important;
    margin:0!important;
  }
}

@media (max-width:508px){
  .drogaluz-footer-v1063 .drogaluz-payment-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .drogaluz-footer-v1063 .drogaluz-security-logo-grid{
    grid-template-columns:1fr!important;
  }
  .drogaluz-footer-v1063 .drogaluz-security-logo-grid span{
    min-height:44px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    place-items:center start!important;
    text-align:left!important;
  }
  .drogaluz-footer-v1063 .drogaluz-security-logo-grid img{
    grid-row:1 / 3!important;
    margin:0!important;
  }
  .drogaluz-footer-v1063 .drogaluz-security-logo-grid b,
  .drogaluz-footer-v1063 .drogaluz-security-logo-grid small{
    text-align:left!important;
  }
}

@media (max-width:508px){
    .admin-changelog-card-v1065 header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width:508px){
  .admin-updates-list-v1067{padding:12px!important;}
  .admin-updates-date-card-v1067{padding:14px 14px 15px 20px!important;}
}

@media (max-width:508px){
  .drogaluz-footer-v1068 .drogaluz-payment-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .drogaluz-footer-v1068 .drogaluz-payment-logo-grid span{
    min-height:36px!important;
  }
  .drogaluz-footer-v1068 .drogaluz-security-logo-grid{
    grid-template-columns:1fr!important;
  }
  .drogaluz-footer-v1068 .drogaluz-security-logo-grid span{
    min-height:42px!important;
    grid-template-columns:28px minmax(0,1fr)!important;
    padding:6px 8px!important;
  }
  .drogaluz-footer-v1068 .drogaluz-security-logo-grid img{
    width:22px!important;
    height:22px!important;
  }
}

@media (max-width:508px){
  .drogaluz-footer-v1069 .drogaluz-payment-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .drogaluz-footer-v1069 .drogaluz-payment-logo-grid span{
    min-height:32px!important;
  }
  .drogaluz-footer-v1069 .drogaluz-security-logo-grid{
    grid-template-columns:1fr!important;
  }
  .drogaluz-footer-v1069 .drogaluz-security-logo-grid span{
    min-height:38px!important;
    grid-template-columns:24px minmax(0,1fr)!important;
    padding:5px 7px!important;
  }
  .drogaluz-footer-v1069 .drogaluz-security-logo-grid img{
    width:19px!important;
    height:19px!important;
    margin-bottom:0!important;
  }
}

@media (max-width:508px){
  .admin-categories-head-v1072{
    padding:15px 16px!important;
  }
  .admin-categories-head-v1072 h1{
    font-size:25px!important;
  }
  .admin-category-form-v1072{
    padding:16px!important;
  }
  .category-form-footer-v1072{
    grid-template-columns:1fr!important;
  }
  .category-form-footer-v1072 .form-actions,
  .category-form-footer-v1072 .btn{
    width:100%!important;
  }
  .category-tree-main,
  .category-tree-child{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:508px){
  .category-tree-main-v1073{
    grid-template-columns:36px minmax(0,1fr)!important;
  }
  .category-tree-open-hint-v1073{
    grid-column:2!important;
    justify-self:start!important;
    min-height:26px!important;
    padding:5px 8px!important;
  }
  .category-tree-panel-actions-v1073,
  .category-tree-child-v1073 .category-tree-actions{
    justify-content:flex-start!important;
  }
  .category-tree-child-v1073{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:508px){
  .admin-product-search-v1075{
    grid-template-columns:1fr!important;
  }
  .admin-products-toolbar-v1075 > .btn{
    width:100%!important;
  }
}

@media (max-width:508px){.admin-user-search-form-v1076,.admin-user-info-grid-v1076{grid-template-columns:1fr}.admin-user-result-v1076{grid-template-columns:38px 1fr}.admin-user-role-v1076{grid-column:2;justify-self:start}.admin-user-detail-head-v1076{align-items:flex-start}.admin-user-actions-v1076 .btn{width:100%}}

@media (max-width:508px){
  .admin-product-search-v1077,
  .admin-products-toolbar-v1077 > .btn{
    width:100%!important;
  }
}

@media (max-width:508px){
  .admin-user-search-form-v1078,
  .admin-user-create-grid-v1078{grid-template-columns:1fr}
}

@media (max-width:508px){
  .admin-user-detail-empty-v1079{
    grid-template-columns:1fr!important;
    justify-items:center!important;
  }
  .admin-user-detail-empty-v1079 .admin-user-detail-icon-v1076{
    justify-self:center!important;
  }
}

@media (max-width:508px){
  .admin-products-toolbar-v1080{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .admin-product-search-v1080,
  .admin-products-toolbar-v1080 > .btn{
    width:100%!important;
    max-width:none!important;
  }
}

@media (max-width:508px){
  .cart-drawer__panel{
    width:100vw !important;
    max-width:100vw !important;
  }
  .cart-drawer__header{
    min-height:62px !important;
    padding:12px 16px !important;
  }
  .cart-drawer__body{
    padding:14px 10px 16px !important;
  }
  .cart-drawer__summary{
    gap:10px !important;
    padding:16px 14px max(14px, calc(env(safe-area-inset-bottom) + 10px)) !important;
  }
  .cart-drawer__continue,
  .cart-drawer__checkout{
    min-height:42px !important;
  }
}

@media (max-width:508px){
  .drogaluz-footer-v1069 .drogaluz-payment-logo-grid span{
    min-height:30px!important;
  }
  .drogaluz-footer-v1069 .drogaluz-security-logo-grid span{
    min-height:36px!important;
  }
  .drogaluz-footer-v1069 .drogaluz-security-logo-grid span:hover img{
    transform:scale(1.18)!important;
  }
}

@media (max-width:508px){
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-payment-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    min-height:auto!important;
    padding:8px!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-payment-logo-grid span{
    height:38px!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-payment-logo-grid span:nth-child(odd){
    border-left:0!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-payment-logo-grid span:nth-child(even){
    border-left:0!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-payment-logo-grid span:nth-child(n+3){
    border-top:0!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-security-logo-grid{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    padding:8px!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-security-logo-grid span{
    min-height:46px!important;
    border-left:0!important;
    padding:0 8px!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1086 .drogaluz-security-logo-grid span + span{
    border-top:0!important;
  }
}

@media (max-width:508px){
  .site-footer.drogaluz-footer.drogaluz-footer-v1087 .drogaluz-footer-trust-shell{
    padding:8px!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1087 .drogaluz-payment-logo-grid span{
    height:34px!important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1087 .drogaluz-security-logo-grid span{
    min-height:42px!important;
  }
}

@media (max-width:508px){
  .cart-drawer__pending{
    grid-template-columns:42px minmax(0,1fr);
    gap:4px 12px;
    margin-bottom:10px;
    padding:12px 13px;
  }
  .cart-drawer__pending-spinner{
    width:36px;
    height:36px;
    border-width:3px;
  }
  .cart-drawer__pending strong{font-size:13px}
  .cart-drawer__pending em{font-size:11.5px}
}

@media (max-width:508px){
  html,
  body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  body{
    -webkit-text-size-adjust:100% !important;
    text-size-adjust:100% !important;
  }
  .container{
    width:min(100% - 20px,var(--container)) !important;
    min-width:0 !important;
  }
  .header-main-inner.drogaluz-mainbar-inner,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(0,1fr) auto !important;
    min-width:0 !important;
    gap:8px !important;
    padding-left:max(0px,env(safe-area-inset-left)) !important;
    padding-right:max(0px,env(safe-area-inset-right)) !important;
  }
  .brand,
  .site-search.drogaluz-search,
  .header-actions.drogaluz-actions,
  .drogaluz-account.drogaluz-account-v1082,
  .cart-pill.drogaluz-cart.drogaluz-cart-v1082{
    min-width:0 !important;
  }
  .site-search.drogaluz-search,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .site-search.drogaluz-search{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    height:44px !important;
    padding-left:15px !important;
  }
  .site-search.drogaluz-search input{
    min-width:0 !important;
    font-size:14px !important;
  }
  .site-search.drogaluz-search button{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
  }
  .header-actions.drogaluz-actions.drogaluz-actions-v1082{
    gap:7px !important;
    flex-shrink:0 !important;
  }
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-trigger,
  .cart-pill.drogaluz-cart.drogaluz-cart-v1082{
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    min-height:48px !important;
    padding:6px !important;
    border-radius:16px !important;
  }
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-avatar,
  .drogaluz-cart-v1082 .drogaluz-cart-icon-wrap{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
  }
  .cart-pill.drogaluz-cart.drogaluz-cart-v1082 b{
    top:-5px !important;
    right:-5px !important;
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
    font-size:11px !important;
  }
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-menu{
    width:min(318px,calc(100vw - 22px)) !important;
    right:-54px !important;
    z-index:10020 !important;
    pointer-events:none !important;
  }
  .drogaluz-account.drogaluz-account-v1082.is-open,
  .drogaluz-account.drogaluz-account-v1082:focus-within{
    z-index:10010 !important;
  }
  .drogaluz-account.drogaluz-account-v1082.is-open .drogaluz-account-menu,
  .drogaluz-account.drogaluz-account-v1082:focus-within .drogaluz-account-menu{
    pointer-events:auto !important;
  }
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-menu-grid,
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-button{
    position:relative !important;
    z-index:1 !important;
    pointer-events:auto !important;
  }
  .category-nav-inner,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .category-nav-inner{
    min-width:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-snap-type:x proximity !important;
    padding-left:max(10px,env(safe-area-inset-left)) !important;
    padding-right:max(10px,env(safe-area-inset-right)) !important;
  }
  .category-nav a,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .category-nav a,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-trigger,
  .site-header.drogaluz-style-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-category-quicklinks a{
    flex:0 0 auto !important;
    scroll-snap-align:start !important;
    min-height:40px !important;
    white-space:nowrap !important;
  }
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:14px;
    --dlm-card-max:286px;
    --dlm-card-radius:20px;
    --dlm-card-pad-x:12px;
    --dlm-card-pad-y:12px;
    --dlm-media-h:190px;
    --dlm-img-h:138px;
    --dlm-title-size:12.7px;
    --dlm-title-h:34px;
    --dlm-brand-size:11px;
    --dlm-price-size:18.5px;
    --dlm-form-h:42px;
    --dlm-qty-w:96px;
    --dlm-qty-btn:34px;
    --dlm-buy-font:12.5px;
    --dlm-buy-icon:19px;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:var(--dlm-grid-gap) !important;
    justify-items:center !important;
    align-items:stretch !important;
    width:100% !important;
    min-width:0 !important;
  }
  .product-card{
    width:100% !important;
    max-width:min(100%,var(--dlm-card-max)) !important;
    min-width:0 !important;
    min-height:auto !important;
    max-height:none !important;
    border-radius:var(--dlm-card-radius) !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    justify-self:center !important;
  }
  .product-stack,
  .product-image{
    width:100% !important;
    height:var(--dlm-media-h) !important;
    min-height:0 !important;
  }
  .product-image{
    padding:18px 14px 6px !important;
  }
  .product-image img{
    width:100% !important;
    height:var(--dlm-img-h) !important;
    max-height:var(--dlm-img-h) !important;
    object-fit:contain !important;
  }
  .tag-row{
    top:12px !important;
    left:12px !important;
    right:12px !important;
  }
  .discount-badge,
  .rx-badge{
    font-size:10px !important;
    padding:6px 8px !important;
  }
  .product-body{
    width:100% !important;
    min-height:0 !important;
    display:grid !important;
    grid-template-rows:var(--dlm-title-h) 16px 38px var(--dlm-form-h) !important;
    align-content:end !important;
    gap:5px !important;
    padding:var(--dlm-card-pad-y) var(--dlm-card-pad-x) calc(var(--dlm-card-pad-y) + 1px) !important;
    box-sizing:border-box !important;
  }
  .product-body h3{
    width:100% !important;
    max-width:100% !important;
    min-height:var(--dlm-title-h) !important;
    max-height:var(--dlm-title-h) !important;
    font-size:var(--dlm-title-size) !important;
    line-height:1.28 !important;
    overflow:hidden !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
    -webkit-line-clamp:2 !important;
  }
  .product-body h3 a{
    min-width:0 !important;
  }
  .product-brand{
    min-height:16px !important;
    font-size:var(--dlm-brand-size) !important;
    line-height:1.15 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
  .price-stack{
    min-height:38px !important;
    justify-content:center !important;
  }
  .price{
    font-size:var(--dlm-price-size) !important;
    line-height:1.05 !important;
  }
  .old-price{
    font-size:10.5px !important;
    line-height:1.05 !important;
  }
  .card-form{
    width:100% !important;
    height:var(--dlm-form-h) !important;
    min-height:var(--dlm-form-h) !important;
    display:grid !important;
    grid-template-columns:var(--dlm-qty-w) minmax(0,1fr) !important;
    gap:6px !important;
    align-items:center !important;
    margin-top:0 !important;
    min-width:0 !important;
  }
  .qty-stepper{
    width:100% !important;
    max-width:var(--dlm-qty-w) !important;
    height:var(--dlm-form-h) !important;
    min-height:var(--dlm-form-h) !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(0,1fr) var(--dlm-qty-btn) !important;
    padding:3px !important;
    box-sizing:border-box !important;
  }
  .qty-stepper input{
    min-width:0 !important;
    height:calc(var(--dlm-form-h) - 6px) !important;
    min-height:0 !important;
    font-size:13px !important;
  }
  .qty-btn{
    width:calc(var(--dlm-qty-btn) - 6px) !important;
    height:calc(var(--dlm-form-h) - 8px) !important;
    min-width:calc(var(--dlm-qty-btn) - 6px) !important;
    min-height:calc(var(--dlm-form-h) - 8px) !important;
  }
  .qty-btn:before{
    left:9px !important;
    right:9px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
  }
  .qty-btn[data-qty-plus]:after{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    width:2px !important;
    height:13px !important;
    transform:translate(-50%,-50%) !important;
  }
  .buy-button{
    width:100% !important;
    min-width:0 !important;
    height:var(--dlm-form-h) !important;
    min-height:var(--dlm-form-h) !important;
    padding:0 8px !important;
    border-radius:999px !important;
    gap:5px !important;
    font-size:var(--dlm-buy-font) !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .buy-button .buy-label{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .buy-icon{
    width:var(--dlm-buy-icon) !important;
    height:calc(var(--dlm-buy-icon) + 1px) !important;
    flex:0 0 var(--dlm-buy-icon) !important;
    background-size:var(--dlm-buy-icon) calc(var(--dlm-buy-icon) + 1px) !important;
  }
  .section,
  .home-section,
  .shelf-section{
    overflow-x:hidden !important;
  }
  .product-detail{
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding-top:14px !important;
  }
  .detail-image,
  .detail-copy{
    padding:16px !important;
    border-radius:16px !important;
    min-width:0 !important;
  }
  .detail-image img{
    height:min(58vw,300px) !important;
  }
  .detail-copy h1{
    font-size:clamp(24px,7.6vw,34px) !important;
    overflow-wrap:anywhere !important;
  }
  .add-detail-form{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .detail-buy-button{
    min-height:48px !important;
  }
  .cart-drawer{
    width:100vw !important;
    height:100dvh !important;
    padding-left:env(safe-area-inset-left) !important;
    padding-right:env(safe-area-inset-right) !important;
    box-sizing:border-box !important;
  }
  .cart-drawer__panel{
    width:100vw !important;
    max-width:100vw !important;
    height:100dvh !important;
    max-height:100dvh !important;
    min-height:0 !important;
  }
  .cart-drawer__header{
    padding-top:max(12px,env(safe-area-inset-top)) !important;
  }
  .cart-drawer__body{
    min-height:0 !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .cart-drawer__summary{
    padding-bottom:max(14px,env(safe-area-inset-bottom)) !important;
  }
  .cart-drawer__item{
    min-width:0 !important;
  }
  .cart-drawer__item-main,
  .cart-drawer__item h3{
    min-width:0 !important;
    overflow-wrap:anywhere !important;
  }
}

@media (max-width:508px){
  .product-card .card-form{
    overflow:visible !important;
    align-items:center !important;
  }
  .product-card .qty-stepper{
    border:.5px solid #dfe4ea !important;
    border-radius:999px !important;
    background:#fff !important;
    padding:2px !important;
    overflow:visible !important;
    box-shadow:0 1px 4px rgba(18,48,76,.04) !important;
  }
  .product-card .qty-stepper input{
    color:#7f8790 !important;
    font-weight:700 !important;
    text-align:center !important;
    background:transparent !important;
  }
  .product-card .qty-btn{
    border:1px solid #d7dee6 !important;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 1px 2px rgba(18,48,76,.06) !important;
    color:transparent !important;
    font-size:0 !important;
    line-height:1 !important;
    display:grid !important;
    place-items:center !important;
    position:relative !important;
    flex:0 0 auto !important;
  }
  .product-card .qty-btn:before,
  .product-card .qty-btn:after{
    content:"" !important;
    position:absolute !important;
    display:block !important;
    background:#a7b0b9 !important;
    border-radius:2px !important;
  }
  .product-card .qty-btn:before{
    left:7px !important;
    right:7px !important;
    top:50% !important;
    height:2px !important;
    transform:translateY(-50%) !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:12px !important;
    transform:translate(-50%,-50%) !important;
  }
}

@media (max-width:508px){
  .product-card .qty-stepper{
    display:grid !important;
    align-items:center !important;
    justify-items:center !important;
    overflow:visible !important;
  }
  .product-card .qty-btn{
    aspect-ratio:1/1 !important;
    border-radius:999px !important;
    padding:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .product-card .qty-btn:before{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    width:11px !important;
    height:2px !important;
    transform:translate(-50%,-50%) !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:11px !important;
    transform:translate(-50%,-50%) !important;
  }
  .product-card .qty-stepper input{
    display:block !important;
    line-height:1 !important;
    text-align:center !important;
  }
}

@media (max-width:508px){
  .cart-drawer__qty{
    width:116px !important;
    max-width:116px !important;
    height:34px !important;
    min-height:34px !important;
    display:grid !important;
    grid-template-columns:32px 28px 32px !important;
    column-gap:12px !important;
    align-items:center !important;
    justify-content:start !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
  }
  .cart-drawer__qty .qty-btn{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    max-width:32px !important;
    max-height:32px !important;
    aspect-ratio:1/1 !important;
    border:1px solid #d5dde6 !important;
    border-radius:999px !important;
    background:#fff !important;
    box-shadow:0 1px 4px rgba(18,48,76,.07) !important;
    color:transparent !important;
    font-size:0 !important;
    line-height:1 !important;
    display:grid !important;
    place-items:center !important;
    position:relative !important;
    padding:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    justify-self:center !important;
    align-self:center !important;
  }
  .cart-drawer__qty .qty-btn:before,
  .cart-drawer__qty .qty-btn:after{
    content:"" !important;
    position:absolute !important;
    display:block !important;
    left:50% !important;
    right:auto !important;
    top:50% !important;
    background:#a3adb7 !important;
    border-radius:2px !important;
    transform:translate(-50%,-50%) !important;
  }
  .cart-drawer__qty .qty-btn:before{
    width:12px !important;
    height:2px !important;
  }
  .cart-drawer__qty .qty-btn:after{
    display:none !important;
  }
  .cart-drawer__qty .qty-btn[data-qty-plus]:after{
    display:block !important;
    width:2px !important;
    height:12px !important;
  }
  .cart-drawer__qty input{
    width:28px !important;
    min-width:28px !important;
    max-width:28px !important;
    height:34px !important;
    min-height:34px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#46505a !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:34px !important;
    text-align:center !important;
    justify-self:center !important;
  }
}

@media (max-width:508px){
  .products-pager-wrap{padding:0;}
  .products-side-page{
    position:fixed;
    top:auto;
    bottom:82px;
    transform:none;
    width:42px;
    height:42px;
    font-size:34px;
  }
  .products-side-page:hover{transform:none;}
  .products-side-page-prev{left:12px;}
  .products-side-page-next{right:12px;}
  .products-page-head h1{font-size:24px;}
  .products-bottom-pagination{gap:8px;font-size:13px;}
  .products-bottom-pagination a,.products-bottom-pagination span{padding:9px 11px;}
}

@media (max-width:508px){
  .home-section-title-actions-v1135{
    align-items:flex-start;
    flex-direction:column;
  }
  .home-section-title-actions-v1135 .btn{
    width:100%;
    justify-content:center;
  }
}

@media (max-width:508px){
  .products-card-row-pager-v1137{grid-template-columns:1fr;gap:12px;}
  .product-grid-row-v1137{grid-template-columns:1fr;}
  .products-page-arrow-modern-v1137,.products-side-page.products-page-arrow-modern-v1137{display:none;}
  .admin-products-subhead-v1137{justify-content:flex-start;}
  .admin-products-inline-pagination-v1137{order:3;width:100%;}
  .admin-products-count-v1137{order:2;}
}

@media (max-width:508px){
  .home-card-carousel-v1140{grid-template-columns:1fr;}
  .home-card-arrow-v1140{display:none;}
  .home-card-rail-v1140{overflow-x:auto;}
  .products-head-pagination-v1140{justify-content:flex-start;}
  .admin-import-workflow-head-v1140{flex-direction:column;}
  .admin-products-page-label-v1137{order:-1;width:100%;}
}

@media (max-width:508px){
  .home-card-rail-v1140{
    mask-image:none;
    -webkit-mask-image:none;
  }
  .home-card-rail-v1140:before,
  .home-card-rail-v1140:after{display:none;}
}

@media (max-width:508px){
  .home-card-carousel-v1140{grid-template-columns:1fr!important;}
  .home-card-arrow-v1140{display:none!important;}
  .home-card-rail-v1140{max-width:100%!important;overflow-x:auto!important;}
}

@media (max-width:508px){
  .home-card-rail-v1140{
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
}

@media (max-width:508px){
  .home-shelf-carousel-v1140{
    overflow:hidden!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .home-shelf-carousel-v1140 .home-section-title{
    padding-inline:12px!important;
  }
  .home-card-carousel-v1140{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
  }
  .home-card-arrow-v1140{
    display:none!important;
  }
  .home-card-rail-v1140{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    padding:4px 18px 18px!important;
    margin:0!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:18px!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    contain:none!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
  .home-card-rail-v1140:before,
  .home-card-rail-v1140:after{
    display:none!important;
    content:none!important;
  }
  .home-card-track-v1140.product-carousel-grid,
  .home-card-track-v1140{
    display:grid!important;
    grid-template-columns:none!important;
    grid-auto-flow:column!important;
    grid-auto-columns:calc(100vw - 72px)!important;
    gap:16px!important;
    width:max-content!important;
    max-width:none!important;
    justify-content:start!important;
    align-items:stretch!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
    pointer-events:auto!important;
  }
  .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1138 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-outgoing-v1145,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-incoming-v1145{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-self:stretch!important;
    scroll-snap-align:center!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease!important;
    border-color:var(--line)!important;
    box-shadow:0 4px 12px rgba(18,48,76,.06)!important;
  }
}

@media (max-width:508px){
  .home-shelf-carousel-v1140{
    overflow:visible!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .home-shelf-carousel-v1140 .home-section-title{
    padding-inline:0!important;
  }
  .home-card-carousel-v1140{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
  }
  .home-card-arrow-v1140{display:none!important;}
  .home-card-rail-v1140{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    padding:2px 0 12px!important;
    margin:0!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
  .home-card-track-v1140.product-carousel-grid,
  .home-card-track-v1140{
    grid-auto-columns:240px!important;
    gap:18px!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
  }
  .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1138 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-outgoing-v1145,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-incoming-v1145{
    width:100%!important;
    max-width:230px!important;
    justify-self:start!important;
    scroll-snap-align:start!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
}

@media (max-width:508px){
  .products-title-v1149 h1{font-size:26px;}
  .products-inline-pagination-v1149{
    width:100%;
    max-width:100%;
    gap:6px;
    padding:7px 8px;
  }
  .products-page-label-v1149{
    min-width:96px;
    font-size:12px;
  }
  .products-page-btn-v1149{
    width:34px;
    height:34px;
  }
  .products-grid-v1149{
    gap:16px 12px!important;
  }
}

@media (max-width:508px){
  .products-section-v1149 .products-grid-v1149.product-grid,
  .products-section-v1149 .products-grid-v1149{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:16px!important;
    max-width:100%!important;
  }
}

@media (max-width:508px){
  .admin-products-toolbar-v1152{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .admin-products-toolbar-v1152 .admin-product-search-v1080,
  .admin-products-toolbar-v1152 .admin-product-search-v1077{
    width:100%!important;
  }
  .admin-products-toolbar-v1152 > .btn{
    width:100%!important;
    justify-content:center!important;
  }
}

@media (max-width:508px){
  .products-section-v1149 .products-public-head-v1153{
    max-width:100%!important;
    gap:10px!important;
  }
  .products-section-v1149 .products-public-head-v1153 h1{
    font-size:26px!important;
  }
  .products-public-control-row-v1153{
    grid-template-columns:1fr!important;
    justify-items:start!important;
    gap:10px!important;
  }
  .products-public-count-v1153{
    white-space:normal!important;
    line-height:1.25!important;
  }
  .products-public-pagination-v1153{
    justify-self:start!important;
    width:100%!important;
    overflow:auto!important;
  }
  .products-public-control-spacer-v1153{display:none!important;}
}

@media (max-width:508px){
  .products-section-v1149 .products-public-head-v1153{
    max-width:100%!important;
  }
  .products-public-count-v1153,
  .admin-products-count-v1152,
  .admin-products-count-v1137{
    white-space:normal!important;
  }
}

@media (max-width:508px){
  .products-page-v1154{--products-grid-width-v1154:100%;}
  .products-page-v1154 .products-public-head-v1154 h1{font-size:26px!important;}
  .products-page-v1154 .products-public-count-v1154{
    white-space:normal!important;
  }
}

@media (max-width:508px){
  .site-footer.drogaluz-footer.drogaluz-footer-v1167 .drogaluz-footer-trust-shell{
    padding:8px!important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page{
    padding-top:14px;
  }
  .drogaluz-product-gallery,
  .drogaluz-product-buy-card,
  .drogaluz-product-description-card,
  .drogaluz-product-support-card{
    border-radius:18px;
    padding:16px;
  }
  .drogaluz-product-image-card{
    min-height:320px;
    border-radius:16px;
  }
  .drogaluz-product-image-card img{
    height:285px;
  }
  .drogaluz-product-buy-card h1{
    font-size:clamp(24px,8vw,32px);
  }
  .drogaluz-product-price-box strong{
    font-size:36px;
  }
  .drogaluz-product-form,
  .drogaluz-product-service-grid,
  .drogaluz-related-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form,
  .drogaluz-product-payment-options-v1171{
    grid-template-columns:1fr;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    width:100%;
  }
  .drogaluz-product-modal-card-v1171{
    border-radius:20px;
    padding:20px;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form{
    grid-template-columns:1fr;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    width:100%;
  }
  .drogaluz-product-description-head-v1172{
    flex-direction:column;
    align-items:flex-start;
  }
  .drogaluz-product-admin-edit-v1172{
    width:100%;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171{
    width:min(100% - 22px,var(--container))!important;
    max-width:calc(100vw - 22px)!important;
    overflow-x:hidden;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-side-column-v1171{
    order:1;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-scroll-column-v1171{
    order:2;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-short-description{
    display:none;
  }
  .drogaluz-product-mobile-description-v1173{
    display:block;
    margin-top:14px;
    padding:15px;
    border:1px solid #d6e7f4;
    border-radius:18px;
    background:#fff;
  }
  .drogaluz-product-mobile-description-head-v1173{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
  }
  .drogaluz-product-mobile-description-head-v1173 h2{
    margin:3px 0 0;
    color:#123a5d;
    font-size:20px;
    line-height:1.1;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-scroll-column-v1171>.drogaluz-product-description-card-v1171{
    display:none;
  }
  .drogaluz-product-extra-cards-v1173,
  .drogaluz-product-info-card-wide-v1173 ul,
  .drogaluz-product-info-card-wide-v1173 .drogaluz-product-service-grid-v1171{
    grid-template-columns:1fr;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form{
    grid-template-columns:1fr;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    width:100%;
  }
  .drogaluz-product-mobile-description-head-v1173{
    flex-direction:column;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form{
    grid-template-columns:1fr;
    justify-items:stretch;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    justify-self:center;
    width:138px!important;
    min-width:138px!important;
    max-width:138px!important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"]{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-icon-v1171{
    height:48px;
  }
  .drogaluz-product-notice-card-v1174{
    padding:15px;
    border-radius:18px;
  }
}

@media (max-width:508px){
  .drogaluz-product-description-rich-v1175 h3{
    font-size:17px;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    grid-template-columns:38px minmax(0,1fr) 38px!important;
    width:150px!important;
    min-width:150px!important;
    max-width:150px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    margin-inline:auto;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-qty .qty-btn{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    font-size:24px!important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"]{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-cash-v1172{
    grid-template-columns:1fr;
    align-items:stretch;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-cash-field-v1176 input,
  .drogaluz-product-page-v1171 .drogaluz-product-cash-summary-v1172{
    min-height:46px;
  }
}

@media (max-width:508px){
  .drogaluz-product-description-head-v1172{
    padding:18px 18px 0;
  }
  .drogaluz-product-description-card-v1171 .drogaluz-product-description-text,
  .drogaluz-product-description-card-v1171>p{
    padding:18px;
  }
  .drogaluz-product-description-rich-v1175 p,
  .drogaluz-product-description-list-v1175 li{
    font-size:14.5px;
    line-height:1.58;
  }
}

@media (max-width:508px){
  .checkout-payment-options-v1179{
    grid-template-columns:1fr;
  }
  .checkout-payment-cash-v1179,
  .checkout-payment-cash-v1179 div{
    grid-template-columns:1fr;
  }
  .checkout-payment-cash-v1179 input{
    width:100%;
  }
}

@media (max-width:508px){
  body:not(.cart-drawer-open) .cart-drawer,
  body:not(.cart-drawer-open) .cart-drawer__backdrop,
  body:not(.cart-drawer-open) .cart-drawer__panel{
    pointer-events:none !important;
  }
  body:not(.cart-drawer-open) .cart-drawer__backdrop{
    opacity:0 !important;
  }
  body:not(.cart-drawer-open) .cart-drawer__panel{
    transform:translateX(105%) !important;
    visibility:hidden !important;
  }
  body.cart-drawer-open .cart-drawer__panel{
    visibility:visible !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-shell-v1171{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    align-items:stretch !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-scroll-column-v1171,
  .drogaluz-product-page-v1171 .drogaluz-product-side-column-v1171{
    display:contents !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery{
    order:1 !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card{
    order:2 !important;
    position:static !important;
    top:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }
  .drogaluz-product-mobile-description-v1173{
    display:none !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-scroll-column-v1171 > .drogaluz-product-description-card-v1171{
    display:block !important;
    order:3 !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-notice-stack-v1174{
    order:4 !important;
    margin-top:0 !important;
    display:grid !important;
    gap:12px !important;
  }
  .drogaluz-product-info-card-wide-v1173{
    margin-top:16px !important;
  }
}

@media (max-width:508px){
  body,
  .site-header,
  .site-main,
  main,
  .site-footer,
  .drogaluz-scroll-header,
  .drogaluz-product-page-v1171,
  .drogaluz-related-products{
    max-width:100vw !important;
    overflow-x:hidden !important;
  }
  .drogaluz-product-page-v1171{
    width:calc(100vw - 22px) !important;
    max-width:calc(100vw - 22px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-shell-v1171,
  .drogaluz-product-page-v1171 .drogaluz-product-scroll-column-v1171,
  .drogaluz-product-page-v1171 .drogaluz-product-side-column-v1171,
  .drogaluz-product-page-v1171 .drogaluz-product-gallery,
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card,
  .drogaluz-product-page-v1171 .drogaluz-product-description-card-v1171,
  .drogaluz-product-page-v1171 .drogaluz-product-notice-stack-v1174,
  .drogaluz-product-info-card-wide-v1173{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-shell-v1171{
    overflow-x:clip !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery{
    display:grid !important;
    grid-template-columns:1fr !important;
    justify-items:center !important;
    overflow:hidden !important;
    padding-left:clamp(12px,4vw,18px) !important;
    padding-right:clamp(12px,4vw,18px) !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-image-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    justify-self:center !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-image-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:min(92vw,430px) !important;
    object-fit:contain !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumb{
    flex:0 0 72px !important;
    width:72px !important;
    max-width:72px !important;
  }
  .wa-floating.wa-floating-premium,
  .wa-floating,
  .wa-floating-direct,
  .instagram-floating{
    right:max(12px,env(safe-area-inset-right)) !important;
  }
  .wa-floating.wa-floating-premium .wa-floating-menu-premium{
    width:min(304px,calc(100vw - 24px)) !important;
    max-width:calc(100vw - 24px) !important;
    right:0 !important;
  }
}

@media (max-width:508px){
    body,
    .site-header,
    .site-main,
    main,
    .site-footer,
    .drogaluz-scroll-header,
    .drogaluz-product-page-v1171,
    .drogaluz-related-products{
      overflow-x:clip !important;
    }
  }

@media (max-width:508px){
  .drogaluz-product-gallery-v1191 .drogaluz-product-gallery-slide-v1191{
    padding:10px;
  }
  .drogaluz-product-gallery-nav-v1191{
    width:36px;
    height:36px;
    font-size:28px;
  }
  .drogaluz-product-gallery-nav-v1191.is-prev{left:10px}
  .drogaluz-product-gallery-nav-v1191.is-next{right:10px}
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card-v1191{
    position:static !important;
    top:auto !important;
    padding:20px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card-v1191 h1{
    font-size:clamp(30px,8.5vw,40px);
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card-v1191 .drogaluz-product-price-box strong{
    font-size:clamp(38px,12vw,54px);
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191{
    flex-wrap:wrap !important;
    gap:8px !important;
    overflow:hidden !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191 .drogaluz-product-thumb{
    flex:0 0 64px !important;
    width:64px !important;
    max-width:64px !important;
    height:64px !important;
  }
  .admin-product-album-row-v1191{
    grid-template-columns:1fr;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-price-box-v1193{
    padding:18px 112px 16px 18px !important;
    min-height:122px;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:1fr;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:100%;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-gallery-slide-v1191{
    padding:clamp(10px,4vw,18px) !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-image-card{
    height:clamp(360px,96vw,560px) !important;
    border-radius:18px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-gallery-slide-v1191{
    inset:10px !important;
    width:calc(100% - 20px) !important;
    height:calc(100% - 20px) !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-nav-v1191{
    display:none !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191{
    gap:10px !important;
    flex-wrap:wrap !important;
    overflow:hidden !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191 .drogaluz-product-thumb{
    flex:0 0 68px !important;
    width:68px !important;
    height:68px !important;
    max-width:68px !important;
    padding:5px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card-v1193{
    padding:18px !important;
    gap:10px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    display:grid !important;
    grid-template-columns:minmax(102px,124px) minmax(0,1fr) !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:100% !important;
    min-width:0 !important;
    height:42px !important;
    min-height:42px !important;
    grid-template-columns:32px minmax(28px,1fr) 32px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    width:100% !important;
    min-width:0 !important;
    height:46px !important;
    padding:0 12px !important;
    white-space:nowrap !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-card-v1193 .drogaluz-product-whatsapp-button-v1191{
    width:100% !important;
    margin-top:0 !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-panel-v1191{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    padding:12px !important;
    overflow:hidden !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    width:100% !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171 span{
    min-height:34px !important;
    padding:0 4px !important;
    font-size:12.5px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191{
    box-shadow:0 18px 42px rgba(18,48,76,.11) !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-image-card{
    box-shadow:0 14px 34px rgba(18,48,76,.10) !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-gallery-slide-v1191{
    padding:clamp(18px,5vw,28px) !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191 .drogaluz-product-thumb{
    box-shadow:0 8px 18px rgba(18,48,76,.10) !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr) !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    justify-self:stretch !important;
    width:112px !important;
    min-width:0 !important;
    max-width:112px !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    grid-template-columns:30px minmax(28px,1fr) 30px !important;
    padding:3px !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper input{
    height:34px !important;
    min-height:34px !important;
    font-size:15px !important;
    line-height:34px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#7c8c9b !important;
    font-size:22px !important;
    font-weight:500 !important;
    box-shadow:none !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn:before,
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn:after{
    display:none !important;
    content:none !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 10px !important;
    gap:6px !important;
    font-size:14px !important;
    white-space:nowrap !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button .buy-label{
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171 span{
    min-height:34px !important;
    padding:0 3px !important;
    font-size:12px !important;
    white-space:nowrap !important;
  }
  .drogaluz-product-discount-row-v1195{
    gap:7px;
  }
  .drogaluz-product-side-discount-badge-v1195{
    min-height:24px;
    padding:0 8px;
    font-size:11.5px;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    display:grid !important;
    grid-template-columns:116px minmax(0,1fr) !important;
    justify-content:stretch !important;
    align-items:center !important;
    gap:14px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:116px !important;
    min-width:116px !important;
    max-width:116px !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    display:grid !important;
    grid-template-columns:30px 1fr 30px !important;
    align-items:center !important;
    padding:2px !important;
    border:.5px solid #ddd !important;
    border-radius:20px !important;
    background:#fff !important;
    overflow:hidden !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper input{
    height:36px !important;
    min-height:36px !important;
    border:0 !important;
    padding:0 !important;
    text-align:center !important;
    color:#828282 !important;
    font-size:15px !important;
    font-weight:700 !important;
    background:transparent !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    position:relative !important;
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    border:1px solid #d8dde3 !important;
    border-radius:50% !important;
    background:#fff !important;
    color:#9aa2aa !important;
    font-size:0 !important;
    line-height:1 !important;
    box-shadow:none !important;
    display:grid !important;
    place-items:center !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn:before,
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn:after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    left:8px !important;
    right:8px !important;
    top:14px !important;
    height:2px !important;
    background:#9aa2aa !important;
    border-radius:2px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn:not([data-qty-plus]):after{
    display:none !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn[data-qty-plus]:after{
    left:14px !important;
    right:auto !important;
    top:8px !important;
    width:2px !important;
    height:14px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 12px !important;
    font-size:14px !important;
    white-space:nowrap !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-indicators-v1196{
    margin:14px auto 13px !important;
    gap:8px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-indicator-v1196{
    width:22px !important;
    height:6px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-gallery-indicator-v1196.is-active{
    width:31px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1196{
    gap:12px !important;
    padding:0 4px 4px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1196 .drogaluz-product-thumb{
    flex:0 0 72px !important;
    width:72px !important;
    height:72px !important;
    max-width:72px !important;
    max-height:72px !important;
    padding:7px !important;
    border-radius:16px !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:112px minmax(0,1fr) !important;
    gap:14px !important;
    justify-content:stretch !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    justify-self:stretch !important;
    max-width:none !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 12px !important;
    font-size:14px !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:128px minmax(0,1fr) !important;
    column-gap:12px !important;
    row-gap:10px !important;
    justify-content:stretch !important;
    margin-top:14px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    justify-self:start !important;
    width:128px !important;
    min-width:128px !important;
    max-width:128px !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    grid-template-columns:34px minmax(0,1fr) 34px !important;
    margin:0 !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    width:32px !important;
    min-width:32px !important;
    max-width:32px !important;
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    font-size:22px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    justify-self:stretch !important;
    max-width:none !important;
    width:100% !important;
    height:46px !important;
    min-height:46px !important;
    max-height:46px !important;
    padding:0 12px !important;
    font-size:15px !important;
  }
}

@media (max-width:508px){
  .admin-product-album-line-v1199{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:134px minmax(0,1fr) !important;
    column-gap:14px !important;
    row-gap:10px !important;
    justify-content:stretch !important;
    margin-top:14px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    justify-self:start !important;
    width:134px !important;
    min-width:134px !important;
    max-width:134px !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    grid-template-columns:36px minmax(0,1fr) 36px !important;
    margin:0 !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    width:34px !important;
    min-width:34px !important;
    max-width:34px !important;
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    justify-self:stretch !important;
    max-width:none !important;
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    padding:0 12px !important;
    font-size:15px !important;
  }
}

@media (max-width:508px){
  .drogaluz-related-products-v1108{
    width:100% !important;
    max-width:100vw !important;
    padding-top:26px !important;
    padding-bottom:34px !important;
    overflow:hidden !important;
  }
  .drogaluz-related-products-v1108 .home-section-title{
    padding-inline:12px !important;
  }
  .drogaluz-related-products-v1108 .home-card-rail-v1140{
    overflow-x:auto !important;
    overflow-y:visible !important;
  }
}

@media (max-width:508px){
  .product-card .card-form{
    --dl111-card-qty-pad:3px;
    --dl111-card-qty-circle:24px;
    --dl111-card-qty-gap:3px;
    --dl111-card-qty-number:22px;
    --dl111-card-qty-width:82px;
    --dl111-card-qty-height:30px;
    --dl111-card-form-gap:5px;
  }
  .product-card .card-form .qty-stepper input{
    font-size:12px !important;
  }
  .product-card .card-form .qty-btn:before{
    width:8px !important;
  }
  .product-card .card-form .qty-btn[data-qty-plus]:after{
    height:8px !important;
  }
  .product-card .card-form .buy-button{
    padding:0 6px !important;
    font-size:11px !important;
    gap:4px !important;
  }
  .product-card .card-form .buy-button .buy-icon{
    display:inline-block !important;
    width:14px !important;
    height:15px !important;
    flex:0 0 14px !important;
    background-size:14px 15px !important;
  }
}

@media (max-width:508px){
  .product-card .card-form .buy-button .buy-icon,
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button .buy-icon{
    display:inline-block !important;
    opacity:1 !important;
    visibility:visible !important;
    flex-shrink:0 !important;
  }
}

@media (max-width:508px){
  .home-card-carousel-v1140,
  .drogaluz-related-products-v1108 .home-card-carousel-v1140{
    max-width:100vw !important;
    overflow:hidden !important;
  }
  .home-card-rail-v1140{
    max-width:100% !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-shell-v1171{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "dl111-gallery"
      "dl111-buy"
      "dl111-description"
      "dl111-notices" !important;
    gap:14px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button .buy-icon,
  .product-card .card-form .buy-button .buy-icon,
  .buy-button.drogaluz-buy .buy-icon,
  .drogaluz-buy .buy-icon{
    width:16px !important;
    min-width:16px !important;
    max-width:16px !important;
    height:17px !important;
    min-height:17px !important;
    max-height:17px !important;
    flex-basis:16px !important;
    background-size:16px 17px !important;
  }
}

@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button,
  .product-card .card-form .buy-button,
  .buy-button.drogaluz-buy,
  .drogaluz-buy{
    gap:6px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button .buy-icon,
  .product-card .card-form .buy-button .buy-icon,
  .buy-button.drogaluz-buy .buy-icon,
  .drogaluz-buy .buy-icon{
    width:16px !important;
    min-width:16px !important;
    max-width:16px !important;
    height:17px !important;
    min-height:17px !important;
    max-height:17px !important;
    flex-basis:16px !important;
  }
}

@media (max-width:508px){
    .admin-import-schema-action-v115r2 {
        align-items: stretch;
    }

    .admin-import-schema-action-v115r2 .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width:508px){
    .admin-db-updates-head-v116r7{
        align-items:stretch;
        flex-direction:column;
    }
    .admin-db-backup-form-v116r7 .btn{
        width:100%;
    }
    .admin-db-updates-metrics-v116r7{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .admin-db-updates-warning-v116r7{
        flex-direction:column;
    }
}

@media (max-width:508px){
    .admin-db-backup-box-v116r7,
    .admin-db-install-box-v116r7{
        align-items:stretch;
        flex-direction:column;
    }
    .admin-db-backup-actions-v116r7{
        flex-direction:column;
    }
    .admin-db-backup-actions-v116r7 .btn,
    .admin-db-install-box-v116r7 .btn{
        width:100%;
    }
    .admin-db-console-panel-v116r7 summary{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media (max-width:508px){.drogaluz-product-page-v1171 .drogaluz-product-shell-v1171{grid-template-columns:1fr !important;grid-template-areas:"dl111-gallery" "dl111-buy" "dl111-description" "dl111-notices" !important;gap:14px !important}.drogaluz-product-page-v1171 .drogaluz-product-form-v1193{grid-template-columns:minmax(94px,112px) minmax(0,1fr) !important;gap:10px !important}.drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty,.drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{height:38px !important;min-height:38px !important}.drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}.drogaluz-product-service-final-v111 .drogaluz-product-info-card-wide-v1173{margin-top:14px !important}}

@media (max-width:508px){
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-store-topbar,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-store-topbar-inner,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-card{
        background:#101a2a !important;
        background-color:#101a2a !important;
        color:#e7eef8 !important;
        border-color:#2d4058 !important;
        box-shadow:none !important;
    }
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-copy strong,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-whatsapp-copy b{
        color:#ffffff !important;
    }
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-copy small,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-whatsapp-copy small{
        color:#dce8f8 !important;
    }
}

@media (max-width:508px){
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-store-topbar,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-store-topbar-inner{
        background:var(--dl117-dark-bg) !important;
        background-color:var(--dl117-dark-bg) !important;
        border-color:transparent !important;
    }
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-card{
        background:var(--dl117-dark-panel) !important;
        background-color:var(--dl117-dark-panel) !important;
        border-color:#2c4059 !important;
    }
}

@media (max-width:508px){
    html[data-drogaluz-theme="dark"] .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-store-topbar,
    html[data-drogaluz-theme="dark"] .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-store-topbar-inner,
    html[data-drogaluz-theme="dark"] .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-contact-header .drogaluz-top-store-card,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-store-topbar,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-store-topbar-inner,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-card{
        background:#101a2a !important;
        background-color:#101a2a !important;
        color:#e7eef8 !important;
        border-color:#2d4058 !important;
        box-shadow:none !important;
    }
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-card + .drogaluz-top-store-card,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-separator{
        background:#2d4058 !important;
        background-color:#2d4058 !important;
        border-color:#2d4058 !important;
    }
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-copy strong,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-whatsapp-copy b{
        color:#ffffff !important;
    }
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-store-copy small,
    html[data-drogaluz-theme="dark"] .site-header.drogaluz-style-header .drogaluz-top-whatsapp-copy small{
        color:#d4e2f3 !important;
    }
}

@media (max-width:508px){
    .product-card .product-body:has(.card-form.is-price-locked){
        grid-template-rows:38px 16px 46px 40px !important;
    }
    .product-card .price-stack:has(.price-locked-v117){
        min-height:46px !important;
    }
    .product-card .price-stack .price-locked-v117{
        width:min(168px,100%) !important;
        height:42px !important;
        min-height:42px !important;
    }
    .product-card .price-stack .price-locked-v117 img{
        height:31px !important;
    }
    .product-card .card-form.is-price-locked{
        height:40px !important;
        min-height:40px !important;
        max-height:40px !important;
    }
    .product-card .card-form.is-price-locked .buy-button{
        height:36px !important;
        min-height:36px !important;
        max-height:36px !important;
        font-size:13px !important;
    }
    .product-card .card-form.is-price-locked .price-login-icon-v117{
        width:30px !important;
        height:19px !important;
        min-width:30px !important;
        flex-basis:30px !important;
    }
}

/* Mobile - detalhe do produto: quantidade e Comprar pelo padrao Files/medidas. */
@media (max-width:508px){
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked){
        --dl-mobile-product-qty-pad:5px;
        --dl-mobile-product-qty-circle:32px;
        --dl-mobile-product-qty-gap:5px;
        --dl-mobile-product-qty-number:40px;
        --dl-mobile-product-qty-width:124px;
        --dl-mobile-product-qty-height:42px;
        --dl-mobile-product-control-gap:10px;
        --dl-mobile-product-sign:12px;
        display:grid !important;
        grid-template-columns:var(--dl-mobile-product-qty-width) minmax(0,1fr) !important;
        column-gap:var(--dl-mobile-product-control-gap) !important;
        row-gap:10px !important;
        align-items:center !important;
        justify-content:stretch !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
        margin-top:14px !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty.qty-stepper{
        display:grid !important;
        grid-template-columns:var(--dl-mobile-product-qty-circle) var(--dl-mobile-product-qty-number) var(--dl-mobile-product-qty-circle) !important;
        column-gap:var(--dl-mobile-product-qty-gap) !important;
        align-items:center !important;
        justify-content:center !important;
        place-items:center !important;
        justify-self:start !important;
        box-sizing:border-box !important;
        width:var(--dl-mobile-product-qty-width) !important;
        min-width:var(--dl-mobile-product-qty-width) !important;
        max-width:var(--dl-mobile-product-qty-width) !important;
        height:var(--dl-mobile-product-qty-height) !important;
        min-height:var(--dl-mobile-product-qty-height) !important;
        max-height:var(--dl-mobile-product-qty-height) !important;
        padding:var(--dl-mobile-product-qty-pad) !important;
        margin:0 !important;
        border-radius:999px !important;
        overflow:hidden !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty.qty-stepper input{
        box-sizing:border-box !important;
        display:block !important;
        justify-self:center !important;
        align-self:center !important;
        width:var(--dl-mobile-product-qty-number) !important;
        min-width:var(--dl-mobile-product-qty-number) !important;
        max-width:var(--dl-mobile-product-qty-number) !important;
        height:var(--dl-mobile-product-qty-circle) !important;
        min-height:var(--dl-mobile-product-qty-circle) !important;
        max-height:var(--dl-mobile-product-qty-circle) !important;
        line-height:var(--dl-mobile-product-qty-circle) !important;
        padding:0 !important;
        margin:0 !important;
        border:0 !important;
        text-align:center !important;
        font-size:15px !important;
        font-weight:900 !important;
        appearance:textfield !important;
        -moz-appearance:textfield !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty.qty-stepper input::-webkit-outer-spin-button,
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty.qty-stepper input::-webkit-inner-spin-button{
        appearance:none !important;
        margin:0 !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty .qty-btn{
        position:relative !important;
        display:grid !important;
        place-items:center !important;
        justify-self:center !important;
        align-self:center !important;
        box-sizing:border-box !important;
        width:var(--dl-mobile-product-qty-circle) !important;
        min-width:var(--dl-mobile-product-qty-circle) !important;
        max-width:var(--dl-mobile-product-qty-circle) !important;
        height:var(--dl-mobile-product-qty-circle) !important;
        min-height:var(--dl-mobile-product-qty-circle) !important;
        max-height:var(--dl-mobile-product-qty-circle) !important;
        padding:0 !important;
        margin:0 !important;
        border-radius:50% !important;
        font-size:0 !important;
        line-height:1 !important;
        text-indent:-9999px !important;
        text-shadow:none !important;
        overflow:hidden !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty .qty-btn:before,
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty .qty-btn:after{
        content:"" !important;
        position:absolute !important;
        left:50% !important;
        top:50% !important;
        right:auto !important;
        bottom:auto !important;
        display:block !important;
        width:var(--dl-mobile-product-sign) !important;
        height:2px !important;
        margin:0 !important;
        padding:0 !important;
        border:0 !important;
        border-radius:2px !important;
        transform:translate(-50%,-50%) !important;
        transform-origin:center center !important;
        pointer-events:none !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty .qty-btn:after{
        display:none !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty .qty-btn[data-qty-plus]:after{
        display:block !important;
        width:2px !important;
        height:var(--dl-mobile-product-sign) !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        justify-self:stretch !important;
        align-self:center !important;
        box-sizing:border-box !important;
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        height:var(--dl-mobile-product-qty-height) !important;
        min-height:var(--dl-mobile-product-qty-height) !important;
        max-height:var(--dl-mobile-product-qty-height) !important;
        padding:0 14px !important;
        gap:6px !important;
        border-radius:999px !important;
        font-size:14px !important;
        line-height:1 !important;
        white-space:nowrap !important;
        overflow:hidden !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button .buy-label{
        display:block !important;
        min-width:0 !important;
        max-width:calc(100% - 22px) !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button .buy-icon{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        flex:0 0 16px !important;
        width:16px !important;
        min-width:16px !important;
        max-width:16px !important;
        height:17px !important;
        min-height:17px !important;
        max-height:17px !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button .buy-icon svg{
        display:block !important;
        width:100% !important;
        height:100% !important;
    }
}

/* Mobile - produto: relacionados alinhados ao mesmo inicio do card Informacoes. */
@media (max-width:508px){
    .drogaluz-related-products-v1108{
        width:calc(100vw - 22px) !important;
        max-width:calc(100vw - 22px) !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
        box-sizing:border-box !important;
        overflow-x:clip !important;
        overflow-y:visible !important;
    }
    .drogaluz-related-products-v1108 .home-section-title{
        padding-left:0 !important;
        padding-right:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .drogaluz-related-products-v1108 .home-card-carousel-v1140,
    .drogaluz-related-products-v1108 .home-card-rail-v1140{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
        box-sizing:border-box !important;
    }
    .drogaluz-related-products-v1108 .home-card-carousel-v1140{
        padding-left:0 !important;
        padding-right:0 !important;
        overflow:visible !important;
    }
    .drogaluz-related-products-v1108 .home-card-rail-v1140{
        padding:2px 0 12px !important;
        overflow-x:auto !important;
        overflow-y:visible !important;
        scroll-padding-inline:0 !important;
    }
    .drogaluz-related-products-v1108 .home-card-track-v1140.product-carousel-grid,
    .drogaluz-related-products-v1108 .home-card-track-v1140{
        grid-auto-columns:240px !important;
        gap:18px !important;
        justify-content:start !important;
        width:max-content !important;
        max-width:none !important;
    }
    .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card{
        width:100% !important;
        max-width:230px !important;
        justify-self:start !important;
        scroll-snap-align:start !important;
    }
}

@media (min-width:402px) and (max-width:508px){
  .product-card .qty-btn:not([data-qty-plus]):after{
    content:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    background:transparent !important;
  }
  .product-card .qty-btn:before{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    width:11px !important;
    height:2px !important;
    transform:translate(-50%,-50%) !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    content:"" !important;
    display:block !important;
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:11px !important;
    transform:translate(-50%,-50%) !important;
  }
}

@media (min-width:420px) and (max-width:508px){
  .product-card .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
    max-width:var(--dlm-qty-btn) !important;
    max-height:var(--dlm-qty-btn) !important;
    aspect-ratio:1/1 !important;
    border-radius:999px !important;
    padding:0 !important;
    align-self:center !important;
    justify-self:center !important;
    box-sizing:border-box !important;
  }
  .product-card .qty-btn:not([data-qty-plus]):after{
    content:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    background:transparent !important;
  }
  .product-card .qty-btn:before{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    width:11px !important;
    height:2px !important;
    transform:translate(-50%,-50%) !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    content:"" !important;
    display:block !important;
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:11px !important;
    transform:translate(-50%,-50%) !important;
  }
}

@media (min-width:420px) and (max-width:508px){
  .product-card .qty-stepper{
    height:calc(var(--dlm-qty-btn) + 4px) !important;
    min-height:calc(var(--dlm-qty-btn) + 4px) !important;
    max-height:calc(var(--dlm-qty-btn) + 4px) !important;
    padding:2px !important;
    align-self:center !important;
    justify-self:start !important;
    align-items:center !important;
    justify-items:center !important;
    box-sizing:border-box !important;
    overflow:visible !important;
  }
  .product-card .qty-stepper input{
    height:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
    line-height:var(--dlm-qty-btn) !important;
    padding:0 !important;
    align-self:center !important;
  }
}

@media (min-width:430px) and (max-width:508px){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:12px;
    --dlm-card-max:230px;
    --dlm-card-pad-x:10px;
    --dlm-card-pad-y:11px;
    --dlm-media-h:184px;
    --dlm-img-h:134px;
    --dlm-title-size:12.5px;
    --dlm-title-h:34px;
    --dlm-price-size:18px;
    --dlm-form-h:40px;
    --dlm-qty-w:80px;
    --dlm-qty-btn:29px;
    --dlm-buy-font:12px;
    --dlm-buy-icon:19px;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (min-width:432px) and (max-width:508px){
  .product-card .qty-btn:before{
    width:12px !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    height:12px !important;
  }
}

@media (min-width:432px) and (max-width:508px){
  .product-card .qty-btn:before{
    width:12px !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    height:12px !important;
  }
}

@media (min-width:480px) and (max-width:508px){
  .product-carousel-grid,
  .product-grid{
    --dlm-card-max:236px;
    --dlm-media-h:190px;
    --dlm-img-h:140px;
  }
}

/* Mobile Phone - 480px. */
/* Mobile ate 480px: celulares grandes e phablets. */
@media (max-width:480px){
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(64px,74px) minmax(0,1fr) auto !important;
    min-height:72px !important;
    gap:7px !important;
    align-items:center !important;
    padding:7px 0 !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-final-category-wrap{
    display:block !important;
    grid-column:1 !important;
    grid-row:1 !important;
    align-self:center !important;
    justify-self:start !important;
    position:relative !important;
    z-index:120 !important;
    width:100% !important;
    min-width:0 !important;
  }

  .drogaluz-final-category-trigger{
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
    padding:4px 3px !important;
    border:1px solid #dce8f2 !important;
    border-radius:17px !important;
    background:#fff !important;
    box-shadow:0 8px 22px rgba(13,58,98,.08) !important;
    color:#075fa8 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:2px !important;
    cursor:pointer !important;
    line-height:1 !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  .drogaluz-final-category-trigger:hover,
  .drogaluz-final-category-trigger:focus-visible,
  .drogaluz-final-category-wrap.is-open .drogaluz-final-category-trigger{
    border-color:#b9dcf4 !important;
    box-shadow:0 10px 26px rgba(10,95,168,.15) !important;
    outline:none !important;
  }

  .drogaluz-final-category-icon{
    width:25px !important;
    height:25px !important;
    display:grid !important;
    place-items:center !important;
    color:#075fa8 !important;
    margin:0 auto !important;
  }

  .drogaluz-final-category-icon svg{
    width:22px !important;
    height:22px !important;
    display:block !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:2.2 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }

  .drogaluz-final-category-copy{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    text-align:center !important;
    color:#0b3fb8 !important;
    font-weight:900 !important;
    letter-spacing:-.03em !important;
  }

  .drogaluz-final-category-copy small,
  .drogaluz-final-category-copy strong{
    display:block !important;
    width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    line-height:1.02 !important;
  }

  .drogaluz-final-category-copy small{
    font-size:8.5px !important;
    color:#6c7a86 !important;
    font-weight:800 !important;
  }

  .drogaluz-final-category-copy strong{
    font-size:10.5px !important;
    color:#0b3fb8 !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand{
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:center !important;
    align-self:center !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand-logo{
    width:clamp(112px,39vw,168px) !important;
    max-width:100% !important;
    max-height:54px !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search{
    display:none !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-actions.drogaluz-actions{
    grid-column:3 !important;
    grid-row:1 !important;
    justify-self:end !important;
    align-self:center !important;
    gap:6px !important;
    min-width:max-content !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-trigger,
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .cart-pill.drogaluz-cart.drogaluz-cart-v1082{
    width:46px !important;
    min-width:46px !important;
    height:46px !important;
    min-height:46px !important;
    border-radius:16px !important;
    padding:5px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-avatar,
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-cart-v1082 .drogaluz-cart-icon-wrap{
    width:33px !important;
    height:33px !important;
    min-width:33px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu{
    position:absolute !important;
    left:0 !important;
    top:calc(100% + 9px) !important;
    width:calc(100vw - 20px) !important;
    min-height:0 !important;
    max-height:min(72vh,620px) !important;
    overflow:auto !important;
    grid-template-columns:1fr !important;
    border-radius:0 0 18px 18px !important;
    box-shadow:0 20px 48px rgba(12,49,82,.22) !important;
    z-index:999 !important;
    transform:translate3d(0,10px,0) scale(.985) !important;
    pointer-events:none !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-sidebar{
    padding:16px 14px !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,40,70,.08) !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-sidebar h3{
    font-size:18px !important;
    margin-bottom:12px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-main{
    grid-template-columns:42px 1fr auto !important;
    min-height:58px !important;
    padding:8px 10px !important;
    border-radius:14px !important;
    font-size:16px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-main .category-icon{
    width:26px !important;
    height:26px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-content{
    padding:16px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-columns{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu .drogaluz-mega-panel-head h3{
    font-size:18px !important;
  }

  .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu,
  .drogaluz-final-category-wrap:focus-within .drogaluz-final-mega-menu{
    opacity:1 !important;
    visibility:visible !important;
    transform:translate3d(0,0,0) scale(1) !important;
    pointer-events:auto !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu,
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header .drogaluz-final-category-wrap:focus-within .drogaluz-final-mega-menu{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
}

/* Mobile ate 480px: celulares grandes e phablets. */
@media (max-width:480px){
  .drogaluz-final-category-wrap:not(.is-open) .drogaluz-final-mega-menu{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translate3d(0,10px,0) scale(.985) !important;
  }
}

/* Mobile ate 480px: celulares grandes e phablets. */
@media (max-width:480px){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main-inner.drogaluz-mainbar-inner,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-brand,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-brand-logo,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .site-search.drogaluz-search,
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-actions.drogaluz-actions,
  .drogaluz-final-category-wrap,
  .drogaluz-final-category-trigger{
    transition:
      grid-template-columns 1.45s cubic-bezier(.16,1,.3,1),
      grid-template-rows 1.45s cubic-bezier(.16,1,.3,1),
      min-height 1.45s cubic-bezier(.16,1,.3,1),
      height 1.35s cubic-bezier(.16,1,.3,1),
      max-height 1.35s cubic-bezier(.16,1,.3,1),
      padding 1.35s cubic-bezier(.16,1,.3,1),
      gap 1.35s cubic-bezier(.16,1,.3,1),
      width 1.35s cubic-bezier(.16,1,.3,1),
      max-width 1.35s cubic-bezier(.16,1,.3,1),
      transform 1.35s cubic-bezier(.16,1,.3,1),
      opacity .95s cubic-bezier(.22,.61,.36,1),
      box-shadow .95s cubic-bezier(.22,.61,.36,1),
      border-color .95s cubic-bezier(.22,.61,.36,1) !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main.drogaluz-mainbar{
    overflow:visible !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(64px,74px) minmax(0,1fr) auto !important;
    grid-template-rows:auto auto !important;
    row-gap:6px !important;
    column-gap:7px !important;
    min-height:118px !important;
    padding:7px 0 9px !important;
    align-items:center !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-final-category-wrap{
    grid-column:1 !important;
    grid-row:1 !important;
    transform:translate3d(0,0,0) !important;
    opacity:1 !important;
    transition-delay:.02s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand{
    grid-column:2 !important;
    grid-row:1 !important;
    transition-delay:.08s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-actions.drogaluz-actions{
    grid-column:3 !important;
    grid-row:1 !important;
    transition-delay:.13s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search{
    display:grid !important;
    grid-column:1 / -1 !important;
    grid-row:2 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    margin:0 !important;
    padding:0 10px 0 15px !important;
    border-radius:14px !important;
    align-self:center !important;
    justify-self:stretch !important;
    opacity:1 !important;
    transform:translate3d(0,0,0) !important;
    box-shadow:inset 0 0 0 1px rgba(13,58,98,.04) !important;
    transition-delay:.20s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search input{
    height:38px !important;
    min-height:38px !important;
    font-size:13.5px !important;
    padding:0 6px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search button{
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
    min-height:36px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search button svg{
    width:20px !important;
    height:20px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu{
    top:calc(100% + 52px) !important;
    transition:
      opacity .34s cubic-bezier(.22,.61,.36,1),
      visibility .34s cubic-bezier(.22,.61,.36,1),
      transform .46s cubic-bezier(.16,1,.3,1) !important;
  }

  .drogaluz-final-category-wrap:focus-within:not(.is-open) .drogaluz-final-mega-menu,
  .drogaluz-final-category-wrap:not(.is-open) .drogaluz-final-mega-menu{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translate3d(0,12px,0) scale(.985) !important;
  }

  .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translate3d(0,0,0) scale(1) !important;
  }
}

/* Mobile ate 480px: celulares grandes e phablets. */
@media (max-width:480px){
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header .drogaluz-final-category-wrap:focus-within:not(.is-open) .drogaluz-final-mega-menu,
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-final-category-wrap:focus-within:not(.is-open) .drogaluz-final-mega-menu{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translate3d(0,12px,0) scale(.985) !important;
  }
}

/* Mobile ate 480px: celulares grandes e phablets. */
@media (max-width:480px){
  .drogaluz-scroll-header .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main-inner.drogaluz-mainbar-inner{
    position:relative !important;
  }

  .drogaluz-final-category-wrap{
    display:block !important;
    position:absolute !important;
    left:0 !important;
    top:7px !important;
    width:74px !important;
    min-width:0 !important;
    opacity:0 !important;
    visibility:hidden !important;
    transform:translate3d(-8px,0,0) scale(.94) !important;
    pointer-events:none !important;
    transform-origin:center center !important;
    transition:
      opacity .72s cubic-bezier(.22,.61,.36,1),
      visibility .72s cubic-bezier(.22,.61,.36,1),
      transform 1.15s cubic-bezier(.16,1,.3,1) !important;
    transition-delay:0s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-rows:auto auto !important;
    row-gap:6px !important;
    column-gap:7px !important;
    min-height:118px !important;
    padding:7px 0 9px !important;
    align-items:center !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-final-category-wrap{
    display:block !important;
    position:absolute !important;
    left:0 !important;
    top:7px !important;
    width:74px !important;
    grid-column:auto !important;
    grid-row:auto !important;
    align-self:auto !important;
    justify-self:auto !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:translate3d(0,0,0) scale(1) !important;
    pointer-events:auto !important;
    z-index:180 !important;
    transition-delay:.02s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand{
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:start !important;
    align-self:center !important;
    max-width:calc(100% - 82px) !important;
    min-width:0 !important;
    margin-left:82px !important;
    transform:translate3d(0,0,0) !important;
    transition:
      margin-left 1.2s cubic-bezier(.16,1,.3,1),
      max-width 1.2s cubic-bezier(.16,1,.3,1),
      transform 1.2s cubic-bezier(.16,1,.3,1),
      opacity .8s cubic-bezier(.22,.61,.36,1) !important;
    transition-delay:.09s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand-logo{
    width:clamp(112px,39vw,168px) !important;
    max-width:100% !important;
    max-height:54px !important;
    object-fit:contain !important;
    object-position:center center !important;
    transition:
      width 1.2s cubic-bezier(.16,1,.3,1),
      max-height 1.2s cubic-bezier(.16,1,.3,1),
      transform 1.2s cubic-bezier(.16,1,.3,1) !important;
    transition-delay:.09s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-actions.drogaluz-actions{
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:end !important;
    align-self:center !important;
    gap:6px !important;
    min-width:max-content !important;
    transform:translate3d(0,0,0) !important;
    transition:
      transform 1.12s cubic-bezier(.16,1,.3,1),
      gap 1.12s cubic-bezier(.16,1,.3,1),
      opacity .8s cubic-bezier(.22,.61,.36,1) !important;
    transition-delay:.16s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search{
    display:flex !important;
    grid-column:1 / -1 !important;
    grid-row:2 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    margin:0 !important;
    padding:0 6px 0 15px !important;
    border-radius:14px !important;
    align-items:center !important;
    justify-content:space-between !important;
    align-self:center !important;
    justify-self:stretch !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    opacity:1 !important;
    transform:translate3d(0,0,0) !important;
    box-shadow:inset 0 0 0 1px rgba(13,58,98,.04) !important;
    transition:
      opacity .82s cubic-bezier(.22,.61,.36,1),
      transform 1.1s cubic-bezier(.16,1,.3,1),
      height 1.1s cubic-bezier(.16,1,.3,1),
      padding 1.1s cubic-bezier(.16,1,.3,1),
      border-radius 1s cubic-bezier(.16,1,.3,1) !important;
    transition-delay:.24s !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search input{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:38px !important;
    min-height:38px !important;
    font-size:13.5px !important;
    padding:0 6px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search button{
    flex:0 0 34px !important;
    width:34px !important;
    min-width:34px !important;
    height:34px !important;
    min-height:34px !important;
    margin:0 0 0 4px !important;
    padding:0 !important;
    display:grid !important;
    place-items:center !important;
    align-self:center !important;
    position:relative !important;
    inset:auto !important;
    transform:none !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search button svg{
    width:20px !important;
    height:20px !important;
    display:block !important;
    margin:0 !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu{
    top:calc(100% + 52px) !important;
  }
}

/* Mobile ate 480px: menu final de categorias sempre na camada clicavel. */
@media (max-width:480px){
  .drogaluz-scroll-header.is-final-categories-open{
    z-index:100000 !important;
    overflow:visible !important;
    contain:none !important;
  }

  .drogaluz-scroll-header.is-final-categories-open .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header,
  .drogaluz-scroll-header.is-final-categories-open .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main.drogaluz-mainbar,
  .drogaluz-scroll-header.is-final-categories-open .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .header-main-inner.drogaluz-mainbar-inner{
    position:relative !important;
    z-index:100000 !important;
    overflow:visible !important;
    contain:none !important;
  }

  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap{
    z-index:100001 !important;
    pointer-events:auto !important;
  }

  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    z-index:100002 !important;
    transform:translate3d(0,0,0) scale(1) !important;
  }

  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu,
  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu *,
  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-mega-main,
  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-mega-subitem,
  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-mega-see-all{
    pointer-events:auto !important;
  }
}

/* Mobile ate 480px: menu normal alinhado com o menu final superior. */
@media (max-width:480px){
  .drogaluz-scroll-header.is-main-categories-open .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header .drogaluz-category-nav.drogaluz-category-nav-v1042 .drogaluz-mega-wrap.is-open > .drogaluz-mega-menu{
    left:calc(var(--dl-main-category-menu-offset, 0px) * -1) !important;
    width:calc(100vw - 20px) !important;
  }

  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu .drogaluz-mega-main:before,
  .drogaluz-scroll-header.is-final-categories-open .drogaluz-final-category-wrap.is-open .drogaluz-final-mega-menu .drogaluz-mega-main svg,
  .drogaluz-scroll-header.is-main-categories-open .drogaluz-mega-wrap.is-open > .drogaluz-mega-menu .drogaluz-mega-main:before,
  .drogaluz-scroll-header.is-main-categories-open .drogaluz-mega-wrap.is-open > .drogaluz-mega-menu .drogaluz-mega-main svg{
    justify-self:center !important;
    align-self:center !important;
  }
}

/* Mobile Phone - 430px portrait. */
/* Mobile ate 430px portrait: celulares pequenos e medios. */
@media (max-width:430px) and (orientation:portrait){
  .cart-drawer__panel{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    background:#f8fafc !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }
  .cart-drawer__header{
    min-height:60px !important;
    padding:10px 14px !important;
    gap:10px !important;
  }
  .cart-drawer__body{
    flex:0 0 auto !important;
    max-height:calc(100dvh - 214px) !important;
    min-height:0 !important;
    padding:12px 10px 10px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }
  .cart-drawer__items{
    gap:9px !important;
  }
  .cart-drawer__item{
    grid-template-columns:76px minmax(0,1fr) 26px !important;
    gap:10px !important;
    padding:12px !important;
    border-radius:10px !important;
  }
  .cart-drawer__item img{
    width:64px !important;
    height:78px !important;
  }
  .cart-drawer__item-main{
    gap:7px !important;
  }
  .cart-drawer__item h3{
    font-size:12.5px !important;
    line-height:1.16 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
  .cart-drawer__item-main>strong{
    font-size:14px !important;
  }
  .cart-drawer__qty{
    width:118px !important;
    height:30px !important;
    grid-template-columns:30px 38px 30px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    overflow:visible !important;
  }
  .cart-drawer__qty .qty-btn{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
  }
  .cart-drawer__qty input{
    height:30px !important;
    min-height:30px !important;
    font-size:14px !important;
    padding:0 !important;
  }
  .cart-drawer__login-banner{
    margin-top:10px !important;
    min-height:76px !important;
    grid-template-columns:54px minmax(0,1fr) auto !important;
    gap:10px !important;
    padding:12px !important;
    border-radius:9px !important;
  }
  .cart-drawer__login-figure,
  .cart-drawer__login-figure img{
    width:50px !important;
    height:50px !important;
  }
  .cart-drawer__login-banner strong{
    font-size:13px !important;
    line-height:1.12 !important;
  }
  .cart-drawer__login-banner em{
    padding:7px 10px !important;
    font-size:11px !important;
  }
  .cart-drawer__summary{
    flex:0 0 auto !important;
    gap:8px !important;
    padding:12px 14px max(12px,calc(env(safe-area-inset-bottom) + 8px)) !important;
    box-shadow:0 -8px 18px rgba(20,42,67,.06) !important;
  }
  .cart-drawer__summary div{
    font-size:13px !important;
    line-height:1.1 !important;
  }
  .cart-drawer__summary div+div{
    padding-top:7px !important;
  }
  .cart-drawer__continue,
  .cart-drawer__checkout{
    min-height:36px !important;
    font-size:13px !important;
  }
}

/* Mobile ate 430px portrait: celulares pequenos e medios. */
@media (max-width:430px) and (orientation:portrait){
  .cart-drawer__qty{
    width:132px !important;
    max-width:132px !important;
    height:32px !important;
    grid-template-columns:34px 48px 34px !important;
    justify-content:start !important;
    align-items:center !important;
    padding:0 !important;
    gap:0 !important;
  }
  .cart-drawer__qty .qty-btn{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    justify-self:center !important;
  }
  .cart-drawer__qty input{
    height:32px !important;
    min-height:32px !important;
    font-size:14px !important;
    line-height:32px !important;
    text-align:center !important;
  }
}

/* Mobile 390px e 430px portrait: celulares e telas estreitas. */
@media (min-width:390px) and (max-width:430px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:10px;
    --dlm-card-pad-x:7px;
    --dlm-card-pad-y:9px;
    --dlm-form-h:36px;
    --dlm-qty-w:66px;
    --dlm-qty-btn:22px;
    --dlm-buy-font:10.8px;
    --dlm-buy-icon:15px;
  }
  .product-body{
    padding-left:var(--dlm-card-pad-x) !important;
    padding-right:var(--dlm-card-pad-x) !important;
    grid-template-rows:var(--dlm-title-h) 14px 32px var(--dlm-form-h) !important;
    gap:4px !important;
  }
  .card-form{
    grid-template-columns:var(--dlm-qty-w) minmax(0,1fr) !important;
    gap:5px !important;
    overflow:visible !important;
  }
  .qty-stepper{
    width:var(--dlm-qty-w) !important;
    max-width:var(--dlm-qty-w) !important;
    height:var(--dlm-form-h) !important;
    min-height:var(--dlm-form-h) !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(18px,1fr) var(--dlm-qty-btn) !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    overflow:visible !important;
  }
  .qty-stepper input{
    height:var(--dlm-form-h) !important;
    min-height:var(--dlm-form-h) !important;
    padding:0 !important;
    font-size:12px !important;
    color:#6f7881 !important;
  }
  .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
    align-self:center !important;
  }
  .qty-btn:before{
    left:6px !important;
    right:6px !important;
    top:50% !important;
    height:2px !important;
    transform:translateY(-50%) !important;
  }
  .qty-btn[data-qty-plus]:after{
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:11px !important;
    transform:translate(-50%,-50%) !important;
  }
  .buy-button{
    height:34px !important;
    min-height:34px !important;
    padding:0 6px !important;
    gap:3px !important;
    font-size:var(--dlm-buy-font) !important;
    letter-spacing:-.01em !important;
  }
  .buy-button .buy-label{
    max-width:52px !important;
  }
  .buy-icon{
    width:var(--dlm-buy-icon) !important;
    height:calc(var(--dlm-buy-icon) + 1px) !important;
    flex-basis:var(--dlm-buy-icon) !important;
    background-size:var(--dlm-buy-icon) calc(var(--dlm-buy-icon) + 1px) !important;
  }
}

/* Mobile 390px e 430px portrait: celulares e telas estreitas. */
@media (min-width:390px) and (max-width:430px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-qty-w:72px;
    --dlm-qty-btn:25px;
    --dlm-buy-font:10.6px;
    --dlm-buy-icon:15px;
  }
  .product-card .card-form{
    grid-template-columns:var(--dlm-qty-w) minmax(0,1fr) !important;
    gap:4px !important;
  }
  .product-card .qty-stepper{
    width:var(--dlm-qty-w) !important;
    max-width:var(--dlm-qty-w) !important;
    height:32px !important;
    min-height:32px !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(16px,1fr) var(--dlm-qty-btn) !important;
  }
  .product-card .qty-stepper input{
    height:28px !important;
    min-height:28px !important;
    font-size:12px !important;
  }
  .product-card .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
    align-self:center !important;
    justify-self:center !important;
  }
  .product-card .buy-button{
    height:34px !important;
    min-height:34px !important;
    padding:0 5px !important;
    gap:3px !important;
  }
}

/* Mobile 390px e 430px portrait: celulares e telas estreitas. */
@media (min-width:390px) and (max-width:430px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-qty-w:78px;
    --dlm-qty-btn:27px;
    --dlm-buy-font:10.4px;
    --dlm-buy-icon:14px;
  }
  .product-card .card-form{
    grid-template-columns:var(--dlm-qty-w) minmax(0,1fr) !important;
    gap:5px !important;
  }
  .product-card .qty-stepper{
    width:var(--dlm-qty-w) !important;
    max-width:var(--dlm-qty-w) !important;
    height:32px !important;
    min-height:32px !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(18px,1fr) var(--dlm-qty-btn) !important;
    padding:2px !important;
  }
  .product-card .qty-stepper input{
    height:28px !important;
    min-height:28px !important;
    font-size:12px !important;
  }
  .product-card .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
  }
  .product-card .buy-button{
    height:34px !important;
    min-height:34px !important;
    padding:0 5px !important;
    gap:3px !important;
  }
}

/* Mobile 414px e 430px portrait: celulares e telas estreitas. */
@media (min-width:414px) and (max-width:430px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-qty-w:74px;
    --dlm-qty-btn:26px;
    --dlm-buy-font:10.9px;
    --dlm-buy-icon:16px;
  }
}

/* Mobile 414px e 430px portrait: celulares e telas estreitas. */
@media (min-width:414px) and (max-width:430px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-qty-w:82px;
    --dlm-qty-btn:28px;
    --dlm-buy-font:10.7px;
    --dlm-buy-icon:15px;
  }
  .product-card .qty-btn:before{width:12px !important}
  .product-card .qty-btn[data-qty-plus]:after{height:12px !important}
}

/* Mobile Phone - 428px. */
@media (min-width:414px) and (max-width:428px){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:11px;
    --dlm-card-max:100%;
    --dlm-card-pad-x:9px;
    --dlm-card-pad-y:10px;
    --dlm-media-h:174px;
    --dlm-img-h:126px;
    --dlm-title-size:12.1px;
    --dlm-title-h:33px;
    --dlm-price-size:17px;
    --dlm-form-h:39px;
    --dlm-qty-w:74px;
    --dlm-qty-btn:28px;
    --dlm-buy-font:11.6px;
    --dlm-buy-icon:18px;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .product-body{grid-template-rows:var(--dlm-title-h) 15px 35px var(--dlm-form-h) !important}
}

/* Mobile Phone - 420px. */
/* Mobile ate 420px: celulares pequenos e medios. */
@media (max-width:420px){
  .drogaluz-whatsapp-link{
    display:none;
  }
  .drogaluz-topbar-inner{
    grid-template-columns:1fr;
  }
  .drogaluz-brand-copy strong{
    font-size:24px;
  }
  .drogaluz-brand-logo{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
}

/* Mobile ate 420px: celulares pequenos e medios. */
@media (max-width:420px){
  .category-form-actions-v1074.is-editing{
    grid-template-columns:1fr!important;
  }
}

/* Mobile ate 420px: celulares pequenos e medios. */
@media (max-width:420px){
  .home-card-rail-v1140{
    padding-left:14px!important;
    padding-right:14px!important;
    scroll-padding-inline:14px!important;
  }
  .home-card-track-v1140.product-carousel-grid,
  .home-card-track-v1140{
    grid-auto-columns:calc(100vw - 54px)!important;
    gap:14px!important;
  }
}

/* Mobile ate 420px: celulares pequenos e medios. */
@media (max-width:420px){
  .home-card-rail-v1140{padding-left:0!important;padding-right:0!important;}
  .home-card-track-v1140.product-carousel-grid,
  .home-card-track-v1140{grid-auto-columns:240px!important;gap:18px!important;}
}

/* Mobile ate 420px: celulares pequenos e medios. */
@media (max-width:420px){
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"]{
    grid-template-columns:1fr;
  }
}

/* Mobile ate 420px: celulares pequenos e medios. */
@media (max-width:420px){
  .drogaluz-product-page-v1171 .drogaluz-product-qty.qty-stepper{
    width:146px!important;
    min-width:146px!important;
    max-width:146px!important;
  }
}

/* Mobile Phone - 412px. */
@media (min-width:390px) and (max-width:412px){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:10px;
    --dlm-card-max:100%;
    --dlm-card-pad-x:8px;
    --dlm-card-pad-y:10px;
    --dlm-media-h:166px;
    --dlm-img-h:118px;
    --dlm-title-size:11.8px;
    --dlm-title-h:32px;
    --dlm-brand-size:10.5px;
    --dlm-price-size:16.5px;
    --dlm-form-h:38px;
    --dlm-qty-w:70px;
    --dlm-qty-btn:27px;
    --dlm-buy-font:11.2px;
    --dlm-buy-icon:17px;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .product-body{
    grid-template-rows:var(--dlm-title-h) 15px 34px var(--dlm-form-h) !important;
    gap:4px !important;
  }
  .discount-badge,
  .rx-badge{font-size:9.5px !important;padding:5px 7px !important}
}

/* Mobile Phone - 393px. */
@media (min-width:390px) and (max-width:393px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:9px;
    --dlm-card-pad-x:6px;
    --dlm-qty-w:62px;
    --dlm-qty-btn:21px;
    --dlm-buy-font:10.4px;
    --dlm-buy-icon:14px;
  }
  .buy-button .buy-label{max-width:48px !important}
}

@media (min-width:390px) and (max-width:393px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-qty-w:70px;
    --dlm-qty-btn:24px;
    --dlm-buy-font:10.3px;
    --dlm-buy-icon:14px;
  }
}

@media (min-width:390px) and (max-width:393px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-qty-w:76px;
    --dlm-qty-btn:26px;
    --dlm-buy-font:10.2px;
    --dlm-buy-icon:14px;
  }
  .product-card .qty-btn:before{width:10px !important}
  .product-card .qty-btn[data-qty-plus]:after{height:10px !important}
}

/* Mobile Phone - 390px. */
/* Mobile ate 390px: celulares pequenos e medios. */
@media (max-width:390px){
  .product-carousel-grid,
  .product-grid{
    gap:12px 8px;
  }

  .product-body{
    padding-left:4px;
    padding-right:4px;
  }

  .card-form{
    grid-template-columns:minmax(64px,68px) minmax(0,1fr);
    gap:3px;
  }

  .qty-stepper{
    grid-template-columns:22px minmax(16px,1fr) 22px;
  }

  .qty-btn{
    width:22px;
    height:22px;
  }

  .buy-button{
    padding:0 4px;
    font-size:10.5px;
  }

  .buy-icon{
    width:16px;
    height:17px;
    min-width:16px;
    background-size:16px 17px;
  }
}

/* Mobile ate 390px: celulares pequenos e medios. */
@media (max-width:390px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:126px minmax(0,1fr) !important;
    column-gap:12px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:126px !important;
    min-width:126px !important;
    max-width:126px !important;
    grid-template-columns:34px minmax(0,1fr) 34px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    padding:0 10px !important;
    font-size:14px !important;
  }
}

/* Mobile ate 390px: celulares pequenos e medios. */
@media (max-width:390px){
  .cart-drawer__qty.qty-stepper{
    grid-template-columns:32px 36px 32px !important;
    width:112px !important;
    min-width:112px !important;
    max-width:112px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    padding:2px !important;
    column-gap:4px !important;
  }
  .cart-drawer__qty.qty-stepper .qty-btn{
    width:32px !important;
    min-width:32px !important;
    max-width:32px !important;
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
  }
  .cart-drawer__qty.qty-stepper input{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    line-height:32px !important;
  }
}

/* Mobile Phone - 384px. */
@media (min-width:344px) and (max-width:384px){
  .product-carousel-grid,
  .product-grid{
    --dlm-card-max:306px;
    --dlm-grid-gap:14px;
    --dlm-media-h:204px;
    --dlm-img-h:150px;
    --dlm-title-size:13px;
    --dlm-price-size:19.5px;
    --dlm-form-h:44px;
    --dlm-qty-w:100px;
    --dlm-qty-btn:35px;
    --dlm-buy-font:13px;
    --dlm-buy-icon:20px;
  }
}

@media (min-width:384px) and (max-width:384px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:9px;
    --dlm-card-max:100%;
    --dlm-card-pad-x:6px;
    --dlm-card-pad-y:9px;
    --dlm-media-h:162px;
    --dlm-img-h:116px;
    --dlm-title-size:11.5px;
    --dlm-title-h:32px;
    --dlm-brand-size:10.2px;
    --dlm-price-size:16.2px;
    --dlm-form-h:36px;
    --dlm-qty-w:74px;
    --dlm-qty-btn:25px;
    --dlm-buy-font:10.1px;
    --dlm-buy-icon:14px;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .product-body{
    grid-template-rows:var(--dlm-title-h) 14px 32px var(--dlm-form-h) !important;
    gap:4px !important;
    padding-left:var(--dlm-card-pad-x) !important;
    padding-right:var(--dlm-card-pad-x) !important;
  }
  .product-card .card-form{
    grid-template-columns:var(--dlm-qty-w) minmax(0,1fr) !important;
    gap:4px !important;
    overflow:visible !important;
  }
  .product-card .qty-stepper{
    width:var(--dlm-qty-w) !important;
    max-width:var(--dlm-qty-w) !important;
    height:32px !important;
    min-height:32px !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(18px,1fr) var(--dlm-qty-btn) !important;
    padding:2px !important;
  }
  .product-card .qty-stepper input{
    height:28px !important;
    min-height:28px !important;
    font-size:12px !important;
  }
  .product-card .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
  }
  .product-card .qty-btn:before{width:10px !important}
  .product-card .qty-btn[data-qty-plus]:after{height:10px !important}
  .product-card .buy-button{
    height:34px !important;
    min-height:34px !important;
    padding:0 5px !important;
    gap:3px !important;
    font-size:var(--dlm-buy-font) !important;
  }
  .product-card .buy-button .buy-label{
    max-width:48px !important;
  }
  .product-card .buy-icon{
    width:var(--dlm-buy-icon) !important;
    height:calc(var(--dlm-buy-icon) + 1px) !important;
    flex-basis:var(--dlm-buy-icon) !important;
    background-size:var(--dlm-buy-icon) calc(var(--dlm-buy-icon) + 1px) !important;
  }
}

/* Mobile Phone - 375px. */
@media (max-width:375px){
  .drogaluz-product-page-v1171 .drogaluz-product-price-box-v1193{
    padding-right:18px !important;
    padding-top:54px !important;
  }
  .drogaluz-product-stock-pill-v1193{
    left:18px;
    right:auto;
  }
}

@media (max-width:375px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    --dl111-qty-pad:4px;
    --dl111-qty-circle:30px;
    --dl111-qty-gap:4px;
    --dl111-qty-number:36px;
    --dl111-qty-width:112px;
    --dl111-qty-height:38px;
    --dl111-control-gap:8px;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    padding:0 10px !important;
    font-size:13px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .buy-icon{
    width:16px !important;
    height:14px !important;
  }
}

@media (max-width:375px){
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button,
  .product-card .card-form .buy-button,
  .buy-button.drogaluz-buy{
    gap:4px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button .buy-icon,
  .product-card .card-form .buy-button .buy-icon,
  .buy-button.drogaluz-buy .buy-icon,
  .drogaluz-buy .buy-icon{
    width:14px !important;
    min-width:14px !important;
    max-width:14px !important;
    height:15px !important;
    min-height:15px !important;
    max-height:15px !important;
    flex-basis:14px !important;
    background-size:14px 15px !important;
  }
}

@media (max-width:375px){
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button,
  .product-card .card-form .buy-button,
  .buy-button.drogaluz-buy,
  .drogaluz-buy{
    gap:5px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button .buy-icon,
  .product-card .card-form .buy-button .buy-icon,
  .buy-button.drogaluz-buy .buy-icon,
  .drogaluz-buy .buy-icon{
    width:14px !important;
    min-width:14px !important;
    max-width:14px !important;
    height:15px !important;
    min-height:15px !important;
    max-height:15px !important;
    flex-basis:14px !important;
  }
}

@media (max-width:375px){.drogaluz-product-page-v1171 .drogaluz-product-form-v1193{grid-template-columns:104px minmax(0,1fr) !important;gap:8px !important}}

/* Files/medidas: compacto 112x38. */
@media (max-width:375px){
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked){
        --dl-mobile-product-qty-pad:4px;
        --dl-mobile-product-qty-circle:30px;
        --dl-mobile-product-qty-gap:4px;
        --dl-mobile-product-qty-number:36px;
        --dl-mobile-product-qty-width:112px;
        --dl-mobile-product-qty-height:38px;
        --dl-mobile-product-control-gap:8px;
        --dl-mobile-product-sign:11px;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button{
        padding:0 11px !important;
        gap:5px !important;
        font-size:13px !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button .buy-icon{
        flex-basis:14px !important;
        width:14px !important;
        min-width:14px !important;
        max-width:14px !important;
        height:15px !important;
        min-height:15px !important;
        max-height:15px !important;
    }
}

@media (min-width:344px) and (max-width:375px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:8px;
    --dlm-card-max:100%;
    --dlm-card-radius:18px;
    --dlm-card-pad-x:6px;
    --dlm-card-pad-y:8px;
    --dlm-media-h:150px;
    --dlm-img-h:106px;
    --dlm-title-size:11px;
    --dlm-title-h:31px;
    --dlm-brand-size:10px;
    --dlm-price-size:15.8px;
    --dlm-form-h:34px;
    --dlm-qty-w:70px;
    --dlm-qty-btn:24px;
    --dlm-buy-font:9.8px;
    --dlm-buy-icon:13px;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:var(--dlm-grid-gap) !important;
  }
  .product-card{
    max-width:100% !important;
  }
  .product-image{
    padding:14px 8px 4px !important;
  }
  .tag-row{
    top:10px !important;
    left:8px !important;
    right:8px !important;
  }
  .discount-badge,
  .rx-badge{
    font-size:9.3px !important;
    padding:5px 7px !important;
  }
  .product-body{
    grid-template-rows:var(--dlm-title-h) 12px 31px var(--dlm-form-h) !important;
    gap:3px !important;
    padding:var(--dlm-card-pad-y) var(--dlm-card-pad-x) calc(var(--dlm-card-pad-y) + 1px) !important;
  }
  .product-body h3{
    font-size:var(--dlm-title-size) !important;
    line-height:1.24 !important;
    min-height:var(--dlm-title-h) !important;
    max-height:var(--dlm-title-h) !important;
  }
  .product-brand{
    min-height:12px !important;
    font-size:var(--dlm-brand-size) !important;
    line-height:1.1 !important;
  }
  .price-stack{
    min-height:31px !important;
  }
  .price{
    font-size:var(--dlm-price-size) !important;
    line-height:1.04 !important;
  }
  .old-price{
    font-size:9.5px !important;
  }
  .product-card .card-form{
    grid-template-columns:var(--dlm-qty-w) minmax(0,1fr) !important;
    gap:4px !important;
    height:var(--dlm-form-h) !important;
    min-height:var(--dlm-form-h) !important;
    overflow:visible !important;
  }
  .product-card .qty-stepper{
    width:var(--dlm-qty-w) !important;
    max-width:var(--dlm-qty-w) !important;
    height:30px !important;
    min-height:30px !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(17px,1fr) var(--dlm-qty-btn) !important;
    padding:2px !important;
    border-radius:999px !important;
    overflow:visible !important;
  }
  .product-card .qty-stepper input{
    height:26px !important;
    min-height:26px !important;
    font-size:11.5px !important;
    line-height:26px !important;
  }
  .product-card .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
  }
  .product-card .qty-btn:before{width:9px !important}
  .product-card .qty-btn[data-qty-plus]:after{height:9px !important}
  .product-card .buy-button{
    height:32px !important;
    min-height:32px !important;
    padding:0 5px !important;
    gap:3px !important;
    font-size:var(--dlm-buy-font) !important;
  }
  .product-card .buy-button .buy-label{
    max-width:46px !important;
  }
  .product-card .buy-icon{
    width:var(--dlm-buy-icon) !important;
    height:calc(var(--dlm-buy-icon) + 1px) !important;
    flex-basis:var(--dlm-buy-icon) !important;
    background-size:var(--dlm-buy-icon) calc(var(--dlm-buy-icon) + 1px) !important;
  }
}

@media (min-width:344px) and (max-width:375px) and (orientation:portrait){
  .product-card .qty-btn:not([data-qty-plus]):after{
    content:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    background:transparent !important;
  }
  .product-card .qty-btn:before{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    width:10px !important;
    height:2px !important;
    transform:translate(-50%,-50%) !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    content:"" !important;
    display:block !important;
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:10px !important;
    transform:translate(-50%,-50%) !important;
  }
}

/* Mobile Phone - 360px. */
/* Mobile ate 360px: celulares muito estreitos. */
@media (max-width:360px){
  .cart-drawer__qty{
    width:108px !important;
    max-width:108px !important;
    grid-template-columns:30px 26px 30px !important;
    column-gap:11px !important;
  }
  .cart-drawer__qty .qty-btn{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    max-width:30px !important;
    max-height:30px !important;
  }
  .cart-drawer__qty input{
    width:26px !important;
    min-width:26px !important;
    max-width:26px !important;
    height:32px !important;
    min-height:32px !important;
    line-height:32px !important;
    font-size:13.5px !important;
  }
  .cart-drawer__qty .qty-btn:before{width:11px !important}
  .cart-drawer__qty .qty-btn[data-qty-plus]:after{height:11px !important}
}

@media (max-width:360px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:minmax(96px,112px) minmax(0,1fr) !important;
    gap:8px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171{
    gap:5px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-options-v1171 span{
    font-size:11.5px !important;
    padding:0 3px !important;
  }
}

@media (max-width:360px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:98px minmax(0,1fr) !important;
    gap:7px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:98px !important;
    max-width:98px !important;
    grid-template-columns:27px minmax(24px,1fr) 27px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    font-size:13px !important;
    padding:0 8px !important;
  }
}

@media (max-width:360px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:104px minmax(0,1fr) !important;
    gap:10px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    grid-template-columns:28px 1fr 28px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    width:28px !important;
    min-width:28px !important;
    max-width:28px !important;
    height:28px !important;
    min-height:28px !important;
    max-height:28px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    font-size:13px !important;
    padding:0 8px !important;
  }
}

@media (max-width:360px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:104px minmax(0,1fr) !important;
    gap:12px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    grid-template-columns:28px minmax(0,1fr) 28px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    width:28px !important;
    min-width:28px !important;
    max-width:28px !important;
    height:28px !important;
    min-height:28px !important;
    max-height:28px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    font-size:13px !important;
    padding:0 8px !important;
  }
}

@media (max-width:360px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:116px minmax(0,1fr) !important;
    column-gap:10px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper{
    width:116px !important;
    min-width:116px !important;
    max-width:116px !important;
    grid-template-columns:31px minmax(0,1fr) 31px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty .qty-btn{
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    font-size:21px !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    padding:0 10px !important;
    font-size:14px !important;
  }
}

/* Mobile ate 360px: celulares muito estreitos. */
@media (max-width:360px){
  .product-card .card-form{
    --dl111-card-qty-pad:3px;
    --dl111-card-qty-circle:22px;
    --dl111-card-qty-gap:3px;
    --dl111-card-qty-number:20px;
    --dl111-card-qty-width:76px;
    --dl111-card-qty-height:28px;
    --dl111-card-form-gap:4px;
  }
  .product-card .card-form .buy-button{
    font-size:10.5px !important;
    padding:0 5px !important;
  }
}

/* Mobile ate 360px: celulares muito estreitos. */
@media (max-width:360px){
  .product-card .card-form .buy-button .buy-icon{
    width:12px !important;
    height:13px !important;
    flex-basis:12px !important;
    background-size:12px 13px !important;
  }
  .product-card .card-form .buy-button{
    gap:3px !important;
  }
}

/* Mobile ate 360px portrait: celulares muito estreitos. */
@media (max-width:360px) and (orientation:portrait){
  .cart-drawer__item{
    grid-template-columns:62px minmax(0,1fr) 24px !important;
    gap:9px !important;
    padding:10px !important;
  }
  .cart-drawer__item img{
    width:56px !important;
    height:68px !important;
  }
  .cart-drawer__login-banner{
    grid-template-columns:46px minmax(0,1fr) !important;
  }
  .cart-drawer__login-banner em{
    grid-column:2 !important;
    justify-self:start !important;
  }
}

/* Mobile ate 360px portrait: celulares muito estreitos. */
@media (max-width:360px) and (orientation:portrait){
  .cart-drawer__qty{
    width:124px !important;
    max-width:124px !important;
    grid-template-columns:32px 44px 32px !important;
  }
  .cart-drawer__qty .qty-btn{
    width:29px !important;
    height:29px !important;
    min-width:29px !important;
    min-height:29px !important;
  }
}

/* Mobile Phone - 344px. */
@media (max-width:344px){
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:62px minmax(0,1fr) auto !important;
    gap:5px !important;
  }
  .drogaluz-final-category-trigger{
    height:50px !important;
    border-radius:15px !important;
  }
  .drogaluz-final-category-icon{
    width:23px !important;
    height:23px !important;
  }
  .drogaluz-final-category-copy small{
    font-size:7.8px !important;
  }
  .drogaluz-final-category-copy strong{
    font-size:9.4px !important;
  }
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand-logo{
    width:clamp(98px,35vw,122px) !important;
    max-height:48px !important;
  }
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-trigger,
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .cart-pill.drogaluz-cart.drogaluz-cart-v1082{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
  }
}

@media (max-width:344px){
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:62px minmax(0,1fr) auto !important;
    row-gap:5px !important;
    min-height:113px !important;
    padding-bottom:8px !important;
  }
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search{
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    border-radius:13px !important;
    padding-left:13px !important;
  }
  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search input{
    height:36px !important;
    min-height:36px !important;
    font-size:13px !important;
  }
  .drogaluz-final-category-wrap .drogaluz-final-mega-menu{
    top:calc(100% + 49px) !important;
  }
}

@media (max-width:344px){
  .drogaluz-final-category-wrap{
    width:62px !important;
    top:7px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .header-main-inner.drogaluz-mainbar-inner{
    grid-template-columns:minmax(0,1fr) auto !important;
    row-gap:5px !important;
    min-height:113px !important;
    padding-bottom:8px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-final-category-wrap{
    width:62px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand{
    max-width:calc(100% - 68px) !important;
    margin-left:68px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .drogaluz-brand-logo{
    width:clamp(98px,35vw,122px) !important;
    max-height:48px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search{
    display:flex !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    border-radius:13px !important;
    padding:0 5px 0 13px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search input{
    height:36px !important;
    min-height:36px !important;
    font-size:13px !important;
  }

  .drogaluz-scroll-header.is-category-hidden .site-header.drogaluz-style-header.drogaluz-sticky-commerce-header.is-search-compact .site-search.drogaluz-search button{
    flex-basis:32px !important;
    width:32px !important;
    min-width:32px !important;
    height:32px !important;
    min-height:32px !important;
  }

  .drogaluz-final-category-wrap .drogaluz-final-mega-menu{
    top:calc(100% + 49px) !important;
  }
}

@media (max-width:344px){
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193{
    grid-template-columns:1fr !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-qty.qty-stepper,
  .drogaluz-product-page-v1171 .drogaluz-product-form-v1193 .drogaluz-product-buy-button{
    width:100% !important;
    max-width:100% !important;
  }
}

@media (max-width:344px){
  .drogaluz-product-page-v1171 .drogaluz-product-buy-button .buy-label,
  .product-card .card-form .buy-button .buy-label{
    max-width:calc(100% - 18px) !important;
  }
}

/* Files/medidas: compacto 102x36. */
@media (max-width:344px){
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked){
        --dl-mobile-product-qty-pad:4px;
        --dl-mobile-product-qty-circle:28px;
        --dl-mobile-product-qty-gap:4px;
        --dl-mobile-product-qty-number:30px;
        --dl-mobile-product-qty-width:102px;
        --dl-mobile-product-qty-height:36px;
        --dl-mobile-product-control-gap:7px;
        --dl-mobile-product-sign:10px;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button{
        padding:0 9px !important;
        font-size:12.5px !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button .buy-icon{
        flex-basis:13px !important;
        width:13px !important;
        min-width:13px !important;
        max-width:13px !important;
        height:14px !important;
        min-height:14px !important;
        max-height:14px !important;
    }
}

@media (min-width:344px) and (max-width:344px) and (orientation:portrait){
  .product-carousel-grid,
  .product-grid{
    --dlm-grid-gap:7px;
    --dlm-card-pad-x:5px;
    --dlm-media-h:144px;
    --dlm-img-h:100px;
    --dlm-title-size:10.5px;
    --dlm-title-h:30px;
    --dlm-price-size:15.2px;
    --dlm-qty-w:66px;
    --dlm-qty-btn:22px;
    --dlm-buy-font:9.2px;
    --dlm-buy-icon:12px;
  }
  .product-card .card-form{gap:3px !important}
  .product-card .qty-stepper{
    height:29px !important;
    min-height:29px !important;
    grid-template-columns:var(--dlm-qty-btn) minmax(16px,1fr) var(--dlm-qty-btn) !important;
  }
  .product-card .qty-stepper input{
    height:25px !important;
    min-height:25px !important;
    font-size:11px !important;
  }
  .product-card .qty-btn{
    width:var(--dlm-qty-btn) !important;
    height:var(--dlm-qty-btn) !important;
    min-width:var(--dlm-qty-btn) !important;
    min-height:var(--dlm-qty-btn) !important;
  }
  .product-card .buy-button{
    height:31px !important;
    min-height:31px !important;
    padding:0 4px !important;
  }
  .product-card .buy-button .buy-label{max-width:42px !important}
}

@media (min-width:344px) and (max-width:344px) and (orientation:portrait){
  .product-card .qty-btn:not([data-qty-plus]):after{
    content:none !important;
    display:none !important;
  }
  .product-card .qty-btn:before{
    width:9px !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    height:9px !important;
  }
}

/* Mobile Phone - 320px. */
@media (max-width:320px){
  .container{width:min(100% - 16px,var(--container)) !important}
  .header-actions.drogaluz-actions.drogaluz-actions-v1082{gap:5px !important}
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-trigger,
  .cart-pill.drogaluz-cart.drogaluz-cart-v1082{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
    border-radius:14px !important;
  }
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-avatar,
  .drogaluz-cart-v1082 .drogaluz-cart-icon-wrap{
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
  }
  .product-carousel-grid,
  .product-grid{
    --dlm-card-max:286px;
    --dlm-media-h:188px;
    --dlm-img-h:136px;
    --dlm-card-pad-x:11px;
    --dlm-form-h:42px;
    --dlm-qty-w:94px;
    --dlm-qty-btn:33px;
    --dlm-buy-font:12.2px;
  }
  .cart-drawer__item{
    grid-template-columns:62px minmax(0,1fr) 26px !important;
    gap:10px !important;
    padding:12px !important;
  }
  .cart-drawer__item img{
    width:58px !important;
    height:70px !important;
  }
  .cart-drawer__qty{
    width:112px !important;
    grid-template-columns:30px 42px 30px !important;
  }
}

@media (max-width:320px) and (orientation:portrait){
  .product-card .qty-btn:not([data-qty-plus]):after{
    content:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    background:transparent !important;
  }
  .product-card .qty-btn:before{
    left:50% !important;
    right:auto !important;
    top:50% !important;
    width:10px !important;
    height:2px !important;
    transform:translate(-50%,-50%) !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    content:"" !important;
    display:block !important;
    left:50% !important;
    top:50% !important;
    width:2px !important;
    height:10px !important;
    transform:translate(-50%,-50%) !important;
  }
}

/* Mobile ate 320px portrait: celulares muito estreitos. */
@media (max-width:320px) and (orientation:portrait){
  .product-card .qty-btn:before{
    width:9px !important;
  }
  .product-card .qty-btn[data-qty-plus]:after{
    height:9px !important;
  }
}

/* Mobile Phone - 284px. */
/* Files/medidas: compacto 82x30. */
@media (max-width:284px){
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked){
        --dl-mobile-product-qty-pad:3px;
        --dl-mobile-product-qty-circle:24px;
        --dl-mobile-product-qty-gap:3px;
        --dl-mobile-product-qty-number:22px;
        --dl-mobile-product-qty-width:82px;
        --dl-mobile-product-qty-height:30px;
        --dl-mobile-product-control-gap:6px;
        --dl-mobile-product-sign:9px;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-qty.qty-stepper input{
        font-size:13px !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button{
        padding:0 7px !important;
        gap:4px !important;
        font-size:11.5px !important;
    }
    .drogaluz-product-page-v1171 .drogaluz-product-form-v1193:not(.is-price-locked) .drogaluz-product-buy-button .buy-icon{
        flex-basis:12px !important;
        width:12px !important;
        min-width:12px !important;
        max-width:12px !important;
        height:13px !important;
        min-height:13px !important;
        max-height:13px !important;
    }
}

/* Mobile Phone - carrosseis com 2 cards visiveis e botao Comprar somente icone. */
@media (max-width:508px){
  .home-shelf-carousel-v1140{
    overflow:visible !important;
  }
  .home-card-carousel-v1140{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
  }
  .home-card-arrow-v1140{
    display:none !important;
  }
  .home-card-rail-v1140{
    --dlm-carousel-gap:10px;
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    overflow-y:visible !important;
    padding:2px 0 12px !important;
    margin:0 !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding-inline:0 !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    mask-image:none !important;
    -webkit-mask-image:none !important;
  }
  .home-card-rail-v1140:before,
  .home-card-rail-v1140:after{
    content:none !important;
    display:none !important;
  }
  .home-card-track-v1140.product-carousel-grid,
  .home-card-track-v1140{
    display:grid !important;
    grid-template-columns:none !important;
    grid-auto-flow:column !important;
    grid-auto-columns:calc((100vw - 34px - var(--dlm-carousel-gap,10px)) / 2) !important;
    gap:var(--dlm-carousel-gap,10px) !important;
    width:max-content !important;
    max-width:none !important;
    justify-content:start !important;
    align-items:stretch !important;
    transform:none !important;
    transition:none !important;
    will-change:auto !important;
  }
  .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1138 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-outgoing-v1145,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-incoming-v1145{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    justify-self:stretch !important;
    scroll-snap-align:start !important;
    opacity:1 !important;
    filter:none !important;
    transform:none !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked){
    --dlm-card-cart-size:34px;
    display:grid !important;
    grid-template-columns:minmax(0,var(--dlm-qty-w,82px)) var(--dlm-card-cart-size) !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-stepper{
    justify-self:end !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button{
    width:var(--dlm-card-cart-size) !important;
    min-width:var(--dlm-card-cart-size) !important;
    max-width:var(--dlm-card-cart-size) !important;
    height:var(--dlm-card-cart-size) !important;
    min-height:var(--dlm-card-cart-size) !important;
    max-height:var(--dlm-card-cart-size) !important;
    border-radius:999px !important;
    padding:0 !important;
    gap:0 !important;
    justify-self:start !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    outline:0 !important;
    position:relative !important;
    isolation:isolate !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    -webkit-tap-highlight-color:transparent !important;
    touch-action:manipulation !important;
    background-clip:padding-box !important;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12) !important;
    transform:none !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    border-radius:999px !important;
    background:rgba(185,255,235,.24) !important;
    opacity:0 !important;
    transform:scale(.68) !important;
    transition:opacity .12s ease,transform .12s ease !important;
    pointer-events:none !important;
    z-index:0 !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:hover,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:active,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:focus,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button{
    border-radius:999px !important;
    outline:0 !important;
    gap:0 !important;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12) !important;
    transform:none !important;
    -webkit-tap-highlight-color:transparent !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:active{
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12),0 0 0 5px rgba(74,184,165,.22) !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:active:after{
    opacity:1 !important;
    transform:scale(1) !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button:focus-visible{
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12),0 0 0 3px rgba(74,184,165,.24) !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-label{
    display:none !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    z-index:1 !important;
    width:17px !important;
    min-width:17px !important;
    max-width:17px !important;
    height:18px !important;
    min-height:18px !important;
    max-height:18px !important;
    flex:0 0 17px !important;
    margin:0 !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon svg{
    width:100% !important;
    height:100% !important;
    display:block !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon{
    width:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    height:20px !important;
    min-height:20px !important;
    max-height:20px !important;
    flex:0 0 20px !important;
    border:3px solid rgba(232,255,248,.58) !important;
    border-top-color:#2fd6bf !important;
    border-radius:50% !important;
    background:transparent !important;
    box-shadow:0 0 0 3px rgba(185,255,235,.18) !important;
    animation:drogaluz-cart-spin-v1089 .72s linear infinite !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon:before,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon:after,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon:before,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon:after,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon svg,
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon svg{
    content:none !important;
    display:none !important;
  }
}

/* Mobile Phone - rodape compacto de pagamentos e seguranca. */
@media (max-width:508px){
  .site-footer.drogaluz-footer .drogaluz-footer-trust-shell{
    padding:10px 12px !important;
    border-radius:20px !important;
  }
  .site-footer.drogaluz-footer .drogaluz-footer-trust-duo{
    gap:10px !important;
  }
  .site-footer.drogaluz-footer .drogaluz-footer-trust-block h3{
    margin:0 0 8px !important;
    padding:0 !important;
    font-size:10.5px !important;
    line-height:1.1 !important;
  }
  .site-footer.drogaluz-footer .drogaluz-payment-logo-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px 8px !important;
    min-height:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer .drogaluz-payment-logo-grid span{
    min-height:0 !important;
    height:34px !important;
    padding:0 4px !important;
    border:0 !important;
    border-radius:10px !important;
    background:rgba(255,255,255,.72) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer .drogaluz-payment-logo-grid img{
    width:auto !important;
    max-width:70px !important;
    max-height:24px !important;
    object-fit:contain !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    min-height:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid span{
    min-height:74px !important;
    padding:5px 3px !important;
    border:0 !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.62) !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:34px auto auto !important;
    gap:2px !important;
    align-items:center !important;
    justify-items:center !important;
    text-align:center !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid span + span{
    border-top:0 !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid img{
    grid-row:auto !important;
    width:32px !important;
    height:32px !important;
    margin:0 !important;
    object-fit:contain !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid b,
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid small{
    text-align:center !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid b{
    font-size:8.5px !important;
    line-height:1.05 !important;
  }
  .site-footer.drogaluz-footer .drogaluz-security-logo-grid small{
    margin:0 !important;
    font-size:6.8px !important;
    line-height:1.05 !important;
  }
  html[data-drogaluz-theme="dark"] .site-footer.drogaluz-footer .drogaluz-payment-logo-grid span,
  html[data-drogaluz-theme="dark"] .site-footer.drogaluz-footer .drogaluz-security-logo-grid span{
    background:rgba(18,47,82,.62) !important;
  }
  html[data-drogaluz-theme="dark"] .site-footer.drogaluz-footer .drogaluz-security-logo-grid b{
    color:#e8f5ff !important;
  }
  html[data-drogaluz-theme="dark"] .site-footer.drogaluz-footer .drogaluz-security-logo-grid small{
    color:#94b8d8 !important;
  }
}

/* Mobile Phone - override final do rodape, acima das regras legadas v1086. */
@media (max-width:508px){
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px 8px !important;
    min-height:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid span,
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid span:nth-child(odd),
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid span:nth-child(even),
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid span:nth-child(n+3){
    height:34px !important;
    min-height:0 !important;
    padding:0 4px !important;
    border:0 !important;
    border-left:0 !important;
    border-top:0 !important;
    border-radius:10px !important;
    background:rgba(255,255,255,.72) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid img{
    width:auto !important;
    max-width:70px !important;
    max-height:24px !important;
    object-fit:contain !important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    min-height:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid span,
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid span + span{
    min-height:74px !important;
    padding:5px 3px !important;
    border:0 !important;
    border-left:0 !important;
    border-top:0 !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.62) !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:34px auto auto !important;
    gap:2px !important;
    align-items:center !important;
    justify-items:center !important;
    text-align:center !important;
    box-shadow:none !important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid img{
    grid-row:auto !important;
    width:32px !important;
    height:32px !important;
    margin:0 !important;
    object-fit:contain !important;
  }
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid b,
  .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid small{
    text-align:center !important;
  }
  html[data-drogaluz-theme="dark"] .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-payment-logo-grid span,
  html[data-drogaluz-theme="dark"] .site-footer.drogaluz-footer.drogaluz-footer-v1061.drogaluz-footer-v1086.drogaluz-footer-v1167 .drogaluz-security-logo-grid span{
    background:rgba(18,47,82,.62) !important;
  }
}

@media (max-width:360px){
  .home-card-rail-v1140{
    --dlm-carousel-gap:8px;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked){
    --dlm-card-cart-size:32px;
    gap:5px !important;
    grid-template-columns:minmax(0,var(--dlm-qty-w,72px)) var(--dlm-card-cart-size) !important;
  }
}

/* Mobile Phone - produto: cartoes em grade compacta. */
@media (max-width:508px){
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"]{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    align-items:stretch !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"][hidden]{
    display:none !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"] .drogaluz-product-payment-icon-v1171{
    min-width:0 !important;
    width:100% !important;
    height:56px !important;
    min-height:56px !important;
    padding:6px 4px !important;
    border-radius:12px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:28px auto !important;
    align-items:center !important;
    justify-items:center !important;
    text-align:center !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"] .drogaluz-product-payment-icon-v1171 img{
    width:auto !important;
    max-width:58px !important;
    max-height:24px !important;
    object-fit:contain !important;
  }
  .drogaluz-product-page-v1171 .drogaluz-product-payment-detail-v1171[data-payment-panel="cartao"] .drogaluz-product-payment-icon-v1171 b{
    margin:0 !important;
    font-size:8px !important;
    line-height:1.05 !important;
    text-align:center !important;
    text-transform:uppercase !important;
  }
}

/* Mobile Phone - Produtos em trilho igual as prateleiras da Home. */
@media (max-width:508px){
  .products-page-v1154 .products-grid-v1149.product-grid,
  .products-page-v1154 .products-grid-v1149{
    --dlm-products-gap:10px;
    display:grid !important;
    grid-template-columns:none !important;
    grid-auto-flow:column !important;
    grid-auto-columns:calc((100vw - 34px - var(--dlm-products-gap,10px)) / 2) !important;
    gap:var(--dlm-products-gap,10px) !important;
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    overflow-y:visible !important;
    padding:2px 0 12px !important;
    margin:0 !important;
    justify-content:start !important;
    justify-items:stretch !important;
    align-items:stretch !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding-inline:0 !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    mask-image:none !important;
    -webkit-mask-image:none !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:394px !important;
    max-height:none !important;
    justify-self:stretch !important;
    scroll-snap-align:start !important;
    opacity:1 !important;
    filter:none !important;
    transform:none !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked){
    --dlm-card-cart-size:34px;
    display:grid !important;
    grid-template-columns:minmax(0,var(--dlm-qty-w,82px)) var(--dlm-card-cart-size) !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .qty-stepper{
    justify-self:end !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button{
    width:var(--dlm-card-cart-size) !important;
    min-width:var(--dlm-card-cart-size) !important;
    max-width:var(--dlm-card-cart-size) !important;
    height:var(--dlm-card-cart-size) !important;
    min-height:var(--dlm-card-cart-size) !important;
    max-height:var(--dlm-card-cart-size) !important;
    border-radius:999px !important;
    padding:0 !important;
    gap:0 !important;
    justify-self:start !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    outline:0 !important;
    position:relative !important;
    isolation:isolate !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    -webkit-tap-highlight-color:transparent !important;
    touch-action:manipulation !important;
    background-clip:padding-box !important;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12) !important;
    transform:none !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    border-radius:999px !important;
    background:rgba(185,255,235,.24) !important;
    opacity:0 !important;
    transform:scale(.68) !important;
    transition:opacity .12s ease,transform .12s ease !important;
    pointer-events:none !important;
    z-index:0 !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:hover,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:active,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:focus,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button{
    border-radius:999px !important;
    outline:0 !important;
    gap:0 !important;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12) !important;
    transform:none !important;
    -webkit-tap-highlight-color:transparent !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:active{
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12),0 0 0 5px rgba(74,184,165,.22) !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:active:after{
    opacity:1 !important;
    transform:scale(1) !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button:focus-visible{
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.12),0 0 0 3px rgba(74,184,165,.24) !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button .buy-label{
    display:none !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    z-index:1 !important;
    width:17px !important;
    min-width:17px !important;
    max-width:17px !important;
    height:18px !important;
    min-height:18px !important;
    max-height:18px !important;
    flex:0 0 17px !important;
    margin:0 !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon svg{
    width:100% !important;
    height:100% !important;
    display:block !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon{
    width:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    height:20px !important;
    min-height:20px !important;
    max-height:20px !important;
    flex:0 0 20px !important;
    border:3px solid rgba(232,255,248,.58) !important;
    border-top-color:#2fd6bf !important;
    border-radius:50% !important;
    background:transparent !important;
    box-shadow:0 0 0 3px rgba(185,255,235,.18) !important;
    animation:drogaluz-cart-spin-v1089 .72s linear infinite !important;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon:before,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon:after,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon:before,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon:after,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button.is-buy-loading .buy-icon svg,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked).is-cart-loading .buy-button .buy-icon svg{
    content:none !important;
    display:none !important;
  }
}

@media (max-width:360px){
  .products-page-v1154 .products-grid-v1149.product-grid,
  .products-page-v1154 .products-grid-v1149{
    --dlm-products-gap:8px;
  }
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked){
    --dlm-card-cart-size:32px;
    gap:5px !important;
    grid-template-columns:minmax(0,var(--dlm-qty-w,72px)) var(--dlm-card-cart-size) !important;
  }
}

/* Mobile Phone - produto dark e trilhos sem barra nativa. */
@media (max-width:508px){
  html[data-drogaluz-theme="dark"] .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191{
    background:#101a2a !important;
    background-color:#101a2a !important;
    border-color:#2d4058 !important;
    box-shadow:0 14px 34px rgba(0,0,0,.24) !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-image-card{
    background:#0b1524 !important;
    background-color:#0b1524 !important;
    border-color:#243954 !important;
    box-shadow:inset 0 0 0 1px rgba(116,167,214,.08) !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-product-page-v1171 .drogaluz-product-gallery-v1191 .drogaluz-product-gallery-slide-v1191{
    background:transparent !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191 .drogaluz-product-thumb{
    background:#101a2a !important;
    background-color:#101a2a !important;
    border-color:#2d4058 !important;
    box-shadow:none !important;
  }
  html[data-drogaluz-theme="dark"] .drogaluz-product-page-v1171 .drogaluz-product-thumbs-v1191 .drogaluz-product-thumb.is-active{
    background:#172b46 !important;
    background-color:#172b46 !important;
    border-color:#45a6ff !important;
    box-shadow:0 0 0 3px rgba(69,166,255,.16) !important;
  }

  .products-page-v1154 .products-grid-v1149.product-grid,
  .products-page-v1154 .products-grid-v1149,
  .drogaluz-related-products-v1108 .home-card-rail-v1140{
    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
  }
  .products-page-v1154 .products-grid-v1149.product-grid::-webkit-scrollbar,
  .products-page-v1154 .products-grid-v1149::-webkit-scrollbar,
  .drogaluz-related-products-v1108 .home-card-rail-v1140::-webkit-scrollbar{
    display:none !important;
    width:0 !important;
    height:0 !important;
  }

  .drogaluz-related-products-v1108 .home-card-carousel-v1140{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    overflow:visible !important;
  }
  .drogaluz-related-products-v1108 .home-card-rail-v1140{
    --dlm-related-gap:10px;
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    overflow-y:visible !important;
    padding:2px 0 12px !important;
    margin:0 !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding-inline:0 !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    mask-image:none !important;
    -webkit-mask-image:none !important;
  }
  .drogaluz-related-products-v1108 .home-card-track-v1140.product-carousel-grid,
  .drogaluz-related-products-v1108 .home-card-track-v1140{
    display:grid !important;
    grid-template-columns:none !important;
    grid-auto-flow:column !important;
    grid-auto-columns:calc((100vw - 34px - var(--dlm-related-gap,10px)) / 2) !important;
    gap:var(--dlm-related-gap,10px) !important;
    width:max-content !important;
    max-width:none !important;
    justify-content:start !important;
    align-items:stretch !important;
    transform:none !important;
    transition:none !important;
    will-change:auto !important;
  }
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    justify-self:stretch !important;
    scroll-snap-align:start !important;
    opacity:1 !important;
    filter:none !important;
    transform:none !important;
  }
}

@media (max-width:360px){
  .drogaluz-related-products-v1108 .home-card-rail-v1140{
    --dlm-related-gap:8px;
  }
}

/* Mobile Phone - todos os carrosseis de produto com o mesmo card. */
@media (max-width:508px){
  .home-card-rail-v1140,
  .products-page-v1154 .products-grid-v1149,
  .drogaluz-related-products-v1108 .home-card-rail-v1140{
    --dlm-rail-gap:10px;
    --dlm-rail-card-height:286px;
    --dlm-rail-media-height:146px;
    --dlm-rail-image-height:118px;
    --dlm-rail-title-height:34px;
    --dlm-rail-price-height:34px;
    --dlm-rail-form-height:36px;
    --dlm-rail-qty-w:102px;
    --dlm-rail-qty-btn:28px;
    --dlm-rail-qty-pad:4px;
    --dlm-rail-qty-number:30px;
    --dlm-rail-cart-size:36px;
    --dlm-rail-cart-icon:18px;
  }
  .home-card-track-v1140.product-carousel-grid,
  .home-card-track-v1140,
  .drogaluz-related-products-v1108 .home-card-track-v1140.product-carousel-grid,
  .drogaluz-related-products-v1108 .home-card-track-v1140{
    grid-auto-columns:calc((100vw - 34px - var(--dlm-rail-gap,10px)) / 2) !important;
    gap:var(--dlm-rail-gap,10px) !important;
  }
  .products-page-v1154 .products-grid-v1149.product-grid,
  .products-page-v1154 .products-grid-v1149{
    --dlm-products-gap:var(--dlm-rail-gap,10px);
    grid-auto-columns:calc((100vw - 34px - var(--dlm-rail-gap,10px)) / 2) !important;
    gap:var(--dlm-rail-gap,10px) !important;
  }
  .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1138 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-outgoing-v1145,
  .is-home-carousel-moving-v1145 .home-card-track-v1140 .product-card.is-carousel-incoming-v1145,
  .products-page-v1154 .products-grid-v1149 .product-card,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:var(--dlm-rail-card-height,394px) !important;
    height:var(--dlm-rail-card-height,394px) !important;
    max-height:var(--dlm-rail-card-height,394px) !important;
    justify-self:stretch !important;
    scroll-snap-align:start !important;
  }
  .home-card-track-v1140 .product-card .product-stack,
  .home-card-track-v1140 .product-card .product-image,
  .products-page-v1154 .products-grid-v1149 .product-card .product-stack,
  .products-page-v1154 .products-grid-v1149 .product-card .product-image,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .product-stack,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .product-image{
    height:var(--dlm-rail-media-height,174px) !important;
    min-height:var(--dlm-rail-media-height,174px) !important;
    max-height:var(--dlm-rail-media-height,174px) !important;
  }
  .home-card-track-v1140 .product-card .product-image img,
  .products-page-v1154 .products-grid-v1149 .product-card .product-image img,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .product-image img{
    height:var(--dlm-rail-image-height,126px) !important;
    max-height:var(--dlm-rail-image-height,126px) !important;
    object-fit:contain !important;
  }
  .home-card-track-v1140 .product-card .product-body,
  .products-page-v1154 .products-grid-v1149 .product-card .product-body,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .product-body{
    display:grid !important;
    grid-template-rows:var(--dlm-rail-title-height,34px) 6px var(--dlm-rail-price-height,34px) var(--dlm-rail-form-height,36px) !important;
    align-content:start !important;
    gap:3px !important;
    padding:8px 8px 10px !important;
    min-height:0 !important;
    flex:1 1 auto !important;
  }
  .home-card-track-v1140 .product-card .product-body h3,
  .products-page-v1154 .products-grid-v1149 .product-card .product-body h3,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .product-body h3{
    min-height:var(--dlm-rail-title-height,33px) !important;
    max-height:var(--dlm-rail-title-height,33px) !important;
    overflow:hidden !important;
  }
  .home-card-track-v1140 .product-card .price-stack,
  .products-page-v1154 .products-grid-v1149 .product-card .price-stack,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .price-stack{
    min-height:var(--dlm-rail-price-height,35px) !important;
    max-height:var(--dlm-rail-price-height,35px) !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked),
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked),
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked){
    --dlm-card-cart-size:var(--dlm-rail-cart-size,36px);
    --dlm-card-cart-icon:var(--dlm-rail-cart-icon,18px);
    --dlm-qty-w:var(--dlm-rail-qty-w,102px);
    --dlm-qty-btn:var(--dlm-rail-qty-btn,28px);
    --dlm-qty-pad:var(--dlm-rail-qty-pad,4px);
    --dlm-qty-number:var(--dlm-rail-qty-number,30px);
    display:grid !important;
    grid-template-columns:var(--dlm-qty-w,102px) var(--dlm-card-cart-size,36px) !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    height:var(--dlm-rail-form-height,36px) !important;
    min-height:var(--dlm-rail-form-height,36px) !important;
    max-height:var(--dlm-rail-form-height,36px) !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-stepper,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .qty-stepper,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-stepper{
    width:var(--dlm-qty-w,102px) !important;
    min-width:var(--dlm-qty-w,102px) !important;
    max-width:var(--dlm-qty-w,102px) !important;
    height:var(--dlm-rail-form-height,36px) !important;
    min-height:var(--dlm-rail-form-height,36px) !important;
    max-height:var(--dlm-rail-form-height,36px) !important;
    grid-template-columns:var(--dlm-qty-btn,28px) var(--dlm-qty-number,30px) var(--dlm-qty-btn,28px) !important;
    gap:var(--dlm-qty-pad,4px) !important;
    padding:var(--dlm-qty-pad,4px) !important;
    justify-self:end !important;
    align-items:center !important;
    justify-items:center !important;
    box-sizing:border-box !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-stepper input,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .qty-stepper input,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-stepper input{
    width:var(--dlm-qty-number,30px) !important;
    min-width:var(--dlm-qty-number,30px) !important;
    max-width:var(--dlm-qty-number,30px) !important;
    height:var(--dlm-qty-btn,28px) !important;
    min-height:var(--dlm-qty-btn,28px) !important;
    max-height:var(--dlm-qty-btn,28px) !important;
    line-height:var(--dlm-qty-btn,28px) !important;
    padding:0 !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-btn,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .qty-btn,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .qty-btn{
    width:var(--dlm-qty-btn,28px) !important;
    min-width:var(--dlm-qty-btn,28px) !important;
    max-width:var(--dlm-qty-btn,28px) !important;
    height:var(--dlm-qty-btn,28px) !important;
    min-height:var(--dlm-qty-btn,28px) !important;
    max-height:var(--dlm-qty-btn,28px) !important;
    border-radius:999px !important;
    align-self:center !important;
    justify-self:center !important;
    padding:0 !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button{
    width:var(--dlm-card-cart-size,36px) !important;
    min-width:var(--dlm-card-cart-size,36px) !important;
    max-width:var(--dlm-card-cart-size,36px) !important;
    height:var(--dlm-card-cart-size,36px) !important;
    min-height:var(--dlm-card-cart-size,36px) !important;
    max-height:var(--dlm-card-cart-size,36px) !important;
    border-radius:999px !important;
    padding:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    justify-self:start !important;
    line-height:1 !important;
    overflow:hidden !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon{
    width:var(--dlm-card-cart-icon,18px) !important;
    min-width:var(--dlm-card-cart-icon,18px) !important;
    max-width:var(--dlm-card-cart-icon,18px) !important;
    height:var(--dlm-card-cart-icon,18px) !important;
    min-height:var(--dlm-card-cart-icon,18px) !important;
    max-height:var(--dlm-card-cart-icon,18px) !important;
    flex:0 0 var(--dlm-card-cart-icon,18px) !important;
    margin:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    transform:none !important;
  }
  .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon svg,
  .products-page-v1154 .products-grid-v1149 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon svg,
  .drogaluz-related-products-v1108 .home-card-track-v1140 .product-card .card-form:not(.is-price-locked) .buy-button .buy-icon svg{
    width:var(--dlm-card-cart-icon,18px) !important;
    height:var(--dlm-card-cart-icon,18px) !important;
    display:block !important;
    margin:0 !important;
  }
}

@media (max-width:360px){
  .home-card-rail-v1140,
  .products-page-v1154 .products-grid-v1149,
  .drogaluz-related-products-v1108 .home-card-rail-v1140{
    --dlm-rail-gap:8px;
    --dlm-rail-card-height:268px;
    --dlm-rail-media-height:136px;
    --dlm-rail-image-height:106px;
    --dlm-rail-title-height:31px;
    --dlm-rail-price-height:32px;
    --dlm-rail-form-height:30px;
    --dlm-rail-qty-w:82px;
    --dlm-rail-qty-btn:24px;
    --dlm-rail-qty-pad:3px;
    --dlm-rail-qty-number:22px;
    --dlm-rail-cart-size:30px;
    --dlm-rail-cart-icon:15px;
  }
}

/* Mobile Phone - home: espacamento vertical padronizado. */
@media (max-width:508px){
  main > .product-benefits{
    margin-bottom:0 !important;
  }
  main > .product-benefits + .home-shelf-carousel-v1140{
    padding-top:16px !important;
  }
  main > .home-shelf-carousel-v1140 + .home-shelf-carousel-v1140{
    padding-top:4px !important;
  }
  main > .home-shelf-carousel-v1140:not(.last-shelf){
    padding-bottom:4px !important;
  }
  main > .home-shelf-carousel-v1140 .home-section-title{
    margin-bottom:14px !important;
  }
  main > .home-shelf-carousel-v1140 .home-card-rail-v1140{
    padding-top:2px !important;
    padding-bottom:8px !important;
  }
  main:has(> .last-shelf.home-shelf-carousel-v1140) > .last-shelf.home-shelf-carousel-v1140{
    padding-bottom:14px !important;
  }
  main:has(> .last-shelf.home-shelf-carousel-v1140) > .last-shelf.home-shelf-carousel-v1140 .home-card-rail-v1140{
    padding-bottom:8px !important;
  }
  main:has(> .last-shelf.home-shelf-carousel-v1140) + .cart-drawer + .site-footer.drogaluz-footer{
    margin-top:0 !important;
  }
  main:has(> .last-shelf.home-shelf-carousel-v1140) + .cart-drawer + .site-footer.drogaluz-footer .drogaluz-footer-contact-band{
    padding-top:12px !important;
    padding-bottom:12px !important;
  }
}

/* Mobile Phone - conta aberta com hitbox acima das faixas do topo. */
@media (max-width:508px){
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open),
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within){
    z-index:100000 !important;
    contain:none !important;
    overflow:visible !important;
    pointer-events:auto !important;
  }
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open) .site-header.drogaluz-style-header,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within) .site-header.drogaluz-style-header,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open) .header-main.drogaluz-mainbar,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within) .header-main.drogaluz-mainbar,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open) .header-main-inner.drogaluz-mainbar-inner,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within) .header-main-inner.drogaluz-mainbar-inner,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open) .header-actions.drogaluz-actions,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within) .header-actions.drogaluz-actions{
    overflow:visible !important;
    contain:none !important;
    position:relative !important;
    z-index:100010 !important;
  }
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open) .drogaluz-category-nav.drogaluz-category-nav-v1042,
  .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within) .drogaluz-category-nav.drogaluz-category-nav-v1042{
    z-index:1 !important;
    pointer-events:none !important;
  }
  .drogaluz-account.drogaluz-account-v1082.is-open,
  .drogaluz-account.drogaluz-account-v1082:focus-within{
    position:relative !important;
    z-index:100050 !important;
    overflow:visible !important;
    pointer-events:auto !important;
  }
  .drogaluz-account.drogaluz-account-v1082.is-open .drogaluz-account-menu,
  .drogaluz-account.drogaluz-account-v1082:focus-within .drogaluz-account-menu{
    z-index:100060 !important;
    pointer-events:auto !important;
  }
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-menu-grid,
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-menu-grid a,
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-button,
  .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-register{
    position:relative !important;
    z-index:1 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
}

/* Mobile Phone - carrinho aberto sempre acima do menu da conta. */
@media (max-width:508px){
  body.cart-drawer-open .cart-drawer{
    z-index:200000 !important;
  }
  body.cart-drawer-open .drogaluz-scroll-header,
  body.cart-drawer-open .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082.is-open),
  body.cart-drawer-open .drogaluz-scroll-header:has(.drogaluz-account.drogaluz-account-v1082:focus-within){
    z-index:10 !important;
    pointer-events:none !important;
  }
  body.cart-drawer-open .drogaluz-account.drogaluz-account-v1082,
  body.cart-drawer-open .drogaluz-account.drogaluz-account-v1082.is-open,
  body.cart-drawer-open .drogaluz-account.drogaluz-account-v1082:focus-within{
    z-index:1 !important;
    pointer-events:none !important;
  }
  body.cart-drawer-open .drogaluz-account.drogaluz-account-v1082 .drogaluz-account-menu,
  body.cart-drawer-open .drogaluz-account.drogaluz-account-v1082.is-open .drogaluz-account-menu,
body.cart-drawer-open .drogaluz-account.drogaluz-account-v1082:focus-within .drogaluz-account-menu{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(8px) !important;
  }
}

/* Mobile Phone - produto com espacamento vertical padronizado. */
@media (max-width:508px){
  main > .drogaluz-product-page-v1171:not(.drogaluz-product-service-final-v111){
    padding-bottom:0 !important;
  }
  main > .drogaluz-product-page-v1171 .drogaluz-product-shell-v1171{
    gap:12px !important;
    row-gap:16px !important;
  }
  main > .drogaluz-product-page-v1171 .drogaluz-product-description-card-v1171,
  main > .drogaluz-product-page-v1171 .drogaluz-product-notice-stack-v1174{
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  main > .drogaluz-product-page-v1171 .drogaluz-product-description-card-v1171 .drogaluz-product-description-text,
  main > .drogaluz-product-page-v1171 .drogaluz-product-description-card-v1171 > p{
    padding-top:16px !important;
  }
  main > .drogaluz-related-products-v1108{
    margin-top:0 !important;
    padding-top:8px !important;
    padding-bottom:14px !important;
  }
  main > .drogaluz-related-products-v1108 .home-section-title{
    margin-bottom:10px !important;
  }
  main > .drogaluz-related-products-v1108 .home-card-rail-v1140{
    padding-top:2px !important;
    padding-bottom:8px !important;
  }
  main > .drogaluz-product-page-v1171:not(.drogaluz-product-service-final-v111) + .drogaluz-product-service-final-v111{
    padding-top:12px !important;
  }
  main > .drogaluz-related-products-v1108 + .drogaluz-product-service-final-v111{
    padding-top:0 !important;
  }
  main > .drogaluz-product-service-final-v111{
    margin-top:0 !important;
    padding-bottom:12px !important;
  }
  main > .drogaluz-product-service-final-v111 .drogaluz-product-info-card-wide-v1173{
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  main:has(> .drogaluz-product-service-final-v111) + .cart-drawer + .site-footer.drogaluz-footer{
    margin-top:0 !important;
  }
  main:has(> .drogaluz-product-service-final-v111) + .cart-drawer + .site-footer.drogaluz-footer .drogaluz-footer-contact-band{
    padding-top:12px !important;
    padding-bottom:12px !important;
  }
}
