/*
 * Swolly.co.uk visual layer for PrestaShop 9.1 / Hummingbird 2.0.
 * Brand direction: clean white e-commerce layout, orange accent, dark footer.
 */

:root {
  --sw-primary: #f7931e;
  --sw-primary-dark: #d97500;
  --sw-primary-soft: #fff4e6;
  --sw-ink: #1d2127;
  --sw-muted: #66707a;
  --sw-line: #e4e7eb;
  --sw-soft: #f7f8fa;
  --sw-dark: #1e2227;
  --sw-dark-2: #15181c;
  --sw-radius-sm: 0.55rem;
  --sw-radius: 0.9rem;
  --sw-radius-lg: 1.25rem;
  --sw-shadow-sm: 0 0.2rem 0.75rem rgb(25 31 38 / 6%);
  --sw-shadow: 0 0.8rem 2.5rem rgb(25 31 38 / 10%);
  --sw-section-space: clamp(2.8rem, 5vw, 5rem);

  --bs-primary: #f7931e;
  --bs-primary-rgb: 247, 147, 30;
  --bs-primary-text-emphasis: #a95d00;
  --bs-primary-bg-subtle: #fff0dc;
  --bs-primary-border-subtle: #ffd5a4;
  --bs-link-color: #d97500;
  --bs-link-color-rgb: 217, 117, 0;
  --bs-link-hover-color: #ae5e00;
  --bs-link-hover-color-rgb: 174, 94, 0;
  --bs-focus-ring-color: rgb(247 147 30 / 22%);
  --bs-body-font-size: 0.9375rem;
  --bs-body-color: #1d2127;
  --bs-body-color-rgb: 29, 33, 39;
  --bs-border-radius: 0.6rem;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body {
  color: var(--sw-ink);
  background: #fff;
}

.container,
.container-md,
.columns-container {
  --bs-gutter-x: 2rem;
  max-width: 1320px;
}

.wrapper {
  background: #fff;
}

.wrapper > .breadcrumb {
  margin-top: 1rem;
}

.breadcrumb a {
  color: var(--sw-muted);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--sw-primary-dark);
}

a {
  text-underline-offset: 0.18em;
}

.btn {
  border-radius: 0.65rem;
  font-weight: 650;
}

.btn-primary {
  --bs-btn-bg: var(--sw-primary);
  --bs-btn-border-color: var(--sw-primary);
  --bs-btn-hover-bg: var(--sw-primary-dark);
  --bs-btn-hover-border-color: var(--sw-primary-dark);
  --bs-btn-active-bg: var(--sw-primary-dark);
  --bs-btn-active-border-color: var(--sw-primary-dark);
  --bs-btn-disabled-bg: #efb36b;
  --bs-btn-disabled-border-color: #efb36b;
  color: #1a140d;
}

.btn-outline-primary {
  --bs-btn-color: var(--sw-primary-dark);
  --bs-btn-border-color: #efae5e;
  --bs-btn-hover-bg: var(--sw-primary);
  --bs-btn-hover-border-color: var(--sw-primary);
  --bs-btn-hover-color: #1a140d;
  --bs-btn-active-bg: var(--sw-primary-dark);
  --bs-btn-active-border-color: var(--sw-primary-dark);
  --bs-btn-active-color: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: #efad5b;
  box-shadow: 0 0 0 0.2rem rgb(247 147 30 / 14%);
}

/* =========================================================
   Header
   ========================================================= */

.header {
  z-index: 1030;
  background: #fff;
  box-shadow: 0 1px 0 rgb(29 33 39 / 6%);
}

.sw-header-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.sw-topbar {
  min-height: 2.45rem;
  color: #5d6670;
  background: #f7f8f9;
  border-bottom: 1px solid #eceef0;
  font-size: 0.78rem;
}

.sw-topbar__container,
.sw-topbar__left,
.sw-topbar__right {
  display: flex;
  align-items: center;
}

.sw-topbar__container {
  min-height: 2.45rem;
  justify-content: space-between;
  gap: 1.5rem;
}

.sw-topbar__left,
.sw-topbar__right {
  min-width: 0;
  gap: 0.75rem;
}

.sw-topbar a {
  color: #4f5862;
  text-decoration: none;
}

