/*
 * Dona Micas design system
 * Visual source: approved Adobe XD proposal.
 * Loaded after the vendor theme so the shop keeps its PrestaShop behaviour.
 */

:root {
  --dm-primary: #03b1af;
  --dm-primary-dark: #008f8d;
  --dm-ink: #0e1011;
  --dm-ink-soft: #2e3335;
  --dm-text: #525455;
  --dm-muted: #939394;
  --dm-line: #e7ecee;
  --dm-surface: #f8fafc;
  --dm-white: #fff;
  --dm-warning: #ffbd2c;
  --dm-sale: #d2271f;
  --dm-radius-sm: 4px;
  --dm-radius: 10px;
  --dm-radius-lg: 18px;
  --dm-shadow: 0 12px 36px rgba(14, 16, 17, .08);
  /* The XD artboard is 1920px wide and uses a 1440px content grid. */
  --dm-container: 1440px;
}

html { scroll-behavior: smooth; }

body {
  color: var(--dm-text);
  background: var(--dm-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4,
.pos_title h2,
.page-title-wrapper h1 {
  color: var(--dm-ink);
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
}

a { color: var(--dm-ink-soft); transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
a:hover, a:focus { color: var(--dm-primary-dark); text-decoration: none; }

::selection { color: var(--dm-white); background: var(--dm-primary); }

.container { width: min(100% - 40px, var(--dm-container)); max-width: var(--dm-container); }

.btn,
button,
input[type="submit"] { font-family: Inter, Arial, sans-serif; }

.btn-primary,
.btn.btn-primary,
button.btn-primary,
input.btn-primary,
.cart-grid-body > .btn-primary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--dm-ink-soft);
  border-radius: var(--dm-radius-sm);
  color: var(--dm-white);
  background: var(--dm-ink-soft);
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
input.btn-primary:hover {
  color: var(--dm-white);
  border-color: var(--dm-primary-dark);
  background: var(--dm-primary-dark);
  transform: translateY(-1px);
}

.form-control,
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], select, textarea {
  min-height: 48px;
  border: 1px solid #dce2e5;
  border-radius: var(--dm-radius-sm);
  color: var(--dm-ink);
  background-color: var(--dm-white);
  box-shadow: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

textarea.form-control, textarea { min-height: 142px; padding: 14px 16px; resize: vertical; }

.form-control:focus,
input:focus, select:focus, textarea:focus {
  border-color: var(--dm-primary);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(3, 177, 175, .12);
}

.form-control-label { color: var(--dm-ink-soft); font-size: 14px; font-weight: 600; }
.form-control-comment { color: var(--dm-muted); font-size: 12px; }
.form-group { margin-bottom: 20px; }

/* Header built with Creative Elements */
#header { position: relative !important; z-index: 9999 !important; border-bottom: 0 !important; background: var(--dm-white); box-shadow: none; }
#header .elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--dm-container); }
#header .elementor-heading-title,
#header .elementor-icon-list-text,
#header a { font-family: Inter, Arial, sans-serif; }

#header .search-field,
#header input[type="search"],
#header input[placeholder*="Pesquisar"] {
  height: 44px;
  border: 0;
  border-radius: 24px;
  background: #f5f6f6;
  font-size: 14px;
}

#header .elementor-element-zqizosc .pos-search { width: 360px; max-width: 100%; }
#header .elementor-element-zqizosc .search-input-container {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border-radius: 24px;
  background: #f5f6f6;
}
#header .elementor-element-zqizosc .search-input-container .icon-minimal { flex: 0 0 auto; margin-right: 10px; color: var(--dm-muted); font-size: 19px; }
#header .elementor-element-zqizosc .pos-search__input { height: 46px; min-height: 46px; padding: 0 !important; background: transparent !important; }

#header .elementor-nav-menu--main,
#header .pos-menu-horizontal,
#header .menu-content { background: var(--dm-primary); }

#header .elementor-nav-menu--main a,
#header .pos-menu-horizontal a,
#header .menu-content a { color: var(--dm-white); font-size: 15px; font-weight: 500; }

#header .elementor-nav-menu--main a:hover,
#header .elementor-nav-menu--main .elementor-item-active,
#header .pos-menu-horizontal a:hover { color: var(--dm-white); }

#header .elementor-nav-menu--main a:after,
#header .pos-menu-horizontal a:after { background-color: var(--dm-white); }

/* Exact XD header proportions (the Creative Elements template adds excess padding). */
#header .elementor-element-fhusfst,
#header .elementor-element-fhusfst > .elementor-container { height: 45px !important; min-height: 45px !important; }
#header .elementor-element-fhusfst .elementor-column { width: 50% !important; }
#header .elementor-element-fhusfst p { margin: 0; white-space: nowrap; }
#header .elementor-element-qfkjwly { height: 128px !important; min-height: 128px !important; padding-top: 0 !important; padding-bottom: 0 !important; }
#header .elementor-element-qfkjwly > .elementor-container { height: 128px !important; min-height: 128px !important; }
#header .elementor-element-vnsvkwx,
#header .elementor-element-vnsvkwx > .elementor-container { height: 55px !important; min-height: 55px !important; }
#header .elementor-element-vnsvkwx .menu-content > ul > li > a { height: 55px; min-height: 55px; display: flex; align-items: center; }

/* Off-canvas navigation */
.menu-mobile-content.box-menu { width: min(340px, 88vw); background: var(--dm-white); box-shadow: 18px 0 54px rgba(14,16,17,.2); }
.menu-mobile-content .close-menu { min-height: 52px; padding: 0 20px; color: var(--dm-white); background: var(--dm-ink-soft); font-weight: 700; }
.menu-mobile-content .mobile-menu a { min-height: 48px; padding: 13px 20px; color: var(--dm-ink); border-bottom: 1px solid var(--dm-line); font-size: 14px; font-weight: 650; }
.menu-mobile-content .mobile-menu a:hover,
.menu-mobile-content .mobile-menu a:focus-visible { color: var(--dm-primary-dark); background: var(--dm-surface); }
.overlay-slider { background: rgba(14,16,17,.55); backdrop-filter: blur(2px); }

/* Page title / category banner */
#wrapper { background: var(--dm-white); }
#wrapper > .container { padding-top: 42px; padding-bottom: 72px; }

.page-title-wrapper {
  min-height: 180px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px 0;
  color: var(--dm-ink-soft);
  background-color: #edfafa;
  background-position: center !important;
  background-size: cover !important;
}

.page-title-wrapper .container { display: flex; flex-direction: column; align-items: flex-start; }
.page-title-wrapper.p_tilte_small .page-header h1,
.page-title-wrapper h1 { margin: 0 0 8px; font-size: clamp(36px, 4vw, 75px); line-height: 1.05; }
.breadcrumb { margin: 0; padding: 0; border: 0; background: transparent; }
.breadcrumb li, .breadcrumb li a, .breadcrumb span { color: var(--dm-text); font-size: 13px; }
.breadcrumb li:last-child, .breadcrumb li:last-child span { color: var(--dm-ink); }

/* Never expose the vendor food/seasoning breadcrumb artwork. Category and
   product banners have their own controlled image rules below. */
body:not(.page-category):not(.page-product) .page-title-wrapper { background-image: none !important; }

/* Category titles start image-free. A real Back Office category image is
   exposed by the template through --dm-category-image before first paint. */
body.page-category .page-title-wrapper { background-image: none !important; }
body.page-category .page-title-wrapper.dm-category-has-image {
  background-image: var(--dm-category-image) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

body.category-cao .page-title-wrapper:not(.dm-category-has-image) {
  min-height: 265px;
  color: var(--dm-white);
  background-color: var(--dm-warning) !important;
  background-image: url("../img/donamicas/category-dog.png") !important;
}
body.category-cao .page-title-wrapper h1,
body.category-cao .page-title-wrapper .breadcrumb li,
body.category-cao .page-title-wrapper .breadcrumb a,
body.category-cao .page-title-wrapper .breadcrumb span { color: var(--dm-white); }
body.category-gato .page-title-wrapper:not(.dm-category-has-image) {
  min-height: 265px;
  background-color: #dff7f6 !important;
  background-image: url("../img/donamicas/category-cat.png") !important;
}
body.category-exoticos .page-title-wrapper:not(.dm-category-has-image),
body.category-exóticos .page-title-wrapper:not(.dm-category-has-image) {
  min-height: 265px;
  background-color: #f6b2a2 !important;
  background-image: none !important;
}

body.page-category .page-title-wrapper .breadcrumb,
#product .page-title-wrapper .breadcrumb { order: -1; margin-bottom: 12px; }

/* Product taxonomy is not configured consistently in the catalogue yet, so use
   the XD colour language without labelling cat products as dog products. */
#product .page-title-wrapper { min-height: 265px; color: var(--dm-white); background-color: var(--dm-warning) !important; background-image: none !important; }
#product .page-title-wrapper h1,
#product .page-title-wrapper .breadcrumb li,
#product .page-title-wrapper .breadcrumb a,
#product .page-title-wrapper .breadcrumb span { color: var(--dm-white); }

#product.dm-product-dog .page-title-wrapper { background-image: url("../img/donamicas/category-dog.png") !important; background-position: center !important; background-size: cover !important; }
#product.dm-product-cat .page-title-wrapper { color: var(--dm-ink-soft); background-color: #dff7f6 !important; background-image: url("../img/donamicas/category-cat.png") !important; background-position: center !important; background-size: cover !important; }
#product.dm-product-cat .page-title-wrapper h1,
#product.dm-product-cat .page-title-wrapper .breadcrumb li,
#product.dm-product-cat .page-title-wrapper .breadcrumb a,
#product.dm-product-cat .page-title-wrapper .breadcrumb span { color: var(--dm-ink-soft); }
#product.dm-product-exotic .page-title-wrapper { color: var(--dm-ink-soft); background-color: #f6b2a2 !important; background-image: none !important; }
#product.dm-product-exotic .page-title-wrapper h1,
#product.dm-product-exotic .page-title-wrapper .breadcrumb li,
#product.dm-product-exotic .page-title-wrapper .breadcrumb a,
#product.dm-product-exotic .page-title-wrapper .breadcrumb span { color: var(--dm-ink-soft); }

body.page-prices-drop .page-title-wrapper {
  min-height: 180px;
  color: var(--dm-ink-soft);
  background-color: #e7f8f7 !important;
  background-image: none !important;
}
body.page-prices-drop .page-title-wrapper h1 { color: var(--dm-ink-soft); font-size: 48px; }
body.page-prices-drop .page-title-wrapper .breadcrumb li,
body.page-prices-drop .page-title-wrapper .breadcrumb a,
body.page-prices-drop .page-title-wrapper .breadcrumb span { color: var(--dm-text); }

body.page-search .page-title-wrapper,
#contact .page-title-wrapper,
#cart .page-title-wrapper,
#checkout .page-title-wrapper,
#authentication .page-title-wrapper,
#registration .page-title-wrapper,
#my-account .page-title-wrapper,
#identity .page-title-wrapper,
#address .page-title-wrapper,
#history .page-title-wrapper,
#order-detail .page-title-wrapper,
.page-cms .page-title-wrapper { background-image: none !important; }

.card,
.card-block,
.page-content.card { border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); box-shadow: none; }

.page-content.card.card-block { padding: 32px; }
#index #wrapper > .container { width: 100%; max-width: none; padding: 0; }
#index .row-wrapper { margin: 0; }
#index #content-wrapper { padding: 0; }

/* Adobe XD home page refinements */
#index .slider-item { background-image: url("../img/donamicas/home-hero.png") !important; background-position: center !important; background-size: cover !important; }
#index .elementor-element-gfijihm,
#index .elementor-element-gfijihm .slick-slider,
#index .elementor-element-gfijihm .slick-list,
#index .elementor-element-gfijihm .slick-track,
#index .elementor-element-gfijihm .slider-item { height: 580px !important; min-height: 580px !important; }
#index .elementor-element-gfijihm { position: relative; z-index: 0 !important; margin-bottom: 50px !important; overflow: hidden; }
#index .elementor-element-gfijihm .slick-dots { position: absolute; right: 0; bottom: 14px; left: 0; z-index: 2; }
#index .elementor-element-gfijihm .desc-banner { top: 107px !important; transform: none !important; }
#index .elementor-element-gfijihm .slideshow-content { width: 634px !important; margin-right: auto; margin-left: auto; }
#index .elementor-element-gfijihm .title2 { color: var(--dm-ink-soft); font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif; font-size: 68px; font-weight: 500; line-height: 74px; letter-spacing: -.035em; }
#index .elementor-element-gfijihm .title2 b { font-weight: 700; }
#index .slider-item .slideshow-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 254px;
  max-width: 100%;
  height: 45px;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: var(--dm-white) !important;
  background: var(--dm-ink-soft) !important;
  line-height: 1;
  text-transform: none !important;
}
#index .slider-item .slideshow-button:hover,
#index .slider-item .slideshow-button:focus-visible { border-color: var(--dm-primary-dark) !important; background: var(--dm-primary-dark) !important; }

@media (min-width: 768px) {
  #index .elementor-element-gfijihm .title2 { margin-bottom: 41px !important; }
}
#index .elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--dm-container); }
#index .elementor-heading-title { font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif; letter-spacing: -.035em; }
#index .elementor-button { border-radius: var(--dm-radius-sm); font-family: Inter, Arial, sans-serif; font-weight: 600; text-transform: none; }
#index .elementor-button:hover { transform: translateY(-1px); }
#index .pos-recent-orders:has(.pos-recent-orders-inner:empty) { display: none !important; }
#index .pos_title { margin-bottom: 24px; text-align: left; }
#index .pos_title h2 { display: inline-block; margin: 0; padding: 0; font-size: 24px; line-height: 1.25; }
#index .pos_title h2:after { content: none; }

/* The body of the XD Home follows one 1440px grid, including the visual cards. */
#index .elementor-element-ywjgfqr,
#index .elementor-element-takmjss,
#index .elementor-element-aiyjpbd,
#index .elementor-element-isv6nu0,
#index .elementor-element-hmhctfk,
#index .elementor-element-42cd3vu {
  width: min(calc(100% - 40px), var(--dm-container)) !important;
  max-width: var(--dm-container) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

#index .elementor-element-ywjgfqr {
  min-height: 160px;
  margin-bottom: 60px !important;
  padding: 22px 30px !important;
}
#index .elementor-element-ywjgfqr > .elementor-container,
#index .elementor-element-takmjss > .elementor-container,
#index .elementor-element-aiyjpbd > .elementor-container,
#index .elementor-element-isv6nu0 > .elementor-container,
#index .elementor-element-hmhctfk > .elementor-container,
#index .elementor-element-42cd3vu > .elementor-container {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#index .elementor-element-ywjgfqr > .elementor-container { min-height: 92px; }