.sw-topbar a:hover,
.sw-topbar a:focus-visible {
  color: var(--sw-primary-dark);
}

.sw-topbar__divider {
  width: 1px;
  height: 1rem;
  background: #d9dde1;
}

.sw-topbar .ps-contactinfo,
.sw-topbar .ps-languageselector,
.sw-topbar .ps-currencyselector,
.sw-topbar .ps-customersignin,
.sw-topbar .ps-shoppingcart,
.sw-topbar .header-block {
  display: flex;
  align-items: center;
}

.sw-topbar .form-select {
  min-height: 2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 1.8rem;
  color: #424a53;
  background-color: transparent;
  border: 0;
  border-radius: 0.35rem;
  font-size: 0.78rem;
  box-shadow: none;
}

.sw-topbar .form-select:hover,
.sw-topbar .form-select:focus {
  color: var(--sw-primary-dark);
  background-color: #fff;
}

.sw-topbar .header-block__action-btn {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.45rem;
  color: #424a53;
  border-radius: 0.4rem;
}

.sw-topbar .header-block__action-btn:hover,
.sw-topbar .header-block__action-btn:focus-visible {
  color: var(--sw-primary-dark);
  background: #fff;
}

.sw-topbar .header-block__icon {
  font-size: 1.05rem;
}

.sw-topbar .header-block__badge {
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  color: #1b1309;
  background: var(--sw-primary);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-align: center;
}

.sw-header-main {
  padding-block: 1rem;
  background: #fff;
}

.sw-header-main__container {
  display: grid;
  grid-template-columns: minmax(10rem, 15rem) minmax(20rem, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.sw-header-main__logo,
.sw-header-main__home-title {
  margin: 0;
}

.sw-header-main__logo img {
  display: block;
  width: auto;
  max-width: 13rem;
  max-height: 4.5rem;
  object-fit: contain;
}

.sw-header-main__search {
  width: min(100%, 52rem);
  justify-self: end;
}

.sw-searchbar-wrap,
.sw-searchbar-wrap .ps-searchbar,
.sw-searchbar-wrap .ps-searchbar__form {
  width: 100%;
}

.sw-searchbar-wrap .ps-searchbar__form {
  position: relative;
}

.sw-searchbar-wrap .ps-searchbar__input {
  min-height: 3rem;
  padding-left: 2.9rem;
  padding-right: 2.75rem;
  background: #f6f7f8;
  border: 1px solid #dfe3e7;
  border-radius: 999px;
  font-size: 0.92rem;
}

.sw-searchbar-wrap .ps-searchbar__input:hover {
  border-color: #ccd2d8;
}

.sw-searchbar-wrap .ps-searchbar__input:focus {
  background: #fff;
  border-color: #efad5b;
}

.sw-searchbar-wrap .ps-searchbar__magnifier {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 2;
  color: #69737d;
  transform: translateY(-50%);
}

.sw-searchbar-wrap .ps-searchbar__clear {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
}

.sw-searchbar-wrap .ps-searchbar__dropdown {
  width: 100%;
  margin-top: 0.35rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  box-shadow: var(--sw-shadow);
}

.sw-header-main__mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
}

.sw-header-main__mobile-actions .header-block__action-btn,
.ps-searchbar--mobile .header-block__action-btn {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  color: var(--sw-ink);
  background: var(--sw-soft);
  border-radius: 999px;
}

.sw-header-main__mobile-actions .header-block__badge {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  color: #1b1309;
  background: var(--sw-primary);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-align: center;
}

.sw-header-main__mobile-actions .header-block {
  position: relative;
}

.sw-navigation {
  position: relative;
  z-index: 20;
  background: #fff;
  border-top: 1px solid #eff1f3;
  border-bottom: 1px solid #e1e4e7;
}

.sw-navigation__container {
  min-height: 3.35rem;
  display: flex;
  align-items: center;
}

.sw-navigation .ps-mainmenu {
  width: 100%;
}

.sw-navigation .ps-mainmenu__desktop {
  width: 100%;
}

.sw-navigation .ps-mainmenu__tree {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
}

.sw-navigation .ps-mainmenu__tree-item-wrapper {
  height: 100%;
}

.sw-navigation .ps-mainmenu__tree-link {
  position: relative;
  display: flex;
  min-height: 3.3rem;
  align-items: center;
  padding-inline: clamp(0.65rem, 1.3vw, 1rem);
  color: #30363d;
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.sw-navigation .ps-mainmenu__tree-link::after {
  position: absolute;
  right: 0.8rem;
  bottom: -1px;
  left: 0.8rem;
  height: 2px;
  content: "";
  background: var(--sw-primary);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 160ms ease, transform 160ms ease;
}

.sw-navigation .ps-mainmenu__tree-item:hover .ps-mainmenu__tree-link,
.sw-navigation .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link,
.sw-navigation .ps-mainmenu__tree-link:focus-visible {
  color: var(--sw-primary-dark);
}

.sw-navigation .ps-mainmenu__tree-item:hover .ps-mainmenu__tree-link::after,
.sw-navigation .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link::after,
.sw-navigation .ps-mainmenu__tree-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.sw-navigation .ps-mainmenu__tree-dropdown-toggle {
  color: #6b747d;
}

.sw-navigation .submenu {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #e4e7ea;
  box-shadow: 0 1rem 2rem rgb(25 31 38 / 8%);
}

.sw-navigation .submenu__left-item,
.sw-navigation .menu__link {
  color: var(--sw-ink);
}

.sw-navigation .submenu__left-item:hover,
.sw-navigation .submenu__left-item:focus-visible,
.sw-navigation .menu__link:hover,
.sw-navigation .menu__link:focus-visible {
  color: var(--sw-primary-dark);
}

.sw-navigation .menu-toggle {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--sw-ink);
  text-decoration: none;
}

.sw-nav-full-width {
  background: #fffaf3;
  border-bottom: 1px solid #f4e3ca;
}

/* =========================================================
   Homepage
   ========================================================= */

#index .page-content--home {
  display: block;
  overflow: clip;
  padding: 0;
}

#index .sw-home-page,
#index .sw-home-structure {
  width: 100%;
  max-width: none;
}

#index .sw-home-structure > * {
  margin-top: 0;
}

#index .sw-home-structure > * + * {
  margin-top: var(--sw-section-space);
}

#index .ps-imageslider {
  width: 100%;
  margin: 0;
}

#index .ps-imageslider .carousel,
#index .ps-imageslider__figure {
  margin: 0;
  background: #15181c;
}

#index .ps-imageslider__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 38rem;
  object-fit: cover;
}

#index .ps-imageslider .carousel-control-prev,
#index .ps-imageslider .carousel-control-next {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  bottom: auto;
  margin-inline: 1rem;
  background: rgb(0 0 0 / 28%);
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 160ms ease, background 160ms ease;
}

#index .ps-imageslider:hover .carousel-control-prev,
#index .ps-imageslider:hover .carousel-control-next,
#index .ps-imageslider .carousel-control-prev:focus-visible,
#index .ps-imageslider .carousel-control-next:focus-visible {
  opacity: 1;
}

#index .ps-imageslider .carousel-control-prev:hover,
#index .ps-imageslider .carousel-control-next:hover {
  background: rgb(0 0 0 / 48%);
}

#index .ps-imageslider .carousel-indicators {
  margin-bottom: 0.85rem;
}

#index .ps-imageslider .carousel-indicators button {
  width: 2rem;
  height: 0.2rem;
  border: 0;
  border-radius: 99px;
  opacity: 0.6;
}

#index .ps-imageslider .carousel-indicators button.active {
  background-color: var(--sw-primary);
  opacity: 1;
}

#index .ps-imageslider__figcaption {
  right: auto;
  bottom: 2rem;
  left: max(2rem, calc((100vw - 1320px) / 2));
  width: min(34rem, calc(100% - 4rem));
  padding: 1.25rem 1.4rem;
  text-align: left;
  background: rgb(19 21 25 / 72%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--sw-radius);
  backdrop-filter: blur(0.5rem);
}

#index .ps-imageslider__figcaption h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#index .module-products,
#index .ps-customtext > .container,
#index .ps-banner > .container,
#index .ps-brandlist > .container,
#index #search_filters_brands {
  width: min(100% - 2rem, 1320px);
  max-width: 1320px;
  margin-inline: auto;
}

#index .module-products {
  padding-inline: 0;
}