#index .elementor-element-takmjss { height: 300px; margin-bottom: 50px !important; }
#index .elementor-element-takmjss > .elementor-container,
#index .elementor-element-takmjss > .elementor-container > .elementor-row { height: 300px; }
#index .elementor-element-takmjss > .elementor-container > .elementor-row { display: flex; gap: 30px; }
#index .elementor-element-takmjss .elementor-top-column { width: auto !important; min-width: 0; flex: 1 1 0; }
#index .elementor-element-takmjss .elementor-column-wrap,
#index .elementor-element-takmjss .elementor-widget-wrap,
#index .elementor-element-takmjss .elementor-widget,
#index .elementor-element-takmjss .elementor-widget-container { height: 100%; }

#index .elementor-element-aiyjpbd,
#index .elementor-element-isv6nu0,
#index .elementor-element-42cd3vu { margin-bottom: 50px !important; }
#index .elementor-element-aiyjpbd,
#index .elementor-element-isv6nu0 { height: auto !important; min-height: 356px; overflow: visible; }
#index .elementor-element-aiyjpbd[hidden],
#index .elementor-element-isv6nu0[hidden] { display: none; }
#index .dm-home-products-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
#index .dm-home-product-card { min-width: 0; height: 326px; }
#index .dm-home-product-card .dm-product-miniature { position: relative; display: flex; width: 100%; height: 326px; min-width: 0; flex-direction: column; }
#index .dm-home-product-card .img_block { height: 230px; flex: 0 0 230px; }
#index .dm-home-product-card .product-thumbnail,
#index .dm-home-product-card .product-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; }
#index .dm-home-product-card .product_desc { position: relative; min-height: 0; flex: 1 1 auto; padding: 8px 12px 10px !important; }
#index .dm-home-product-card .inner_desc { display: flex; height: 100%; min-height: 0; flex-direction: column; }
#index .dm-home-product-card .manufacturer { display: block; height: 14px; min-height: 14px; margin: 0 0 2px; overflow: hidden; line-height: 14px; }
#index .dm-home-product-card .manufacturer a { display: block; min-height: 14px; color: var(--dm-muted); font-size: 10px; line-height: 14px; }
#index .dm-home-product-card h3 { min-height: 40px; margin: 0; overflow: hidden; line-height: 1.4; }
#index .dm-home-product-card .product_name,
#index .dm-home-product-card .product_name.one_line { display: -webkit-box; width: 100%; height: auto; min-height: 40px; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
#index .dm-home-product-card .product-price-and-shipping { position: absolute; right: 12px; bottom: 10px; left: 12px; margin: 0; transition: opacity .15s ease; }
#index .dm-home-product-card .hook-reviews { display: none; }
#index .dm-home-product-card .availability,
#index .dm-home-product-card .product-desc,
#index .dm-home-product-card .variant-links { display: none !important; }
#index .dm-home-product-card .add-to-links { position: absolute; right: 12px; bottom: 8px; left: 12px; z-index: 2; display: flex !important; width: auto; height: 40px; margin: 0; align-items: stretch; background: var(--dm-white); }
#index .dm-home-product-card .add-to-links li { display: flex; width: 40px; height: 40px; min-width: 40px; flex: 0 0 40px; }
#index .dm-home-product-card .add-to-links li.cart { min-width: 0; flex: 1 1 auto; }
#index .dm-home-product-card .add-to-links li.cart .product-add-to-cart,
#index .dm-home-product-card .add-to-links li.cart form { display: block; width: 100%; height: 40px; }
#index .dm-home-product-card .add-to-links li a,
#index .dm-home-product-card .add-to-links button { display: flex; width: 40px; height: 40px; min-height: 40px; padding: 0; align-items: center; justify-content: center; border: 0; overflow: hidden; white-space: nowrap; }
#index .dm-home-product-card .add-to-links li.cart button { width: 100%; padding: 0 8px; color: var(--dm-white); background: var(--dm-ink-soft); font-size: 11px; font-weight: 600; }
#index .dm-home-product-card .add-to-links li:not(.cart) span { display: none !important; }
#index .dm-home-product-card .add-to-links li:not(.cart) > * { border-left: 1px solid var(--dm-line); color: var(--dm-ink-soft); background: var(--dm-white); font-size: 0; }
#index .dm-home-product-card .add-to-links li:not(.cart) > *:before { content: "♡"; font-size: 22px; line-height: 1; }
#index .dm-home-product-card .add-to-links li.compare > *:before { content: "⇄"; font-size: 18px; }
@media (min-width: 768px) {
  #index .dm-home-product-card .add-to-links { opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  #index .dm-home-product-card:hover .add-to-links,
  #index .dm-home-product-card:focus-within .add-to-links { opacity: 1; visibility: visible; transform: translateY(0); }
  #index .dm-home-product-card:hover .product-price-and-shipping,
  #index .dm-home-product-card:focus-within .product-price-and-shipping { opacity: 0; }
}

#index .elementor-element-hmhctfk { height: 340px; overflow: hidden; }
#index .elementor-element-hmhctfk > .elementor-container,
#index .elementor-element-hmhctfk .elementor-top-column,
#index .elementor-element-hmhctfk .elementor-column-wrap,
#index .elementor-element-hmhctfk .elementor-widget-wrap { height: 340px; }

#index .elementor-element-42cd3vu .slick-list { margin: 0 -12px; }
#index .elementor-element-42cd3vu .slick-slide { padding-right: 12px; padding-left: 12px; }
#index .elementor-element-42cd3vu { height: 450px; overflow: hidden; }
#index .elementor-element-42cd3vu .img_block { height: 235px; }
#index .elementor-element-42cd3vu .product-thumbnail,
#index .elementor-element-42cd3vu .product-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; }

/* Product listing */
.products-selection { margin-bottom: 26px; padding: 14px 18px; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); background: var(--dm-white); }
.products-selection .sort-by { color: var(--dm-text); font-size: 13px; }
.products-selection .select-title { border: 0; color: var(--dm-text); background: var(--dm-surface); }

#left-column .block,
#search_filters { border: 0; background: transparent; box-shadow: none; }
#left-column .block .title_block,
#search_filters .facet .h6 { color: var(--dm-ink); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-weight: 700; }
.dm-filter-title { margin: 0 0 22px; color: var(--dm-ink); font-size: 20px; }
.dm-filter-label { display: block; margin-bottom: 10px; padding-bottom: 9px; border-bottom: 1px solid var(--dm-line); color: var(--dm-ink-soft); font-size: 12px; font-weight: 600; }
.block-categories .dm-category-root { display: none; }
.block-categories .category-sub-menu li { padding: 5px 0; }
.block-categories .category-sub-menu li > a { color: var(--dm-text); font-size: 13px; }
.block-categories .category-sub-menu li > a:hover { color: var(--dm-primary-dark); }
.block-categories .collapse-icons { color: var(--dm-ink-soft); }
#search_filters .facet { padding: 0 0 20px; border-bottom: 1px solid var(--dm-line); }
#search_filters .facet .facet-label a { color: var(--dm-text); font-size: 13px; }
#search_filters .facet .facet-label a:hover { color: var(--dm-primary-dark); }

/* Category page — mirrors the XD category composition. */
body.page-category #wrapper > .container { padding-top: 42px; padding-bottom: 76px; }
body.page-category #search_filters > .h6 {
  margin: 0 0 24px;
  color: var(--dm-ink);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none !important;
}
body.page-category #search_filters .facet {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
body.page-category #search_filters .facet .facet-title {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--dm-line);
  color: var(--dm-ink-soft);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}
body.page-category #search_filters .facet .facet-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--dm-primary);
}
body.page-category #search_filters .facet ul { margin: 0; }
body.page-category #search_filters .facet li {
  min-height: 23px;
  padding: 2px 0;
  line-height: 19px;
}
body.page-category #search_filters .facet .facet-label {
  display: flex;
  min-height: 19px;
  margin: 0;
  align-items: center;
}
body.page-category #search_filters .facet .facet-label a {
  display: block;
  margin: 0 !important;
  color: var(--dm-text);
  font-size: 12px;
  line-height: 19px;
}
body.page-category #search_filters .facet .custom-checkbox,
body.page-category #search_filters .facet .custom-radio {
  top: 0 !important;
  position: relative;
  display: flex;
  width: 14px;
  height: 14px;
  min-width: 14px;
  flex: 0 0 14px;
  margin: 0 8px 0 0 !important;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}
body.page-category #search_filters .facet .custom-checkbox > input,
body.page-category #search_filters .facet .custom-radio > input {
  top: 0 !important;
  width: 14px;
  height: 14px;
  margin: 0 !important;
}
body.page-category #search_filters .facet .custom-checkbox > span,
body.page-category #search_filters .facet .custom-radio > span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  line-height: 14px !important;
  vertical-align: top !important;
}
body.page-category #search_filters .dm-collapsible-facet:not(.dm-expanded) li:nth-child(n+9):not(:has(input:checked)) {
  display: none;
}
body.page-category .dm-facet-toggle {
  margin: 4px 0 0 22px;
  padding: 0;
  border: 0;
  color: var(--dm-text);
  background: transparent;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
body.page-category .dm-facet-toggle:hover { color: var(--dm-primary-dark); }

body.page-category .page-title-wrapper.dm-category-no-image {
  color: var(--dm-ink-soft);
  background-color: #edfafa !important;
  background-image: none !important;
}

/* The catalogue root (category 2, "Início") must never inherit a category or
   vendor title illustration, even when stale markup/classes are cached. */
body.category-id-2 .page-title-wrapper,
body.category-inicio .page-title-wrapper {
  background-color: #edfafa !important;
  background-image: none !important;
}
body.category-id-2 .page-title-wrapper::before,
body.category-id-2 .page-title-wrapper::after,
body.category-inicio .page-title-wrapper::before,
body.category-inicio .page-title-wrapper::after {
  content: none !important;
  background-image: none !important;
}
body.category-id-2 .page-title-wrapper img,
body.category-inicio .page-title-wrapper img { display: none !important; }

body.page-category .page-title-wrapper.dm-category-no-image h1,
body.page-category .page-title-wrapper.dm-category-no-image .breadcrumb li,
body.page-category .page-title-wrapper.dm-category-no-image .breadcrumb a,
body.page-category .page-title-wrapper.dm-category-no-image .breadcrumb span {
  color: var(--dm-ink-soft);
}

body.page-category .products-selection {
  min-height: 34px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.page-category .products-selection > .row { min-height: 34px; margin: 0; }
body.page-category .products-selection .total-products,
body.page-category .products-selection .sort-by-row { min-height: 34px; align-items: center; }
body.page-category .products-selection .total-products { display: flex; padding: 0; align-items: center; gap: 10px; }
body.page-category .products-selection .total-products p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 12px;
  line-height: 20px;
}
body.page-category .products-selection ul.display { margin: 0; }
body.page-category .products-selection ul.display li { color: var(--dm-muted); }
body.page-category .products-selection ul.display li.selected { color: var(--dm-primary); }
body.page-category .products-selection .sort-by-row { margin: 0; }
body.page-category .products-selection .sort-by {
  padding: 0 10px 0 0;
  color: var(--dm-text);
  font-size: 12px;
  text-align: right;
}
body.page-category .products-selection .products-sort-order { padding: 0; }
body.page-category .products-selection .select-title {
  width: 100%;
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  color: var(--dm-text);
  background: var(--dm-surface);
  font-size: 12px;
}

body.page-category #js-product-list .product_content {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
  margin: 0 !important;
}
body.page-category #js-product-list .item-product {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
body.page-category #js-product-list article.style_product_default { width: 100%; }
body.page-category #tags_block,
body.page-category #left-column > .advertising-block { display: none !important; }

body.page-category .pagination {
  display: flex;
  width: 100%;
  min-height: 30px;
  margin: 48px 0 0;
  justify-content: center;
}
body.page-category .pagination .page-list { display: flex; margin: 0; padding: 0 !important; align-items: center; justify-content: center; gap: 4px; }
body.page-category .pagination .page-list li { margin: 0; }
body.page-category .pagination .page-list li a,
body.page-category .pagination .page-list li .spacer {
  display: inline-flex;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--dm-muted);
  background: transparent;
  font-size: 12px;
}
body.page-category .pagination .current a,
body.page-category .pagination a:hover {
  color: var(--dm-white);
  background: var(--dm-primary);
}
body.page-category .pagination .next { font-size: 0 !important; }
body.page-category .pagination .next i { margin: 0; font-size: 18px; }

@media (min-width: 992px) {
  body.page-category #left-column { width: 25%; max-width: 25%; flex: 0 0 25%; }
  body.page-category #content-wrapper { width: 75%; max-width: 75%; flex: 0 0 75%; }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.page-category #js-product-list .product_content { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.page-category #wrapper > .container { padding-top: 28px; padding-bottom: 54px; }
  body.page-category #js-product-list .product_content { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  body.page-category .products-selection { margin-bottom: 18px; }
  body.page-category .products-selection > .row { display: block; min-height: 0; }
  body.page-category .products-selection > .row > [class*="col-"] { width: 100%; max-width: 100%; padding: 0; }
  body.page-category .products-selection ul.display { display: none !important; }
  body.page-category .products-selection .total-products { display: flex !important; width: 100%; min-height: 24px; margin-bottom: 8px; }
  body.page-category .products-selection .total-products p { display: block !important; }
  body.page-category .products-selection .sort-by-row { min-height: 32px; }
  body.page-category .products-selection .sort-by { display: none !important; }
  body.page-category .products-selection .products-sort-order { width: 100%; max-width: 100%; flex: 0 0 100%; }
  body.page-category .products-selection .filter-button { display: none !important; }
  body.page-category .dm-mobile-category-filter__content #search_filters > .h6 { display: none !important; }
  body.page-category .pagination { margin-top: 34px; }
}