#index .section-title,
#index .module-products .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.8rem;
  color: var(--sw-ink);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

#index .section-title::after,
#index .module-products .section-title::after {
  flex: 1;
  height: 1px;
  margin-left: 0.75rem;
  content: "";
  background: linear-gradient(90deg, #e7e9ec, transparent);
}

#index .module-products__list .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

#index .module-products__buttons {
  margin-top: 1.8rem;
  text-align: center;
}

#index .module-products__buttons .btn {
  min-height: 2.8rem;
  padding-inline: 1.35rem;
  border-radius: 999px;
}

#index .ps-customtext img,
#index .ps-banner img,
#index .banner img {
  max-width: 100%;
  height: auto;
  border-radius: var(--sw-radius);
}

#index .ps-customtext a img,
#index .ps-banner a img,
#index .banner a img {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

#index .ps-customtext a:hover img,
#index .ps-banner a:hover img,
#index .banner a:hover img {
  box-shadow: var(--sw-shadow);
  transform: translateY(-0.15rem);
}

/* Brands / manufacturer module */
#index #search_filters_brands {
  padding: 1.5rem;
  background: var(--sw-soft);
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-lg);
}

#index #search_filters_brands ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: center;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

#index #search_filters_brands a {
  color: var(--sw-ink);
  font-weight: 650;
}

#index #search_filters_brands a:hover {
  color: var(--sw-primary-dark);
}

/* =========================================================
   Product cards
   ========================================================= */

.product-miniature {
  min-width: 0;
}

.product-miniature__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eceef0;
  border-radius: var(--sw-radius);
  box-shadow: var(--sw-shadow-sm);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-miniature__inner:hover,
.product-miniature__inner:focus-within {
  border-color: #d9dde1;
  box-shadow: 0 1rem 2.2rem rgb(25 31 38 / 11%);
  transform: translateY(-0.2rem);
}

.product-miniature__top {
  position: relative;
  padding: 0.75rem;
  background: #fff;
}

.product-miniature__image-container,
.product-miniature__image-link,
.product-miniature picture {
  display: block;
  overflow: hidden;
  border-radius: calc(var(--sw-radius) - 0.25rem);
}

.product-miniature__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  transition: transform 220ms ease;
}

.product-miniature__inner:hover .product-miniature__image {
  transform: scale(1.025);
}

.product-miniature .product-flags {
  top: 0.85rem;
  left: 0.85rem;
}

.product-miniature .product-flag {
  padding: 0.3rem 0.48rem;
  color: #fff;
  background: #23272d;
  border-radius: 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
}

.product-miniature .product-flag.discount,
.product-miniature .product-flag.on-sale {
  color: #1c1308;
  background: var(--sw-primary);
}

.product-miniature__bottom {
  display: flex;
  min-height: 11.2rem;
  flex: 1;
  flex-direction: column;
  padding: 0.9rem 1rem 1rem;
}

.product-miniature__infos {
  flex: 1;
}

.product-miniature__title {
  display: -webkit-box;
  min-height: 2.85em;
  overflow: hidden;
  color: #252a30;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-miniature__title:hover,
.product-miniature__title:focus-visible {
  color: var(--sw-primary-dark);
}

.product-miniature__variants {
  margin-top: 0.55rem;
}

.product-miniature__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.6rem;
  margin-top: 0.7rem;
}

.product-miniature__price {
  color: #171a1e;
  font-size: 1.05rem;
  font-weight: 800;
}

.product-miniature__regular-price {
  color: #8a929a;
  font-size: 0.82rem;
  text-decoration: line-through;
}

.product-miniature__actions {
  margin-top: 0.85rem;
}

.product-miniature__form {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.9fr) minmax(3rem, 1.1fr);
  gap: 0.55rem;
}

.product-miniature__form .quantity-button,
.product-miniature__form .quantity-button__group {
  width: 100%;
}

.product-miniature__form .quantity-button__group .btn {
  width: 2rem;
  min-width: 2rem;
  padding: 0;
  color: #4e5760;
  background: #f6f7f8;
  border-color: #dfe3e7;
}

.product-miniature__form .quantity-button__group .btn:hover {
  color: var(--sw-primary-dark);
  background: #fff8ef;
  border-color: #efbd82;
}

.product-miniature__form .quantity-button__group .form-control {
  min-width: 2.4rem;
  padding-inline: 0.2rem;
  text-align: center;
  border-color: #dfe3e7;
}

.product-miniature__add {
  min-height: 2.55rem;
  gap: 0.35rem;
  white-space: nowrap;
}

.product-miniature__add .material-icons {
  font-size: 1.1rem;
}

.product-miniature__add-text {
  font-size: 0.78rem;
  font-weight: 750;
}

.product-miniature__details {
  width: 100%;
  min-height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-miniature__quickview {
  color: var(--sw-ink);
  background: rgb(255 255 255 / 92%);
  border: 1px solid #e4e7ea;
  box-shadow: 0 0.2rem 0.7rem rgb(25 31 38 / 10%);
}

/* =========================================================
   Category / listing
   ========================================================= */

.sw-category-header {
  margin-bottom: 2rem;
}

.sw-category-hero {
  position: relative;
  min-height: clamp(11rem, 22vw, 20rem);
  overflow: hidden;
  background: #1e2227;
  border-radius: var(--sw-radius-lg);
  box-shadow: var(--sw-shadow-sm);
}

.sw-category-hero picture {
  position: absolute;
  inset: 0;
}

.sw-category-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sw-category-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgb(18 20 23 / 74%) 0%, rgb(18 20 23 / 26%) 68%, transparent 100%);
}

.sw-category-hero__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: flex-end;
  padding: clamp(1.5rem, 4vw, 3.2rem);
}

.sw-category-hero__title {
  max-width: 50rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.07;
}

.sw-category-description {
  max-width: 72rem;
  margin: 1.5rem 0 0;
  color: #454e57;
  line-height: 1.75;
}

#products .products {
  row-gap: 1.5rem;
}

.products-selection,
.products-sort-order,
#search_filters,
.block-categories {
  border-radius: var(--sw-radius-sm);
}

.left-column .facet,
.left-column .block-categories,
#search_filters {
  background: #fff;
  border: 1px solid var(--sw-line);
}

.left-column .facet + .facet {
  border-top-color: #eef0f2;
}

.left-column .facet-title,
.left-column .block-categories .h6 {
  color: var(--sw-ink);
  font-weight: 750;
}

.active_filters,
.active-filters {
  background: #fff7ed;
  border: 1px solid #f3d0a4;
  border-radius: var(--sw-radius-sm);
}

.pagination .page-link.active,
.pagination .active > .page-link {
  color: #1b1309;
  background: var(--sw-primary);
  border-color: var(--sw-primary);
}

/* =========================================================
   Product page
   ========================================================= */

.page-product .product__container {
  gap: clamp(2rem, 4vw, 4.5rem);
}

.page-product .product__left,
.page-product .product__right {
  min-width: 0;
}

.page-product .product__carousel,
.page-product .product__no-image,
.page-product .product__thumbnail-image {
  border-radius: var(--sw-radius);
}