.custom-checkbox input[type="checkbox"] + span,
.custom-radio input[type="radio"] + span { border-color: #d2d8db; }
.custom-checkbox input[type="checkbox"]:checked + span,
.custom-radio input[type="radio"]:checked + span { border-color: var(--dm-primary); background: var(--dm-primary); }

#registration .custom-checkbox label,
#authentication .custom-checkbox label,
#checkout .custom-checkbox label { display: flex; align-items: flex-start; gap: 12px; color: var(--dm-ink-soft); line-height: 1.45; }
#registration .custom-checkbox label > span:not(.dm-checkbox-copy),
#authentication .custom-checkbox label > span:not(.dm-checkbox-copy),
#checkout .custom-checkbox label > span:not(.dm-checkbox-copy) { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 1px; }
#registration .custom-checkbox label > .dm-checkbox-copy,
#authentication .custom-checkbox label > .dm-checkbox-copy,
#checkout .custom-checkbox label > .dm-checkbox-copy { width: auto; height: auto; min-width: 0; flex: 1 1 auto; margin: 0; }
.dm-checkbox-copy { min-width: 0; flex: 1; }
.dm-checkbox-copy em { display: block; margin-top: 5px; color: var(--dm-muted); font-size: 12px; font-style: normal; line-height: 1.5; }

.product-miniature,
.js-product-miniature,
.thumbnail-container {
  height: 100%;
  border: 1px solid var(--dm-line) !important;
  border-radius: var(--dm-radius-sm) !important;
  background: var(--dm-white);
  overflow: hidden;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.dm-wishlist-module-target.thumbnail-container { display: none !important; }

.product-miniature:hover,
.js-product-miniature:hover,
.thumbnail-container:hover { border-color: #cfd7da !important; box-shadow: var(--dm-shadow); transform: translateY(-3px); }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .img_block { overflow: hidden; background: var(--dm-white); }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product-thumbnail img { transition: transform .4s ease; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .product-thumbnail img { transform: scale(1.025); }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_desc { padding: 18px !important; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .manufacturer { display: block; height: 18px; min-height: 18px; overflow: hidden; line-height: 18px; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .manufacturer a { color: var(--dm-muted); font-size: 11px; text-transform: none; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) h3 { min-height: 44px; margin: 7px 0 8px; line-height: 1.45; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name { color: var(--dm-ink); font-size: 14px; font-weight: 600; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name.one_line { display: -webkit-box; width: 100%; min-height: 40px; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name:hover { color: var(--dm-primary-dark); }
.product-price-and-shipping .price { color: var(--dm-ink); font-size: 15px; font-weight: 700; }
.product-price-and-shipping .price-sale { color: var(--dm-sale); }
.product-price-and-shipping .regular-price { color: var(--dm-muted); }
.product-flag li,
.product-flag .new,
.product-flag .discount,
.product-flag .on-sale { border-radius: 2px; color: var(--dm-white); background: var(--dm-sale); font-size: 10px; font-weight: 600; }
.product-flag .new { background: var(--dm-warning); }
:is(.product-miniature, .js-product-miniature) .quick-view a,
:is(.product-miniature, .js-product-miniature) a.quick_view { color: var(--dm-white); background: var(--dm-primary); }

.js-product-miniature.style_product_default .add-to-links { bottom: 0; height: 40px; align-items: stretch; background: var(--dm-white); }
.js-product-miniature.style_product_default .add-to-links li { height: 40px; flex: 0 0 40px; }
.js-product-miniature.style_product_default .add-to-links li.cart { min-width: 0; flex: 1 1 auto; }
.js-product-miniature.style_product_default .add-to-links li a,
.js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button {
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  white-space: nowrap;
}
.js-product-miniature.style_product_default .add-to-links li.cart button.ajax_add_to_cart_button { width: 100%; padding: 0 8px; font-size: 10px; font-weight: 700; line-height: 1; }

/* One product-card component for Home, category and recommendation grids. */
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) {
  position: relative;
  display: flex;
  width: 100%;
  height: 326px !important;
  min-width: 0;
  flex-direction: column;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .img_block {
  width: 100%;
  height: 210px !important;
  min-height: 210px;
  flex: 0 0 210px !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product-thumbnail,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_desc {
  position: relative;
  min-height: 0;
  flex: 1 1 auto;
  padding: 8px 12px 10px !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .inner_desc {
  position: static !important;
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .manufacturer {
  display: block;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 0 2px !important;
  overflow: hidden;
  line-height: 16px !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .manufacturer a {
  display: block;
  min-height: 16px !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) h3 {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin: 0;
  overflow: hidden;
  line-height: 1.4;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name.one_line {
  display: -webkit-box;
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .hook-reviews,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .availability,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product-desc,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .variant-links {
  display: none !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product-price-and-shipping {
  position: absolute !important;
  right: 12px !important;
  bottom: 20px !important;
  left: 12px !important;
  margin: 0;
  transition: opacity .15s ease;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links {
  position: absolute !important;
  right: 12px !important;
  bottom: 8px !important;
  left: 12px !important;
  z-index: 3;
  display: flex !important;
  width: auto !important;
  height: 32px !important;
  margin: 0 !important;
  align-items: center !important;
  background: var(--dm-white) !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li {
  display: flex;
  width: 32px;
  height: 32px !important;
  min-width: 32px;
  flex: 0 0 32px !important;
  align-items: center;
  justify-content: center;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.cart {
  min-width: 0;
  flex: 1 1 auto !important;
  justify-content: flex-start;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.cart .product-add-to-cart,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.cart form {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.cart button,
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.cart > span {
  display: inline-flex !important;
  width: auto !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: flex-start;
  border: 0 !important;
  border-bottom: 2px solid var(--dm-ink-soft) !important;
  border-radius: 0 !important;
  color: var(--dm-ink-soft) !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.cart > span.disabled {
  cursor: not-allowed;
  opacity: .45;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li:not(.cart) span {
  display: none !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li:not(.cart) > * {
  display: flex !important;
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  color: var(--dm-ink-soft) !important;
  background: transparent !important;
  font-size: 0 !important;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li:not(.cart) > *:before {
  content: "" !important;
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4.35-9.33-8.28C.7 9.4 2.04 5.5 5.55 4.44A5.34 5.34 0 0 1 12 7.07a5.34 5.34 0 0 1 6.45-2.63c3.51 1.06 4.85 4.96 2.88 8.28C19 16.65 12 21 12 21Zm0-2.35c2.06-1.38 6.03-4.38 7.6-7.02 1.3-2.2.46-4.63-1.73-5.29-2.08-.63-4.02.44-4.95 2.18L12 10.25l-.92-1.73c-.93-1.74-2.87-2.81-4.95-2.18-2.19.66-3.03 3.09-1.73 5.29 1.57 2.64 5.54 5.64 7.6 7.02Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4.35-9.33-8.28C.7 9.4 2.04 5.5 5.55 4.44A5.34 5.34 0 0 1 12 7.07a5.34 5.34 0 0 1 6.45-2.63c3.51 1.06 4.85 4.96 2.88 8.28C19 16.65 12 21 12 21Zm0-2.35c2.06-1.38 6.03-4.38 7.6-7.02 1.3-2.2.46-4.63-1.73-5.29-2.08-.63-4.02.44-4.95 2.18L12 10.25l-.92-1.73c-.93-1.74-2.87-2.81-4.95-2.18-2.19.66-3.03 3.09-1.73 5.29 1.57 2.64 5.54 5.64 7.6 7.02Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li.compare > *:before {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7h11l-2.5-2.5L17 3l5 5-5 5-1.5-1.5L18 9H7V7Zm10 10H6l2.5 2.5L7 21l-5-5 5-5 1.5 1.5L6 15h11v2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7h11l-2.5-2.5L17 3l5 5-5 5-1.5-1.5L18 9H7V7Zm10 10H6l2.5 2.5L7 21l-5-5 5-5 1.5 1.5L6 15h11v2Z'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within {
    border-color: #03B1AF !important;
    box-shadow: none !important;
    transform: none !important;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .product-thumbnail img,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within .product-thumbnail img {
    transform: none !important;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .add-to-links,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within .add-to-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .product-price-and-shipping,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within .product-price-and-shipping {
    opacity: 0;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .add-to-links li.cart button,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .add-to-links li.cart > span,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within .add-to-links li.cart button,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within .add-to-links li.cart > span {
    border-bottom-color: #03B1AF !important;
    color: #03B1AF !important;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):hover .add-to-links li:not(.cart) > *,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature):focus-within .add-to-links li:not(.cart) > * {
    color: #03B1AF !important;
  }
}

@media (max-width: 767px) {
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) { height: 300px !important; }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .img_block {
    height: 160px !important;
    min-height: 160px;
    flex-basis: 160px !important;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_desc { padding: 8px 10px 52px !important; }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .manufacturer { margin-bottom: 4px; }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) h3 { min-height: 40px; margin-bottom: 0; }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name,
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product_name.one_line { min-height: 40px; }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .product-price-and-shipping {
    position: absolute;
    right: 10px;
    bottom: 56px;
    left: 10px;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links {
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    opacity: 1;
    visibility: visible;
  }
  body article.style_product_default:is(.product-miniature, .js-product-miniature, .dm-product-miniature) .add-to-links li:not(.cart) { display: none; }
}

.pagination { margin-top: 36px; }
.pagination .page-list li a { min-width: 38px; height: 38px; border: 1px solid var(--dm-line); border-radius: 3px; }
.pagination .current a, .pagination a:hover { color: var(--dm-white); border-color: var(--dm-primary); background: var(--dm-primary); }

/* Product detail */
#product #wrapper > .container { padding-top: 64px; }
.product-container { display: flex; flex-wrap: wrap; align-items: flex-start; }
.product-container > .col-md-6 { flex: 0 0 50%; max-width: 50%; }
.product-container > .col-md-12 { flex: 0 0 100%; max-width: 100%; }
.product-container .page-content { border: 0; border-radius: 0; overflow: visible; }
#product .product-container > .col-md-6:first-child { padding-right: 25px; }
#product .product-container > .col-md-6:nth-child(2) { padding-left: 25px; }
#product .images-container { width: 100%; max-width: 660px; margin-right: auto; margin-bottom: 16px; margin-left: auto; }
#product .product-cover-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius-sm);
  overflow: hidden;
}
#product .product-cover,
#product .product-cover .slick-list,
#product .product-cover .slick-track,
#product .product-cover .cover-item,
#product .product-cover .easyzoom,
#product .product-cover .easyzoom > a {
  height: 100% !important;
  min-height: 0 !important;
}
#product .product-cover { height: 100% !important; margin-bottom: 20px; }
#product .product-cover .cover-item,
#product .product-cover .easyzoom,
#product .product-cover .easyzoom > a { display: flex; align-items: center; justify-content: center; }
#product .product-cover .cover-item img { display: block; width: 86%; height: 86%; max-width: none; max-height: none; object-fit: contain; }
#product .product-images { min-height: 100px; padding: 18px 54px 14px; }
#product .product-images .image-item { padding: 0 8px; }
#product .product-images .thumb { width: 84px; height: 84px; object-fit: contain; border: 1px solid transparent; border-radius: var(--dm-radius-sm); }
#product .product-images .thumb.selected { border-color: var(--dm-ink-soft); }
.dm-product-reference { min-height: 22px; margin: 0 0 20px; color: var(--dm-muted); font-size: 16px; line-height: 22px; }
.product-container h1.namne_details { margin: 0 0 23px; color: var(--dm-ink); font-size: 28px; line-height: 1.25; }
#product #product_comments_block_extra { display: none !important; }
.product-information .product-description { margin: 18px 0 27px; padding: 0 0 36px; border-bottom: 1px solid var(--dm-line); color: var(--dm-muted); font-size: 16px; line-height: 1.5; }
.product-information .product-description > p:empty { display: none; }
.product-prices { margin: 10px 0 27px; }
.product-prices .current-price { color: var(--dm-ink); font-size: 22px; font-weight: 600; line-height: 30px; }
.product-prices .product-price.has-discount .current-price { color: var(--dm-sale); }
.product-prices .regular-price { color: var(--dm-muted); }
.product-discount .regular-price { color: var(--dm-muted); }
#product .tax-shipping-delivery-label { display: none !important; }
.product-add-to-cart { display: flex; gap: 10px; align-items: stretch; }
.product-quantity { display: flex; gap: 10px; width: 100%; }
#product .product-add-to-cart { display: block; padding-top: 0; }
#product .product-quantity { display: flex; width: 100%; height: auto; flex-wrap: wrap; gap: 10px; }
#product .product-add-to-cart > .control-label { display: none !important; }
#product .product-quantity .qty { width: 115px; flex: 0 0 115px; margin: 0 !important; }
#product .product-quantity .add { min-width: 180px; flex: 1 1 auto; }
#product .product-quantity .cart_button { display: flex; height: 48px; flex: 0 0 106px; gap: 10px; align-items: center; justify-content: flex-end; }
#product .product-quantity .cart_button > * { width: 48px; height: 48px; flex: 0 0 48px; margin: 0; }
#product .product-quantity .cart_button .compare-button { order: 1; }
#product .product-quantity .cart_button #wishlist_button { order: 2; }
#product .product-quantity .buy { width: 100%; flex: 0 0 100%; margin-top: 2px; }
#product .product-quantity .buy .buy-now { width: 100%; min-height: 48px; border-color: var(--dm-primary); background: var(--dm-primary); }
#product .product-quantity .buy .buy-now:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
#product .product-quantity .wishlist-button-product { display: none !important; }
#product .product-quantity .qty,
#product .product-quantity .add,
#product .product-quantity .cart_button { margin: 0 !important; }
#product .product-quantity .buy { margin: 2px 0 0 !important; }
#product .product-quantity .add .btn,
#product .product-quantity .buy .btn { font-size: 16px; font-weight: 500; }
#product .product-quantity .add .btn .material-icons,
#product .product-quantity .buy .btn i { display: none !important; }
#product .product-quantity .cart_button > :is(a, button) {
  position: relative !important;
  inset: auto !important;
  display: grid;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  box-sizing: border-box;
  place-items: center;
  padding: 0 !important;
  float: none !important;
  line-height: 1;
  transform: none !important;
  border: 1px solid var(--dm-line);
  border-radius: 0;
  color: var(--dm-ink-soft);
  background: var(--dm-white);
  font-size: 0;
}
#product .product-quantity .cart_button > :is(a, button):hover { color: var(--dm-primary); border-color: var(--dm-primary); }
#product .product-quantity .cart_button > :is(a, button) i,
#product .product-quantity .cart_button > :is(a, button) span { display: none !important; }
#product .product-quantity .cart_button > :is(a, button):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
}
#product .product-quantity .cart_button .compare-button:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7h11l-2.5-2.5L17 3l5 5-5 5-1.5-1.5L18 9H7V7Zm10 10H6l2.5 2.5L7 21l-5-5 5-5 1.5 1.5L6 15h11v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 7h11l-2.5-2.5L17 3l5 5-5 5-1.5-1.5L18 9H7V7Zm10 10H6l2.5 2.5L7 21l-5-5 5-5 1.5 1.5L6 15h11v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
#product .product-quantity .cart_button #wishlist_button:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4.35-9.33-8.28C.7 9.4 2.04 5.5 5.55 4.44A5.34 5.34 0 0 1 12 7.07a5.34 5.34 0 0 1 6.45-2.63c3.51 1.06 4.85 4.96 2.88 8.28C19 16.65 12 21 12 21Zm0-2.35c2.06-1.38 6.03-4.38 7.6-7.02 1.3-2.2.46-4.63-1.73-5.29-2.08-.63-4.02.44-4.95 2.18L12 10.25l-.92-1.73c-.93-1.74-2.87-2.81-4.95-2.18-2.19.66-3.03 3.09-1.73 5.29 1.57 2.64 5.54 5.64 7.6 7.02Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4.35-9.33-8.28C.7 9.4 2.04 5.5 5.55 4.44A5.34 5.34 0 0 1 12 7.07a5.34 5.34 0 0 1 6.45-2.63c3.51 1.06 4.85 4.96 2.88 8.28C19 16.65 12 21 12 21Zm0-2.35c2.06-1.38 6.03-4.38 7.6-7.02 1.3-2.2.46-4.63-1.73-5.29-2.08-.63-4.02.44-4.95 2.18L12 10.25l-.92-1.73c-.93-1.74-2.87-2.81-4.95-2.18-2.19.66-3.03 3.09-1.73 5.29 1.57 2.64 5.54 5.64 7.6 7.02Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
#product .product-quantity .cart_button .compare-button ~ .compare-button { display: none !important; }
#product .product-quantity .cart_button:not(:has(.compare-button)) { flex-basis: 48px; }
#product #product-availability { display: block; width: 100%; margin: 12px 0 0; color: var(--dm-muted); font-size: 12px; }
#product .product-minimal-quantity:empty,
#product .product-variants:empty,
#product .product-discounts:empty { display: none; }
.product-quantity .qty { min-width: 82px; }
.product-quantity .add { flex: 1; }
.product-quantity .add .btn { width: 100%; min-height: 48px; }
.product-actions .control-label { color: var(--dm-ink-soft); font-weight: 600; }
.product-variants > .product-variants-item select { border-color: var(--dm-line); }
.tabs { margin-top: 64px; border: 0; border-radius: 0; box-shadow: none; }
.tabs .nav-tabs { display: flex; justify-content: center; gap: 34px; border: 0; }
.tabs .nav-tabs .nav-item { margin: 0; }
.tabs .nav-tabs .nav-link { padding: 0 0 10px; border: 0; border-bottom: 2px solid transparent; color: var(--dm-muted); font-size: 16px; font-weight: 600; line-height: 20px; }
.tabs .nav-tabs .nav-link.active { color: var(--dm-ink); border-color: var(--dm-primary); }
#product .alert-info { border-radius: var(--dm-radius-sm); color: var(--dm-ink-soft); background: #edfafa; }
#product .social-sharing { display: none !important; }
#product .product-additional-info { display: none !important; }
#product .blockreassurance_product { margin-top: 26px; padding: 18px 20px; border: 0; border-radius: 0; background: var(--dm-surface); }
#product .blockreassurance_product > div { display: grid; grid-template-columns: 18px 1fr; column-gap: 10px; min-height: 40px; padding: 6px 0; border: 0; align-items: center; }
#product .blockreassurance_product > div:not(:has(.item-product, .block-title, p)) { display: none; }
#product .blockreassurance_product > div:before { content: "✓"; display: grid; width: 14px; height: 14px; place-items: center; border: 1px solid #9ca7aa; color: #6f7a7d; font-size: 9px; line-height: 1; }
#product .blockreassurance_product .item-product { display: none !important; }
#product .blockreassurance_product .item-product svg,
#product .blockreassurance_product .item-product img { width: 18px !important; height: 18px !important; }
#product .blockreassurance_product .block-title { display: none !important; }
#product .blockreassurance_product p { grid-column: 2; margin: 0; color: var(--dm-muted) !important; font-size: 16px; line-height: 1.5; }
#product .payment-detail { display: none !important; }
#product .tabs .nav-item:has(a[href="#product_comments_block_tab"]),
#product #product_comments_block_tab { display: none !important; }
#product .tabs .tab-content { min-height: 208px; padding: 48px; border: 1px solid var(--dm-line); }
#product .tabs .product-description { color: var(--dm-ink); font-size: 16px; line-height: 1.55; }
#product .product-accessories { margin-top: 64px; }
#product .product-accessories .pos_title h2 { font-size: 24px; }
#product .categoryproducts { margin-top: 64px; }
#product .categoryproducts .pos_title h2 { font-size: 24px; text-transform: none !important; }

@media (min-width: 992px) {
  #product .product-container {
    display: grid;
    grid-template-columns: minmax(0, 666fr) minmax(0, 706fr);
    column-gap: 68px;
    margin-right: 0;
    margin-left: 0;
  }
  #product .product-container > .col-md-6,
  #product .product-container > .col-md-12 {
    width: auto;
    max-width: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: none;
  }
  #product .product-container > .col-md-12 { grid-column: 1 / -1; }
  #product .images-container { max-width: none; }
}

/* Contact */
#contact #wrapper > .container { padding-top: 48px; padding-bottom: 72px; }
#contact .page-header h1 { font-size: clamp(40px, 3.4vw, 56px); line-height: 1.05; }
#contact .page-content.card.card-block { padding: 0; border: 0; }
#contact .row-wrapper { margin: 0; }
#contact #content-wrapper { padding: 0; }
.dm-contact-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 24px; align-items: stretch; }
.dm-contact-panel,
.dm-contact-form-card { width: 100%; min-width: 0; padding: clamp(28px, 3vw, 40px); border-radius: var(--dm-radius); }
.dm-contact-panel { position: relative; overflow: hidden; color: var(--dm-text); border: 1px solid #cae8e6; background: #e9f8f7; }
.dm-contact-panel:after { display: none; }
.dm-contact-panel h2 { max-width: 440px; margin: 8px 0 12px; color: var(--dm-ink); font-size: clamp(28px, 2.4vw, 34px); line-height: 1.16; text-transform: none; }
.dm-contact-panel > p { max-width: 510px; margin-bottom: 26px; }
.dm-eyebrow { display: inline-block; color: var(--dm-primary-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.dm-contact-panel .dm-eyebrow { color: var(--dm-primary-dark); }
.dm-contact-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.dm-contact-list li { display: flex; gap: 14px; align-items: flex-start; margin: 0 0 18px; }
.dm-contact-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(3,177,175,.22); border-radius: 50%; color: var(--dm-white); background: var(--dm-primary); font-size: 15px; font-weight: 700; }
.dm-contact-icon svg { width: 18px; height: 18px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dm-contact-list small { display: block; margin-bottom: 2px; color: var(--dm-primary-dark); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dm-contact-list a { color: var(--dm-ink); font-weight: 600; }
.dm-contact-list div { min-width: 0; overflow-wrap: anywhere; }
.dm-contact-list span:not(.dm-contact-icon) { display: block; color: var(--dm-muted); font-size: 13px; }
.dm-contact-note { position: relative; z-index: 1; display: flex; flex-direction: column; margin-top: 22px; padding: 16px 0 0; align-items: center; border-top: 1px solid rgba(3,177,175,.2); border-right: 0; border-bottom: 0; border-left: 0 !important; background: transparent; text-align: center; }
.dm-contact-note strong { color: var(--dm-ink); }
.dm-contact-note span { color: var(--dm-muted); font-size: 13px; }
.dm-contact-form-card { border: 1px solid var(--dm-line); background: var(--dm-white); }
.dm-contact-form-card > h2 { margin: 8px 0 6px; font-size: clamp(25px, 2.2vw, 30px); text-transform: none; }
.dm-contact-form-card > p { margin-bottom: 22px; color: var(--dm-muted); }
.dm-contact-form-card .contact-form { width: 100%; padding: 0; border: 0; box-shadow: none; }
.dm-contact-form-card .contact-form .form-fields > .form-group:first-child { display: none; }
.dm-contact-form-card .contact-form .form-group { display: block; margin: 0 0 14px; }
.dm-contact-form-card .contact-form label,
.dm-contact-form-card .contact-form .col-md-3,
.dm-contact-form-card .contact-form .col-md-6,
.dm-contact-form-card .contact-form .col-md-9 { width: 100%; max-width: none; margin: 0; padding: 0; float: none; }
.dm-contact-form-card .contact-form label { display: block; margin-bottom: 5px; color: var(--dm-ink-soft); font-size: 13px; font-weight: 650; text-align: left; }
.dm-contact-form-card .contact-form .form-control { min-height: 44px; font-size: 14px; }
.dm-contact-form-card .contact-form textarea.form-control { min-height: 116px; padding: 12px 14px; }
.dm-contact-form-card .bootstrap-filestyle { display: grid; width: 100%; height: 44px; grid-template-columns: minmax(0, 1fr) 148px; }
.dm-contact-form-card .bootstrap-filestyle > .form-control { width: 100%; height: 44px; min-width: 0; margin: 0; border-color: var(--dm-line); border-radius: 4px 0 0 4px; background: var(--dm-white); }
.dm-contact-form-card .bootstrap-filestyle .group-span-filestyle { display: block; width: 148px; height: 44px; }
.dm-contact-form-card .bootstrap-filestyle .btn { display: flex; width: 148px; height: 44px; margin: 0; padding: 0 14px; align-items: center; justify-content: center; border: 1px solid var(--dm-ink-soft); border-radius: 0 4px 4px 0; color: var(--dm-white); background: var(--dm-ink-soft); font-size: 11px; font-weight: 650; line-height: 1.2; text-transform: none; white-space: nowrap; }
.dm-contact-form-card .bootstrap-filestyle .btn:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
.dm-contact-form-card .bootstrap-filestyle .icon-span-filestyle { display: none; }
.dm-contact-form-card .contact-form .form-control-comment { display: block; margin-top: 4px; font-size: 10px; }
.dm-contact-form-card .contact-form .form-footer { padding-top: 2px; border: 0; text-align: left !important; }
.dm-contact-form-card .contact-form .form-footer .btn { min-width: 150px; }
.dm-contact-form-card .contact-form .form-footer .btn-primary { min-height: 44px; border-color: var(--dm-primary); background: var(--dm-primary); }
.dm-contact-form-card .contact-form .form-footer .btn-primary:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
.dm-contact-form-card .dm-contact-consent { margin-top: 2px; padding: 12px 14px; border-radius: 2px; background: var(--dm-surface); }
.dm-contact-form-card .dm-contact-consent > div { width: 100%; max-width: none; margin: 0; padding: 0; float: none; }
.dm-contact-form-card .dm-contact-consent-label { display: flex !important; margin: 0 !important; align-items: flex-start; gap: 10px; color: var(--dm-text) !important; font-size: 12px !important; font-weight: 400 !important; line-height: 1.45; }
.dm-contact-form-card .dm-contact-consent-label input { width: 18px; height: 18px; margin: 0; flex: 0 0 18px; accent-color: var(--dm-primary); }
.dm-contact-form-card .dm-contact-consent-label a { color: var(--dm-primary-dark); font-weight: 650; text-decoration: underline; }
.dm-contact-form-card #gdpr_consent { margin: 0; }
.dm-contact-form-card #gdpr_consent .psgdpr_consent_message { margin: 0; }
#contact .page-map, #contact [class*="contact-map"] { display: none !important; }

/* Institutional CMS pages */
.page-cms-66 { max-width: 880px; margin: 0 auto; color: var(--dm-text); font-size: 16px; line-height: 1.75; }
.page-cms-66 > p { margin: 0 0 20px; }
.page-cms-66 > p:first-of-type { color: var(--dm-ink-soft); font-size: 19px; line-height: 1.7; }
.page-cms-66 > p:nth-of-type(3),
.page-cms-66 > p:nth-of-type(7) { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--dm-line); }
.page-cms-66 > p:last-of-type { margin-top: 30px; color: var(--dm-ink); font-weight: 700; }
.page-cms-61 { max-width: 1180px; margin: 0 auto; color: var(--dm-text); font-size: 16px; line-height: 1.7; }
.page-cms-61 h2,
.page-cms-61 h3 { color: var(--dm-ink); text-transform: none; }
.dm-delivery-root { display: grid; gap: 56px; }
.dm-delivery-intro h2 { max-width: 760px; margin: 10px 0 22px; font-size: clamp(30px, 4vw, 46px); line-height: 1.16; }
.dm-delivery-card p { margin: 0 0 14px; }
.dm-delivery-intro { max-width: 850px; }
.dm-delivery-intro p { max-width: 720px; margin: 0; color: var(--dm-muted); font-size: 17px; }
.dm-delivery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.dm-delivery-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); }
.dm-delivery-number { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; color: var(--dm-white); background: var(--dm-primary); font-size: 12px; font-weight: 800; }
.dm-delivery-card h2 { margin: 0 0 18px; font-size: 21px; line-height: 1.35; }
.dm-delivery-card p { color: var(--dm-text); font-size: 14px; line-height: 1.65; }
.dm-delivery-card p a.btn { display: inline-flex; min-height: 34px; margin-left: 4px; padding: 0 13px; align-items: center; border-color: var(--dm-primary); color: var(--dm-white); background: var(--dm-primary); font-size: 12px; }

/* Cart */
#cart #wrapper > .container { padding-top: 48px; padding-bottom: 92px; }
.dm-cart-intro { display: flex; margin-bottom: 24px; align-items: baseline; gap: 14px; }
.dm-cart-intro h1 { margin: 7px 0 8px; color: var(--dm-ink); font-size: clamp(30px, 3vw, 40px); line-height: 1.15; text-transform: none; }
.dm-cart-intro p { margin: 0; color: var(--dm-muted); }
#cart .cart-grid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(360px, .9fr); gap: 40px; margin: 0 0 16px; }
#cart .cart-grid > .cart-grid-body,
#cart .cart-grid > .cart-grid-right { width: auto; max-width: none; padding: 0; float: none; }
#cart .cart-grid .card { border-color: var(--dm-line); box-shadow: none; }
#cart .cart-container { padding: 0 26px; overflow: hidden; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); }
#cart .cart-items { margin: 0; }
#cart .cart-items-title { min-height: 58px; padding: 19px 0 15px; border-bottom: 1px solid var(--dm-line); color: var(--dm-ink-soft); font-size: 14px; font-weight: 700; }
#cart .dm-continue-shopping { display: inline-flex; min-height: 46px; margin-top: 20px; padding: 0 20px; align-items: center; gap: 7px; border: 1px solid var(--dm-ink-soft); border-radius: 2px; color: var(--dm-white); background: var(--dm-ink-soft); text-transform: none; }
#cart .dm-continue-shopping:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
#cart .dm-continue-shopping .material-icons { font-size: 19px; }
#cart .cart-item { padding: 22px 0; border-bottom: 1px solid var(--dm-line); }
.cart-item:last-child { border-bottom: 0; }
#cart .cart-item .product-line-grid > .product-line-grid-left,
#cart .cart-item .product-line-grid > .product-line-actions { display: flex; min-height: 106px; align-items: center; }
#cart .cart-item .product-line-grid > .product-line-actions > .row { width: 100%; display: flex; align-items: center; }
#cart .cart-item .product-image img { display: block; width: 96px; height: 96px; object-fit: contain; }
#cart .cart-item .product-line-grid-body { display: flex; min-height: 96px; flex-direction: column; justify-content: center; }
#cart .cart-item .product-line-info a { color: var(--dm-ink); font-size: 15px; font-weight: 650; line-height: 1.45; }
.cart-item .product-line-info .value { color: var(--dm-muted); }
#cart .cart-item .product-price { margin: 0; color: var(--dm-ink); font-size: 15px; font-weight: 650; }
#cart .cart-item .product-line-actions .price strong { color: var(--dm-ink); font-size: 16px; }
#cart .cart-item .remove-from-cart { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid transparent; border-radius: 50%; color: var(--dm-muted); }
#cart .cart-item .remove-from-cart:hover { color: var(--dm-primary-dark); border-color: var(--dm-line); background: var(--dm-surface); }
#cart .cart-item .bootstrap-touchspin { display: grid; width: 114px; height: 42px; grid-template-columns: 36px 42px 36px; grid-template-rows: 42px; border: 1px solid var(--dm-line); border-radius: 2px; overflow: hidden; float: none; }
#cart .cart-item .bootstrap-touchspin > .form-control { grid-column: 2; grid-row: 1; width: 42px; height: 42px; padding: 0; border: 0; border-right: 1px solid var(--dm-line); border-left: 1px solid var(--dm-line); text-align: center; box-shadow: none; }
#cart .cart-item .bootstrap-touchspin-prefix,
#cart .cart-item .bootstrap-touchspin-postfix { display: none !important; }
#cart .cart-item .input-group-btn-vertical { display: contents; }
#cart .cart-item .btn-touchspin { position: static; width: 36px; height: 42px; padding: 0; border: 0; border-radius: 0; background: var(--dm-white); }
#cart .cart-item .bootstrap-touchspin-down { grid-column: 1; grid-row: 1; }
#cart .cart-item .bootstrap-touchspin-up { grid-column: 3; grid-row: 1; }
#cart .cart-item .btn-touchspin i { position: static; display: block; font-family: Inter, sans-serif; font-size: 18px; font-style: normal; line-height: 1; }
#cart .cart-item .bootstrap-touchspin-up i:after { content: "+"; }
#cart .cart-item .bootstrap-touchspin-down i:after { content: "−"; }
#cart .cart-item .btn-touchspin:hover { color: var(--dm-white); background: var(--dm-primary); }
#cart .cart-summary { position: sticky; top: 24px; margin: 0 0 24px; padding: 0; overflow: hidden; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); box-shadow: 0 14px 36px rgba(26,39,43,.07); }
#cart .cart-summary .block-promo { margin: 0; padding: 0; }
#cart .cart-summary .cart-voucher h5 { margin: 0; padding: 20px 22px 10px; border-bottom: 0 !important; color: var(--dm-ink); font-size: 17px; text-transform: none; }
#cart .cart-summary .promo-code { display: block; padding: 0 22px 22px; }
#cart .cart-summary .promo-code form { display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 8px; }
#cart .cart-summary .promo-input { width: 100%; height: 46px; min-width: 0; margin: 0; border: 1px solid var(--dm-line); }
#cart .cart-summary .promo-code .btn { width: 92px; height: 46px; margin: 0; padding: 0 12px; }
#cart .cart-summary .card-block,
#cart .cart-summary .cart-detailed-subtotals,
#cart .cart-summary .cart-summary-totals,
#cart .cart-summary .cart-detailed-actions { border: 0 !important; border-radius: 0; box-shadow: none; }
#cart .cart-summary .cart-detailed-subtotals { margin: 0; padding: 14px 22px 8px; background: var(--dm-white); }
#cart .cart-summary .cart-summary-totals { margin: 0; padding: 10px 22px 12px; border-top: 1px solid var(--dm-line) !important; background: var(--dm-white); }
#cart .cart-summary-line { min-height: 46px; margin: 0; padding: 12px 0; color: var(--dm-text); }
#cart .cart-summary-line.cart-total { margin-top: 0; padding-top: 12px; border-top: 0 !important; color: var(--dm-ink); font-size: 17px; font-weight: 700; }
#cart .cart-detailed-actions { padding: 10px 22px 22px; border-top: 0 !important; }
#cart .cart-detailed-actions .btn { width: 100%; min-height: 50px; background: var(--dm-primary); border-color: var(--dm-primary); }
.cart-detailed-actions .btn:hover { background: var(--dm-primary-dark); border-color: var(--dm-primary-dark); }
.cart-grid-body > .btn-primary { margin-top: 18px; color: var(--dm-ink-soft); border-color: var(--dm-line); background: var(--dm-white); }
.cart-grid-body > .btn-primary:hover { color: var(--dm-primary-dark); border-color: var(--dm-primary); }
#cart.cart-empty .cart-container { min-height: 180px; display: flex; align-items: center; justify-content: center; }
#cart.cart-empty .cart-overview { text-align: center; }
#cart .dm-cart-trust { overflow: hidden; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); }
#cart .dm-cart-trust-item { display: grid; min-height: 78px; padding: 16px 18px; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; border-bottom: 1px solid var(--dm-line); }
#cart .dm-cart-trust-item:last-child { border-bottom: 0; }
#cart .dm-cart-trust-item > i { color: var(--dm-primary); font-size: 27px; }
#cart .dm-cart-trust-item strong,
#cart .dm-cart-trust-item span { display: block; }
#cart .dm-cart-trust-item strong { margin-bottom: 3px; color: var(--dm-ink); font-size: 14px; }
#cart .dm-cart-trust-item span { color: var(--dm-muted); font-size: 12px; line-height: 1.4; }
#cart .dm-cart-reassurance-hook .blockreassurance_product { display: none !important; }
#cart .dm-cart-reassurance-hook .payment-detail { margin-top: 20px; padding: 22px 18px; border-radius: var(--dm-radius); background: var(--dm-surface); text-align: center; }
#cart .dm-cart-reassurance-hook .payment-detail img { max-width: 290px; width: 100%; height: auto; }
#cart .dm-cart-reassurance-hook .payment-detail p { display: none; }
#cart .dm-cart-reassurance-hook .payment-detail:after { content: "Pagamento seguro e protegido"; display: block; margin-top: 12px; color: var(--dm-ink-soft); font-size: 13px; font-weight: 650; }

/* Checkout */
#checkout #wrapper { background: var(--dm-white); }
#checkout #wrapper > .container { padding-top: 40px; padding-bottom: 36px; }
#checkout #footer { margin-top: 0 !important; }
#checkout .page-title-wrapper h1 { font-size: clamp(34px, 2.6vw, 46px); text-transform: none !important; }
.dm-checkout .row { display: flex; flex-wrap: wrap; }
.dm-checkout .cart-grid-right { padding-left: 28px; }
.dm-summary-title { margin: 0 0 10px; color: var(--dm-ink); font-size: 16px; text-transform: none !important; }
.checkout-step { margin-bottom: 14px; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); box-shadow: none; overflow: hidden; }
.checkout-step .step-title { margin: 0; padding: 21px 24px; border: 0; color: var(--dm-ink); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 17px; font-weight: 700; text-transform: none !important; }
.checkout-step .step-number { display: inline-grid; width: 30px; height: 30px; margin-right: 12px; place-items: center; border: 1px solid #d2d8db; border-radius: 50%; color: var(--dm-text); font-family: Inter, sans-serif; font-size: 13px; }
.checkout-step.-current { border-color: rgba(3,177,175,.45); box-shadow: 0 8px 28px rgba(14,16,17,.06); }
.checkout-step.-current .step-number { color: var(--dm-white); border-color: var(--dm-primary); background: var(--dm-primary); }
.checkout-step.-complete .step-title { color: var(--dm-text); }
.checkout-step .content { padding: 8px 24px 28px; }
.checkout-step .step-edit { color: var(--dm-primary-dark) !important; font-size: 12px; }
.checkout-step .nav-link { color: var(--dm-primary-dark); }
.checkout-step .form-footer { border: 0; }
.dm-checkout .cart-grid-right { position: sticky; top: 24px; align-self: flex-start; }
.dm-checkout #js-checkout-summary { overflow: hidden; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); background: var(--dm-white); box-shadow: none; }
.dm-checkout .card-block { padding: 18px; }
.dm-checkout #js-checkout-summary .card-block,
.dm-checkout #js-checkout-summary .block-promo,
.dm-checkout #js-checkout-summary .cart-summary-products,
.dm-checkout #js-checkout-summary .cart-summary-subtotals-container,
.dm-checkout #js-checkout-summary .cart-summary-totals { border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.dm-checkout #js-checkout-summary > .card-block { border-top: 0 !important; }
.dm-checkout #js-checkout-summary .separator { display: none; }
.dm-checkout #js-checkout-summary .cart-summary-totals { border-top: 0 !important; }
.dm-checkout #js-checkout-summary .block-promo .cart-voucher h5 { border-bottom: 0; text-transform: none !important; }
.dm-checkout .cart-summary-products p { color: var(--dm-ink); font-weight: 600; }
.dm-checkout .cart-summary-products a { color: var(--dm-primary-dark); font-size: 13px; }
.dm-checkout #js-checkout-summary .promo-code .btn,
#checkout #customer-form .continue,
#checkout #customer-form .form-control-submit { border-color: var(--dm-primary) !important; color: var(--dm-white) !important; background: var(--dm-primary) !important; }
.dm-checkout #js-checkout-summary .promo-code .btn:hover,
#checkout #customer-form .continue:hover,
#checkout #customer-form .form-control-submit:hover { border-color: var(--dm-primary-dark) !important; background: var(--dm-primary-dark) !important; }
#checkout #customer-form [data-action="show-password"] { border-color: var(--dm-line) !important; color: var(--dm-ink-soft) !important; background: var(--dm-surface) !important; }

/* The checkout form keeps the native field structure, but consent controls
   must participate in document flow instead of using the theme's absolute
   positioning (which collapsed every label to zero height). */
#checkout #customer-form .form-group { margin-bottom: 18px; align-items: flex-start; }
#checkout #customer-form .form-control-label { padding-top: 11px; color: var(--dm-ink-soft); font-size: 13px; font-weight: 650; line-height: 1.35; text-align: left; }
#checkout #customer-form .form-control { min-height: 48px; border-color: var(--dm-line); border-radius: 2px; background: var(--dm-white); }
#checkout #customer-form .form-control:focus { border-color: var(--dm-primary); box-shadow: 0 0 0 3px rgba(3,177,175,.1); }
#checkout #customer-form .form-control-comment { color: var(--dm-muted); font-size: 11px; line-height: 1.45; }
#checkout #customer-form .form-group:has(input[type="checkbox"]) {
  display: block !important;
  min-height: 0;
  margin: 0 0 8px !important;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
#checkout #customer-form .form-group:has(input[type="checkbox"]) > .form-control-label,
#checkout #customer-form .form-group:has(input[type="checkbox"]) > .form-control-comment { display: none !important; }
#checkout #customer-form .form-group:has(input[type="checkbox"]) > .col-md-8 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: 0 0 100%;
  float: none;
}
#checkout #customer-form .custom-checkbox {
  position: relative;
  display: block !important;
  width: 100%;
  height: auto !important;
  min-height: 20px;
  overflow: visible;
}
#checkout #customer-form .custom-checkbox label {
  position: relative;
  display: grid !important;
  width: 100% !important;
  height: auto !important;
  min-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--dm-ink-soft);
  font-size: 13px;
  line-height: 1.45;
}
#checkout #customer-form .custom-checkbox label > input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin: 0 !important;
}
#checkout #customer-form .custom-checkbox label > span:not(.dm-checkbox-copy) {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  border-color: #aeb8bb !important;
  border-radius: 2px;
  background: var(--dm-white);
  grid-column: 1;
}
#checkout #customer-form .custom-checkbox label > .dm-checkbox-copy {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  margin: 0 !important;
  grid-column: 2;
}
#checkout #customer-form .dm-consent-title {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: var(--dm-ink-soft);
  font-weight: 650;
}
#checkout #customer-form .dm-checkbox-copy em,
#checkout #customer-form .dm-checkbox-copy p { position: static !important; display: block; margin: 4px 0 0; color: var(--dm-muted); font-size: 11px; font-style: normal; line-height: 1.5; }

#checkout .blockreassurance_product { display: none !important; }
#checkout .payment-detail { margin-top: 20px; text-align: center; }
#checkout .payment-detail p { display: none !important; }
#checkout .payment-detail:after { content: "Pagamento seguro e protegido"; display: block; margin-top: 10px; color: var(--dm-ink-soft); font-size: 12px; font-weight: 650; }
.delivery-option { margin-bottom: 12px; padding: 18px; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); background: var(--dm-white); }
.delivery-option:hover { border-color: var(--dm-primary); }
.payment-option { padding: 14px 0; border-bottom: 1px solid var(--dm-line); }
#conditions-to-approve { margin-top: 20px; padding: 18px; border-radius: var(--dm-radius-sm); background: var(--dm-surface); }
#payment-confirmation .btn { width: 100%; min-height: 52px; background: var(--dm-primary); border-color: var(--dm-primary); }

/* Customer account and generic content */
#authentication #wrapper,
#registration #wrapper { background: var(--dm-white); }
body.page-search #footer,
#authentication #footer,
#registration #footer { margin-top: 0; }
body.page-search #wrapper { min-height: calc(100vh - 229px); background: var(--dm-white); }
body.page-search #wrapper > .container { padding-bottom: 72px; }
body.page-search #main h1,
body.page-search #main h2,
body.page-search #main h3 { text-transform: none; }
#authentication #wrapper > .container,
#registration #wrapper > .container { padding-top: 52px; padding-bottom: 80px; }
#authentication .page-content,
#registration .page-content,
#identity .page-content,
#address .page-content,
#my-account .page-content { max-width: 820px; margin: 0 auto; padding: clamp(28px, 5vw, 52px); }
#authentication .page-content { max-width: 620px; padding: 48px 56px; }
#registration .page-content { max-width: 920px; padding: 48px 56px; }
#authentication .login-form,
#registration .register-form { max-width: none; margin: 0; }
#authentication .page-content hr { display: none; }
#authentication #login-form .form-group,
#registration #customer-form .form-group { display: block; width: 100%; margin: 0 0 20px; }
#authentication #login-form .form-group > [class*="col-"],
#registration #customer-form .form-group > [class*="col-"] { width: 100%; max-width: none; padding: 0; float: none; }
#authentication #login-form .form-control-label,
#registration #customer-form .form-control-label { display: block; margin: 0 0 8px; color: var(--dm-ink-soft); font-size: 13px; font-weight: 650; line-height: 1.35; text-align: left; }
#authentication #login-form .form-control,
#registration #customer-form .form-control { width: 100%; height: 50px; border-color: var(--dm-line); background: var(--dm-white); }
#authentication #login-form .form-control:focus,
#registration #customer-form .form-control:focus { border-color: var(--dm-primary); box-shadow: 0 0 0 3px rgba(3,177,175,.1); }
#authentication #login-form .form-group > .form-control-comment,
#registration #customer-form .form-group > .form-control-comment { display: block; width: 100%; min-height: 0; margin-top: 6px; color: var(--dm-muted); font-size: 11px; line-height: 1.45; text-align: left; }
#authentication #login-form .input-group,
#registration #customer-form .input-group { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 92px; }
#authentication #login-form .input-group .form-control,
#registration #customer-form .input-group .form-control { min-width: 0; border-radius: 2px 0 0 2px; }
#authentication #login-form .input-group-btn,
#registration #customer-form .input-group-btn { display: block; width: 92px; }
#authentication #login-form [data-action="show-password"],
#registration #customer-form [data-action="show-password"] { width: 92px; height: 50px; padding: 0 10px; border: 1px solid var(--dm-ink-soft); border-radius: 0 2px 2px 0; color: var(--dm-white); background: var(--dm-ink-soft); font-size: 11px; }
#authentication #login-form [data-action="show-password"]:hover,
#registration #customer-form [data-action="show-password"]:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
#authentication .forgot-password { margin: -4px 0 24px; text-align: right; }
#authentication .forgot-password a,
#registration .register-form > p a { color: var(--dm-primary-dark); font-weight: 600; }
#authentication #login-form .form-footer,
#registration #customer-form .form-footer { margin: 0; padding: 0; border: 0; }
#authentication #submit-login,
#registration #customer-form .form-control-submit { width: 100%; min-height: 50px; margin: 0; border-color: var(--dm-primary); border-radius: 2px; background: var(--dm-primary); text-transform: none; }
#authentication #submit-login:hover,
#registration #customer-form .form-control-submit:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
#authentication .no-account { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--dm-line); text-align: center; }
#authentication .no-account a { color: var(--dm-primary-dark); font-weight: 650; }
#registration .register-form > p { margin: 0 0 28px; padding: 14px 18px; border-radius: 2px; color: var(--dm-muted); background: var(--dm-surface); text-align: center; }
#registration #customer-form > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; align-items: start; }
#registration #customer-form .form-group:has(#field-id_gender-1) { order: 1; }
#registration #customer-form .form-group:has(#field-firstname) { order: 2; }
#registration #customer-form .form-group:has(#field-lastname) { order: 3; }
#registration #customer-form .form-group:has(#field-email) { order: 4; }
#registration #customer-form .form-group:has(#field-password) { order: 5; }
#registration #customer-form .form-group:has(#field-birthday) { order: 6; }
#registration #customer-form .form-group:has(#field-wkcode) { order: 7; }
#registration #customer-form .form-group:has(input[name="optin"]) { order: 8; }
#registration #customer-form .form-group:has(input[name="newsletter"]) { order: 9; }
#registration #customer-form .form-group:has(input[name="psgdpr"]) { order: 10; }
#registration #customer-form .form-group:has(input[name="customer_privacy"]) { order: 11; }
#registration #customer-form .form-group:has(input[type="radio"]),
#registration #customer-form .form-group:has(input[type="checkbox"]) { grid-column: 1 / -1; }
#registration #customer-form .form-group:has(input[type="radio"]) > .col-md-8 { display: flex; min-height: 40px; align-items: center; gap: 22px; }
#registration #customer-form .radio-inline { display: inline-flex; margin: 0; align-items: center; gap: 7px; }
#registration #customer-form .custom-radio { margin: 0; }
#registration #customer-form .form-group:has(input[type="checkbox"]) { margin-bottom: 14px; padding: 14px 16px; border: 1px solid var(--dm-line); border-radius: 2px; background: var(--dm-white); }
#registration #customer-form .form-group:has(input[type="checkbox"]) > .form-control-label,
#registration #customer-form .form-group:has(input[type="checkbox"]) > .form-control-comment { display: none; }
#registration #customer-form .custom-checkbox { display: block; }
#registration #customer-form .custom-checkbox label { margin: 0; font-size: 13px; }
#registration #customer-form .dm-checkbox-copy { line-height: 1.5; }
#registration #customer-form .dm-consent-title { display: block; color: var(--dm-ink-soft); font-size: 13px; font-weight: 600; }
#registration #customer-form .dm-checkbox-copy p,
#registration #customer-form .dm-checkbox-copy em { display: block; margin: 5px 0 0; color: var(--dm-muted); font-size: 12px; font-style: normal; line-height: 1.5; }
#registration #customer-form .form-footer { grid-column: 1 / -1; margin-top: 10px; }

/* Checkout personal data: same design language as registration, kept in one
   column and with a deterministic field order. */
#checkout-personal-information-step .nav,
#checkout-personal-information-step .tab-content { width: 100%; max-width: 720px; margin-right: auto; margin-left: auto; }
#checkout-personal-information-step .step-title { display: flex; min-height: 54px; margin: 0 !important; padding: 11px 22px !important; align-items: center; border-bottom: 1px solid var(--dm-line); font-size: 18px !important; line-height: 1.2 !important; }
#checkout-personal-information-step .step-number { display: inline-grid !important; width: 30px !important; height: 30px !important; margin: 0 12px 0 0 !important; flex: 0 0 30px; place-items: center; font-size: 13px !important; line-height: 1 !important; }
#checkout-personal-information-step .content { padding: 16px 40px 24px !important; }
#checkout-personal-information-step .nav { margin-top: 0 !important; margin-bottom: 16px !important; font-size: 14px; line-height: 1.55; }
#checkout #customer-form { width: 100%; max-width: 720px; margin: 0 auto; font-size: 14px; line-height: 1.5; }
#checkout #customer-form > div { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
#checkout #customer-form > div > * { order: 90; }
#checkout #customer-form .form-group { display: block; width: 100%; margin: 0 0 10px; font-size: 14px; line-height: 1.5; }
#checkout #customer-form .form-group > [class*="col-"] { width: 100%; max-width: none; padding: 0; float: none; }
#checkout #customer-form .form-control-label { display: block; margin: 0 0 5px; padding: 0; color: var(--dm-ink-soft); font-size: 13px; font-weight: 650; line-height: 1.3; text-align: left; }
#checkout #customer-form .form-control { width: 100%; height: 44px; min-height: 44px !important; padding: 7px 14px; border-color: var(--dm-line); border-radius: 4px; background: var(--dm-white); font-size: 14px; line-height: 1.25; }
#checkout #customer-form .form-group > .form-control-comment { display: block; width: 100%; min-height: 0; margin-top: 3px; padding: 0; color: var(--dm-muted); font-size: 10px; line-height: 1.35; text-align: left; }
#checkout #customer-form .input-group { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 92px; }
#checkout #customer-form .input-group .form-control { min-width: 0; border-radius: 2px 0 0 2px; }
#checkout #customer-form .input-group-btn { display: block; width: 92px; }
#checkout #customer-form [data-action="show-password"] { width: 92px; height: 44px; padding: 0 10px; border-radius: 0 2px 2px 0; font-size: 10px; }
#checkout #customer-form .form-informations { width: 100%; margin: 0 0 10px; padding: 9px 12px; border-radius: 2px; color: var(--dm-muted); background: var(--dm-surface); order: 5; }
#checkout #customer-form .form-informations-title { color: var(--dm-ink-soft); font-size: 13px; font-weight: 650; }
#checkout #customer-form .form-informations-subtitle { font-size: 12px; line-height: 1.5; }
#checkout #customer-form .form-group:has(#field-id_gender-1) { order: 1; }
#checkout #customer-form .form-group:has(#field-firstname) { order: 2; }
#checkout #customer-form .form-group:has(#field-lastname) { order: 3; }
#checkout #customer-form .form-group:has(#field-email) { order: 4; }
#checkout #customer-form .form-group:has(#field-password) { order: 6; }
#checkout #customer-form .form-group:has(#field-birthday) { order: 7; }
#checkout #customer-form .form-group:has(#field-wkcode) { order: 8; }
#checkout #customer-form .form-group:has(input[name="optin"]) { order: 9; }
#checkout #customer-form .form-group:has(input[name="newsletter"]) { order: 10; }
#checkout #customer-form .form-group:has(input[name="psgdpr"]) { order: 11; }
#checkout #customer-form .form-group:has(input[name="customer_privacy"]) { order: 12; }
#checkout #customer-form .form-group:has(input[type="radio"]) > .col-md-8 { display: flex; min-height: 32px; align-items: center; gap: 18px; }
#checkout #customer-form .radio-inline { display: inline-flex; margin: 0; align-items: center; gap: 7px; }
#checkout #customer-form .form-group:has(input[type="checkbox"]) { margin-bottom: 7px !important; padding: 9px 12px; border: 1px solid var(--dm-line); border-radius: 2px; background: var(--dm-white); }
#checkout #customer-form .custom-checkbox label { margin: 0; font-size: 13px; }
#checkout #customer-form .dm-checkbox-copy { line-height: 1.5; }
#checkout #customer-form .dm-checkbox-copy em,
#checkout #customer-form .dm-checkbox-copy p { margin-top: 3px; font-size: 11px; line-height: 1.4; }
#checkout #customer-form .form-footer { margin: 6px 0 0; padding: 0; border: 0; }
#checkout #customer-form .continue,
#checkout #customer-form .form-control-submit { width: 100%; min-height: 44px; margin: 0; padding: 0 22px; border-radius: 2px; font-size: 14px; font-weight: 600; line-height: 1; text-transform: none; }

.page-my-account #content .links a { border: 1px solid var(--dm-line); border-radius: var(--dm-radius); box-shadow: none; }
.page-my-account #content .links a:hover { border-color: var(--dm-primary); box-shadow: var(--dm-shadow); }
.page-my-account #content .links a i { color: var(--dm-primary); }

/* Footer built with Creative Elements — the approved XD footer is light. */
#footer { color: var(--dm-text); background: var(--dm-surface); }
#footer .elementor-section { background-color: var(--dm-surface) !important; }
#footer .elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--dm-container); }
#footer h2, #footer h3, #footer h4, #footer .elementor-heading-title { color: var(--dm-ink-soft) !important; font-family: "Plus Jakarta Sans", Inter, sans-serif; font-weight: 700; }
#footer p, #footer li, #footer span { color: var(--dm-text); }
#footer a { color: var(--dm-text); }
#footer a:hover { color: var(--dm-primary-dark); }
#footer input[type="email"], #footer input[type="text"] { color: var(--dm-ink); border: 0; background: var(--dm-white); }
#footer .btn, #footer button { border-color: var(--dm-primary); background: var(--dm-primary); }
#footer .btn span, #footer button span { color: var(--dm-white); }
#footer .elementor-divider-separator { border-color: var(--dm-line); }
#footer .elementor-element-mspvqil { min-height: 236px; padding-top: 50px !important; }
#footer .elementor-element-hbjodqc { min-height: 146px; padding-bottom: 40px !important; }
#footer .elementor-element-mspvqil > .elementor-container,
#footer .elementor-element-hbjodqc > .elementor-container { width: min(calc(100% - 40px), var(--dm-container)); margin-right: auto; margin-left: auto; }
#footer .elementor-element-mspvqil > .elementor-container > .elementor-row,
#footer .elementor-element-hbjodqc > .elementor-container > .elementor-row { display: flex; width: 100%; flex-wrap: wrap; }
#footer .elementor-element-mspvqil > .elementor-container > .elementor-row > .elementor-column { width: 25% !important; max-width: 25%; flex: 0 0 25%; }
#footer .elementor-element-hbjodqc > .elementor-container > .elementor-row > .elementor-column:first-child { width: 33.333% !important; max-width: 33.333%; flex: 0 0 33.333%; }
#footer .elementor-element-hbjodqc > .elementor-container > .elementor-row > .elementor-column:last-child { width: 66.667% !important; max-width: 66.667%; flex: 0 0 66.667%; }
#footer .title-contact { color: var(--dm-muted) !important; }
#footer .number-contact { color: var(--dm-ink-soft) !important; }
#footer .links-widget-title,
#footer .pos-title { color: var(--dm-ink-soft) !important; }
#footer .elementor-element-remtleb .elementor-image-box-img img { display: block; width: 150px; height: auto; margin-bottom: 24px; }
#footer .elementor-element-memdanm { height: 80px; overflow: hidden; }
#footer .elementor-element-memdanm .elementor-image-box-img { margin: 0 !important; }
#footer .elementor-element-gtkedyt { height: 75px; overflow: hidden; }
#footer .elementor-element-hbjodqc > .elementor-container > .elementor-row { align-items: center; }
#footer .elementor-element-hbjodqc .elementor-icon-list-items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 26px; }
#footer .elementor-element-hbjodqc .elementor-icon-list-item { width: auto; margin: 0 !important; }
#footer .elementor-element-hbjodqc .elementor-icon-list-text { white-space: nowrap; }

.alert { border: 0; border-radius: var(--dm-radius-sm); }
.alert-success { color: #0a6665; background: #e1f7f6; }
.alert-danger { color: #8f211b; background: #fde9e7; }

/* Cookie notice */
#poscookielaw {
  right: 24px !important;
  bottom: 24px !important;
  left: 24px !important;
  z-index: 1000;
  width: auto !important;
  max-width: 1180px;
  min-height: 88px;
  margin: 0 auto;
  padding: 18px 22px !important;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--dm-radius);
  color: rgba(255,255,255,.78) !important;
  background: rgba(46, 51, 53, .98) !important;
  box-shadow: 0 18px 48px rgba(14,16,17,.24);
  backdrop-filter: blur(12px);
}
#poscookielaw .dm-cookie-copy { flex: 1; }
#poscookielaw .dm-cookie-copy strong { display: block; margin-bottom: 3px; color: var(--dm-white); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 15px; }
#poscookielaw .dm-cookie-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
#poscookielaw #poscookielaw-accept { min-width: 168px; border-color: var(--dm-primary); background: var(--dm-primary); }
#poscookielaw #poscookielaw-accept:hover { border-color: var(--dm-primary-dark); background: var(--dm-primary-dark); }
#poscookielaw.unvisible { display: none !important; }

/* Mobile category navigation remains available when faceted search has no filters. */
.dm-mobile-category-filter { margin-bottom: 14px; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); background: var(--dm-white); }
.dm-mobile-category-filter summary { display: flex; min-height: 48px; padding: 0 15px; align-items: center; justify-content: space-between; color: var(--dm-ink); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.dm-mobile-category-filter summary::-webkit-details-marker { display: none; }
.dm-mobile-category-filter summary i { color: var(--dm-primary); transition: transform .2s ease; }
.dm-mobile-category-filter[open] summary i { transform: rotate(180deg); }
.dm-mobile-category-filter__content { padding: 2px 15px 15px; border-top: 1px solid var(--dm-line); }
.dm-mobile-category-filter .block-categories { margin: 0; padding: 14px 0 0; border: 0; box-shadow: none; }

/* Newsletter popup */
#posnewsletterpopup-overlay { background: rgba(14,16,17,.58) !important; backdrop-filter: blur(3px); }
#posnewsletterpopup {
  width: min(92vw, 760px) !important;
  max-width: 760px !important;
  border: 0 !important;
  border-radius: var(--dm-radius-lg) !important;
  background: var(--dm-white) !important;
  box-shadow: 0 28px 80px rgba(14,16,17,.28) !important;
  overflow: hidden;
}
#posnewsletterpopup .posnewsletter-content { position: relative; min-height: 430px; padding: clamp(34px, 5vw, 64px); background-color: var(--dm-white); background-position: right center; background-size: cover; }
#posnewsletterpopup .pnp-content { width: min(100%, 470px); padding: 0 !important; text-align: left; }
#posnewsletterpopup .pnp-content h2 { margin: 10px 0 16px; color: var(--dm-ink); font-size: clamp(27px, 3.5vw, 39px); line-height: 1.18; }
#posnewsletterpopup .pnp-desc { margin-bottom: 26px; color: var(--dm-text); font-size: 14px; }
#posnewsletterpopup .pnp-newsletter-form form { display: flex; gap: 8px; align-items: stretch; }
#posnewsletterpopup .pnp-newsletter-form .newsletter-input { flex: 1; width: auto; min-width: 0; height: 50px; margin: 0; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); }
#posnewsletterpopup .pnp-newsletter-form .pos-btn-newsletter { position: static; min-width: 132px; height: 50px; margin: 0; border-radius: var(--dm-radius-sm); }
#posnewsletterpopup .pnp-close { position: absolute; top: 18px; right: 18px; z-index: 2; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid var(--dm-line); border-radius: 50%; color: var(--dm-ink); background: rgba(255,255,255,.9); }
#posnewsletterpopup .pnp-close:hover { color: var(--dm-white); border-color: var(--dm-primary); background: var(--dm-primary); }
#posnewsletterpopup .pnp-close-checkbox { margin-top: 18px; color: var(--dm-muted); font-size: 12px; text-align: left; }

/* Mini cart / side cart */
.blockcart .popup_cart {
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius);
  background: var(--dm-white);
  box-shadow: 0 20px 60px rgba(14,16,17,.18);
  overflow: hidden;
}
.blockcart .popup_cart.popup-sidebar { width: min(420px, 100vw); }
.blockcart .popup_cart .title-cart { padding: 20px 24px; border-bottom: 1px solid var(--dm-line); color: var(--dm-ink); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 18px; font-weight: 700; }
.blockcart .popup_cart ul li { padding: 18px 22px; border-bottom: 1px solid var(--dm-line); }
.blockcart .popup_cart .product-name a { color: var(--dm-ink); font-weight: 600; }
.blockcart .popup_cart .product-atributes { color: var(--dm-muted); font-size: 12px; }
.blockcart .popup_cart .price { color: var(--dm-ink); font-weight: 700; }
.blockcart .popup_cart .popup_cart_summary { padding: 20px 24px; background: var(--dm-surface); }
.blockcart .popup_cart .checkout { padding: 0 24px 24px; background: var(--dm-surface); }
.blockcart .popup_cart .checkout .btn { width: 100%; min-height: 50px; border-color: var(--dm-primary); background: var(--dm-primary); }

#header .blockcart .popup_cart.popup-dropdown {
  z-index: 1002;
  top: calc(100% + 12px);
  width: 380px;
  padding: 18px;
  border: 1px solid var(--dm-line);
  border-radius: var(--dm-radius);
  background: var(--dm-white);
  box-shadow: 0 18px 48px rgba(14,16,17,.16);
}
#header .blockcart { position: relative; z-index: 1001; }
#header .elementor-element-vnsvkwx { position: relative; z-index: 1000; overflow: visible !important; }
#header .elementor-element-vnsvkwx .elementor-container,
#header .elementor-element-vnsvkwx .elementor-row,
#header .elementor-element-vnsvkwx .elementor-column-wrap,
#header .elementor-element-vnsvkwx .elementor-widget-wrap { overflow: visible !important; }
#header .elementor-element-qfkjwly,
#header .elementor-element-qfkjwly .elementor-container,
#header .elementor-element-qfkjwly .elementor-row,
#header .elementor-element-qfkjwly .elementor-column-wrap,
#header .elementor-element-qfkjwly .elementor-widget-wrap { overflow: visible !important; }
#header .elementor-element-qfkjwly { position: relative; z-index: 1001; }
#header .blockcart:hover .popup_cart.popup-dropdown { top: 100%; }
#header .blockcart .popup_cart.popup-dropdown > * { padding: 0; }
#header .blockcart .popup_cart.popup-dropdown > ul { margin: 0 0 14px; max-height: 320px; }
#header .blockcart .popup_cart.popup-dropdown ul li { display: flex; min-height: 82px; padding: 0 0 14px; gap: 12px; }
#header .blockcart .popup_cart.popup-dropdown .img_content { width: 70px; flex: 0 0 70px; }
#header .blockcart .popup_cart.popup-dropdown .img_content img { display: block; width: 70px; height: 70px; object-fit: contain; }
#header .blockcart .popup_cart.popup-dropdown .right_block { min-width: 0; flex: 1; }
#header .blockcart .popup_cart.popup-dropdown .product-name { display: block; padding-right: 24px; color: var(--dm-ink); font-size: 13px; font-weight: 600; line-height: 1.35; }
#header .blockcart .popup_cart.popup-dropdown .product-price { display: block; margin-top: 8px; color: var(--dm-ink); font-weight: 700; }
#header .blockcart .popup_cart.popup-dropdown .price_content { padding: 0; }
#header .blockcart .popup_cart.popup-dropdown .card-block { padding: 0; border: 0; border-radius: 0; background: transparent; }
#header .blockcart .popup_cart.popup-dropdown .cart-summary-line { display: flex; min-height: 38px; padding: 9px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--dm-line); }
#header .blockcart .popup_cart.popup-dropdown .cart-total { margin: 0; padding-top: 12px; border-top: 0; color: var(--dm-ink); }
#header .blockcart .popup_cart.popup-dropdown .checkout { padding: 14px 0 0; background: transparent; }
#header .blockcart .popup_cart.popup-dropdown .checkout .btn { min-height: 48px; }
#header .blockcart .popup_cart.popup-dropdown .checkout .btn { display: flex; padding: 0 16px; align-items: center; justify-content: center; line-height: 1.2; }
#header .blockcart .popup_cart.popup-dropdown .cart-summary-line .label,
#header .blockcart .popup_cart.popup-dropdown .cart-summary-line .value { line-height: 1.35; }
#header .blockcart .popup_cart.popup-dropdown .product-name { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

#product:has(#notifications .alert) #notifications { margin-bottom: 0; }
#product:has(#notifications .alert) #notifications .alert { margin-bottom: 0; }
#product:has(#notifications .alert) #wrapper > .container { padding-top: 32px; }
#header .blockcart[data-cartitems="0"] .popup_cart.popup-dropdown > ul { display: none; }

/* Add-to-cart confirmation modal */
#blockcart-modal .modal-dialog { width: min(920px, calc(100vw - 30px)); max-width: 920px; margin: clamp(24px, 8vh, 84px) auto; }
#blockcart-modal .modal-content { overflow: hidden; border: 0; border-radius: var(--dm-radius-lg); background: var(--dm-white); box-shadow: 0 28px 80px rgba(14,16,17,.28); }
#blockcart-modal .modal-header { position: relative; padding: 22px 64px 22px 26px; border: 0; color: var(--dm-white); background: var(--dm-primary); }
#blockcart-modal .modal-title { display: flex; margin: 0; align-items: center; gap: 10px; color: var(--dm-white); font-size: 18px; font-weight: 700; line-height: 1.35; text-transform: none; }
#blockcart-modal .modal-title i { color: var(--dm-white); }
#blockcart-modal .close { position: absolute; top: 13px; right: 15px; display: grid; width: 40px; height: 40px; margin: 0; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--dm-white); opacity: 1; }
#blockcart-modal .modal-body { padding: 32px; }
#blockcart-modal .divide-right { border-color: var(--dm-line); }
#blockcart-modal .product-image { width: 100%; max-width: 170px; border: 1px solid var(--dm-line); border-radius: var(--dm-radius-sm); }
#blockcart-modal .product-name { color: var(--dm-ink); font-size: 16px; line-height: 1.35; }
#blockcart-modal .product-price { color: var(--dm-primary-dark); font-size: 20px; font-weight: 800; }
#blockcart-modal .cart-content > p { display: flex; min-height: 43px; margin: 0; padding: 10px 0; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--dm-line); }
#blockcart-modal .cart-content > p.cart-products-count { color: var(--dm-ink); font-size: 14px; font-weight: 400; line-height: 1.4; }
#blockcart-modal .cart-content > p.cart-products-count strong { font-size: 16px; font-weight: 700; }
#blockcart-modal .cart-content .cart-content-btn { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; margin-top: 24px; align-items: stretch; }
#blockcart-modal .cart-content .cart-content-btn .btn { display: inline-flex; width: 100%; min-width: 0; min-height: 48px; margin: 0 !important; padding: 10px 14px; align-items: center; justify-content: center; line-height: 1.25; white-space: nowrap; }
#blockcart-modal .cart-content .cart-content-btn .btn i { margin-right: 7px; }
#blockcart-modal .cart-content-btn .btn-primary { border-color: var(--dm-primary); background: var(--dm-primary); }

@media (max-width: 767px) {
  #poscookielaw { right: 12px !important; bottom: 68px !important; left: 12px !important; padding: 18px !important; }
  #poscookielaw.unvisible { display: none !important; }
  #poscookielaw #poscookielaw-accept { width: 100%; min-width: 0; margin-top: 14px; }
  #posnewsletterpopup { width: calc(100vw - 24px) !important; border-radius: var(--dm-radius) !important; }
  #posnewsletterpopup .posnewsletter-content { min-height: 0; padding: 44px 22px 26px; background-image: none !important; }
  #posnewsletterpopup .pnp-content h2 { font-size: 27px; }
  #posnewsletterpopup .pnp-newsletter-form form { display: block; }
  #posnewsletterpopup .pnp-newsletter-form .newsletter-input,
  #posnewsletterpopup .pnp-newsletter-form .pos-btn-newsletter { width: 100%; }
  #posnewsletterpopup .pnp-newsletter-form .pos-btn-newsletter { margin-top: 9px; }
  #blockcart-modal .modal-dialog { width: calc(100vw - 24px); margin: 12px auto; }
  #blockcart-modal .modal-content { border-radius: var(--dm-radius); }
  #blockcart-modal .modal-header { padding: 18px 56px 18px 18px; }
  #blockcart-modal .modal-title { font-size: 15px; text-align: left !important; }
  #blockcart-modal .modal-body { max-height: calc(100vh - 92px); padding: 20px; overflow-y: auto; }
  #blockcart-modal .divide-right { margin-bottom: 20px; padding-bottom: 20px; border-right: 0; border-bottom: 1px solid var(--dm-line); }
  #blockcart-modal .product-image { display: block; max-width: 120px; margin: 0 auto 15px; }
  #blockcart-modal .cart-content .cart-content-btn { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  #blockcart-modal .cart-content .cart-content-btn .btn { padding-right: 8px; padding-left: 8px; font-size: 13px; }
}

@media (max-width: 479px) {
  #blockcart-modal .cart-content .cart-content-btn { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  :root { --dm-container: 920px; }
  #cart .cart-grid { grid-template-columns: 1fr; gap: 28px; }
  #cart .cart-grid-right { margin-top: 0; }
  #cart .cart-summary { position: static; }
  .dm-contact-layout { grid-template-columns: 1fr; }
  .dm-checkout .cart-grid-right { position: static; margin-top: 28px; padding-left: 15px; }
  .product-container { display: block; }
  .product-container > .col-md-6,
  .product-container > .col-md-12 { width: 100%; max-width: 100%; }
  .product-container > [class*="col-"] + [class*="col-"] { margin-top: 32px; }
  #left-column { margin-bottom: 24px; }
  #index .elementor-element-gfijihm .slider-item { position: relative; }
  #index .elementor-element-gfijihm .slider-item:before,
  #index .elementor-element-gfijihm .slider-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 31%;
    pointer-events: none;
    background-image: url("../img/donamicas/home-hero.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  #index .elementor-element-gfijihm .slider-item:before { left: 0; background-position: left center; }
  #index .elementor-element-gfijihm .slider-item:after { right: 0; background-position: right center; }
  #index .elementor-element-gfijihm .desc-banner { z-index: 2; }
  #index .dm-home-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
}

@media (max-width: 767px) {
  .container { width: calc(100% - 30px); }
  #wrapper > .container { padding-top: 30px; padding-bottom: 54px; }
  .page-title-wrapper { min-height: 132px; padding: 24px 0; }
  body.category-cao .page-title-wrapper,
  body.category-gato .page-title-wrapper,
  body.category-exoticos .page-title-wrapper,
  body.category-exóticos .page-title-wrapper,
  #product .page-title-wrapper { min-height: 180px; }
  .page-title-wrapper h1 { font-size: 34px; }
  .page-content.card.card-block { padding: 22px; }
  #index .elementor-section.elementor-section-boxed > .elementor-container { padding-right: 15px; padding-left: 15px; }
  #index .elementor-element-gfijihm,
  #index .elementor-element-gfijihm .slick-slider,
  #index .elementor-element-gfijihm .slick-list,
  #index .elementor-element-gfijihm .slick-track,
  #index .elementor-element-gfijihm .slider-item { height: 350px !important; min-height: 350px !important; }
  #index .elementor-element-gfijihm { margin-bottom: 30px !important; }
  #index .elementor-element-gfijihm .slider-item { background-position: center !important; }
  #index .elementor-element-gfijihm .slider-item:before,
  #index .elementor-element-gfijihm .slider-item:after { display: none !important; content: none !important; }
  #index .elementor-element-gfijihm .desc-banner { top: 44px !important; }
  #index .elementor-element-gfijihm .desc-banner .container { width: 100% !important; padding-right: 20px; padding-left: 20px; }
  #index .elementor-element-gfijihm .slideshow-content { width: 100% !important; max-width: 330px; margin-right: auto; margin-left: auto; }
  #index .elementor-element-gfijihm .title2 { margin-bottom: 22px !important; font-size: 31px; line-height: 35px; letter-spacing: -.025em; }
  #index .elementor-element-gfijihm .slideshow-button { width: 220px; height: 44px; font-size: 11px; }
  #index .elementor-element-ywjgfqr,
  #index .elementor-element-takmjss,
  #index .elementor-element-aiyjpbd,
  #index .elementor-element-isv6nu0,
  #index .elementor-element-hmhctfk,
  #index .elementor-element-42cd3vu { width: calc(100% - 30px) !important; }
  #index .elementor-element-aiyjpbd,
  #index .elementor-element-isv6nu0,
  #index .elementor-element-42cd3vu { height: auto; overflow: visible; }
  #index .elementor-element-ywjgfqr { min-height: 0; margin-bottom: 34px !important; padding: 12px 10px !important; }
  #index .elementor-element-ywjgfqr > .elementor-container { min-height: 0; }
  #index .elementor-element-ywjgfqr > .elementor-container > .elementor-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  #index .elementor-element-ywjgfqr .elementor-top-column { width: 100% !important; }
  #index .elementor-element-ywjgfqr .elementor-column-wrap { padding: 0 !important; }
  #index .elementor-element-ywjgfqr .elementor-widget-container { margin: 0 !important; padding: 14px 8px !important; }
  #index .elementor-element-ywjgfqr .elementor-image-box-img { margin-bottom: 8px !important; }
  #index .elementor-element-ywjgfqr .elementor-image-box-img img { width: auto; max-width: 38px; max-height: 38px; }
  #index .elementor-element-ywjgfqr .elementor-image-box-title { margin-bottom: 5px; font-size: 13px; line-height: 1.3; }
  #index .elementor-element-ywjgfqr .elementor-image-box-description { margin: 0; font-size: 11px; line-height: 1.45; }
  #index .elementor-element-takmjss { height: 220px; margin-bottom: 34px !important; overflow: hidden; }
  #index .elementor-element-takmjss > .elementor-container,
  #index .elementor-element-takmjss > .elementor-container > .elementor-row { height: 220px; }
  #index .elementor-element-takmjss > .elementor-container > .elementor-row { display: flex; padding-bottom: 8px; flex-wrap: nowrap !important; gap: 12px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
  #index .elementor-element-takmjss > .elementor-container > .elementor-row::-webkit-scrollbar { display: none; }
  #index .elementor-element-takmjss .elementor-top-column { width: auto !important; min-width: 0; min-height: 0; flex: 0 0 82%; scroll-snap-align: start; }
  #index .elementor-element-takmjss .elementor-column-wrap,
  #index .elementor-element-takmjss .elementor-widget-wrap,
  #index .elementor-element-takmjss .elementor-widget,
  #index .elementor-element-takmjss .elementor-widget-container,
  #index .elementor-element-takmjss .home-banner { height: 212px; }
  #index .elementor-element-aiyjpbd,
  #index .elementor-element-isv6nu0 { margin-bottom: 36px !important; }
  #index .dm-home-products-grid { display: flex; padding-bottom: 10px; gap: 12px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
  #index .dm-home-products-grid::-webkit-scrollbar { display: none; }
  #index .dm-home-product-card,
  #index .dm-home-product-card .dm-product-miniature { height: 286px; }
  #index .dm-home-product-card { min-width: 0; flex: 0 0 72%; scroll-snap-align: start; }
  #index .dm-home-product-card .img_block { height: 154px; flex-basis: 154px; }
  #index .dm-home-product-card .product_desc { padding: 8px 10px 52px !important; }
  #index .dm-home-product-card .product-price-and-shipping { right: 10px; bottom: 56px; left: 10px; }
  #index .dm-home-product-card .add-to-links { right: 12px; bottom: 10px; left: 12px; }
  #index .dm-home-product-card .add-to-links li { display: none; }
  #index .dm-home-product-card .add-to-links li.cart { display: flex; }
  #index .dm-home-products-grid .product_name { font-size: 13px; }
  #index .elementor-element-hmhctfk,
  #index .elementor-element-hmhctfk > .elementor-container,
  #index .elementor-element-hmhctfk .elementor-top-column,
  #index .elementor-element-hmhctfk .elementor-column-wrap,
  #index .elementor-element-hmhctfk .elementor-widget-wrap { height: 220px; }
  #index .elementor-element-hmhctfk .elementor-widget,
  #index .elementor-element-hmhctfk .elementor-widget-container,
  #index .elementor-element-hmhctfk .home-banner { height: 220px; }
  #index .elementor-element-hmhctfk .home-banner { position: relative; margin: 0; overflow: hidden; background: var(--dm-primary); }
  #index .elementor-element-hmhctfk .home-banner > .rt-banner-link,
  #index .elementor-element-hmhctfk .home-banner > .rt-banner-link img { display: block; width: 100%; height: 100%; }
  #index .elementor-element-hmhctfk .home-banner > .rt-banner-link img { object-fit: cover; object-position: 68% center; }
  #index .elementor-element-hmhctfk .home-banner figcaption { position: absolute; inset: 0; display: flex; padding: 24px; align-items: center; background: linear-gradient(90deg, rgba(3,177,175,.88), rgba(3,177,175,.12)); }
  #index .elementor-element-hmhctfk .banner-content { width: 72%; }
  #index .elementor-element-hmhctfk .banner-title { margin: 0 0 16px; color: var(--dm-white); font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.1; }
  #index .elementor-element-hmhctfk .banner-button { display: inline-flex; min-height: 40px; padding: 0 14px; align-items: center; color: var(--dm-white); background: var(--dm-ink-soft); font-size: 12px; font-weight: 600; }
  #index .pos_title { margin-bottom: 16px; }
  #index .pos_title h2 { font-size: 21px; }
  #index .elementor-element-42cd3vu { height: 420px; overflow: hidden; }
  #index .elementor-element-42cd3vu .slick-list { padding-bottom: 14px; }
  #index .elementor-element-42cd3vu .slick-slide { overflow: hidden; }
  #index .elementor-element-42cd3vu .product-miniature { height: 310px; overflow: hidden; }
  #index .elementor-element-42cd3vu .product_desc { padding-bottom: 56px !important; }
  #index .elementor-element-42cd3vu .product-price-and-shipping { position: absolute; right: 10px; bottom: 45px; left: 10px; margin: 0; }
  #index .elementor-element-42cd3vu .add-to-links { position: absolute; right: 10px; bottom: 9px; left: 10px; display: block !important; width: auto; height: 34px; margin: 0; overflow: hidden; }
  #index .elementor-element-42cd3vu .add-to-links li { display: none !important; }
  #index .elementor-element-42cd3vu .add-to-links li.cart { display: block !important; width: 100%; height: 34px; }
  #index .elementor-element-42cd3vu .add-to-links li.cart > *,
  #index .elementor-element-42cd3vu .add-to-links li.cart form { display: block; width: 100%; height: 34px; }
  #index .elementor-element-42cd3vu .add-to-links li.cart button,
  #index .elementor-element-42cd3vu .add-to-links li.cart .ajax_add_to_cart_button { display: flex; width: 100%; height: 34px; min-height: 34px; padding: 0 6px; align-items: center; justify-content: center; overflow: hidden; border: 0; color: var(--dm-white); background: var(--dm-ink-soft); font-size: 9px; font-weight: 650; line-height: 1.1; text-align: center; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
  #index .elementor-element-42cd3vu .add-to-links li.cart .ajax_add_to_cart_button.disabled { color: var(--dm-muted); background: var(--dm-surface); }
  #index #footer { padding-bottom: 64px; }
  #footer .elementor-element-mspvqil,
  #footer .elementor-element-hbjodqc { height: auto !important; min-height: 0; }
  #footer .elementor-element-mspvqil { padding-top: 32px !important; }
  #footer .elementor-element-mspvqil > .elementor-container > .elementor-row { display: flex; flex-wrap: wrap; }
  #footer .elementor-element-mspvqil > .elementor-container > .elementor-row > .elementor-column { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  #footer .elementor-element-uhlmsof,
  #footer .elementor-element-qvpizou,
  #footer .elementor-element-ilmeksc { border-top: 1px solid var(--dm-line); }
  #footer .elementor-element-mspvqil .elementor-widget-wrap { width: 100%; }
  #footer .links-widget-title.hidden-sm-down { display: none !important; }
  #footer .links-widget-title.hidden-md-up { display: flex !important; min-height: 46px; margin: 0; align-items: center; justify-content: space-between; font-size: 13px; line-height: 1.3; }
  #footer .links-widget-title .collapse-icons { margin-left: auto; font-size: 0; }
  #footer .elementor-element-lcdcnxs .links-widget-title .collapse-icons:before { content: "+"; font-size: 20px; font-weight: 400; }
  #footer .elementor-element-lcdcnxs .links-widget-title[aria-expanded="true"] .collapse-icons:before { content: "−"; }
  #footer .links-widget-content { margin: 0; padding: 4px 0 16px; }
  #footer .links-widget-content li { margin-bottom: 7px; }
  #footer .elementor-element-ilmeksc { padding-top: 18px; }
  #footer .elementor-element-ilmeksc .pos-title { margin-bottom: 12px; font-size: 13px; }
  #footer .elementor-element-ilmeksc .pos-newsletter-form { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 118px; }
  #footer .elementor-element-ilmeksc .pos-newsletter-form input[name="email"] { width: 100%; min-width: 0; }
  #footer .elementor-element-ilmeksc .pos-newsletter-form button { width: 118px; padding-right: 8px; padding-left: 8px; }
  #footer .elementor-section.elementor-section-boxed > .elementor-container { padding-right: 15px; padding-left: 15px; }
  #footer .elementor-element-mspvqil > .elementor-container,
  #footer .elementor-element-hbjodqc > .elementor-container { width: 100%; }
  #footer .elementor-element-mspvqil > .elementor-container > .elementor-row > .elementor-column { width: 100% !important; max-width: 100%; flex: 0 0 100%; }
  #footer .elementor-element-mspvqil > .elementor-container > .elementor-row > .elementor-column:first-child,
  #footer .elementor-element-mspvqil > .elementor-container > .elementor-row > .elementor-column:last-child { width: 100% !important; max-width: 100%; flex-basis: 100%; }
  #footer .elementor-element-hbjodqc > .elementor-container > .elementor-row > .elementor-column { width: 100% !important; max-width: 100% !important; flex-basis: 100% !important; }
  #footer .elementor-element-hbjodqc .elementor-icon-list-items { display: block; }
  #footer .elementor-element-hbjodqc .elementor-icon-list-item { margin-bottom: 6px !important; }
  #footer .elementor-element-hbjodqc .elementor-icon-list-text { white-space: normal; }
  #header .blockcart .popup_cart.popup-dropdown { right: -8px; width: min(340px, calc(100vw - 24px)); }
  #product #wrapper > .container { padding-top: 30px; }
  #product .product-container { display: block; margin-right: 0; margin-left: 0; }
  #product .product-container > .col-md-6,
  #product .product-container > .col-md-12 {
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: 0 0 100%;
  }
  #product .product-container > .col-md-6:nth-child(2) { margin-top: 30px; }
  #product .images-container { max-width: none; }
  #product .product-container > .col-md-6:first-child,
  #product .product-container > .col-md-6:nth-child(2) { padding-right: 10px; padding-left: 10px; }
  #product .product-cover,
  #product .product-cover .slick-list,
  #product .product-cover .slick-track,
  #product .product-cover .cover-item,
  #product .product-cover .easyzoom,
  #product .product-cover .easyzoom > a { min-height: 330px; }
  #product .product-cover .cover-item img { max-width: 310px; max-height: 310px; }
  #product .product-images { min-height: 82px; padding: 12px 36px 10px; }
  #product .product-images .thumb { width: 68px; height: 68px; }
  #product .product-quantity { gap: 8px; }
  #product .product-quantity .qty { width: 104px; flex-basis: 104px; }
  #product .product-quantity .cart_button { flex-basis: 48px; }
  #product .product-quantity .cart_button .compare-button { display: none !important; }
  .products-selection { padding: 12px; }
  :is(.product-miniature, .js-product-miniature) .product_desc { padding: 14px !important; }
  .product-container h1.namne_details { font-size: 24px; }
  .tabs { margin-top: 42px; }
  #product .tabs .tab-content { min-height: 0; padding: 24px 18px; }
  #product .blockreassurance_product { padding: 14px 16px; }
  .tabs .nav-tabs { display: flex; overflow-x: auto; white-space: nowrap; }
  .dm-contact-panel, .dm-contact-form-card { padding: 28px 22px; border-radius: var(--dm-radius); }
  .dm-contact-panel h2 { font-size: 29px; }
  .dm-contact-form-card .bootstrap-filestyle { grid-template-columns: minmax(0, 1fr) 126px; }
  .dm-contact-form-card .bootstrap-filestyle .group-span-filestyle,
  .dm-contact-form-card .bootstrap-filestyle .btn { width: 126px; padding-right: 8px; padding-left: 8px; font-size: 10px; }
  .dm-delivery-root { gap: 38px; }
  .dm-delivery-grid { grid-template-columns: 1fr; }
  .dm-delivery-card { min-height: 0; padding: 24px 20px; }
  .dm-delivery-intro h2 { font-size: 30px; }
  .page-cms-66 { font-size: 15px; line-height: 1.7; }
  .page-cms-66 > p:first-of-type { font-size: 17px; }
  .page-cms-66 > p:nth-of-type(3),
  .page-cms-66 > p:nth-of-type(7) { margin-top: 26px; padding-top: 24px; }
  #cart #wrapper > .container { padding-top: 32px; padding-bottom: 64px; }
  #cart .dm-cart-intro { display: block; margin-bottom: 22px; }
  #cart .dm-cart-intro p { margin-top: 6px; }
  #cart .cart-grid { display: grid; gap: 24px; }
  #cart .cart-container { padding: 0 16px; }
  #cart .cart-items-title { display: none; }
  #cart .cart-item { padding: 20px 0; }
  #cart .cart-item .product-line-grid > .product-line-grid-left,
  #cart .cart-item .product-line-grid > .product-line-actions { width: 100%; min-height: 0; padding-right: 0; padding-left: 0; float: none; }
  #cart .cart-item .product-image { position: static; max-width: none; }
  #cart .cart-item .cart-line-product-actions .remove-from-cart { position: static; }
  #cart .cart-item .product-line-grid > .product-line-actions { display: block; margin-top: 16px; }
  #cart .cart-item .product-line-grid > .product-line-actions > .row { display: grid; width: 100%; margin: 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 36px; grid-template-rows: auto auto; gap: 12px 10px; }
  #cart .cart-item .product-line-actions > .row > * { width: auto; padding: 0; float: none; }
  #cart .cart-item .product-price-and-shipping { grid-column: 1; grid-row: 1; text-align: left; }
  #cart .cart-item .product-line-actions > .row > .price { grid-column: 2; grid-row: 1; text-align: right; }
  #cart .cart-item .product-line-actions > .row > .text-xs-right { grid-column: 3; grid-row: 1; }
  #cart .cart-item .product-line-actions > .row > .qty { grid-column: 1 / -1; grid-row: 2; }
  #cart .cart-item .product-image img { width: 84px; height: 84px; }
  #cart .cart-item .product-line-grid-body { min-height: 84px; }
  #cart .dm-continue-shopping { width: 100%; justify-content: center; }
  #cart .cart-summary .promo-code form { grid-template-columns: minmax(0, 1fr) 86px; }
  #cart .cart-summary .promo-code .btn { width: 86px; }
  .checkout-step .step-title { padding: 18px; font-size: 15px; }
  .checkout-step .content { padding: 6px 18px 22px; }
  #checkout-personal-information-step .step-title { min-height: 54px; padding: 11px 18px !important; font-size: 18px !important; }
  #checkout-personal-information-step .step-number { width: 30px !important; height: 30px !important; margin-right: 11px !important; flex-basis: 30px; }
  #checkout-personal-information-step .content { padding: 16px 18px 24px !important; }
  #checkout-personal-information-step .nav { margin-bottom: 14px !important; }
  #checkout #customer-form .input-group { grid-template-columns: minmax(0, 1fr) 78px; }
  #checkout #customer-form .input-group-btn,
  #checkout #customer-form [data-action="show-password"] { width: 78px; }
  .checkout-step .step-number { width: 26px; height: 26px; margin-right: 7px; }
  #authentication .page-content,
  #registration .page-content,
  #identity .page-content,
  #address .page-content,
  #my-account .page-content { padding: 25px 20px; }
  #authentication #wrapper > .container,
  #registration #wrapper > .container { padding-top: 32px; padding-bottom: 60px; }
  #authentication .page-content,
  #registration .page-content { max-width: none; }
  #registration #customer-form > div { grid-template-columns: 1fr; }
  #registration #customer-form .form-group:has(input[type="radio"]),
  #registration #customer-form .form-group:has(input[type="checkbox"]) { grid-column: 1; }
  #authentication #login-form .input-group,
  #registration #customer-form .input-group { grid-template-columns: minmax(0, 1fr) 78px; }
  #authentication #login-form .input-group-btn,
  #registration #customer-form .input-group-btn,
  #authentication #login-form [data-action="show-password"],
  #registration #customer-form [data-action="show-password"] { width: 78px; }
}

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