.page-product .product__name {
  color: var(--sw-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.page-product .product__manufacturer a {
  color: var(--sw-primary-dark);
  font-weight: 700;
}

.page-product .product__price {
  color: #15181c;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 850;
}

.page-product .product__description-short,
.page-product .product__description,
.rich-text {
  color: #424b54;
  line-height: 1.72;
}

.page-product .product__right {
  padding: clamp(1rem, 2vw, 1.4rem);
  background: #fff;
  border: 1px solid #eceef0;
  border-radius: var(--sw-radius-lg);
  box-shadow: var(--sw-shadow-sm);
}

.page-product .product__add-to-cart-container {
  padding: 1rem;
  background: #fff9f1;
  border: 1px solid #f3d6b0;
  border-radius: var(--sw-radius);
}

.page-product .product__add-to-cart-button {
  min-height: 3rem;
  font-weight: 800;
}

.page-product .product__accordion {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
}

.page-product .accordion-button:not(.collapsed) {
  color: #8d4d00;
  background: #fff8ef;
  box-shadow: inset 0 -1px 0 #f0d6b7;
}

.page-product .accordion-button:focus {
  border-color: #efad5b;
  box-shadow: 0 0 0 0.2rem rgb(247 147 30 / 13%);
}

.page-product .product__bottom {
  gap: 2rem;
}

.page-product .product__bottom-right .blockreassurance_product,
.page-product .product__bottom-right .blockreassurance {
  border-radius: var(--sw-radius);
}

/* =========================================================
   Cart / checkout / customer pages
   ========================================================= */

.cart-grid,
.checkout-step,
.card,
.address-card,
.order-confirmation-table {
  border-radius: var(--sw-radius);
}

.cart-summary,
.checkout-step,
.address-card,
.page-content--cms,
.contact-form {
  border-color: var(--sw-line);
}

.checkout-step.-current,
.checkout-step--current {
  border-color: #efc28a;
}

/* =========================================================
   Footer / reassurance / newsletter
   ========================================================= */

.sw-footer-before {
  margin-top: var(--sw-section-space);
  background: #f7f8f9;
  border-top: 1px solid #e4e7ea;
}

.sw-footer-before .container {
  max-width: 1320px;
}

.sw-footer-before .blockreassurance,
.sw-nav-full-width .blockreassurance {
  color: #3d454e;
}

.sw-footer-main {
  color: #bfc3c7;
  background: #202122;
  border-top: 3px solid var(--sw-primary);
}

.sw-footer-main > .container {
  max-width: 1320px;
}

.sw-footer-main a {
  color: #d8dadd;
  text-decoration: none;
}

.sw-footer-main a:hover,
.sw-footer-main a:focus-visible {
  color: #ffad49;
  text-decoration: underline;
}

.sw-legacy-footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 0.9fr 1.25fr;
  gap: clamp(2rem, 4.5vw, 5.5rem);
  padding-block: 3.4rem 2.35rem;
}

.sw-legacy-footer-block {
  min-width: 0;
}

.sw-footer-heading {
  margin: 0 0 1.65rem;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.sw-footer-ssl {
  display: block;
  width: min(100%, 220px);
  height: auto;
  margin-inline: auto;
}

.sw-footer-list {
  display: grid;
  gap: 0.76rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-footer-list a,
.sw-footer-contact p {
  color: #aeb3b8;
  font-size: 0.94rem;
  line-height: 1.48;
}

.sw-footer-contact p {
  margin: 0 0 0.45rem;
}

.sw-footer-contact .sw-footer-contact-label {
  margin-bottom: 0.52rem;
  color: #aeb3b8;
}

.sw-footer-contact-group + .sw-footer-contact-group {
  margin-top: 1.35rem;
}

.sw-footer-contact a {
  color: #fff;
  overflow-wrap: anywhere;
}

.sw-footer-payments {
  padding: 0.5rem 0 2.2rem;
  border-top: 1px solid rgb(255 255 255 / 38%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.sw-footer-payments img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1240px;
  margin: 0.8rem auto 0;
}

.sw-footer-company-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.5rem;
  color: #969da3;
  font-size: 0.82rem;
  line-height: 1.55;
}

.sw-footer-company-details strong {
  color: #d4d8db;
  font-weight: 700;
}

.sw-footer-after {
  padding-block: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 11%);
}

.sw-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem;
  color: #81878d;
  border-top: 1px solid rgb(255 255 255 / 11%);
  font-size: 0.76rem;
}

/* Bootstrap 4 utility compatibility for older third-party module templates. */
.float-xs-left { float: left !important; }
.float-xs-right { float: right !important; }
.text-xs-left { text-align: left !important; }
.text-xs-center { text-align: center !important; }
.text-xs-right { text-align: right !important; }
.btn-unstyle {
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
}
.hidden-xs-up { display: none !important; }

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1199.98px) {
  .sw-navigation__container {
    min-height: 3.1rem;
  }

  .sw-navigation .ps-mainmenu {
    width: auto;
  }

  .sw-navigation .ps-mainmenu__mobile-toggle {
    display: block;
  }

  #index .module-products__list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sw-header-main__container {
    grid-template-columns: minmax(9rem, 12rem) minmax(15rem, 1fr);
    gap: 1.5rem;
  }

  .sw-footer-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-footer-company {
    grid-column: 1 / -1;
  }

  .hidden-md-down { display: none !important; }
}

@media (max-width: 767.98px) {
  .container,
  .container-md,
  .columns-container {
    --bs-gutter-x: 1.25rem;
  }

  .header {
    position: relative;
  }

  .sw-header-main {
    padding-block: 0.7rem;
    border-bottom: 1px solid #eceef0;
  }

  .sw-header-main__container {
    grid-template-columns: minmax(7.5rem, 1fr) auto auto;
    gap: 0.55rem;
  }

  .sw-header-main__logo img {
    max-width: 9rem;
    max-height: 3.25rem;
  }

  .sw-header-main__search {
    width: auto;
    justify-self: end;
  }

  .sw-searchbar-wrap {
    display: none;
  }

  .sw-header-main__search .ps-searchbar--mobile {
    display: flex !important;
    padding: 0;
  }

  .sw-header-main__mobile-actions {
    display: flex !important;
  }

  .sw-navigation {
    border-top: 0;
  }

  .sw-navigation__container {
    min-height: 2.95rem;
  }

  .sw-navigation .menu-toggle {
    min-height: 2.8rem;
    padding-inline: 0;
  }

  #index .sw-home-structure > * + * {
    margin-top: 2.6rem;
  }

  #index .ps-imageslider__figure img {
    min-height: 12rem;
    object-fit: cover;
  }

  #index .ps-imageslider .carousel-control-prev,
  #index .ps-imageslider .carousel-control-next {
    display: none;
  }

  #index .module-products,
  #index .ps-customtext > .container,
  #index .ps-banner > .container,
  #index .ps-brandlist > .container,
  #index #search_filters_brands {
    width: min(100% - 1.25rem, 1320px);
  }

  #index .module-products__list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  #index .section-title,
  #index .module-products .section-title {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }

  #index .section-title::after,
  #index .module-products .section-title::after {
    display: none;
  }

  .product-miniature__top {
    padding: 0.5rem;
  }

  .product-miniature__bottom {
    min-height: 10.5rem;
    padding: 0.75rem;
  }

  .product-miniature__title {
    font-size: 0.82rem;
  }

  .product-miniature__price {
    font-size: 0.98rem;
  }

  .product-miniature__form {
    grid-template-columns: 1fr;
  }

  .product-miniature__add {
    width: 100%;
  }

  .product-miniature__add-text {
    display: inline;
  }

  .sw-category-hero {
    min-height: 10rem;
    border-radius: 0.75rem;
  }

  .sw-category-hero__overlay {
    padding: 1.3rem;
  }

  .sw-category-hero__title {
    font-size: 1.7rem;
  }

  .page-product .product__right {
    padding: 1rem;
    border-radius: var(--sw-radius);
  }

  .sw-footer-intro {
    grid-template-columns: 1fr;
    padding-block: 2.4rem 1.8rem;
  }

  .sw-footer-company {
    grid-column: auto;
  }

  .sw-footer-bottom {
    flex-direction: column;
  }

  .hidden-sm-down { display: none !important; }
}

@media (max-width: 575.98px) {
  #index .ps-imageslider__figure img {
    min-height: 10.5rem;
  }

  .product-miniature__bottom {
    padding-inline: 0.65rem;
  }

  .product-miniature__add-text {
    font-size: 0.74rem;
  }

  .hidden-xs-down { display: none !important; }
}

@media (min-width: 768px) {
  .hidden-md-up { display: none !important; }
}

@media (min-width: 992px) {
  .page-product .product__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
    align-items: start;
  }

  .hidden-lg-up { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .product-miniature__inner,
  .product-miniature__image,
  #index .ps-customtext a img,
  #index .ps-banner a img,
  #index .banner a img,
  .sw-navigation .ps-mainmenu__tree-link::after {
    transition: none;
  }
}

/* Swolly legacy footer responsive layout */
@media (max-width: 991.98px) {
  .sw-legacy-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;
  }

  .sw-footer-ssl {
    margin-inline: 0;
  }
}

@media (max-width: 767.98px) {
  .sw-legacy-footer-grid {
    grid-template-columns: 1fr;
    gap: 2.1rem;
    padding-block: 2.5rem 1.8rem;
  }

  .sw-footer-heading {
    margin-bottom: 1rem;
  }

  .sw-footer-payments {
    overflow: hidden;
    padding-bottom: 1.35rem;
  }

  .sw-footer-payments img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }

  .sw-footer-company-details,
  .sw-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
