
@font-face {
  font-family: 'Czcionka_3new';
  src: url('/themes/classic/assets/fonts/3_czcionka.ttf') format('truetype');
  font-display: swap;
}

.cz-grawer-output .txt {
    font-family: "Open Sans", sans-serif;
}

.cz-grawer-output .emoji {
    font-family: "Czcionka_3new" !important;
}


:root {
   --color-accent: rgb(111, 38, 61);
   --primary-text-color: #000;
   --background-white: #fff;
   --light-grey: rgb(248, 248, 248);
   --middle-grey: rgb(117, 117, 117);
   --heading-grey: rgb(126 126 126);
   --swiper-pagination-bullet:rgb(208, 208, 208);
   --gold: rgb(217, 195, 135);
   --silvergold: rgb(148, 140, 116);
   --whitegold: rgb(142, 142, 146);
   --titanium: rgb(110, 110, 114);
   --dark-gold: #b4a373;
   --red: rgb(242, 41, 41);
   --light-pink: rgb(221, 206, 211);
   --letter-line-grey: rgb(227, 227, 227);
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}
/* html.hide-gutter {
  scrollbar-gutter: auto !important;
} */
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  overflow-x: hidden;
  line-height: normal;
  position: relative;
}
.font-montserrat #wrapper {
  font-family: "Open Sans", sans-serif !important;
}
body.mobile-menu-active,
body.modal-open {
  overflow: hidden;
  height: 100dvh;
}
/* body.mobile-menu-active,
body.site-panel-open {
  overflow: hidden;
  height: 100dvh;
} */
a{ text-decoration: none; }
button { background-color: transparent; border: none; }
button:disabled { cursor: not-allowed; }
button:focus { outline: none; }
button:focus-visible { outline: 2px solid #000;}
a,button {cursor: pointer; }
a,button,p { color: currentColor; }
body#checkout a:hover,
a:focus, a:hover { color: currentColor; text-decoration: none; }
.main-container {
  max-width: 1920px;
  margin: 0 auto;
}
p, dl, dd{
  margin-bottom: 0px;
}
dt { font-weight: 400; }
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--light-grey) inset !important;
  -webkit-text-fill-color: #333 !important;
  transition: background-color 600000s 0s, color 600000s 0s !important;
}
.heading {
  color: var(--heading-grey);
  font-weight: 400;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}
.label, label { text-align: left; }
label { margin-bottom: 0; }
.col-xs-12{
  padding-right: 0;
  padding-left: 0
}
.container {width: 100%;}
.container, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-fluid .container{
  padding-right: 0;
  padding-left: 0;
}
.white-bg { background-color: #fff; }
.light-grey-bg { background-color: var(--light-grey); }
.text-center { text-align: center; }
.section-text {
  font-size: 1.4rem;
  margin-top: 1.8rem;
}
.hidden {
  display: none !important;
}
.top-index { z-index: 1000; }
#main .page-content {
  margin-bottom: 0;
}
.container-fluid::after, .container::after, .row::after { display: none; }
/* ------------------------------
   Container-small
------------------------------- */
.container--small { width: 100%; margin: 0 auto; }
/* ------------------------------
   1. Global class
------------------------------- */
.text-accent-color-hover:hover {
  color: var(--color-accent);
}
.playfair-font {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.full-screen-width {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.modal-overlay {
  visibility: hidden;
  opacity: 0;
  height: 100dvh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(92, 92, 92, 0.4);
  backdrop-filter: blur(5px);
  z-index: 1000;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.modal-overlay[aria-hidden="false"]{
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}
/* ------------------------------
   2. Topbar
------------------------------- */
.topbar__link,
.topbar {
  color: #e1e1e1;
}
.topbar__link:hover {
  color: #fff;
}
.topbar{
  background: #000;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}
.gap-sm {gap: 5px}
.topbar__promo {
  text-align: center;
  white-space: nowrap;
}
.topbar .topbar__shortNav {
  justify-content: flex-end;
}
.topbar__contact,.topbar__shortNav {display: none;}
.topbar__link {
  transition: color .2s;
}
.topbar .material-symbols-outlined{ font-size: 1.8rem; vertical-align: baseline; }
/* ------------------------------
   3. Header
------------------------------- */
#header {
  background-color: #fff;
  color: var(--primary-text-color);
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#header[data-is-sticky]{
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
#header[data-is-transparent="true"] {
  color: white;
  background-color: rgba(255, 255, 255, 0) !important;
}
#header .header-nav {
  border-bottom: 0px;
  padding: 1rem 0 !important;
  max-height: none;

  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
}
#header .header-nav .material-symbols-outlined{
  font-size: 3.4rem;
}
#header .header-nav .row{
 margin: 0;
}
#header .header-nav #menu-icon {
    margin: 0;
}
#header a:hover {
  color: currentColor;
}
.mobile-navbar {
  justify-content: space-between;
}
.mobile-navbar .navlinks { gap: 2rem; }
.header-top .header-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}
.header-main-logo { max-width: 15rem; }
#header .header-top { padding: 0; display: none; }
.flex-center-row  {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-main-actions {
  gap: 24px;
  justify-content: flex-end;
}
.header-main-actions__user {
  gap: 8px;
  font-weight: 400;
  font-size: 1.4rem;
}
.mobile-logo {
  width: 12rem;
}
.cart-btn {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1.2rem;
}
/* ------------------------------
   4. Hero / slider
------------------------------- */
.hero {
  display: block;
  background: #969696;
  color: #fff;
  max-height: 900px;
  height: calc(100dvh - 4rem);
  margin-top: -6rem;
}
.slider {
  height: 100%;
  position: relative;
}
.slider .list .item {
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.slider .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .list .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .list .item .content {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  width: 500px;
  max-width: 75%;
  z-index: 1;
}
.main-heading {
  font-size: 3.4rem;
}
.slider .list .content .content-text{
  color: currentColor;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.slider .list .item .content p:nth-child(1) {
  text-transform: uppercase;
  letter-spacing: 10px;
}
.slider .list .item.active {
  opacity: 1;
  z-index: 10;
}
@keyframes showContent {
  to {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3) {
  transform: translateY(30px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 0.7s ease-in-out 1 forwards;
}
.slider .list .item.active h2 {
  animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3) {
  animation-duration: 1.3s;
}
.bottom-bar {
  position: absolute;
  left: 50%;
  bottom: 130px;
  transform: translateX(-50%);
  z-index: 11;
}
.hero-email-cta{
  display: none;
}
.thumbnail--hero {
  z-index: 11;
  padding: 0 50px;
}
.thumbnail--hero .item{
  background-color: rgb(185, 185, 185);
}
.thumbnail--hero .item.active{
  background-color: rgb(252, 252, 252);
}

/* ------------------------------
  5. Menu / Navigation
------------------------------- */
#header[data-mobile-menu-active] { background-color: #fff !important; color: var(--primary-text-color) !important; }
#header[data-mobile-menu-active] .sezam-main-menu { transform: translateX(0); display: block; }
#close-menu-btn { display: none; }
#header[data-mobile-menu-active] #close-menu-btn { display: flex; }
#header[data-mobile-menu-active] #open-menu-btn { display: none; }
#header .menu, #header .menu>ul>li { display: block; }
.menu-scroll-wrapper--noscrollbar::-webkit-scrollbar{display: none;}
.sezam-main-menu {
  --padd: 3rem;

  background-color: #fff;
  color: var(--primary-text-color);
  width: 100%;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: transform .3s ease-in-out;
}
.mega-menu { display: flex; flex-direction: column; }
.padd-3 { padding: var(--padd); }
.main-menu-wrapper {
  flex-grow: 1;
  padding: var(--padd) 1.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.scroll-list {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.scroll-list::-webkit-scrollbar {display: none;}
.scroll-list--grid .menu-item span { gap: 2rem; justify-content: flex-start;}
.scroll-list--grid .menu-item span img { object-fit: cover; height: 4rem; width: 4rem; }
.menu-item,
.account-link {
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  padding: 1rem 0;
  transition: color .2s ease-in;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: .2s color ease-in-out;
}
.menu-item:hover,
.account-link:hover { color: var(--color-accent) !important }
.main-menu-item { transition: none; }
.menu-item--inner-icon-gap { gap: 1rem; }
.menu-item--promo,
.menu-item--promo:hover{ color: var(--red) !important;}
.menu-heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: .5px;
}

/* ------------------------------
  28. Dropdown Menu
------------------------------- */

.submenu[aria-hidden="false"] .submenu__col-1{
  transform: translate(0);
  visibility: visible;
}
.submenu[aria-hidden="false"] .submenu__col-2[aria-hidden="false"] {
  display: flex;
}
.submenu__mobile-page {
  background-color: #fff;
  color: var(--primary-text-color);
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.submenu__content {
  flex: 1 1 auto;
  padding: var(--padd);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.submenu__viewAll-btn {margin-top: 2rem;}
.submenu__mobile-top-img {
  flex-shrink: 0;
  padding: var(--padd);
  height: 9rem;
  width: 100%;
  background-color: var(--light-grey);
}
#submenu-bizuteria .submenu__mobile-top-img,
#submenu-pierscionki .submenu__mobile-top-img,
#submenu-obraczki .submenu__mobile-top-img,
#submenu-diamenty .submenu__mobile-top-img,
#submenu-zegarki .submenu__mobile-top-img,
#submenu-marki .submenu__mobile-top-img {
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.45);
  background-blend-mode: darken;
}
#submenu-bizuteria .submenu__mobile-top-img {
  background-image:
    linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 68%),
    url("/img/menu/mobile/bizuteria.webp");
}
#submenu-pierscionki .submenu__mobile-top-img {
    background-image:
    linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 68%),
    url("/img/menu/mobile/pierscionki.webp");
}

#submenu-obraczki .submenu__mobile-top-img {
    background-image:
    linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 68%),
    url("/img/menu/mobile/obraczki.webp");
}

#submenu-diamenty .submenu__mobile-top-img {
    background-image:
    linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 68%),
    url("/img/menu/mobile/diamenty.webp");
}


#submenu-zegarki .submenu__mobile-top-img {
    background-image:
    linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 68%),
    url("/img/menu/mobile/zegarki.webp");
}

#submenu-marki .submenu__mobile-top-img {
    background-image:
    linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 68%),
    url("/img/menu/mobile/marki.webp");
}

.submenu__col-1 {
  z-index: 2;
  transform: translate(100%);
  transition: transform .3s ease-in-out;
}
.submenu__col-2 { z-index: 3; display: none; }
.submenu__col-3 {
  display: none;
  position: relative;
}
.submenu__col-3 img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.brands-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 5rem;
}
.brand-letter {
  grid-column: 1 / -1;
  position: relative;
  margin-top: 1.5rem;
}
.brand-letter h3 {
  color: var(--middle-grey);
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.brand-letter::after {
  content: "";
  flex-grow: 1;
  height: 1.5px;
  background-color: var(--letter-line-grey);
  display: block;
  margin-top: 0.2rem;
  margin-left: 3rem;
}
.brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.brand-link img {width: 100%;}
.brand-item-info {font-size: 1.3rem; gap: .5rem;}
/* ------------------------------
  6. Search
------------------------------- */
.sezam-search {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--light-grey);
  border-radius: 2rem;
  height: 4rem;
  padding: 1rem 2rem;
  position: relative;
}
.sezam-search.modal-is-open { background-color: #fff !important; color: #000 !important; z-index: 1001; }
.sezam-search--sm { width: 100%; }
.sezam-search__input {
  background-color: transparent;
  border: none;
  color: var(--primary-text-color);
  font-size: 1.3rem;
  padding: 0;
  flex: 1;
}
.sezam-search__input:focus { outline: none; box-shadow: none; }
.sezam-search__input::placeholder { color: #757575; opacity: 1; }
.sezam-search__search-by-img-btn { display: flex; align-items: center; justify-content: center; }
.sezam-search-modal { padding: 2rem 0; }
/* ------------------------------
  7. Thumbnail
------------------------------- */
.thumbnail {
  display: flex;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;
}
.thumbnail::-webkit-scrollbar { width: 0; }
.thumbnail .item {
  width: 15px;
  height: 2.5px;
  transition: all 0.5s;
  flex-shrink: 0;
}
.thumbnail .item.active { width: 30px; }
/* ------------------------------
  8. Category
------------------------------- */
.category-link {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.category-link:hover .category-title { color: var(--primary-text-color);}
.category-link-inner {
  border-radius: 50%;
  height: 18rem;
  width: 18rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-link-img {
  background-color: rgb(220, 220, 220);
  border-radius: 50%;
  height: 18rem;
  width: 18rem;
}
.category-title {
  font-size: 1.3rem;
  text-align: center;
}
/* ------------------------------
  9. Main Page Sections
------------------------------- */
#wrapper {
  padding-top: 0px;
  background: var(--background-white);
}
.section-x-of-hidden {
  overflow-x: hidden;
}
.main-page-section-padding {
  padding: 3rem 0;
}
.main-page-section-h3 {
  font-weight: 500;
  font-size: 2rem;
}
.section_topbar {
  justify-content: space-between;
  width: 100%;
}
.section-x-padding {
  padding: 0 1.5rem;
}
.swiper-container-section { width: 100%; }
.ps_swiper-product-wrapper { overflow: hidden; }
/* ------------------------------
  10. Swiper
------------------------------- */
.swiper-container {
  padding: 30px 0;
}
.swiper-btns {
  display: none;
  gap: 18px;
}
.swiper-pagination-bullet{
  background-color: var(--swiper-pagination-bullet) !important;
  border-radius: 0 !important;
  width: 15px !important;
  height: 2.5px !important;
  margin: 0 !important;
  transition: all 0.5s;
}
.swiper-pagination-bullet-active{
  background-color: var(--middle-grey) !important;
  width: 30px !important;
}
/* ------------------------------
  11. Collections
------------------------------- */
.collection-card {
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
}
.collection-card::before{
  content: '';
  background-color: #000;
  opacity: 0;
  aspect-ratio: 300/40;
  width: 60%;

  position: absolute;
  bottom: -15px;
  left: 20%;

  filter: blur(17px);
  -webkit-filter: blur(17px);
  transform: scale(1, 0.1);
  -webkit-transform: scale(1, 0.1);
  transition: opacity .2s;
}
.collection-card:hover { color: #fff; }
.collection-card-inner {
  aspect-ratio: 334 / 520;
  border-radius: .8rem;
  width: 100%;
  position: relative;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.collection-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(95%);
  transform: scale(1.1);
  z-index: 1;
}
.collection-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.title-subtitle-overlay {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
.title-subtitle-overlay__subtitle {
  text-transform: uppercase;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: .6rem;
}
.title-subtitle-overlay__title {
  font-size: 3rem;
}
/* ------------------------------
  12. Banner Pandora / Watches
------------------------------- */
.halves-banner {
  height: auto;
}
.halves-banner__item {
  aspect-ratio: 1.85 / 1;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.halves-banner__item:hover {
  color: #fff;
}
.halves-banner__item .halves-banner__background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: transform 0.3s ease;
}
.halves-banner__item:hover .halves-banner__background-img {
  transform: scale(1.05);
}
.pandora-logo { width: 18rem; }

/* ------------------------------
  13. Sezam Club Baner
------------------------------- */
.sezam-club-baner {
  background-color: rgb(18, 18, 18);
  height: 520px;
  position: relative;
}
.sezam-club-baner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sezam-club-baner .container--small {
  position: relative;
  height: 100%;
}
.sezam-club-baner__inner {
  color: #dadada;
  text-align: center;
  padding: 3rem 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sezam-club-baner__inner .subtitle ,
.sezam-club-baner__inner .info {
  font-size: 1.3rem;
}
.sezam-club-baner__inner .subtitle {
  text-transform: uppercase;
  letter-spacing: .3px;
}
.sezam-club-baner__inner .heading {
  color: var(--gold);
  font-size: 3.2rem;
  padding: .3rem 0 1rem;
}
.sezam-club-baner__inner .join-club-btn {
  display: inline-block;
  background-color: rgb(91, 84, 81);
  border-radius: 2rem;
  font-size: 1.4rem;
  margin-top: 3rem;
  padding: .9rem 6rem;
  text-decoration: none;
  color: white; /
}
/* ------------------------------
  14. Product Tile
------------------------------- */
.product-miniature-link {
  display: block;
  margin-bottom: 2rem;
}
.thumbnail-container {
  flex: 1;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 5px;
}
.product-miniature .thumbnail-container {margin-bottom: 0;}
.product-miniature-link .product-images {
  aspect-ratio: 4/4;
  border: 2px solid var(--light-grey);
  border-radius: .8rem;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-main-img {z-index: 2;}
.product-main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 3;
}
.product-img-hover:hover {
  opacity: 1;
  transition-delay: 0.1s;
}
.product-img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scale(1.2); */
  transition: transform .0.5s ease-in-out;
}
.product-img-hover:hover img {
  transform: scale(1);
  transition-delay: .0.5s;
}
.product-miniature .thumbnail-container .product-thumbnail img { height: 100% !important; }
.product-miniature-link .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-text-color);
  font-weight: 500;
  font-size: 1.3rem;
}
.product-miniature .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-text-color);
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
}
.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: auto !important;
}
.product-miniature .product-title {
  margin-top: 0;
  text-align: left;
}
.product-miniature .product-price-and-shipping {
  font-weight: 400;
  color: var(--primary-text-color);
  text-align: left;
}
.product-miniature .product-price-and-shipping .product-history { margin-top: 5px; }
.product-miniature-link .product-price-and-discount {
  gap: 3px;
}
.product-miniature-link .price {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.product-discount {
  background-color: var(--light-grey);
  border-radius: 1rem;
  color: var(--red);
  font-weight: 600;
  font-size: 1.2rem;
  padding: 2px 6px;
}
.product-history {
  color: var(--middle-grey);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  margin: 1rem 0;
}
.product-history .product-history__row {
  display: contents;
  align-items: baseline;
}
.product-history .product-history__price {
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 1rem;
}
.product-history .product-history__text {
  line-height: 1.4;
  font-size: 1rem;
}
/* ------------------------------
  15. Features
------------------------------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
    "shipping stores"
    "club installments"
    "returns brand";
}
.feature--shipping { grid-area: shipping; }
.feature--stores { grid-area: stores; }
.feature--club { grid-area: club; }
.feature--installments { grid-area: installments; }
.feature--returns { grid-area: returns; }
.feature--brand { grid-area: brand; }
.feature {
  aspect-ratio: 206/140;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.feature.image .feature__overlay {
  background-color: #00000078;
  color: #fff;
}
.feature img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.feature__overlay{
  height: 100%;
  width: 100%;
  padding: 0 1rem;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;

  position: absolute;
  top: 0;
  left: 0;
}
.feature__title{
  font-size: 1.2rem;
  font-weight: 500;
}
/* ------------------------------
  16. What's new
------------------------------- */
.whats-new_topbar { justify-content: space-between; display: block; }
.blog-miniature {
  background-color: #fff;
  border-radius: .8rem;
  overflow: hidden;
  min-height: 35rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.blog-miniature__image { height: 100%; }
.blog-miniature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-miniature__inner {
  padding: 2rem;
  justify-content: space-between;
}
.blog-miniature__inner,
.blog-miniature__content {
  display: flex;
  flex-direction: column;
}
.blog-miniature__content {
  gap: 20px;
}
.blog-label {
  background-color: var(--light-grey);
  border-radius: 1.5rem;
  color: var(--middle-grey);
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: .4rem 1rem;
}
.blog-miniature__title,
.blog-miniature__show-more-btn {
  color: var(--color-accent);
  font-weight: 500;
  font-size: 1.3rem;
}
.blog-miniature__title { line-height: 1.3; }
.blog-miniature__text {
  color: var(--middle-grey);
  font-size: 1.2rem;
}
.blog-miniature__show-more-btn { gap: 10px; }
.blog-miniature__show-more-btn svg {
  color: var(--middle-grey);
  width: .9rem;
}
/* ------------------------------
  17. Newsletter
------------------------------- */
#newsletter__form,
.newsletter-text {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#newsletter__form {
  max-width: 95%;
}
.newsletter-text {
  max-width: 90%;
}
.newsletter__input {
  background-color: var(--light-grey);
  border-radius: 2.5rem;
  color: var(--middle-grey);
  margin: 3rem 0;
  padding: 1.1rem 2rem;
  gap: 10px;
  width: 100%;
}
.newsletter__input-wrapper {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter__input input {
  background-color: transparent;
  border: none;
  width: 100%;
}
.newsletter__input input:focus {
  outline: none;
}
.newsletter__input input,
.newsletter__input input::placeholder {
  color: var(--middle-grey);
  font-size: 1.3rem;
  font-weight: 400;
}
.newsletter__input input::placeholder {opacity: 1;}
.custom-checkbox__label {
  cursor: pointer;
  color: var(--middle-grey);
  font-size: 1rem;
  font-weight: 500;
  text-align: start;
  display: flex;
  gap: 10px;

  align-items: flex-start;
}
.custom-checkox__label--newsletter { padding: 0 2rem; }
/* ------------------------------
  18. Checkbox-30
------------------------------- */
.custom-checkbox-wrapper {display: flex; align-items: center; margin-top: -2px;}
.custom-checkbox-wrapper .checkbox {
  --bg: #fff;
  --brdr: var(--middle-grey);
  --brdr-actv: var(--middle-grey);
  --brdr-hovr: #c0c0c0;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 18px);
  position: relative;
}
.custom-checkbox-wrapper .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.custom-checkbox-wrapper .checkbox > * {
  position: absolute;
}
.custom-checkbox-wrapper .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}
.custom-checkbox-wrapper .checkbox input:hover,
.custom-checkbox-wrapper .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}
.custom-checkbox-wrapper .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}
.custom-checkbox-wrapper .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) /1.3);
}
.custom-checkbox-wrapper .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}
.custom-checkbox-wrapper .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.custom-checkbox-wrapper .checkbox svg,
.custom-checkbox-wrapper .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}
/* ------------------------------
  19. NW co
------------------------------- */
.before-footer-text {
  color: var(--middle-grey);
  margin-bottom: 1rem;
}
.before-footer-text:last-child {
  margin-bottom: 0;
}
/* ------------------------------
  20. Footer
------------------------------- */
.footer {
  background-image: url('../../../../img/footer/background.webp') !important;
  color: #fff;
  width: 100%;
  padding-top: 3rem !important;
}
.footer-logo { width: 12rem; }
.footer__category-title {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 400;
}
.icon { font-size: 2rem; }
.icon--minus { display: none; }
.accordion--footer { margin-top: 2rem; margin-bottom: 2rem; }
.accordion__item { padding: 0 .5rem; }
.accordion__link {
  width: 100%;
  padding: .8rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion__link[aria-expanded="true"] ~ .accordion__answer{ max-height: 35rem; }
.accordion__link[aria-expanded="true"] .icon--plus { display: none; }
.accordion__link[aria-expanded="true"] .icon--minus { display: block; }
.accordion__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s; }
.footer__list-item { font-size: 1.2rem; padding: .8rem 0; }
.footer__payments {
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer__payments .payments-logos { gap: 3rem !important; }
.footer__payments .payments-logos img {  height: 13px !important; }
.footer-copyright {
  border-top: 1px solid var(--middle-grey);
  color: currentColor !important;
  margin: 0 !important;
  font-size: 1.1rem !important;
  font-weight: 300;
  padding: 2.5rem 0;
}
.footer__bottom .bottombar {
  font-size: 1.3rem;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer__bottom .bottombar .bottombar__left { color: var(--middle-grey); }
.lang--active{ color: #fff; }
.footer__bottom .bottombar .bottombar__center { gap: 1rem; }
.footer__bottom .bottombar .bottombar__center .stars { color: var(--gold);}
.footer__bottom .bottombar .bottombar__right { display: none; }
/* ------------------------------
  21. Category Hero
------------------------------- */
.category-hero {
  background-color: var(--light-grey);
  position: relative;
  height: 41rem;
}
.category-hero__media, .category-hero__media::before {
  height: 70%;
  width: 100%;
}
.category-hero__media {
  display: block;
}
.category-hero__media::before {
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 60%, rgba(248, 248, 248, 1) 95%, rgba(248, 248, 248, 1) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.category-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.category-hero__wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category-hero__wrapper .container--small,
.category-hero__inner {
  height: 100%;
}
.category-hero__inner {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
}
.category-hero__title-row {
  margin-bottom: 1.5rem;
}
.category-hero__count {
  color: var(--middle-grey);
  font-size: 1rem;
}
.category-additional-description p span {
  font-size: 1rem !important;
  background-color: transparent !important;
}
#products .products {
  display: grid;
  column-gap: 1rem;
  row-gap: 1rem;
}
#products .products[data-view-mode="compact"]{
  grid-template-columns: repeat(2, 1fr);
}
#products .products[data-view-mode="large"] {
  grid-template-columns: repeat(1, 1fr);
}
.products .products__baner {
  height: 42rem;
  grid-column: span 2;
  border-radius: .8rem;
  overflow: hidden;
}
#products .products[data-view-mode="large"] .products__baner {
  grid-column: span 1;
}
.products .products__baner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
/* ------------------------------
  22. Breadcrumb
------------------------------- */
.breadcrumb {
  margin-bottom: 0 !important;
  flex-direction: row;
  overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar { display: none; }
.breadcrumb,
#wrapper .breadcrumb li{
  display: flex;
  gap: 7px;
}
.breadcrumb__item { font-size: 1.2rem; font-weight: 500; }
#wrapper .breadcrumb li a { color: var(--middle-grey); }
#wrapper .breadcrumb li a, #wrapper .breadcrumb li span { white-space: nowrap;}
#wrapper .breadcrumb li::after {
  content: "";
  display: none !important;
}
#wrapper .breadcrumb li:last-child {
  color: var(--middle-grey);
  content: "";
}
/* ------------------------------
  23. Product Filter Bar
------------------------------- */
.product-list-top-sticky {
  position: sticky;
  top: 60px;
  z-index: 100;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-list-top-sticky,.active-facet { transition: background-color .15s ease-in-out; }
.product-list-top-sticky[data-sticky] { background-color: var(--light-grey); }
.product-list-top-sticky[data-sticky] .products-selection{ margin: 0; }
.product-list-top-sticky[data-sticky] .active-facet { background-color: #fff; }
.products-selection {
  color: var(--primary-text-color);
  margin-bottom: 0;
  padding: 2rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
.products-selection__btn {
  gap: 1rem;
}
.products-selection__btn p {display: none; font-size: 1.6rem;}
.products-selection__btn .bold { font-weight: 600; display: inline;}
.active-products-facets {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}
#my-selected-filters {display: block !important;}
#my-selected-filters:not(:empty) {
  display: contents !important;
}

.selected-filters-label {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
  grid-column: 1/2;
}
.filters-list {
  margin-top: 2rem;
  grid-column: 1/3;
  grid-row: 2/3;

  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: .5rem;
}

.active-facet {
  background-color: var(--light-grey);
  border-radius: 2rem;
  padding: .9rem 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.active-facet__name {font-size: 1.2rem; font-weight: 400; white-space: nowrap;}
.active-facet__name::first-letter {text-transform: uppercase;}
.active-facet .close {display: flex;align-items: center;}
.product-option {
  gap: 2rem;
}
#change-grid-btn[data-expanded="false"] .js-compact-grid-svg {display: block;}
#change-grid-btn[data-expanded="true"] .js-large-grid-svg {display: block;}
.js-compact-grid-svg, .js-large-grid-svg {display: none;}
.product-sort-form {
  padding: 2rem var(--padd);
  display: flex;
  flex-direction: column;
  overflow: auto;
}

/* ------------------------------
  24. Input Radio
------------------------------- */
.af-custom-label__default input,
.custom-radio-input input{
  display: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.af_filter .af-custom-label__default,
.custom-radio-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.af-label__icon,
.custom-radio-input__icon {
  display: block;
  background-color: var(--light-grey);
  border-radius: 100%;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
.af-custom-label__name,
.custom-radio-input__label {
  color: var(--primary-text-color);
  font-size: 1.3rem;
  font-weight: 400;
  cursor: pointer;
}
.af-custom-label__default input:checked ~ .af-custom-label__name,
.af-custom-label__material input:checked ~ .af-custom-label__name,
.custom-radio-input input:checked ~ .custom-radio-input__label { font-weight: 600; }
.af-custom-label__default input:checked ~ .af-label__icon,
.custom-radio-input input:checked ~ .custom-radio-input__icon {
  background-image: url('../img/svg/checked-circle.svg');
}
/* Dodaj to do swoich styli, aby linki reagowały na stan aktywny */
.custom-radio-input.is-checked .custom-radio-input__icon {
  background-image: url('../img/svg/checked-circle.svg');
  background-size: contain;
}

.custom-radio-input.is-checked .custom-radio-input__label {
  font-weight: 600;
}

/* Opcjonalnie: poprawka odstępów dla linków w modalu */
.product-sort-form .select-list {
  padding: 10px 0;
  text-decoration: none;
}
/* ------------------------------
  25. Authentication
------------------------------- */
.page-authentication #content, .page-registration #content {
  padding: 0;
  max-width: none;
}
.form-group {  margin-bottom: 0; }
.page-customer-account #content { color: var(--primary-text-color); padding: 0; }
.auth-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 50dvh;
  padding-top: 13rem;
  padding-bottom: 3rem;

  display: flex;
  align-items: center;
}
.auth-wrapper--default {
  background-image:
  linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%),
  url('/themes/classic/assets/img/login.webp');
}
.auth-wrapper--registration {
  background-image:
  linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%),
  url('/themes/classic/assets/img/login.webp');
}
.auth{
  background-color: #fff;
  border-radius: .8rem;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(209, 209, 209, 1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(209, 209, 209, 1);
  box-shadow: 0px 0px 24px 0px rgba(209, 209, 209, 1);
  width: 100%;
  overflow: hidden;
}
.auth-inner {
  padding: 5rem 3rem 0;
}
.authenticator-top {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.auth-sezam-logo {
  width: 20rem;
}
.auth-form-title {
  font-size: 1.4rem;
  font-weight: 400;
}
.custom-input-wrapper {
  margin-bottom: 1.5rem;
}
.custom-input-field {
  background-color: var(--light-grey);
  border-radius: 2rem;
  color: var(--middle-grey);
  height: 4rem;
  padding: 1rem 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  outline: none !important;
}
.custom-input {
  background-color: transparent;
  color: #000;
  width: 100%;
  border: none;
  outline: none;
  font-weight: 400;
}
.phone-country-prefix {color: #000;}
.phone-country-prefix,
.custom-input,
.custom-input::placeholder { font-size: 1.3rem; }
.custom-input::placeholder { color: var(--middle-grey); opacity: 1; font-weight: 500;}
.custom-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-parent-focus.has-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-input-icon .material-icons { color: var(--middle-grey) }
.custom-phone-input__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: .5rem;
  flex: 1;
}


.form-footer{
  margin: 6rem 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-customer-account #content .auth-form__other-action {
  padding-bottom: 0;
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
}
.checkout-no-account,
.page-customer-account #content .no-account {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  background-color: var(--light-grey);
  padding: 1.5rem 1rem;
}
.checkout-no-account a,
.page-customer-account #content .no-account a { color: var(--color-accent); text-decoration: underline; }
.customer-checkboxs-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
.login-inputs-grid,
.customer-inputs-grid,
.checkout-login-inputs-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
.alert { font-size: .9rem; padding: 1rem 1.5rem }
.alert-danger { color: var(--red); font-weight: 600; }
#forgotten-password-form { padding: 0px; }
.send-renew-password-text {
  color: var(--primary-text-color);
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
.input-error {
  color: var(--red);
  font-weight: 600;
  font-size: .9rem;
  margin: 1rem 0 .5rem;
  padding: 0 .5rem;
}
/* ------------------------------
  26. Success Wrapper
------------------------------- */
.ps-alert-success__wrapper {
  height: calc(100dvh - 100px);
  max-height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-alert-success { padding: 0; }
.ps-alert-success .item {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  border: none;
}
.ps-alert-success .item p {
  max-width: 50rem;
}
@supports (animation: grow .5s cubic-bezier(.25, .25, .25, 1) forwards) {
  .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
    animation: draw 0.5s cubic-bezier(.25, .25, .25, 1) forwards;
    animation-delay: 0.6s;
  }
  .circle {
    fill-opacity: 0;
    stroke: #219a00;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
    animation: grow 1s cubic-bezier(.25, .25, .25, 1.25) forwards;
  }
}
@keyframes grow {
  60% {
    transform: scale(0.8);
    stroke-width: 4px;
    fill-opacity: 0;
  }
  100% {
    transform: scale(0.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: #219a00;
  }
}
@keyframes draw {
  0%, 100% {
    stroke-opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ------------------------------
  27. Account Dropdown
------------------------------- */
.account-dropdown {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: .8rem;
  color: var(--primary-text-color);
  width: 30.5rem;

  position: absolute;
  top: 6rem;
  right: 1rem;
  z-index: 1002;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.account-dropdown.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.account-dropdown__list {
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.account-link__inner-icon-wrapper{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.account-dropdown .account-link--logout {
  margin-top: 1rem;
  display: block;
  padding: 2rem 3rem;
  text-align: center;
  justify-content: center;
  border-top: 2px solid var(--light-grey);
}
#js-account-toggle-btn[aria-expanded="true"],
.menu-item[aria-expanded="true"],
.account-link[aria-expanded="true"]{
  color: var(--color-accent);
}
.account-link[aria-expanded="true"]{
  font-weight: 500;
}
#js-account-toggle-btn[aria-expanded="true"] {z-index: 1002;}

.page-identity .account-link--identity,
.page-addresses .account-link--addresses,
.page-address .account-link--addresses,
.page-history .account-link--history,
.page-discount .account-link--discount {
  color: var(--color-accent);
  font-weight: 500;
}
body#module-ps_emailalerts-account
.account-link[href*="ps_emailalerts/account"] {
  color: var(--color-accent);
  font-weight: 500;
}

body#module-psgdpr-gdpr .account-link--gdpr {
  color: var(--color-accent);
  font-weight: 500;
}

/* ------------------------------
  28. Button
------------------------------- */
/* , .btn */
.button  {
  border: none;
  border-radius: 3rem;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  width: 100%;
  min-height: 4rem;
  padding: .7rem 1.6rem;
  transition: background-color .2s ease-in-out;
}
.select-store:hover,
.sezam-pickup-open:hover,
.button--accent:hover {
  background-color: rgb(145, 60, 88);
}
.button--accent:disabled { background-color: var(--middle-grey); }
/* .btn-primary:disabled { background-color: var(--middle-grey); } */
.button--accent:active {background-color: #BFA6AE;}
/* .btn-primary:active {background-color: #BFA6AE;} */
.button--accent, .btn-primary { background-color: var(--color-accent); }
.button--transparent { background-color: transparent; color: var(--primary-text-color) !important; }
.button--grey { background-color: var(--light-grey); color: var(--primary-text-color) !important; }
.button--grey:hover { background-color: #f0f0f0; }
.button--216 { max-width: 216px; }
.button--260 { max-width: 260px; }
.move-back-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
}
.move-back-btn--text-black {
  color: var(--primary-text-color);
  font-weight: 500;
}
/* ------------------------------
  29. Account Panel
------------------------------- */
.panel-content__padding {
  padding: 0 1.5rem;
}
.account-panel__sidebar {
  background-color: var(--light-grey);
  min-width: 30rem;
  display: none;
  margin-left: -1.5vw;
  padding-left: 12vw;
  padding-right: 8rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: auto;
  scrollbar-gutter: stable;
}
.account-panel__sidebar::-webkit-scrollbar {display: none;}
.account-panel__content {
  min-height: calc(100dvh - 100px);
}
.page-order-detail h3,
.account__header {
  color: var(--middle-grey);
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 3rem;
  text-transform: none;
}
.account__header--hero-welcome {
  color: #000;
  margin-bottom: 0;
}
.account-welcome__text {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.panel-content__inner {
  margin: 3rem 0;
}
.account-welcome__image {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.account-discover__list {
  text-align: center;
  color: #333;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  justify-content: center;
}
.account-welcome__image img {
  width: 100%;
}
.account-panel .welcome {
  color: var(--primary-text-color);
  font-weight: 400;
  margin-bottom: 2rem;
}
.welcome__text { font-size: 1.6rem;}
.welcome__name { font-size: 3.2rem; display: block; margin-top: .5rem; }
.account-panel__sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* ------------------------------------------
  30. Custom Select / TextArea / Input-file
--------------------------------------------- */
.my-custom-select,
.my-custom-select__selected {
  border-radius: 2rem;
}
.my-custom-select--product-size .my-custom-select__value,
.my-custom-select,
.my-custom-select__selected,
.my-custom-select__value {
  display: flex;
  align-items: center;
}
.my-custom-select {
  background-color: #fff;
  color: var(--middle-grey);
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  flex-direction: column;
  position: relative;
}
.my-custom-select--product-size,
.my-custom-select--product-size .my-custom-select__selected {height: 5rem !important; border-radius: 3rem !important;}
.my-custom-select--product-size {
  font-size: 1.2rem;
}
.my-custom-select--product-size .my-custom-select__selected .value {font-size: 1.6rem;}
.select-product-option {font-size: 1.6rem; color: #000;}
.custom-select-option--product-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 46px !important;
}

.custom-select-option--product-size:hover {background-color: var(--light-grey);}

.my-custom-select__shipping-time { color: var(--middle-grey) }
.my-custom-select__shipping-time,.select-shipping-time--express { font-size: 1.2rem; }
.select-shipping-time--express {
  color: var(--color-accent);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 7px;
}

.my-custom-select--product-size .my-custom-select__selected {gap: 1rem;}
.my-custom-select--product-size .my-custom-select__value {
  flex: 1rem;
  justify-content: space-between;
  gap: 1.5rem;
}

.my-custom-select__selected {
  background-color: #fff;
  border: 2px solid var(--light-grey);
  cursor: pointer;
  padding: 1rem 2rem;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  z-index: 4;
  height: 4rem;
}
.my-custom-select__value { gap: 1rem }
.my-custom-select__value .value { color: #000; }
.my-custom-select__list { display: none; }
.my-custom-select[aria-expanded='true'] .my-custom-select__selected { z-index: 6; }

.my-custom-select__list::-webkit-scrollbar { height: 3px; width: 3px; }
.my-custom-select__list::-webkit-scrollbar-track { background-color: transparent; margin-top: 25px; margin-bottom: 25px; }
.my-custom-select__list::-webkit-scrollbar-thumb { background-color: var(--color-accent); border-radius: 20px; }

.my-custom-select[aria-expanded='true'] .my-custom-select__list {
  background-color: #fff;
  border: 2px solid var(--light-grey);
  border-top: none;
  border-radius: 0 0 2rem 2rem;

  display: block;
  width: 100%;
  padding: 3rem 0 1rem;
  overflow: auto;
  max-height: 250px;

  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
}
.my-custom-select__option {
  cursor: pointer;
  padding: 1rem 2rem;
  transition: color .2s ease-in-out;
}
.my-custom-select__option.selected {
  background-color: var(--light-grey);
}
.my-custom-select__option:hover {color: #000;}

.custom-textarea-wrapper {
  background-color: var(--light-grey);
  border-radius: 2rem;
  padding: 1rem 2rem;
  width: 100%;
}
.custom-textarea-wrapper__scroll {
  max-height: 150px;
  overflow-y: auto;
  display: flex;
}
.custom-textarea-wrapper__scroll::-webkit-scrollbar { width: 0; height: 0;}
.custom-textarea {
  background-color: transparent;
  border: none;
  color: var(--primary-text-color);
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  outline: none;

  max-height: 150px;
  resize: none;
}
.custom-textarea::placeholder {
  color: var(--middle-grey);
  opacity: 1;
  font-weight: 500;
}

.custom-file-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem;
  position: relative;
}
.custom-file-upload__user-label {
  background-color: rgba(237, 237, 237, 0.96);
  border-radius: .8rem;
  font-size: 1.4rem;
  padding: .7rem 2rem;
  width: max-content;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease 0.5s;

  position: absolute;
  top: -100%;
}
.custom-file-upload #file-upload {
  display: none;
  visibility: hidden;
}
.files-info {
  color: var(--middle-grey);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1rem 0;
}
.files-info:empty {
  display: none;
  margin: 0;
  padding: 0;
}
.files-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.uploaded-file {
  border: 1.5px solid #eaefee;
  border-radius: 2rem;
  padding: 1.5rem;

  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
}
.uploaded-file__icon {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uploaded-file__inner {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  align-items: center;
}
.uploaded-file__data {
  flex: 1;
}
.uploaded-file__data-name{
  color: var(--primary-text-color);
  font-size: 1.3rem;
  font-weight: 500;
}
.data-size {
  color: var(--middle-grey);
  display: flex;
  flex-direction: row;
  gap: .8rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.data-size__label {
  font-weight: 500;
}
/* ------------------------------
  31. Address Block
------------------------------- */
.addresses-layout {
  height: calc(100dvh - 100px);
  display: flex;
  flex-direction: column;
}
.panel-content__scroll-panel {
  overflow: auto;
  scroll-behavior: smooth;
}
.panel-content__scroll-panel::-webkit-scrollbar { display: none;}

.panel-content__top-spacer { padding-top: 1.5rem; }
.page-addresses .addresses-footer {
  margin: 0;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 2rem 1.5rem 3rem;
}
.md-scroll-section::-webkit-scrollbar {display: none;}
.addresses_blocks-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.address-block__header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.address-block__header h3 {margin-bottom: 0;}
.address_block_item_actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.block-address__empty-field { color: var(--middle-grey) !important;}
/* ------------------------------
  32. Stores Subpage
------------------------------- */
.stores-heading {
  font-size: 2.6rem;
  padding: 3rem 0;
}
.stores-about p{
  font-size: 1.3rem;
}
.stores-about span{
  display: block;
  margin-bottom: 1rem;
}
.stores-accordion {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store__header {
  background-color: var(--light-grey);
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  border-radius: .8rem;
  padding: 2rem;
}
.store__name {
  font-size: 1.8rem;
  font-weight: 500;
}
.store__shopping-mall {
  font-size: 1.6rem;
  margin-top: .8rem;
  font-weight: 400;
}
.store-address {
  color: var(--middle-grey);
  margin-top: .8rem;
  display: flex;
  gap: .5rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.store__content {
  max-height: 0;
  border-radius: .8rem;
  margin-top: .5rem;
  overflow: hidden;
  transition: max-height 650ms;
}
.store__details {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 3rem;
  align-items: center;
  padding: 2rem
}
.store__hide_arrow { display: none; }
.store__manager-photo {
  background-color: var(--light-grey);
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  overflow: hidden;
}
.store__manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem
}
.store__manager-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.store__manager-name {
  font-size: 1.4rem;
}
.store__opening_hours {
  font-size: 1.3rem;
  font-weight: 500;
}
.store__opening_hours span,
.store__contact-links {
  font-size: 1.2rem;
}
.store__opening_hours span {
  display: block;
  font-weight: 400;
  color: var(--middle-grey);
  margin-left: .5rem;
}
.store__contact {
  display: contents;
}
.store__contact-links {
  padding: 2rem 0;
  grid-column: 1/3;
}
.store__contact-links a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.store__contact-links a:first-child {
  margin-bottom: 0.5rem;
}
.store-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: .5rem;
  padding: 2rem 0;
}
.store[aria-expanded="true"] .store__content{
  max-height: 400px;
}
.store[aria-expanded="true"] .store__header {
  background-color: #000;
  color: #fff;
}
.store[aria-expanded="true"] .store__shopping-mall,
.store[aria-expanded="true"] .store-address {
  color: var(--light-pink);
}
.store[aria-expanded="true"] .store__show_arrow {display: none;}
.store[aria-expanded="true"] .store__hide_arrow {display: block;}

/* --------------------- */

.store-detail-hero {
  background-color: var(--light-grey);
  height: 41rem;
  margin: 0 -1.5rem;
  position: relative;
  overflow: hidden;
}
.store-detail-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.store-detail-hero__wrapper {
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.store-detail-hero .store-detail-hero__wrapper .container--small {height: 100%;}
.store-detail-hero__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
}

.store-details__name {
  color: #fff;
  font-size: 3.4rem;
}
.store-details__shopping_mall {
  color: var(--light-grey);
  font-size: 2rem;
}
.store-details__description {
  margin: 3rem 0;
}
.store-details__description-text {
  font-size: 1.4rem;
  color: var(--primary-text-color);
}
.store-detail__manager {
  background-color: var(--light-grey);
  padding: 3rem;
  margin: 0 -1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.store-detail__manager-heading {
  color: var(--middle-grey);
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
}
.manager_img {
  border-radius: 50%;
  height: 12rem;
  width: 12rem;
  margin: auto 0;
  overflow: hidden;
}
.manager_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.manager_name {
  font-size: 2rem;
  margin-top: 1rem;
}
.store-detail__info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.store-detail__info-item,
.store-opening-hours,
.store-opening-hours__item  {
  font-size: 1.4rem;
}
.store-detail__info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.store-opening-hours { margin-top: 1rem; }
.store-opening-hours__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.google-review {
  background-color: var(--light-grey);
  border-radius: 3rem;
  width: max-content;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 1rem 2.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.google-review svg {
  height: 2rem;
  width: 2rem;
}
.store-virtual-tour { margin: 0 -1.5rem; height: 45rem; }
.store-details-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.md-site-panel {
  --padd: 3rem;
  background-color: #fff;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 1001;
  transition: transform .3s ease-in-out;

  display: flex;
  flex-direction: column;
}
.md-site-panel.is-open,
.md-site-panel[aria-hidden="false"]{
  transform: translateX(0);
}
.site-panel__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem 1rem;
}
.mini-modal-title,
.site-panel__title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--middle-grey);
}
.site-panel__title {
  margin-left: 1rem;
}
/* ------------------------------
  33. Orders
------------------------------- */
.product-item {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
}

.product-item__img {
  width: 87px;
  height: 115px;
  border-radius: 4px;
  border: 2px solid var(--light-grey);
  overflow: hidden;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-item__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.product-item__name {
  font-size: 1.3rem;
  font-weight: 400;
}
.product-item__price { font-weight: 700; font-size: 1.4rem !important; }
.product-item__price-old { text-decoration: line-through; font-size: 1.2rem; color: var(--middle-grey); font-weight: 400; }
.product-features {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  row-gap: 5px;
  column-gap: 3rem;
  margin-top: 2rem;
}
.product-features--cart-modal { margin-top: 2rem; }
.product-feature {
  display: contents;
}
.product-feature dt {
  font-weight: 400;
  font-size: 1rem;
  color: var(--middle-grey);
}
.product-feature dd {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0;
  color: var(--primary-text-color);
}

/* ------------------------------
  34. Orders
------------------------------- */
.no-orders-alert {
  background-color: var(--light-pink);
  border-radius: .8rem;
  width: 100%;
  color: var(--red);
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
}
.history-layout {
  min-height: calc(100dvh - 100px);
  display: flex;
  flex-direction: column;
}
.history_layout__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: .6rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.history_layout__header-date {
  font-size: 1.3rem;
  font-weight: 500;
}
.history-layout__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
.history_orders {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.history_order {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2px;
}

.history_order__images {
  background-color: var(--light-grey);
  border: 1px solid var(--light-grey);
  border-radius: .8rem 0 0 .8rem;
  width: 12rem;
  overflow: hidden;
}


.history_order__images--single {
  display: flex;
  aspect-ratio: 1 / 1;
}

.history_order__images--single .history_order__image {
  width: 100%;
  height: 100%;
}

.history_order__images--single img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.history_order__images--multiple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  min-height: 16rem;
}

.history_order__images--multiple img {
  object-fit: cover;
}

.history_order__image {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history_order__image img {
  width: 100%;
  height: 100%;
}

.history_order__image--last-with-more {position: relative;}
.history_order__image--last-with-more::before {
  content: attr(data-more);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: rgba(248, 248, 248, .6);
  backdrop-filter: blur(1px);
  color: var(--primary-text-color);
  font-size: 1.6rem;
  font-weight: 400;
}

.history_order__inner {
  border-radius: 0 .8rem .8rem 0;
  background-color: var(--light-grey);
  padding: 2.5rem 1.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.history_order__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.history_order__status,
.order_detail__order-status {
  border-radius: 1.5rem;
  color: var(--color-accent);
  font-size: 1rem;
  padding: .5rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
}
.history_order__status { background-color: #fff; }
.order_detail__order-status  { background-color: var(--light-grey); }
.history_order__order-number {
  font-size: 1.3rem;
  color: var(--primary-text-color);
  font-weight: 400;
}
.history_order__order-date {
  font-size: 1rem;
  color: var(--middle-grey);
}
.history_order__order-value {
  font-size: 1rem;
  color: var(--middle-grey);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.history_order__order-value .value {
  color: var(--primary-text-color);
  font-size: 1.3rem;
  font-weight: 700;
}

.history_order__sort-modal {
  display: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: .8rem;
  padding: 1rem;
  z-index: 1000;

  position: absolute;
  top: calc(100% + 1rem);
  right: 1rem;
}
.history_order__sort-modal.is-open {
  display: block;
}
.history_order__sort-modal div {
  border-radius: .8rem;
  font-size: 1.6rem;
  padding: 1rem;
}
.history_order__sort-modal div[aria-expanded="true"] {
  background-color: var(--light-grey);
  font-weight: 500;
}

.history_order__sort-btn {cursor: default;}
.history_order__sort-btn-inner {
  align-items: center;
  gap: .5rem;
}
.history_order__sort-btn-value {
  border-radius: .8rem;
  cursor: pointer;
  padding: .8rem 1.5rem;
  display: flex;
  align-items: center;
  transition: background-color.2s ease-in-out;
}
.history_order__sort-btn-value:hover {
  background-color: var(--light-grey);
}

.panel-content__nav {
  background-color: var(--light-grey);
  height: 9rem;
  padding: 3rem 1.5rem;
}
.order_detail-layout {
  min-height: calc(100dvh - 100px);
}
.order_detail-layout .panel-content__top-spacer { display: none; }
.order_detail-layout__padding {
  padding: 3rem 1.5rem;
}
.order_details__flex-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.order_detail__header { display: flex; flex-direction: column; gap: 3rem;
}
.order_detail-layout .account__header { margin-bottom: 0; }
.order_detail__order-date { color: var(--primary-text-color); font-size: 1.3rem; }
.order_detail-date-status-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  margin-top: .5rem;
}
.order-steps {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.order-detail__products-header {display: none; }
.order-detail__products-header span { font-size: 1.2rem; color: var(--middle-grey); font-weight: 500; }
.order-detail__products-header span:not(:nth-child(2)) { text-align: center; }
.order-product__lg-content { display: none; }
.product-item--wishlist,
.product-item--order { padding: 1.5rem 0; border-bottom: 2px solid var(--light-grey); }
.order-product__price-wrapper {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem ;
}
.order_info-block__padd {
  border-bottom: 1.5px solid var(--light-grey);
  padding: 3rem 0 2rem;
}
.order_info-2-col {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.order_info-item {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order_info-item__name {
  font-size: 1.3rem;
}
.order_info-item__price {
  font-size: 1.3rem;
  font-weight: 700;
}
.order_info-block__img {
  background-color: var(--light-grey);
  border-radius: 4px;
  height: 87px;
  width: 87px;
}
.order_info-item__pickup .box h4 {display: none;}
.order_info-item__pickup .box {
  padding: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.order_info-item__pickup .box .text-muted {
  margin-bottom: 0 !important;
  color: var(--middle-grey);
  font-size: 1.2rem;
}
.order_address { font-size: 1.3rem; font-weight: 400; }
.order_address__name { font-weight: 600; margin-bottom: 5px;}
.order_detail-summary {
  padding-top: 1rem;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order_detail-summary__label {
  font-size: 1.2rem;
  font-weight: 400;
}
.order_detail-summary__value {
  font-size: 2.4rem;
  font-weight: 700;
}
.care-badge {
  color: var(--color-accent);
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
/* ------------------------------
  35. Vouchers
------------------------------- */
.discount-layout {
  height: calc(100dvh - 100px);
  position: relative;
}
#code-copy-info {
  position: fixed;
  top: 110px;
  left: 50%;
  max-width: 300px;
  transform: translate(-50%, -20px);
  transition: all .2s ease-in-out;

  background-color: #68cb9b;
  border-radius: .8rem;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem 2rem;
  z-index: 10000;
}
#code-copy-info[aria-hidden="false"]{
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.vouchers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.voucher__inner {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.voucher__img {
  border: 1px solid var(--light-grey);
  border-radius: .8rem 0 0 .8rem;
  min-width: 12rem;
  max-width: 12rem;
  min-height: 16rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.voucher__content {
  border-radius: 0 .8rem .8rem 0;
  background-color: var(--light-grey);
  padding: 2.5rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.voucher__content .product-features { margin-top: 0; }
.voucher__code {
  background-color: #fff;
  border-radius: 1.5rem;
  color: var(--color-accent);
  font-size: 1.3rem;
  font-weight: 500;
  padding: .5rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
}
.voucher__name {
  color: var(--primary-text-color);
  font-size: 1.4rem;
  font-weight: 400;
}
.voucher__use-now {
  background-color: #000;
  border-radius: .4rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: .8rem 2rem;
  min-width: 13rem;
  margin-top: .5rem;
}
/* ------------------------------
  36. My Notifications
------------------------------- */
.out-of-stock-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ofs-product {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.ofs-product__img {
  background-color: #fff;
  border: 1px solid var(--light-grey);
  border-radius: .8rem 0 0 .8rem;

  width: 12rem;
  min-height: 16rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.ofs-product__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ofs-product__inner {
  background-color: var(--light-grey);
  border-radius: 0 .8rem .8rem 0;
  padding: 2.5rem 1.5rem;
  flex: 1;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.ofs-product__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.remove-email-alert {
  display: block;
  align-self: flex-start;
}
.ofs-product__status {
  background-color: #fff;
  border-radius: 1.5rem;
  color: var(--color-accent);
  font-size: 1rem;
  padding: .5rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
}
.ofs-product__price {
  color: var(--primary-text-color);
  font-size: 1.3rem;
  font-weight: 700;
}

/* ------------------------------
  37. Contact Page
------------------------------- */
.contact__left-col {
  background-color: var(--light-grey);
  display: none;
  margin-left: -1.5vw;
  padding: 3rem;
  width: 50rem;
  overflow: auto;
}
.contact__left-col::-webkit-scrollbar {width: 0;}
.contact__right-col {
  min-height: calc(100dvh - 100px);
  padding: 2rem 1.5rem 0;
}
.subpage-heading {
  font-size: 3.2rem;
}
.contact-form {
  margin-top: 3rem;
  padding: 0;
  color: #7a7a7a;
}
.form-fields {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
.attachment-input-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.mobile-contact-panel-wrapp {
  background-color: var(--light-grey);
  margin: 0 -4vw;
  padding: 3rem;
}
.contact-panel__header {
  font-size: 2.2rem;
  line-height: 1.1;
}
.contact-panel__content { margin-top: 1rem; }
.contact-panel__description {
  font-size: 1.4rem;
  color: var(--middle-grey)
}
.contact-panel__info {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: .7rem
}
.contact-panel__info-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.contact-panel__info-item {
  color: var(--middle-grey);
  font-size: 1.4rem;
  transition: color .2s ease-in-out;
}
.contact-panel__hours {
  display: flex;
  flex-direction: row;
  gap: 1rem
}

.sezam-stores {
  margin-top: 3rem;
  border-top: 2px solid rgba(117, 117, 117, 0.09);
  padding-top: 3rem;
}
.sezam-stores__heading {
  font-size: 2rem;
  font-weight: 400;
}
.sezam-stores__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sezam-store {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.sezam-store__city {
  font-size: 1.6rem;
}
.sezam-store__shopping_mall {
  color: var(--middle-grey);
  font-size: 1.4rem;
}
.sezam-store__address {
  color: var(--middle-grey);
  font-size: 1.4rem;
  margin-top: .5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* ------------------------------
  38. Product Flags
------------------------------- */
.product__flags {
  pointer-events: none;
  height: 100%;
  width: 100%;
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
}
#products .products[data-view-mode="large"] .product-miniature__badges {
  display: flex;
}
.product-miniature__badges {
  display: none;
  position: absolute;
  right: 1rem;
  left: 1rem;
  bottom: 1rem;

  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem;
}
.product__flag-item {
  background-color: var(--light-grey);
  color: var(--middle-grey);
  border-radius: 2rem;
  font-size: 1rem;
  padding: .4rem 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.sezam-fast-shipping {
  color: var(--color-accent) !important;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.sezam-metal-gold {
  color: var(--dark-gold);
}
.sezam-metal-silver,
.sezam-metal-steel,
.sezam-metal-default {
  color: var(--middle-grey);
}
.sezam-metal-silvergold {
  color: var(--silvergold);
}
.sezam-metal-whitegold {
  color: var(--whitegold);
}
.sezam-metal-titanium {
  color: var(--titanium);
}
/* ------------------------------
  39. Amazzinf Product Filter
------------------------------- */
.af-form {
    padding-top: 0px;
}
.site-panel-cta {
  padding: var(--padd);
}
.md-site-panel__scroll-inner {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.md-site-panel__scroll-inner .scroll-list {
  padding-bottom: 0px;
}
#amazzing_filter {
  background: #FFF;
  padding: 0 3rem;
  box-shadow: none;
  margin-bottom: 0;
}
.af_filter {
  margin-bottom: 0;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 0;
}
.af_subtitle *,
.af_filter .name {
  color: var(--primary-text-color);
}
.af_subtitle-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-end;
}
.icon-metal {
	aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 0;
	display: block;
}
.icon-stone {
	aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 0;
	display: block;
}
.af_subtitle {
  padding: 2rem 0;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.close-facets-btn__inner {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-end;
}
.af-total-count {
  color: var(--light-grey);
  font-size: 1.2rem;
}
.af_subtitle * {font-size: 1.3rem; font-weight: 400;}
.af_subtitle.toggle-content {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.af_subtitle.toggle-content:before {
  content: none;
  display: none;
}
.af_filter .af_filter_list {
  max-height: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.af-slider {
  margin: 2rem 0 0;
}
.af-slider .slider-bar {
  margin: 5px 8px 14px;
  height: 6px;
  background: var(--light-grey);
  border-radius: 5px;
}
.af_filter_content {
  padding: 1rem 0 2rem;
}
.af-slider .selected-bar {
  background: var(--color-accent);
}
.af-slider .pointer {
  position: absolute;
  top: -8px;
  margin-left: -8px;
  width: 22px;
  height: 22px;
  background: var(--color-accent);
  z-index: 2;
  border: none !important;
  touch-action: none;
}
.slider-values {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.af-slider .slider_value {
  border: none;
  margin-bottom: 0px;
  float: none !important;
  font-size: 1.4rem;
  padding: .8rem 1.5rem;

  background-color: var(--light-grey);
  border-radius: 2rem;
  min-width: 85px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.af-slider .slider_value input {
  background-color: transparent;
}
.slider_value-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.slider_value__label {
  font-size: 1.3rem;
}
.af_filter_list_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
.af_filter li { padding: 0; }
.af_filter label {
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.af-selected-badge,
.af_filter .count {
  color: var(--middle-grey);
  font-size: 1rem;
  margin-left: 0;
  padding-left: 0;
}
.af-custom-label__name--default {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
}
.af-text-content::first-letter {text-transform: uppercase !important;}
.af_filter .af-custom-label__material {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5rem;
}
.af-custom-label__name--material {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.af-label__material-wrapper {
  overflow: hidden;
  border-radius: 50%;
  height: 50px;
  min-width: 50px;
  width: 50px;
  max-width: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.af-label__material-wrapper::before {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-accent);
  content: '';
  height: 0%;
  width: 0%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height .2s ease-in-out, width .2s ease-in-out;
}
.af-label__material-wrapper__inner {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.af-custom-label__material input:checked + .af-label__material-wrapper::before {
  height: 100%;
  width: 100%;
}
.af-custom-label__material input{
  display: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.af_filter .toggle-cut-off {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .8rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.af_filter.expandable .af_filter_content,
.af_filter.cut-off .af_filter_content {
  margin-bottom: 2rem;
}
.af_filter .toggle-cut-off span {
  padding: 0 1rem;
  background: transparent;
  color: var(--middle-grey);
}
.af_filter .toggle-cut-off span::first-letter { text-transform: uppercase; }
.af-extra-header,
.af-extra-header ~ li {
    grid-column: 1 / -1;
}
/* ------------------------------
  40. WishList
------------------------------- */
.wishlist-layout {
  height: calc(100dvh - 100px);
  display: flex;
  flex-direction: column;
}
.wishlist-layout .md-scroll-section {
  height: 100%;
  overflow-y: auto;
}
#created-wishlist .nxtal-wishlist-cart.card {
  background-color: transparent !important;
  border-radius: .8rem;
  border: none;
  box-shadow:none;
  margin: 0 !important;
}
.nxtal-wishlist-cart .card-block {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.nxtal-wishlist-cart .card-block .card-block-item{
  flex: initial;
}
.card-block::after { content: none; }
.nxtal-wishlist-cart .card-block .card-block-item{
  margin: 0px !important;
}
.nxtal-wishlist-cart .h1 {
  text-transform: capitalize;
  color: var(--middle-grey);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  flex: 3;
  display: inline-block;
}
.nxtal-wishlist-header-buttons {
  display: flex !important;
  flex-direction: row;
  gap: 1rem;
}
.nxtal-wishlist-header-info {
  color: var(--middle-grey);
  margin: 0;
  font-style: initial;
  font-size: 1rem;
  white-space: nowrap;
}
.cart-items {
  margin-top: 1.5rem;
}
.nxtal-product-list .cart-item {
  border-bottom: none !important;
  padding: 0;
}
.nxtal-product-list .product-discount { color: var(--red); }
.nxtal-product-list .actions-wishlist-list {
  float: none;
  display: flex;
  flex-direction: row;
}
.nxtal-product-footer {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wishlist-add-to-cart svg{
  display: none;
}
.wishlist-add-to-cart {
  background-color: var(--color-accent);
  border-radius: 2rem;
  color: #fff;
  font-size: 1.2rem;
  padding: .5rem 1.6rem;
}
.wishlist-add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc;
  color: var(--middle-grey);
}
.nxtal-product-content {flex:1}
.nxtal-wishlist-cart .button-actions {
  padding: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-wishilist-btn {
  background-color: transparent;
  color: var(--primary-text-color);
  padding-right: 1rem;
  gap: .5rem;
}
.share-wishilist-btn,
.nxtal-wishlist-order-now {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nxtal-wishlist-order-now {
  border-radius: 2rem;
  gap: 1rem;
  padding: .7rem 1.6rem;
  transition: all .2s ease-in-out;
}
.nxtal-wishlist-order-now:hover {
  background-color: var(--color-accent);
  color: #fff;
}
.share-wishlist-link-dropdown {
  background-color: #fff;
  border-top: 1.5px solid var(--light-grey);
  padding: 2rem 0;
  width: 100%;

  position: fixed;
  top: unset;
  left: 0;
  right: 0;
  bottom: -1px;
  overflow: hidden;
}
.share-wishlist-list:before { content: none; }
.nxtal-wishlist-cart a.dropdown-item { padding-left: 0px; }
.nxtal-wishlist-overview {padding: 3rem 0;}
.share-wishlist-dropdown-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  margin-bottom: .5rem;
  padding: 0 2rem 2rem;
}
.send-to-label {
  justify-self: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-text-color);
}
.close-share-links {justify-self: end; pointer-events: none; position: relative;}
.close-share-links::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}
.share-wishlist-links::-webkit-scrollbar {width: 0; height: 0;}
.share-wishlist-links {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  overflow-x: auto;
}
.share-wishlist-list span { margin-top: 0; display: block; }
.dropdown-share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
}
.dropdown-share-item__icon {
  background-color: var(--light-grey);
  display: block;
  border-radius: 50%;
  height: 6.5rem;
  width: 6.5rem;
}
.dropdown-share-item__name {
  color: var(--primary-text-color);
  font-size: 1.2rem;
  white-space: nowrap;
}
.dropdown-backdrop {display: none !important; visibility: hidden !important;}
.dropdown-backdrop-custom {
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.share-action.open .dropdown-backdrop-custom {display: block;}
.modal-dialog { margin: 0; }
.close { float: none; opacity: 1;}
.modal-header::after { content: none; }
.modal-header {
  padding: 2rem !important;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal-title {
  color: var(--middle-grey);
  font-size: 2rem;
  font-weight: 400;
}
.modal-body { padding: 0 2rem !important; }
.form-control-label {
  margin-left: .5rem;
  font-size: 1.3rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.modal-footer::after {content: none;}
.modal-footer {
  border-top: none !important;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.modal-cancel {
  background-color: transparent;
  color: var(--primary-text-color) !important;
}
#created-wishlist.wishlist-list .wishlist-list-item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--light-grey);
  padding: 1rem 0;
}
#created-wishlist.wishlist-list .wishlist-list-item:hover p {
  color: var(--color-accent);
}
#created-wishlist.wishlist-list .wishlist-list-item:hover .hover {
  display: inline-block;
}
#created-wishlist.wishlist-list .wishlist-list-item:hover .default {
  display: none
}
#created-wishlist.wishlist-list .wishlist-list-item p {
  font-size: 1.4rem;
  font-weight: 400;
}
#created-wishlist .wishlist-list-item .nxtal-wishlist-icon { position: static; }

#create-wishlist-modal[disabled] .modal-content:before,
#product-wishlist-modal[disabled] .modal-content:before,
.nxtal-wishlist-icon.multiple::before {display: none !important; content: none !important;}
#create-wishlist-modal[disabled] .modal-content .svg-loader,
#product-wishlist-modal[disabled] .modal-content .svg-loader {display: flex;}
._desktop_wishlist_icon {order: 2}
#created-wishlist.wishlist-list {
  max-height: 500px;
  min-height: 120px;
  overflow-y: auto;
  border: none;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-wishlist-instruction {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

/* ------------------------------
  41. Custom Loader
------------------------------- */
.svg-loader{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.loader-svg{
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  fill: none;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke: var(--color-accent);
}
.loader-svg.bg{
  stroke-width: 8px;
  stroke: var(--light-grey);
}

.animate{
  stroke-dasharray: 242.6;
  animation: fill-animation 1s cubic-bezier(1,1,1,1) 0s infinite;
  animation-direction: reverse;
}

@keyframes fill-animation{
  0%{
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 0;
  }
  50%{
    stroke-dasharray: 141.3;
    stroke-dashoffset: 141.3;
  }
  100%{
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 282.6;
  }
}

/* ------------------------------
  42. Add-To-Cart Modal
------------------------------- */
#sezam-mini-modal {
  z-index: 1001;

  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sezam-mini-modal.active{ display: flex; }
.mini-modal__header {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.mini-modal {
  background: #fff;
  padding: 2rem;
  border-radius: .8rem;
  max-width: 60rem;
  width: calc(100% - 30px);
}
.mini-modal-content {
  padding: 0 2rem;
  margin-top: 1.5rem;
}
.mini-modal-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}
.mini-continue { color: var(--primary-text-color) !important; }
/* ------------------------------
  43. Cart Product
------------------------------- */
.product-page__breadcrumbs {
  padding: 2rem 0;
  overflow: hidden;
}
.product-page__breadcrumbs-list,
.product-page__breadcrumbs-list li {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.product-page__breadcrumbs-list {
  overflow: auto;
}
.product-page__breadcrumbs-list::-webkit-scrollbar {width: 0;height: 0;}
.product-page__breadcrumbs-list li {
  color: var(--middle-grey);
  font-size: 1rem;
}
.product-page__breadcrumbs-list li a,
.product-page__breadcrumbs-list li span {
  white-space: nowrap;
}
.product-page__images {position: relative;}
.product-page__images .sezam-fast-shipping {left: unset; right: 1rem; z-index: 2;}
.product-cover {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.product-cover img {width: 100%; height: 100%;}
.product-cover__thumbnails {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.rating,
.rating-stars-wrapp { display: flex; flex-direction: row; }
.rating-stars-wrapp {align-items: center; gap: .5rem}
.rating { gap: 1rem; }
.product-comments-additional-info {margin: 0;}
.comments-count {
  color: var(--middle-grey);
  font-size: 1.2rem;
  font-weight: 400;
}
.product-additional-info {
  margin: 3rem 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2rem;
}
.product-mailalert { order: 999; width: 100%; margin-top: 1rem; }
.toggle-mailaler-form-input,
.mailalert-add-btn {
  border-radius: 3rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 6px 16px;
  width: fit-content;
}
.mailalert-add-btn { background-color: #272727; }
.toggle-mailaler-form-input { background-color: var(--color-accent); display: none; cursor: pointer;}
.mailalert-add-btn:hover { background-color: #444444; }
.toggle-mailaler-form-input:hover { background-color: rgb(145, 60, 88) }

.product-mailalert .alert[data-alert="info"],
.product-mailalert .alert.alert-info {
  margin: 0 !important;
  padding: 6px 12px;
  border: none !important;
  border-radius: 3rem !important;
  background: #F6F4F1 !important;

  color: #000 !important;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}
.product-mailalert .alert-danger {
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.5rem !important;
}
.mailalert-form-input {margin-bottom: 1rem;}
#product-mailalert-ish {display: none;}
#product-mailalert-ish:checked ~ .mailalert-btn-wrapper,
#product-mailalert-ish:checked ~ .mailalert-form-input {  display: none; }
#product-mailalert-ish:checked ~ .toggle-mailaler-form-input { display: flex; }

#product .product-additional-info .nxtal-wishlist-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--middle-grey);
}
#product .nxtal-wishlist-icon {margin-top: 0;}
.product-page__title { font-size: 2.4rem; }
.product-reference dt, .product-reference dd { color: var(--middle-grey); font-weight: 300; font-size: 1.2rem;}
.product-reference {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.product-prices {
  margin-top: 2rem;
  padding: 1rem 0;

  background-color: #fff;
  position: sticky;
  top: 60px;
  z-index: 7;
}
.product-prices > .product-history { margin: 0; margin-top: 1rem; }
.product-prices .product-history__lowest-price { margin: 0 !important; }
.product-page__content {position: relative;}
.product-page__content .product-information .cart__banner img { box-shadow: none }
.price { color: var(--primary-text-color); font-size: 1.8rem; font-weight: 700; }
.product-price-discount-container { gap: 1rem; }
.product-page__badges,
.product-page-badge {
  display: flex;
  gap: 3rem
}
.product-page-badge { align-items: center; }
.product-page__badges { flex-direction: column; margin-top: 4rem; margin: 3rem .5rem 4rem; }
.product-page-badge { flex-direction: row; }
.product-page-badge__icon { height: 85px; width: 85px; border-radius: 50%; }
.icon-stone-product { object-fit: contain; }
.product-page-badge__content { margin-top: 0rem; }
.sezam-carat-badge,
.product-badge__name { color: var(--middle-grey); }
.product-badge__header { font-size: 1.3rem; gap: 6px; }
.product-badge__name { font-size: 1.2rem; }
/* złoto */
.icon-metal-gold { background:linear-gradient(136deg,#D9C387 0%,#FFE49B 49%,#D9C387 100%); }
/* białe złoto */
.icon-metal-whitegold { background:linear-gradient(136deg,#E1E1E1 0%,#F6F6F6 49%,#E1E1E1 100%); }
/* srebro */
.icon-metal-silver { background:linear-gradient(136deg,#B5B3B3 0%,#E2E1E1 49%,#B5B3B3 100%); }
/* srebro + złoto */
.icon-metal-silvergold { background:linear-gradient(136deg,#B5B3B3 0%,#DCDBDB 26%,#FFFFFF 49%,#FFE49B 75%,#D9C387 100%); }
/* stal */
.icon-metal-steel { background:linear-gradient(136deg,#818080 0%,#BBBBBB 49%,#818080 100%); }
/* tytan */
.icon-metal-titanium { background:linear-gradient(136deg,#6F7A84 0%,#A3ADB7 49%,#6F7A84 100%); }
/* default */
.icon-metal-default {
    background: linear-gradient(136deg, #9da4aa 0%, #cfd4d8 49%, #9da4aa 100%);
}

.product-quantity .add, .product-quantity .qty {
  display: block;
  float: none;
  margin-bottom: 0;
  width: 100%;
}
.product-add-to-cart {margin-top: 2rem;}
.product-actions .add-to-cart {
  height: 5rem;
  padding-top: auto;
  line-height: initial;
}
#product-availability {
  background-color: var(--light-grey);
  border-radius: .8rem;
  padding: 1.6rem;
  font-weight: 400;
  margin-top: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-availability__title {
  font-size: 1.4rem;
  font-weight: 600;
}
.product-availability__message {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: .5rem;
}

.product-discounts { margin-bottom: 0; }
.open-customization-button {
  background-color: #fff;
  border: 2px solid var(--light-grey);
  border-radius: 3rem;
  color: var(--middle-grey);
  font-size: 1.2rem;
  padding: 1.5rem 2rem;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ------------------------------
  44. Grawer
------------------------------- */
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('/themes/classic/assets/fonts/MonotypeCorsiva_new.ttf') format('truetype');
}
@font-face {
  font-family: 'Century Gothic';
  src: url('/themes/classic/assets/fonts/Century_new.ttf') format('truetype');
}
@font-face {
  font-family: 'Playball';
  src: url('/themes/classic/assets/fonts/Playball.ttf') format('truetype');
}
@font-face {
  font-family: 'Czcionka_3new';
  src: url('/themes/classic/assets/fonts/3_czcionka.ttf') format('truetype');
}
.font-times { font-family: "Times New Roman", serif; }
.font-corsiva { font-family: "Monotype Corsiva", serif; }
.font-gothic { font-family: "Century Gothic", sans-serif; }
.font-playball { font-family: "Playball", cursive; }
.customization-modal__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cz-modal-actions {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 3rem;
  padding: 2rem 1.5rem var(--padd);
}
.customization-modal__padding {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 3rem;
}
.cz-grawer-header img {width: 100%;}
.cz-editor-wrapper {margin-top: 3rem;}
.cz-editor {
  flex: 1;
  padding: 6px 8px;
  white-space: pre-wrap;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;

  background-color: transparent;
  border: none;
  color: #000;
  width: 100%;
}
.cz-editor:empty:before {
  content: attr(data-placeholder);
  color: var(--middle-grey);
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  pointer-events: none;
}
.cz-editor:focus { outline: none; }
.cz-editor .emoji {font-family: 'Czcionka_3new' !important;}
.engraving-emoji-wrapp,
.cz-emoji-picker,
.cz-font-picker {
  margin-top: 2rem;
}
.customization-section-label { font-size: 1.3rem;}
.cz-emoji-picker {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.cz-emoji-btn {
  background: var(--light-grey);
  border-radius: 50%;
  cursor: pointer;
  color: var(--middle-grey);
  font-family: 'Czcionka_3new' !important;
  font-size: 2.2rem;
  height: 4rem;
  width: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cz-emoji-btn--text-sm {font-size: 2rem;}
.engraving-font-wrapp { margin-top: 3rem; }
.cz-font-picker {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cz-editor__chars-length {
  display: flex;
  justify-content: flex-end;
  margin: .5rem .5rem 0 0;
  font-size: 1.2rem;
  color: var(--middle-grey);
}
.product-page__variants {margin-top: 2rem;}
.md-product-images {display: none !important;}
.product-zoom-img {
  object-fit: cover;
  transition: transform 0.2s ease-out, transform-origin 0.25s ease-out;
  transform-origin: center;
}
.product-zoom-img:hover { cursor: zoom-in; }
.cz-summary-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}
.cz-summary-row dt, .cz-summary-row dd { font-size: 1.3rem; }
.cz-summary-row dd { color: var(--middle-grey); }
.cart-customizations {
  background-color: red;
}



/* ------------------------------
  45. Product availability
------------------------------- */
.product-meta-actions {
  margin-top: 4rem;
}
.product-meta-actions__button {
  color: #000;
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  transition: color .2s ease-in-out;
}
.product-meta-actions__button:not(:last-child) {margin-bottom: 2rem;}
button.product-meta-actions__button:hover {
  color: var(--middle-grey);
}
.product-availability__inner {
  padding: 2rem var(--padd) var(--padd);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-availability__store-name {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
}
.availability-storebox__inner {
  padding: 2rem 0;
  border-bottom: 2px solid var(--light-grey);
  overflow-x: auto;
}
.availability-storebox__inner::-webkit-scrollbar { height: 3px; width: 3px; }
.availability-storebox__inner::-webkit-scrollbar-track { background-color: transparent; }
.availability-storebox__inner::-webkit-scrollbar-thumb { background-color: var(--light-pink); border-radius: 20px; }
.availability-product__info-label {
  color: var(--middle-grey);
  font-size: 1rem;
  font-weight: 400;
}
.availability-table th {padding-right: 3rem;}
.availability-table td {
  padding: 1rem 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.availability-table tr td:nth-child(odd) { background-color: var(--light-grey); }
/* ------------------------------
  46. Product Sizes Table
------------------------------- */
.sezam-pickup-content, .product-size-modal__inner { padding: 2rem var(--padd) var(--padd); }
.modal-description {
  font-size: 1.2rem;
  color: #000;
}
.modal-description.mt-3 {
  margin-top: 3rem;
}
.necklace-image-wrapper,
.product-size-table {margin-top: 2rem; width: 100%;}
.product-size-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.product-size-table thead th {padding-right: 1rem;}
.product-size-table th {
  color: var(--middle-grey);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.product-size-table tbody tr:nth-of-type(even) {
  background-color: var(--light-grey);
}
.product-size-table thead th,
.product-size-table td { height: 4rem; }
.product-size-table td {
  color: #000;
  font-size: 1.3rem;
  text-align: center;
}
.table-size-variants-buttons {
  border-bottom: 2px solid var(--light-grey);
  margin-top: 3rem;
  display: flex;
  position: relative;
}
.size-tab-btn {
  color: var(--middle-grey);
  font-size: 1.3rem;
  font-weight: 400;
  padding: 2rem;
  transition: color .2s ease-in-out;
}
.size-tab-btn:hover { color: #000; }
.size-tab-btn[aria-expanded="true"] { color: var(--color-accent); font-weight: 600; }
.size-tab-btn:first-child { padding-left: 0; }
.variant-indicator {
  position: absolute;
  bottom: -2px;
  left: 0;

  background-color: var(--color-accent);
  height: 3px;
  width: 0;
  transition: .4s ease;
}
.size-table-wrapper { display: none; }
.size-table-wrapper[aria-hidden="false"] { display: block; }
.necklace-image-wrapper {display: block;}
.necklace-image-wrapper img { width: 100%;}
/* ------------------------------
  47. Product Details
------------------------------- */
.product-details-wrapper {
  margin-top: 3rem;
}
.product-tab { border-bottom: 2px solid var(--light-grey); }
.product-tab__toggle-btn {
  color: #000;
  font-size: 1.4rem;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color .2s ease-in-out;
}
.product-tab__arrow {transition: transform .2s ease;}
.product-tab__toggle-btn[aria-expanded="true"] .product-tab__arrow { transform: rotate(90deg);}
.product-tab__toggle-btn:hover { color: var(--color-accent); }
.product-tab__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.6, 0, .5, 1), opacity 0.4s ease-in-out;
}
.product-tab__inner {
  padding-bottom: 2rem;
}
.product-tab__content[aria-hidden='false'] { max-height: 1000px; opacity: 1;}
.product-information .product-description ul, .product-features-data { padding-left: .75rem; }
.product-information .product-description ul { list-style-type: none; margin-bottom: 2rem; }
.product-information .product-description ul li { position: relative; margin-left: 2rem;}
.product-information .product-description ul li::before {
  background-color: var(--color-accent);
  border-radius: 50%;
  content: '';
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}

.product-features-data .name, .product-features-data .value,
.product-information .product-description ul li,
.product-description p { font-size: 1.2rem; color: #000; }

.product-description p:not(:last-child) {margin-bottom: 1.5rem;}
.product-features-data {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 3rem;
  row-gap: 2rem;
}
.product-information .product-description ul li { padding: .3rem 0}
.product-features-data .value::first-letter { text-transform: uppercase; }
/* ------------------------------
  48. Product Benefits
------------------------------- */
.product-benefits {
  background-color: var(--light-grey);
  border-radius: .8rem;
  margin-top: 3rem;
  padding: 3rem;
}
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.benefit-item {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* ------------------------------
  49. Product Comments
------------------------------- */
#product-comments-list-header {
  color: #000;
  display: block;
  padding: 3rem 0;
}
.product-rating_grade {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  vertical-align: middle;
  transform: translateY(-20%);
}
.product-reviews {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem
}
.average-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
}
.average-rating .rating .comments-count {display: none !important;}
.review-count {
  color: var(--middle-grey);
  font-size: 1rem;
}
.row-rating-bar {
  padding: 2px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.rating-label {
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
}
.bar-placeholder {
  background-color: var(--light-grey);
  height: 6px;
  width: 100%;
  position: relative;
}
.bar-placeholder, .bar-placeholder .filled-bar { border-radius: 1rem; }
.bar-placeholder .filled-bar {
  background-color: var(--color-accent);
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.add-reviews-btn {
  background-color: var(--color-accent);
  border-radius: 3rem;
  cursor: pointer;
  color: #fff;
  min-height: 4rem;
  font-size: 1.4rem;
  padding: .7rem 2rem;
  transition: background-color .2s ease-in-out;
}
.add-reviews-btn:hover{
  background-color: rgb(145, 60, 88);
}
.no-product-reviews-info {
  color: #000;
  font-size: 1.3rem;
  text-align: center;
}
.product-comments-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#product-comments-list-inner { width: 100%; }
#toggle-comments-btn {
  font-size: 1.3rem;
  color: #000;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.5rem;
  display: none;
}
#toggle-comments-btn svg { transition: transform .3s ease; }
#toggle-comments-btn[aria-expanded="true"] { margin-top: 2rem; }
#toggle-comments-btn[aria-expanded="true"] svg { transform: rotate(-180deg); }
#product-comments-list-inner.hide { display: none; }
.product-comment-list-item {
  background-color: transparent;
  border-bottom: 2px solid var(--light-grey);
  margin: 0;
  padding: 2rem 0;
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2rem;
}
.user-initial, .comment-author { font-size: 1.6rem; }
.user-initial {
  aspect-ratio: 1/1;
  background-color: var(--light-grey);
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.grade-stars-wrapper {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.grade-stars-wrapper svg { height: 10px; width: 10px; }
.comment-author {
  color: #000;
  margin-top: 6px;
}
.comment-date {
  color: var(--middle-grey);
  font-size: 1rem;
}
.product-comment-list-item__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color:#000;
}
.comment-content__title {
  font-size: 1.4rem;
  font-weight: 500;
}
.comment-content__comment-message {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
}
.comment-content__title::first-letter,
.comment-content__comment-message:first-letter {text-transform: uppercase;}
.comment-buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.comment-buttons .thumb_up,
.comment-buttons .thumb_down,
.comment-buttons .flag {
  font-size: 2rem;
}
#product-comments-list-footer {min-height: auto !important; margin-top: 2rem;}
.modal {
  background-color: rgba(92, 92, 92, 0.4);
  backdrop-filter: blur(5px);
}
.product-comment-dialog {
  border-radius: .8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal-backdrop { background-color: transparent; }
.modal-content {
  background-color: #fff;
  border: none;
  border-radius: .8rem;
}
.product-comment-modal .modal-header { margin-bottom: 1rem;}
.product-comment-dialog .product-item {align-items: center;}
.product-comment-modal .modal-header { padding: 2rem !important; }
.modal-comment-alert .modal-body,
.product-comment-modal .modal-body { padding-bottom: 2rem !important; }
.star-content { display: flex; align-items: center; flex-direction: row; gap: .5rem; }

.product-comment-cover { min-width: 60px; max-width: 60px; height: 60px; border: 2px solid var(--light-grey); border-radius: .4rem;}
#criterions_list { margin-top: 2rem; }
#post-product-comment-modal .criterion-rating { justify-content: flex-start; }
.product-comment-modal input {
  height: auto;
  border: none;
  padding: unset;
}
.product-comment-inputs {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-comment-modal textarea {
  min-height: auto !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.post-comment-buttons {
  margin-top: 3rem;
}
.product-comment-modal .btn-comment,
.product-comment-modal .btn-comment-inverse {
  font-size: 1.4rem;
  line-height: unset;
  font-weight: unset;
}
.btn-comment, .btn-comment-inverse {
  box-shadow: none !important;
  max-width: 15rem;
}
.btn-comment-inverse:hover { color: initial; border: none; }
.modal-comment-alert .modal-dialog {
  width: calc(100% - 30px);
  max-width: 50rem;
}
.modal-comment-alert__title {
  color: var(--middle-grey);
  font-size: 2rem;
  font-weight: 400;
}
.modal-comment-alert-message {
  color: #000;
  font-size: 1.4rem;
}
/* ------------------------------
  50. Sezam Search Modal
------------------------------- */
#header[data-mobile-search-modal] {
  background-color: #fff !important;
  color: var(--primary-text-color);
}
#search-modal-overlay { top: 100px !important; }
.sezam-search-modal {
  background-color: #fff;
  border-top: 2px solid var(--light-grey);
  display: none;
  flex-direction: column;
  max-width: 1082px;
  width: 100%;
  padding: 2rem 1.5rem 3rem 1.5rem;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;

  border-radius: 0 0 8px 8px;
}
.sezam-search-modal.active { display: flex !important; }
.close_search_modal-btn {display: none;}
.sezam-search__input--sm:not(:placeholder-shown) ~ .close_search_modal-btn { display: block; }
.sezam-search__input--sm:not(:placeholder-shown) ~ .sezam-search__search-by-img-btn { display: none; }
.modal-inner-section { margin-top: 2rem; padding: 0 1.5rem;}
.search-modal-link-list  { margin-top: 1.5rem; }
.modal-search-link-item {
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  padding: .4rem 0;
  transition: color .2s ease-in-out;
}
.modal-search-link-item:hover { color: var(--color-accent) !important; }
.modal-search-link-item::first-letter {text-transform: uppercase;}
.search-modal-section-title {
  color: var(--middle-grey);
  font-size: 2rem;
  font-weight: 400;
}
.modal-search-query-label {
  display: none;
  background-color: #fff;
  color: var(--middle-grey);
  font-size: 2.4rem;
  padding: 3rem 0 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
.search_categories-section { display: none; }
.modal-search-body { margin-top: 3rem;}
.sezam-search-results {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow: auto;
}
.sezam-search-results .product-miniature-link { min-width: calc(50vw - 10px);}
.modal-search-inner { overflow-y: auto; }
.sezam-search-scrollable {
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
/* ------------------------------
  51. Jubiler Sezam Club
------------------------------- */
.cms-breadcrumb-container { padding: 2rem 0; overflow: hidden; }
.cms-breadcrumb-container nav {overflow: auto;}
.page-content.page-cms {
  background: transparent;
  padding: 0;
  text-align: start;
}
.cms-jsc-hero {
  background-color: var(--light-grey);
  height: 28rem;
  width: 100%;
  position: relative;
}
.cms-jsc-hero img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.cms-jsc-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
}
.cms-jsc-hero__overlay,
.cms-page-hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-page-hero {
  flex-direction: column;
  gap: 1rem;
}
.cms-page-hero__title,
.cms-page-hero__label { color: #fff; }
.jsc-hero-sign-up {
  background-color: #fff;
  color: #000;
  padding: 6px 16px;
  border-radius: 3rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.cms-page-hero__label {
  background-color: rgba(248, 248, 248, 0.3);
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: .4rem 1rem;
  text-transform: uppercase;
}
.cms-page-hero__title {
  font-size: 2.4rem;
  text-align: center;
  max-width: 85%;
}
.cms-page-breadcrumb-container { padding: 2rem 0; overflow: hidden; }
.cms-page-breadcrumb-container nav {overflow: auto;}
.cms-main-breadcrumb { display: flex; justify-content: center; }
.breadcrumb__item { font-size: 1rem; font-weight: 400; }
.cms-section__title { font-size: 1.6rem; font-weight: 400; }
.cms-section__text { font-size: 1.2rem; }
.cms-section__content-mt-20 {
  margin-top: 2rem;
}
.page-content.page-cms ul {
  font-size: initial;
  font-weight: 400;
  color: inherit;
}
.cms-page-list-items {
  font-size: 1.2rem !important;
  margin-top: 1.5rem !important;
}
.cms-page-list-items--custom {
  list-style-type: none !important;
}
.cms-page-list-items li { margin-bottom: 1rem; }
.cms-page-list-items--custom li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.jsc-download__btns {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
}
.jsc-download__btn {
  width: 100%;
  max-width: 120px;
}
.jsc-download__btn img { width: 100%; }
.jsc-download-qr {display: none;}
.cms-section-mt {margin-top: 3rem;}
.statuses-wrapper {
  background-color: #fff;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  border-radius: .8rem;
  padding: 3rem;
}
.statuses-wrapper input[type="radio"] {display: none;}
.statuses-wrapper:has(#statuses-silver:checked) label[for="statuses-silver"],
.statuses-wrapper:has(#statuses-gold:checked) label[for="statuses-gold"],
.statuses-wrapper:has(#statuses-diamond:checked) label[for="statuses-diamond"] {
  color: #fff;
}
.statuses-wrapper header {
  border: 2px solid var(--light-grey);
  border-radius: 3rem;
  padding: 3px;
  position: relative;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.jsc-status-name {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 6px 16px;
  text-align: center;
  border-radius: inherit;
  position: relative;
  z-index: 2;
  transition: color .2s ease;
  cursor: pointer;
}
.status-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  border-radius: inherit;
  transition: left .3s ease, width .3s ease;
}
.statuses-cards-area {
  overflow: hidden;
}
.statuses-cards {
  width: 300%;
  display: flex;
  flex-direction: row;
}
.statuses-card {
  margin-top: 3rem;
  width: 33.4%;
}
.statuses-card__header {text-align: center;}
.statuses-wrapper:has(#statuses-silver:checked) .statuses-card--silver { margin-left: 0%; }
.statuses-wrapper:has(#statuses-gold:checked) .statuses-card--silver { margin-left: -33.4%; }
.statuses-wrapper:has(#statuses-diamond:checked) .statuses-card--silver { margin-left: -66.8%; }
.statuses-card--silver { transition: all .3s ease;}
.statuses-card__points {
  font-size: 2.2rem;
  font-weight: 500;
}
.statuses-card__points-label {
  color: var(--middle-grey);
  font-size: 1.2rem;
  margin-top: .5rem;
}
.statuses-card__benefits-list { list-style-type: none; margin-top: 2rem !important; margin-bottom: 0 !important;}
.statuses-card__benefits-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: left;
}
.statuses-card__sign-in {
  margin-top: 3rem;
}
.jsc-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  overflow-x: auto;
}
.jsc-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

}
.jsc-process-step:not(:first-child)::before,
.jsc-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12.5px;
  height: 2px;
  width: 50%;
  background-color: var(--light-grey);
  z-index: 1;
}
.jsc-process-step:not(:first-child)::before { left: calc(0% - 5px); }
.jsc-process-step:not(:last-child)::after { left: calc(50% + 5px); }
.jsc-process-step:first-child::after {background-color: var(--color-accent);}
.jsc-process-step__number {
  background-color: #fff;
  border-radius: 50%;
  border: 1.5px solid var(--light-grey);
  color: var(--middle-grey);
  font-size: 1.2rem;
  height: 2.5rem;
  width: 2.5rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.jsc-process-step__number,
.jsc-process-step__check-svg { z-index: 2;}
.jsc-process-card {
  background-color: var(--light-grey);
  border-radius: .4rem;
  margin-top: 2rem;
  padding: 1.5rem;
  flex: 1;
  width: 100%;
}
.jsc-process-card p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
.jsc-feature {
  background-color: var(--light-pink);
  aspect-ratio: 350 / 520;
  border-radius: .8rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.jsc-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.jsc-feature__overlay-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jsc-feature__content {
  padding: 1.5rem;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 30%;
}
.jsc-feature__title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Playfair Display', serif
}
.jsc-feature__text {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.fw-700 { font-weight: 700; }
.jsc-faq {margin-top: 6rem;}
.jsc-faqs { margin-top: 1rem; }
.jsc-faq-item .jsc-faq-checkbox { display: none; }
.jsc-faq-item { border-bottom: 2px solid var(--light-grey); padding: 0; }
.jsc-faq-item__button {
  cursor: pointer;
  padding: 2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.jsc-faq-item__question { color: #000; font-size: 1.3rem; }
.jsc-faq-item__arrow { transition: transform .2s ease; }
.jsc-faq-checkbox:checked ~ .jsc-faq-item__button .jsc-faq-item__arrow { transform: rotate(90deg); }
.jsc-faq-item__content {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.6, 0, .5, 1), opacity 0.4s ease-in-out;
}
.jsc-faq-checkbox:checked ~ .jsc-faq-item__content { max-height: 300px; opacity: 1; }
.jsc-faq-item__content-inner { padding-bottom: 2rem; }
.jsc-faq-answer {
  color: var(--middle-grey);
  font-size: 1.2rem;
}
.jsc-status {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.jsc-status a {
  color: var(--middle-grey);
  font-weight: 400;
  margin-left: 1rem;
  text-decoration: underline;
}


.jsc-download-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}

.jsc-download-text {
  flex: 1;
  min-width: 300px;
}

.jsc-download-actions {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}

.jsc-download-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.jsc-qr-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  width: 140px;
}

.jsc-qr-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .jsc-qr-wrapper {
    display: none;
  }
  .jsc-download-container {
    flex-direction: column;
  }
  .jsc-download-actions {
    width: 100%;
    justify-content: center;
  }
}
/* ------------------------------
  52. CMS
------------------------------- */
.cms-page { padding-bottom: 3rem; }
.cms-body {
  background-color: #fff;
  border-radius: .8rem;
  padding: 3rem;
}
.cms__title {
  color: #000;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
/* ------------------------------
  53. Account PSGD
------------------------------- */
.psgd-layout__inner {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  padding-bottom: 2rem;
}
.psgdprinfo17 {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.psgdprinfo17__title { font-size: 1.6rem; font-weight: 500; }
.psgdprinfo17__text { font-size: 1.2rem; font-weight: 400; }
.psgdprinfo17__text, .psgdprinfo17__btns-wrapper { margin-top: 2rem; }
.psgdprinfo17__btns-wrapper { display: flex; flex-direction: row; gap: 1.5rem; }
.psgdprgetdatabtn17 {
  background-color: var(--color-accent);
  border-radius: 3rem;
  color: #fff;
  float: none;
  font-size: 1.2rem;
  padding: 7px 16px;
  transition: background-color .2s ease-in-out;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
}
.psgdprgetdatabtn17:hover { background-color: rgb(145, 60, 88); color: #fff;}
#exportDataToPdf, #exportDataToCsv { margin-right: 0; margin-left: 0; }
.psgdprinfo17__text-link {
  color: var(--color-accent);
  font-weight: 500;
  text-decoration: underline;
}
/* ------------------------------
  54. Brands Page
------------------------------- */
.brands-page { margin-bottom: 3rem; }
.heading--brands, .heading--cart {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 3.2rem;
}
.brands-page__brand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 5rem;
}
body #products .thumbnail-container,
body .featured-products .thumbnail-container,
body .product-accessories .thumbnail-container,
body .product-miniature .thumbnail-container { height: auto !important; min-height: auto !important; }
/* ------------------------------
  55. Checkout
------------------------------- */
body#checkout .container { min-height: auto; }
body#checkout #footer { color: #fff; padding: 0; }
#sezam-checkout-shell { width: 100%; }
.heading--cart { margin: 3rem 0}
#sezam-cart-count { color: var(--middle-grey); font-family: "Open Sans", sans-serif; font-size: 1rem; font-weight: 400; }
.cart-section__title { color: var(--middle-grey); font-size: 2rem; font-weight: 400; }
.cart-section__title--cart-main { display: none; }
#thecheckout-cart-summary { background-color: var(--light-grey); margin: 0 -1.5rem; padding: 3rem; padding-bottom: 1rem; }
.cart-products__header {
  display: none;
  grid-template-columns: 125px 1fr 120px 50px 120px 80px 90px;
  column-gap: 1.5rem;

  background-color: #fff;
  margin: 1rem 0;
  padding: 1rem 0;

  position: sticky;
  top: 120px;
  z-index: 2;
}
.cart-products__header span { color: var(--middle-grey); font-size: 1.2rem; }
.cart-products__header span:not(:nth-child(2)) {text-align: center;}
.cart__right-col { display: none; }
.cart-product__body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  grid-template-areas:
    "title actions"
    "productInner productInner";
}
.cart-product__name { grid-area: title; display: flex; align-items: center; }
.cart-product__actions a {display: block;}
.cart-product__actions {
  grid-area: actions;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-end;
}
.cart-product__inner { grid-area: productInner; }
.cart-product-qty { display: flex; flex-direction: row; align-items: center; gap: 1rem; font-weight: 600; }
.cart-product-qty a { display: flex;}
.cart-line-product-quantity { background-color: transparent; border: none; outline: none; }
.cart-line-product-quantity, .cart-product__total-sum { font-size: 1.3rem; font-weight: 700 !important; }
.cart-product-lg-qty-wrapper { display: flex; flex-direction: column; align-items: center;}
.cart-max-qty-info {
  display:none;
  color:var(--red);
  font-size:1rem;
  font-weight: 500;
  margin-top:4px;
}
.cart-oos-error{
    color:var(--red);
  font-size:1rem;
  font-weight: 500;
  margin-top:4px;
}
.cart-max-qty-info.is-visible { display: block; }
.cart-product-lg-col--price { align-items: center;  gap: 1rem; grid-area: lgPrice; }
.cart-product-lg-col { font-weight: 700; font-size: 1.6rem !important;}
.cart-product-lg-col--price,
.cart-product-lg-col--total_sum,
.cart-product-lg-col--size,
.cart-product-lg-col--qty-mirror { display: none; }
.cart-product__item-wrapper.sezam-removing { opacity: 0; transition: opacity 0.25s ease; }
.cart-product-items > li > .cart-product__item-wrapper { padding: 2rem 0; border-bottom: 2px solid var(--light-grey); }
.cart-product-items > li:first-child .cart-product__item-wrapper { border-top: 2px solid var(--light-grey); }
/* ----- Upsell ----- */
.sezam-upsell-wrapper { margin-top: 2rem; }
.sezam-upsell-boxs { display: flex; flex-direction: column; gap: 1rem; }
.upsell-item {
  background-color: var(--light-grey);
  border-radius: .8rem;
  cursor: pointer;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  column-gap: 1rem;
}
.upsell-item__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  row-gap: 6px;
  align-items: center;
  grid-template-areas:
    "title price"
    "desc desc";
}
.upsell-item__title {
  grid-area: title;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.js-upsell-sum {
  display: inline-block;
  color: var(--color-accent);
  font-size: 1rem;
  font-weight: 600;
  margin-left: 3px;
}
.upsell-item__price {
  grid-area: price;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}
.upsell-item__desc {
  grid-area: desc;
  color: var(--middle-grey);
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
.upsell-info { display: flex; cursor: pointer; transition: fill .1s ease-in-out; }
.upsell-info:hover svg {fill: var(--color-accent);}
.upsell-modal__inner { padding: 2rem var(--padd) var(--padd); }
.upsell-modal-list { margin: 3rem }
.upsell-modal-list li:not(:last-child) { margin-bottom: 1.5rem; }
.upsell-modal-list li { font-size: 1.2rem; margin-left: 1.5rem; position: relative; }
.upsell-modal-list li:before {
  content: '';
  border-radius: 50%;
  background-color: var(--color-accent);
  height: 4px;
  width: 4px;
  position: absolute;
  top: 7px;
  left: -1.5rem;
}
.upsell-modal-link{
  color: var(--color-accent);
}
.upsell-modal__footer { padding: var(--padd); }
.upsell-box__img-wrapper {
  border-radius: .8rem;
  border: 2px solid var(--light-grey);
  height: 240px;
  width: 180px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.upsell-box__img-wrapper img { width: 100%; }
.tc-hidden-cart-overview { display: none !important; }
.checkout-form-footer { margin-top: 3rem; width: 100%; display: flex; justify-content: center; }
.checkout-forgot-password {
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* ----- Account ----- */
#login-section .inner-wrapper { margin: 3rem 0; }
.quest-account-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  gap: 2rem
}
.hr-text { position: relative; height: 2rem; width: 100%; }
.hr-text::before, .hr-text::after { position: absolute; top: 50%; }
.hr-text::before {
  background-color: var(--light-grey);
  border-radius: 10px;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.hr-text::after {
  content: attr(data-content);
  color: var(--middle-grey);
  font-size: 1.3rem;
  left: 50%;
  background-color: #fff;
  padding: 0 1rem;
  transform: translate(-50%, -50%);
}
.quest-account-btn { width: fit-content; padding-left: 2.5rem; padding-right: 2.5rem; }
#account-fields__title {display: block !important;}
.checkout-account-col-title { color: var(--middle-grey); font-size: 1.6rem; font-weight: 400; margin-bottom: 3rem; }
.checkout-account-col-title,
.checkout-account-md-sing-in {display: none;}
.guest-fields { margin-top: 3rem; }
.account-fields__title { color: var(--middle-grey); font-size: 1.6rem; font-weight: 400; }
#static-customer-info-container { margin-top: 3rem; }
.customer-name { font-size: 1.6rem; font-weight: 600; }
.customer-email { font-size: 1.3rem; font-weight: 400; }
.static-customer-info-grid { display: grid; grid-template-columns: 1fr auto; column-gap: 3rem; }
.blocks { display: none !important; }
/* ----- Summary ----- */
.sezam-summary-list {  width: 100%; display: flex; flex-direction: column; gap: 1rem }
.checkout-block .cart-summary-line .label {  font-size: 1.2rem; font-weight: 500; color: #000; }
.sezam-cart-summary .cart-summary-line .value {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  float: none;
}
.sezam-cart-summary { margin-top: 3rem; }
.cart-summary-line:not(:last-child) { margin-bottom: 0; }
.cart-summary-line::after { content: none; display: none; clear: none; }
.cart-summary-line { clear: none; margin-bottom: 0; align-items: center; }
.cart-summary-wrapper { margin-top: 1rem; }
.cart-summary-line,
.sezam-summary-total { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.sezam-summary-total { margin: 0 -3rem; padding: 2rem 3rem; align-items: flex-end; }
.sezam-summary-total .label { color: var(--middle-grey); font-size: 1.2rem; font-weight: 400; }
.sezam-summary-total .value { color: #000; font-size: 2.4rem; font-weight: 600; }
body.has-sticky-cart-summary { padding-bottom: 90px; }
.cart-summary-wrapper.is-sticky .sezam-summary-total { margin: 0; background-color: var(--color-accent); align-items: center;}
.cart-summary-wrapper.is-sticky .sezam-summary-total .label {color: var(--light-grey);}
.cart-summary-wrapper.is-sticky .sezam-summary-total .value {color: #fff; }
#thecheckout-account .inner-area { margin-top: 2rem;}
.inner-area, .invoice-form-wrapper {  margin-top: 6rem; }
#thecheckout-cart-summary .inner-area { margin-top: 0;}
#sezam-address-invoice .inner-area, .address-delivery__container { margin-top: 2rem; }
.business-private-checkboxes {margin-bottom: 2rem !important;}
/* ----- Address ----- */
.addresses-tiles { display: flex; flex-direction: column; gap: 2rem; }
.address-tile {
  background-color: var(--light-grey);
  border-radius: .8rem;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
}
.address-tile__option { flex-direction: row; gap: 2rem; justify-content: space-between; min-height: 14rem; overflow: hidden; position: relative; }
.address-tile__add-new { padding: 1rem; height: 4rem; align-items: center; justify-content: center; color: var(--middle-grey); transition: background-color .2s ease-in-out, color .2s ease-in-out;}
.address-tile__add-new:hover {background-color: #E0E0E0; color: var(--color-accent);}
.address-tile__content { padding: 3rem; padding-right: 0; flex: 1; display: flex; flex-direction: column; gap: 3px; overflow: auto; }
.address-tile__content::-webkit-scrollbar { display: block; width: 5px; height: 5px; }
.address-tile__content::-webkit-scrollbar-track { background: var(--light-pink); }
.address-tile__content::-webkit-scrollbar-thumb { background-color: var(--color-accent); border-radius: 20px; }
.address-tile__content * { color: var(--middle-grey); font-size: 1.3rem; font-weight: 400;}
.address-tile__name,.address-tile__alias {color: #000;}
.address-tile__name { font-weight: 500; }
.address-tile__alias { font-weight: 500; margin-bottom: .5rem; }
.address-tile-input {display: none;}
.address-tile-input:checked + .address-tile {border-color: var(--color-accent);}
.show-cart-business-form { position: absolute; top: 1rem; right: 1.5rem; display: none; }
.address-tile-input:checked + .address-tile .show-cart-business-form { display: block; }
.show-cart-business-form:disabled { opacity: 0.5; cursor: not-allowed; }
#hidden-business-address-fields { overflow: visible; max-height: 1000px; transition: max-height .3s ease-in-out; }
#hidden-business-address-fields.isHide{ max-height: 0; overflow: hidden; }
.cart-forms-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1.5rem;
}
.cart-forms-layout,
#hidden-business-address-fields .form-fields, .business-address-wrapper { width: 100%; }
.business-address-wrapper { margin-top: 3rem; }
.business-address-wrapper { display: flex; flex-direction: column; align-items: center; }
.business-fields-container, .business-fields-separator { display: contents !important; }
#hide-cart-business-form { font-size: 1.3rem; color: var(--color-accent); text-decoration: underline; margin-bottom: 3rem; }

.address-is-used {
  text-align: left !important;
  font-size: 1.2rem !important;
  opacity: 1 !important;
  margin: 2rem 0 1rem 0 !important;
}
.address-is-used a {
  color: var(--color-accent);
  font-weight: 500;
  transition: color .2s ease-in-out;
}
.address-is-used a:hover { color: rgb(145, 60, 88); }

/* ----- Swipe Checkbox ----- */
/* Wspólne style dla obu wersji */
.custom-swipe-checkbox .tgl { display: none; }
.custom-swipe-checkbox .tgl + .tgl-btn {
  outline: 0; display: block; width: 4rem; height: 2rem;
  position: relative; cursor: pointer; user-select: none;
}
.custom-swipe-checkbox .tgl-light + .tgl-btn {
  border-radius: 2em; padding: 2px; transition: all 0.4s ease;
}
.custom-swipe-checkbox .tgl-light + .tgl-btn:after {
  content: ""; position: relative; display: block;
  width: calc(50% - 2px); height: 100%;
  border-radius: 50%; background: #fff; transition: all 0.2s ease;
}

/* --- WERSJA NORMALNA (Domyślna) --- */
.custom-swipe-checkbox .tgl-light + .tgl-btn {
  background: #f0f0f0; /* Szary gdy wyłączony */
}
.custom-swipe-checkbox .tgl-light + .tgl-btn:after {
  left: 0; /* Gałka po lewej */
}
.custom-swipe-checkbox .tgl-light:checked + .tgl-btn {
  background: var(--color-accent); /* Kolor gdy włączony */
}
.custom-swipe-checkbox .tgl-light:checked + .tgl-btn:after {
  left: calc(50% + 2px); /* Gałka po prawej */
}

/* --- WERSJA ODWRÓCONA (.tgl-inverted) --- */
.custom-swipe-checkbox .tgl-inverted + .tgl-btn {
  background: var(--color-accent); /* Kolor gdy NIEzaznaczony */
}
.custom-swipe-checkbox .tgl-inverted + .tgl-btn:after {
  left: calc(50% + 2px); /* Gałka po prawej gdy NIEzaznaczony */
}
.custom-swipe-checkbox .tgl-inverted:checked + .tgl-btn {
  background: #f0f0f0;
}
.custom-swipe-checkbox .tgl-inverted:checked + .tgl-btn:after {
  left: 0;
}
.custom-swipe-checkbox-label-wrapper { display: flex; align-items: center; flex-direction: row; gap: 1rem; }
.invoice-i-wrapper { margin-top: 2rem; }
.custom-swipe-label { color: var(--middle-grey); font-size: 1.2rem; font-weight: 400; }
/* ----- Shipping ----- */
.shipping-address-notice { color: var(--middle-grey); margin: 2rem 0; font-size: 1.2rem; gap: 1rem; }
.shipping-address-notice > .country-name { color: #000; font-size: 1.4rem; font-weight: 500; }
.delivery-options { margin-top: 2rem; display: grid; grid-template-columns: 1fr; grid-template-rows: auto; gap: 1rem; }
.shipping-radio { display: none; }
.delivery-option.selected > .delivery-option-label { border-color: var(--color-accent); }
.delivery-option-label {
  border: 2px solid transparent;
  border-radius: .8rem;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s ease-in-out;
}
.delivery-option-logo {
  background-color: var(--light-grey);
  height: 10.3rem;
  width: 8.8rem;
  padding: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery-option-logo img { width: 100% !important; }
.delivery-option__content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.delivery-option-label .delivery-option-name .carrier-name { font-size: 1.3rem; font-weight: 500; color: #000;}
.delivery-option-label .delivery-option-delay .carrier-delay { font-size: 1rem; font-weight: 400; color: var(--middle-grey);}
.delivery-option-label .delivery-option-price span { font-size: 1.3rem; font-weight: 700; color: #000; }
.sezam-pickup-box { margin: 1rem; }
.sezam-pickup-box__title { color: var(--middle-grey); font-size: 1.4rem; }
.sezam-pickup-open {
  background-color: var(--color-accent);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: .6rem 1.6rem;
  min-width: 16rem;
  transition: background-color .2s ease-in-out;
}
.sezam-picked-store {display: flex;}
.picked-store { color: #3C3C3C; font-weight: 700; margin-bottom: 1rem; }
.picked-store:empty {margin-bottom: 0;}
.sezam-stores-list { display: flex; flex-direction: column; gap: 1rem; }
.sezam-store-card {
  border: 2px solid var(--light-grey);
  border-radius: 8px;
  padding: 2rem;
  cursor: pointer;
  transition: border-color .2s, background-color .2s;
}
.sezam-store-card.is-selected { border-color: var(--color-accent); }
.sezam-store-card__name { font-size: 1.4rem; font-weight: 600; margin-bottom: 5px; }
.sezam-store-card__address { color: var(--middle-grey); font-size: 1.2rem; }
.sezam-pickup-footer { background: #fff; padding: var(--padd); position: sticky; bottom: 0; }
/* ----- Inpost Shipping ----- */
.inpost-shipping-container { background-color: transparent; margin: 0; padding: 0; }
.inpost-shipping-container__inner-content { margin: 1rem; }
.inpost-shipping-machine-name { color: var(--middle-grey); font-size: 1.4rem; font-weight: 400; }
.inpost-shipping-machine-info { margin-bottom: 1rem; }
.inpost-shipping-machine-name span { color: var(--color-accent); font-weight: 500; }
.sezam-picked-store .no-store, .picked-store, .inpost-shipping-machine-address { font-size: 1.5rem; }
.picked-store, .inpost-shipping-machine-address { color: #3C3C3C; font-weight: 700;}
.sezam-pickup-open, .btn.inpost-shipping-button { border-radius: 4px; }
.btn.inpost-shipping-button { background-color: #ffcd00; border-color: #ffcd00; color: #3c3c3c; font-size: 1.2rem; padding: .6rem 1.6rem;
min-width: 16rem; transition: all .2s ease-in-out; }
.inpost-closest-machine { margin-top: 1.5rem; }
.inpost-closest-machine p { color: #000; font-size: 1rem; font-weight: 700; }
.inpost-closest-machine button { color: var(--color-accent); font-weight: 600; text-decoration: underline; padding: 0; }
/* ----- Payment ----- */
#checkout-payment-step .inner-wrapper { margin-top: 3rem; }
.payment-options { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; }
/* zawsze ukrywamy additional info w checkout layout */
.payment-options .js-additional-information { display: none !important; }
/* w modalu additional info MA BYĆ widoczne */
#payment-info-modal .js-additional-information { display: block !important; }
.payment-tile { display: flex; flex-direction: column; width: min-content; row-gap: 1rem; }
.payment-tile__label { text-align: center; color: #000; font-size: 1rem; font-weight: 400; }
#checkout-payment-step .inner-wrapper p { color: #555555; font-size: 1.5rem; font-weight: 400;}
.payment-tile__box {
  background-color: var(--light-grey);
  border-radius: .8rem;
  border: 2px solid transparent;
  cursor: pointer;
  aspect-ratio: 88 / 103;
  width: 9.5rem;

  padding: 1.5rem;
  position: relative;
  transition: border-color .2s ease-in-out;

  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-tile input[type="radio"]:checked ~ .payment-tile__box { border-color: var(--color-accent); }
.payment-tile__box .payment-logo img { width: 100%; }
.payment-tile input[type="radio"] { position: absolute; opacity: 0; visibility: hidden; }
.payment-info-btn {
  position: absolute;
  top: .5rem;
  right: .5rem;
  color: var(--middle-grey);
  transition: color .3s ease-in-out;
}
.payment-info-btn:hover { color: #000 }
.payment-modal {
  z-index: 1001;
  max-height: 75dvh;

  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payment-modal.active { display: flex; }
#payment-info-modal-logo { width: 100%; }
.payment-modal__content { flex:1; overflow: auto; width: 100%; }
.mini-modal__payment-logo { max-width: 7rem; }
/* ----- Checkout order message ----- */
#delivery .inner-wrapper { margin-top: 3rem; margin-bottom: 4rem; }
#delivery_message {
  background-color: var(--light-grey);
  border-radius: .8rem;
  border: 2px solid transparent;
  color: var(--primary-text-color);
  font-size: 1.3rem;
  margin: 0;
  min-height: 140px;
  width: 100%;
  padding: 2.5rem 2rem;
  outline: none;
}
#delivery_message::placeholder { color: var(--middle-grey); opacity: 1; }
#delivery_message:focus { border-color: var(--color-accent); }
/* ----- Checkout order message ----- */
.block-promo .promo-code { padding: 0; }
.block-promo { margin: 0; }
.sezam-summary-voucher { margin-top: 2rem; }
.promo-input-button {
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
}
.promo-input-button .button { width: 11rem; }
.block-promo .promo-input, .block-promo .promo-input::placeholder { color: var(--middle-grey); font-size: 1.3rem; font-weight: 400; }
.block-promo .promo-input::placeholder {opacity: 1;}
.block-promo .promo-input:focus { outline: none; }
.block-promo .promo-input {
  border: none;
  margin-right: 0;
  height: 100%;
  text-indent: 0;
  width: 100%;
}
.promo-input-button__inner { gap: 1rem; flex: 1; padding: 1rem 2rem; }
.cart-summary { background-color: transparent;}
.block-promo .promo-name {
  color: var(--primary-text-color);
  font-weight: 400;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 1rem
}
.block-promo .promo-name:not(:empty) { margin-bottom: 3rem; }
.card-block { padding: 0; }
.cart-promo-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cart-promo-line__content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block-promo .promo-name a { display: flex; }
.promo-line__code { font-size: 1.2rem; font-weight: 500;}
.promo-line__value {color: var(--color-accent); font-size: 1.3rem; font-weight: 600;}
.block-promo .promo-code .alert-danger::after { content: none; }
.block-promo .promo-code .alert-danger {
  border-radius: 3rem;
  margin-top: 1.25rem;
  padding: 6px 12px;
  position: relative;
}
.error-msg { border-radius: 8px;}
.error-msg, .block-promo .promo-code .alert-danger {
  background: rgba(180, 60, 60, 0.05);
  border: 1px solid rgba(180, 60, 60, 0.35);
  color: #8b1e1e;
  display: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  padding: 6px 12px;
}
#sv-box-{$sv_uid} .sv-form { display:none; }
#sv-box-{$sv_uid} .sv-form.promo-code.active { display: block; margin-bottom: 2rem; }
#sv-box-{$sv_uid} .sv-toggler { display:flex; align-items:center; gap:8px; cursor:pointer; user-select:none; margin-bottom:10px; margin-top:10px; font-weight: 600; }
#sv-box-{$sv_uid} .sv-fakebox { width:18px; height:18px; border:1px solid #ccc; border-radius:2px; position:relative; background:#fff; }
#sv-box-{$sv_uid} .sv-toggle:checked + .sv-toggler .sv-fakebox::after {
  content:""; position:absolute; left:5px; top:1px; width:6px; height:11px;
  border:solid #232323; border-width:0 2px 2px 0; transform:rotate(45deg);
}
/* #sv-box-{$sv_uid} .button--accent { margin-left: 5px; } */
.sv-text-muted {
  color: #000;
  color: var(--middle-grey);
  display: block !important;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 2rem 0 !important;
  text-align: left;
}
.sv-text-muted span { color: var(--color-accent); font-weight: 600; margin-right: 3px; }
.sv-checkbox { margin: 2rem 0; }
#thecheckout-psgdpr .inner-area,
#thecheckout-newsletter .inner-area,
#thecheckout-required-checkbox-2 .inner-area,
#thecheckout-data-privacy .inner-area,
#thecheckout-confirm .inner-area {
  margin-top: 0;
}
#thecheckout-psgdpr,
#thecheckout-newsletter,
#thecheckout-required-checkbox-2,
#thecheckout-data-privacy,
#thecheckout-confirm {
  background-color: var(--light-grey);
  margin: 0 -1.5rem;
  padding: .5rem 3rem;
}
.conditions_to_approve a { color: #000; font-weight: 700; }
.sezam-consents-tools { margin-top: 1rem; padding: .5rem 0; }
#confirm_order { margin: 3rem 0; height: 5rem; }
.checkout-banner { margin-top: 2rem; width: 100%; }
.checkout-banner--sm { margin-bottom: 2rem; }
.checkout-banner a { display: block; }
.checkout-banner img { width: 100%; border-radius: .8rem;}
.cart__layout { margin-bottom: 2rem; }
.cart-block-exclusive-discount { margin: 2rem 0; }
.block-promo.promo-highlighted {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.exclusive-promo-list { margin: 2rem 0 4rem; }
.exclusive-promo-line {
  color: #000;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.cart-voucher .js-discount .code {
  cursor: pointer;
  color: var(--color-accent);
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 600;
  margin-left: 5px;
  padding: 5px 10px;
  transition: background-color .3s ease-in-out;
}
.cart-voucher .js-discount .code:hover { background-color: var(--light-pink); }
/* ----- Checkout Empty ----- */
.sezam-empty-inner { text-align: center; }
.sezam-empty-image__wrapper {
  height: 28rem;
  margin: 0 -1.5rem;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sezam-empty-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.sezam-empty-image img { height: 100%; width: 100%; object-fit: cover; }
.sezam-empty-image__wrapper::before {
  background-color: rgba(248, 248, 248, 0.5);
  backdrop-filter: blur(2px);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.sezam-empty-h2 { color: #000; font-size: 2.4rem; }
.sezam-empty-image__wrapper .sezam-empty-h2 { z-index: 3; }
.sezam-empty-content { margin-top: 3rem; display: flex; flex-direction: column; }
.sezam-empty-content .sezam-empty-h2 {display: none;}
.sezam-empty-content p {
  color: #000;
  font-size: 1.3rem;
}
.sezam-empty-content .button.button--accent { margin: 4rem auto; }
.statute-modal-dialog {
  width: calc(100% - 30px);
  max-width: 800px;
  border-radius: .8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  overflow: hidden;
}
.statute-modal-dialog::-webkit-scrollbar { display: none; }
.statute-modal-dialog .modal-content { padding: 0 !important; background-color: #fff !important; overflow: auto; height: 80dvh;}
.statute-modal-dialog .modal-header { justify-content: flex-end; }
.modal-statute-content .cms-breadcrumb-container { padding: 0; }
.modal-statute-content .cms-page { background-color: #fff; margin: 0; }
.modal-statute-content .cms-page .container--small { width: 100% !important; }
.modal-statute-content .cms-body { padding-right: 5px; padding-left: 5px; }
.terms-and-conditions { display: flex; flex-direction: column; gap: 1rem; }
.terms-and-conditions .error-msg { order: 100; }
/* ------------------------------
  56. Thank you Page
------------------------------- */
.card-title.order-confirmation-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;

  font-size: 2.4rem;
  text-align: center;
}
.order-config__text {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  margin-top: 4rem;
}
.order-config__text--bold { font-size: 600; }
.order_confirmation__hero { margin: 4rem 0; }
#order-items .h3 {
  border-bottom: none;
  color: var(--color-accent);
  font-size: 1.4rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
#order-items .order-line {
  border-bottom: 2px solid var(--light-grey);
  margin-top: 0;
  padding: 1.5rem 0;

  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
}
#order-items .image  {
  width: 87px;
  height: 115px;
  border-radius: 4px;
  border: 2px solid var(--light-grey);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#order-items .image img {
  margin-bottom: 0;
  border: none;

  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
#order-items .details { margin-bottom: 0; }
#order-items .details .customizations { margin-top: 0; }
#order-items .details .customizations a {
  color: var(--color-accent);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s ease-in-out;
}
#order-items .details .customizations a:hover { color: rgb(145, 60, 88); }
.thankyou-summary-wrapper {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.thankyou-summary-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.thankyou-summary-line__label {
  color: var(--middle-grey);
  font-size: 1.2rem;
  font-weight: 400;
}
.thankyou-summary-line__value {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
}
.thankyou-summary-line__totalValue {
  font-size: 2.4rem;
  font-weight: 700;
}
#order-details {
  padding-left: 0;
  margin-top: 4rem;
}
#order-details .card-title, #order-items .card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#order-details ul { margin-top: 3rem; }
#order-details ul li {
  font-size: 1.3rem;
  font-weight: 400;
}
#order-details ul li span { font-weight: 600; margin-right: 5px; }
#content-hook_payment_return { margin-bottom: 6rem; }
#content-hook_payment_return p {
  color: var(--middle-grey);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1rem 0;
}
.bankwire-info { margin: 3rem 0; }
.bankwire-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;

  padding: .5rem 0;
}
.bankwire-label, .bankwire-value { font-size: 1.3rem; }
.bankwire-label { font-weight: 600;}
.order-confirmation__products-header { display: none; }
#order-items { border-right: none !important; }
/* ------------------------------
  57. Ring Modal
------------------------------- */
.ring-change-stone-btn{
  color: var(--color-accent);
  font-size: 1.2rem;
}
.ring-modal__content {
  padding: 2rem var(--padd);
}
.ring-modal__product-size-info {
  color: var(--middle-grey);
  margin-bottom: 4rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.ring-modal__product-size-info span {
  color: var(--primary-text-color);
  font-weight: 600;
  margin-left: 5px;
}
.ring-stone-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.ring-stone-item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
.ring-stone-icon-wrapper {
  overflow: hidden;
  border-radius: 50%;
  height: 50px;
  min-width: 50px;
  width: 50px;
  max-width: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ring-stone-icon-wrapper::before {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-accent);
  content: '';
  height: 0%;
  width: 0%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height .2s ease-in-out, width .2s ease-in-out;
}
.ring-stone-item.is-active .ring-stone-icon-wrapper::before {
  height: 100%;
  width: 100%;
}
.ring-stone-icon-wrapper__inner {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.ring-stone-icon {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.ring-stone-item__name {
  color: var(--primary-text-color);
  font-size: 1.3rem;
}
.stone-price,
.ring-stone-diff {
  color: var(--middle-grey);
  font-size: 1rem;
}
.qty-upsell-modal-actions,
.ring-modal-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
/* ------------------------------
  58. Product dimensions (Wymiary)
------------------------------- */
.product-dimensions-icon-wrapper {
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-badge__product-dimensions {
  color: var(--middle-grey);
  font-size: 1.3rem;
  font-weight: 400;
}
/* ------------------------------
  59. QTY Upsell Modal
------------------------------- */
.sezam-upsell-qty-modal__content { padding: 2rem var(--padd); }
#qty-modal-upsell-product-count { font-weight: 700; }
.sezam-upsell-select-icon {display: contents}
/* -----------------------------------
  60. Modal Product Comments Alert
------------------------------------ */
.product-comment-modal .modal-dialog {
  width: 100%;
  max-width: none;
}
#report-comment-confirmation-message {
  font-size: 1.4rem;
}
.loadMore {
  margin: 0 auto;
  width: min-content;
  white-space: nowrap;
}
/* -----------------------------------
  61. Product - Page Not Found
------------------------------------ */
#products .page-not-found {
  background: #fff;
  color: var(--primary-text-color);
  font-size: .875rem;
  margin: 3rem auto;
  max-width: none;
  padding: 0;
  text-align: center;
  overflow: auto;
}
#products .page-not-found h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0;
}
#products .page-not-found p {
  color: var(--middle-grey);
  font-size: 1.3rem;
}
/* -------------------------
  62. Product Pack
-------------------------- */
.product-pack { margin: 2rem 0 4rem;}
.product-pack__title {
  color: var(--middle-grey);
  font-weight: 400;
  font-size: 1.4rem;
}
.product-pack__list {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-item__img--pack {
  height: 100px;
  width: 75px;
}
.pack-product-price {
  margin: 1rem 0;
}
/* -------------------------
  63. Voucher Activate
-------------------------- */
.voucher-activate {
  min-height: calc(100dvh - 100px);
  padding: 2rem 0 4rem;
}
.voucher-activate__title {
  color: #000;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  text-transform: none;
}
.voucher-activate__inputs-wrapper {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.voucher-activate .help-block {
  color: #000;
  font-size: 1.2rem;
}
.voucher-activate--activateBtn {
  margin-top: 6rem;
}
.voucher-activate__alerts {
  margin-top: 2rem;
}
.voucher-activate .panel {
  border-radius: 8px;
  border: 2px solid var(--light-grey);
  margin: 2rem 0;
  padding: 2rem;
}
.voucher-activate__voucher-value-label {
  font-weight: 600;
}
.voucher-activate__status {
  background-color: var(--light-grey);
  border-radius: 1.5rem;
  color: var(--color-accent);
  margin-top: .5rem;
  font-size: 1rem;
  padding: .5rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
  justify-self: flex-start;
}

#voucherActivatedModal {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  height: 100dvh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(92, 92, 92, 0.4);
  backdrop-filter: blur(5px);
  z-index: 1000;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;

  display: none;
  align-items: center;
  justify-content: center;
}

#voucherActivatedModal .mini-modal .confirmation-of-consent {
  display: block;
  color: var(--color-accent);
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.voucher-activated-modal__footer {
  margin-top: 3rem;
}




@media (max-width: 991px) {
  body { padding-right: 0 !important;}
  #search-img-modal-overlay,
  .modal-search-query-label {display: none !important;}
  .cart-summary-wrapper.is-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  :root { --container-small-width: 720px; }
  .container {
    width: 97vw;
    max-width: none;
  }
  .container--small { width: var(--container-small-width); }
  .blog-miniature { height: auto }
  #newsletter__form,
  .newsletter-text { max-width: 60rem; }
  .newsletter-text { max-width: 100%; }
  .newsletter__input-wrapper {
    background-color: var(--light-grey);
    border-radius: 2.5rem;
    margin: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 160px;
    align-items: center;
  }
  .newsletter__input-wrapper .accent-btn {
    font-size: 1.3rem;
    border-radius: 2.5rem;
    padding: 1.5rem 1.6rem;
  }
  .newsletter__input {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  .custom-checkbox__label--newsletter { padding: 0 2.2rem; }
  .category-hero { height: 52rem; }
  .category-hero__inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
    padding-right: 100px;
    gap: 10rem;

    max-width: 100%;
    width: max-content;

    background: #ffffff7c;
    background: linear-gradient(90deg,rgba(248, 248, 248, 0.514) 63%, rgba(248, 248, 248, 0) 100%);
  }
  .category-hero__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100% - var(--container-small-width)) / 2);
    background: #f8f8f87e;
  }
  .category-hero__content { max-width: 70rem; }
  .category-hero__count { font-size: 1.6rem; }
  .category-additional-description p span { font-size: 1.2rem !important; }
  .breadcrumb,
  #wrapper .breadcrumb li{ gap: 10px; }
  #change-grid-btn { display: none; }
  .active-products-facets { flex-direction: row; align-items: center; }
  .active-facets-wrapper { flex: 1; }
  .breadcrumb__item { font-size: 1.4rem; }
  .auth-wrapper {
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: center;
  }
  .auth-wrapper--default,
  .auth-wrapper--registration {
    background-image:
     linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url('/themes/classic/assets/img/login.webp');
  }
  .auth--login { width: 45rem; }
  .auth--registration { width: 80rem; }
  .auth-sezam-logo { width: 18.6rem; }
  .auth-form-title { font-size: 1.6rem;}
  .page-customer-account #content .auth-form__other-action { font-size: 1.4rem; margin-top: 3rem; }
  .page-customer-account #content .no-account { font-size: 1.4rem; }
  .customer-inputs-grid { grid-template-columns: repeat(2,1fr); column-gap: 1.5rem; }
  .send-renew-password-text { font-size: 1.2rem; }
  .input-error { font-size: 1.1rem; padding: 0 1.5rem; }
  .phone-country-prefix,
  .my-custom-select,
  .custom-input,
  .custom-input,
  .custom-input::placeholder,
  .custom-textarea { font-size: 1.6rem; }
  .ps-alert-success__wrapper { height: calc(100dvh - 162.67px); }
  .bottom-bar{
    bottom: 10%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    grid-template-areas:
      "hero--btns hero--thumbnail hero-contact";
  }
  .hero-swiper-btns { grid-area: hero--btns; }
  .hero-contact-cta {
    justify-self: flex-end;
    grid-area: hero-contact;
  }
  .thumbnail--hero { grid-area: hero--thumbnail; }
  .hero-email-cta { display: flex; }
  .slider .list .item .content {
    bottom: 23%;
    width: 100%;
    max-width: 100%;
  }
  .main-heading{ font-size: 5rem; }
  .slider .list .content .content-text{ font-size: 1.6rem; margin-top: 1.5rem; }
  .category-link-inner { height: 18.5rem; width: 18.5rem; }
  .category-link-inner::before {
    content: '';
    border: 1px solid var(--gold);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
  }
  .category-link-inner::before,
  .category-link-img { height: 16.5rem;  width: 16.5rem; }
  .category-link-inner:hover::before {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .category-title { font-size: 1.4rem; }
  .category-hero__media, .category-hero__media::before { height: 100%; }
  .category-hero__media::before { background: linear-gradient(270deg,rgba(255, 255, 255, 0) 39%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%); display: none; }
  .main-page-section-h3 { font-size: 2.6rem; }
  .main-page-section-padding { padding: 4rem 0; }
  .swiper-btns { display: flex; }
  .swiper-container { padding: 4rem 0; }
  .swiper-pagination-bullet,
  .thumbnail .item { height: 2px; }
  .collection-card:hover .collection-card-inner{ transform: translateY(-25px); }
  .collection-card:hover::before { opacity: .5; }
  .title-subtitle-overlay__subtitle { font-size: 1.6rem; margin-bottom: .6rem; }
  .title-subtitle-overlay__title { font-size: 3.8rem; }
  .halves-banner { display: flex; flex-direction: row; }
  .halves-banner__item { flex: 1;  }
  .pandora-logo { width: 30rem; }
  .sezam-club-baner { height: 52rem; }
  .sezam-club-baner__inner {
    text-align: start;
    padding: 0;
    width: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sezam-club-baner__inner .subtitle {
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .5px;
  }
  .sezam-club-baner__inner .heading { font-size: 4.4rem; padding: 1rem 0; }
  .sezam-club-baner__inner .info { font-size: 1.3rem; }
  .sezam-club-baner__inner .join-club-btn { font-size: 1.3rem; margin-top: 6rem; }
  #products .products[data-view-mode="large"], #products .products[data-view-mode="compact"], #products .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-page__badges {flex-direction: row; flex-wrap: wrap; column-gap: 4rem; row-gap: 3rem;}
  .product-page__title { font-size: 2.8rem; }
  .product-reference dt, .product-reference dd { font-size: 1.4rem; }
  .price { font-size: 2rem; }
  .open-customization-button { font-size: 1.4rem; }
  .product-actions .add-to-cart {font-size: 1.6rem;}
  .product-page__breadcrumbs {display: flex; justify-content: center;}
  .product-page__breadcrumbs-list li {font-size: 1.4rem;}
  .product-cover {border: 1px solid var(--light-grey); border-radius: .8rem; overflow: hidden;}
  .sezam-search-results .product-miniature-link { min-width: calc(25vw - 10px);}
  .brands-page-container {padding-left: 1.5rem !important; padding-right: 1.5rem !important;}
  .brands-page__brand-list { grid-template-columns: repeat(5,1fr); }
  .product-comment-modal .modal-dialog {
    max-width: 774px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-small-width: 880px;
  }
  body.site-panel-open {
    overflow: visible;
    overflow-x: hidden;
    height: auto;
  }
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "shipping stores installments"
      "club returns brand";
  }
  .button { font-size: 1.6rem; }
  #header {height: 12rem; }
  #header .header-nav { display: none; padding: 0}
  #header .header-top { display: block; padding-top: 2.2rem; }
  #header[data-is-transparent="true"] .sezam-main-menu { color: #fff; }
  #header[data-menu-is-open] .sezam-main-menu {
    display: block;
    background-color: transparent;
    width: 100%;
    position: static;
    transform: none;
    transition: none;
  }
  #header[data-is-transparent="true"] .sezam-search { background-color: rgba(248, 248, 248, 0.3); }
  .hero { margin-top: -120px; }
  .cart-btn { font-size: 1.6rem; }
  .sezam-main-menu, .mega-menu {
    height: auto !important;
  }
  .move-back-btn svg { width: 4rem; height: 4rem;}
  .mobile-nav-el {display: none;}
  .main-menu-wrapper {
    flex-grow: 0;
    padding: 1rem 0;
    overflow: visible;
    position: static;
  }
  .main-menu-wrapper::before {content: none}
  .menu--acount-wrapper,
  .menu-heading,
  .main-menu-item svg,
  .submenu__col-2 .menu-item svg { display: none !important; }
  .menu-item{ font-size: 1.4rem; padding: .5rem 0; }
  .menu-item--sm-contact { display: none; }
  .main-menu-item { padding: .8rem 2rem !important; font-weight: 500; }
  .menu-list--main-menu li:first-child .main-menu-item { padding-left: 0 !important; }
  .feature { aspect-ratio: 640/300; }
  .feature__title{ font-size: 1.6rem; }
  .whats-new_topbar { display: flex; }
  .blog-miniature { grid-template-columns: 220px 1fr; min-height: none; }
  .blog-miniature__inner { padding: 2rem 2rem 3.5rem 2rem}
  .blog-miniature__title { font-size: 2rem }
  .blog-miniature__text {font-size: 1.5rem;}
  .blog-miniature__show-more-btn { font-size: 1.6rem }
  #whats-new-swiper-dots { display: none}
  .blog-label { padding: .3rem 1.5rem; }
  #products .products[data-view-mode="large"],
  #products .products[data-view-mode="compact"],
  #products .products { grid-template-columns: repeat(3, 1fr); column-gap: 1.2rem;}
  .products .products__baner { height: auto; }
  .product-list-top-sticky { top: 116.67px; }
  .products-selection__btn p {display: block;}
  .product-option { gap: 3rem; }
  #products .products[data-view-mode="large"] .products__baner { grid-column: span 2; }
  .products-selection {column-gap: 3rem; align-items: flex-start; padding: 1rem 0;}
  #my-selected-filters:not(:empty) { display: flex !important; align-items: flex-start; gap: 3rem }
  .active-facet__name, .selected-filters-label { font-size: 1.6rem; }
  .product-option, .selected-filters-label { padding: 9px 0; }
  .active-facet { padding: .9rem 2rem; gap: 2rem; }
  .filters-list { margin-top: 0; flex: 1; }
  .active-facet .close svg { height: 14px; width: 14px; }
  .active-facet .close:hover { opacity: 1; }
  .active-facet .close:hover svg path { fill: #6f263d; }
  .product-list-top-sticky.is-sticky {
    background: rgb(248, 248, 248) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .topbar { font-size: 1.4rem; }
  .topbar .topbar__inner{ display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px;  padding: .8rem 0;}
  .topbar .topbar__col { display: flex; align-items: center; gap: 16px;}
  .product-miniature-link .product-images { margin-bottom: 10px}
  .product-miniature-link .product-title a,
  .product-miniature-link .price { font-size: 1.5rem; }
  .product-miniature-link .product-discount { padding: 0 .7rem; }
  .product-history {margin: 2rem 0;}
  .product-history .product-history__price, .product-history .product-history__text { font-size: 1.2rem }
  .product-history--order {margin-top: 2rem;}
  .product-miniature-link { margin-bottom: 1rem; }
  .newsletter__input input,
  .newsletter__input input::placeholder { font-size: 1.6rem; }
  .mobile-navbar,
  .submenu__mobile-top-img {display: none;}
  .submenu {
    position: absolute;
    top: calc(100% - 1px);
    display: none;
    grid-template-columns: 28.5rem minmax(27rem, max-content);
    border-radius: 0px 0px 8px 8px;
    border-top: 2px solid var(--light-grey);
    overflow: hidden;
    visibility: visible;
  }
  .submenu[aria-hidden="false"]{  display: grid; }
  .submenu[aria-hidden="false"]:has(.submenu__col-3 img[src]:not([src=""])) { grid-template-columns: 28.5rem minmax(27rem, max-content) 33rem; }
  .submenu__mobile-page {
    position: static;
    height: 47rem;
    transform: none;
    transition: none;
  }
  .nestedMenu-item-toggle {font-weight: 500;}
  .submenu__col-2 {background-color: var(--light-grey);}
  .submenu__col-3 {display: block;}
  .submenu__col-3:not(:has(img[src]:not([src=""]))) { display: none; }
  .submenu__cta-btn {font-size: 1.4rem;}
  .scroll-list { margin-bottom: 0; }
  .scroll-list--grid { overflow: auto; }
  .brands-menu-list {
    grid-template-columns: repeat(3, 150px);
    column-gap: 8rem;
    row-gap: 4rem;
    margin: -3rem;
    padding: 3rem;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .sezam-search-scrollable::-webkit-scrollbar,
  .brands-menu-list::-webkit-scrollbar { display: block; width: 10px; height: 10px; }
  .sezam-search-scrollable::-webkit-scrollbar-track,
  .brands-menu-list::-webkit-scrollbar-track { background: var(--light-pink); }
  .sezam-search-scrollable::-webkit-scrollbar-thumb,
  .brands-menu-list::-webkit-scrollbar-thumb { background-color: var(--color-accent); border-radius: 20px; }
  .category-hero__inner { padding-right: 200px; }
  .brand-letter h3 { font-size: 2.4rem; }
  .menu-list--main-menu { display: inline-flex; padding-bottom: 0; }
  .footer-logo { width: 18rem; }
  .account-link .icon-arrow-right {display: none;}
  .account-link { font-size: 1.6rem; padding: .5rem 0; }
  .md-full-screen-height { min-height: calc(100dvh - 160px); }
  .account-panel { display: grid; grid-template-columns: auto 1fr; height: calc(100dvh - 160px); }
  .md-scroll-section {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    padding-right: 4rem;
  }
  .account-panel__sidebar { display: block;}
  .account-panel__content { overflow-y: hidden; min-height: auto; }
  .panel-content__top-spacer { padding-top: 6rem;}
  .panel-content__padding {
    padding: 0;
    padding-left: 4rem;
    padding-right: 1.5rem;
    height: 100%;
  }
  .addresses-layout { height: 100%; display: flex; flex-direction: column; }
  .addresses-footer { margin: 0 !important; padding: 2rem 0; }
  .nxtal-wishlist-add-to-new,
  .addresses-footer .button {width: 20rem;}
  .page-order-detail h3, .account__header { font-size: 2.3rem; }
  .account__header--hero-welcome { font-size: 3.2rem;}
  .account-welcome__text {font-size: 1.6rem; color: var(--middle-grey)}
  .account-welcome__image { margin: 0; border-radius: .8rem; overflow: hidden;}
  .account-discover__list { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
  .form-footer--account {align-items: flex-start;}
  .form-footer--account .button { width: 18rem; }
  .addresses_blocks-container { gap: 3rem;}
  .address_block_item_actions { gap: 2rem; }
  .stores-heading { font-size: 4.2rem; }
  .stores-about p{ font-size: 1.6rem; }
  .stores-accordion { margin: 4rem 0; }
  .store__name { font-size: 2.4rem; }
  .store__shopping-mall { font-size: 2rem; }
  .store-address { font-size: 1.6rem; }
  .store__manager-photo { border-radius: .8rem; height: 24rem; width: 20rem; }
  .store__details { grid-template-columns: auto 1fr 1fr; column-gap: 3rem; align-items: center; }
  .store__manager { gap: 1rem }
  .store__manager-name {  font-size: 2rem; }
  .store__contact-links {  padding: 0; grid-column: 3/4; margin-top: 2rem; }
  .store__opening_hours { font-size: 1.8rem; }
  .store__opening_hours span,
  .store__contact-links { font-size: 1.6rem; }
  .store__contact { display: block; }
  .store-cta { justify-content: flex-start; gap: 1.5rem; }
  .store-cta .button { width: 21.6rem; }
  .md-site-panel {
    width: 60rem;
    transition: transform .4s ease-in-out;
    transition-delay: 0.2s;
  }
  .site-panel-scrollbar { overflow: auto !important; }
  .site-panel-scrollbar .scroll-list { overflow: visible;}

  .site-panel-scrollbar::-webkit-scrollbar { display: block; width: 10px; height: 10px; }
  .site-panel-scrollbar::-webkit-scrollbar-track { background: var(--light-pink); }
  .site-panel-scrollbar::-webkit-scrollbar-thumb { background-color: var(--color-accent); border-radius: 8px; }

  .mini-modal-title, .site-panel__title { font-size: 2.4rem; }
  .product-feature dt { font-size: 1.2rem; }
  .product-feature dd { font-size: 1.4rem; }
  .no-orders-alert { font-size: 1.6rem; }
  .history-layout { min-height: auto; height: 100%; }
  .history_layout__header-date { font-size: 1.6rem; }
  .history_orders { padding-bottom: 2rem; }
  .history_order__images { min-width: 12rem; padding: 2px;}
  .history_order__images--multiple { column-gap: 2px; row-gap: 2px; }
  .history_order__image--last-with-more::before { font-size: 1.8rem; }
  .history_order__inner { padding: 2.5rem 4rem; gap: 2.5rem }
  .history_order__status { font-size: 1.2rem; }
  .history_order__order-number { font-size: 1.6rem; }
  .history_order__order-date { font-size: 1.2rem; }
  .history_order__order-value { font-size: 1.2rem; }
  .history_order__order-value .value { font-size: 1.6rem; }
  .history_order__sort-btn-inner { display: flex !important; }
  .product-item__name { font-size: 1.6rem; }
  .product-item__img {
    border-radius: 8px;
    height: 159px;
    min-width: 120px;
  }
  .product-item__price { font-size: 1.6rem !important;}
  .sm-el { display: none; }
  .order_detail-layout {
    padding: 0 1.5rem 1rem 4rem;
    height: 100%;
    min-height: auto;
  }
  .order_detail-layout .panel-content__top-spacer { display: block; }
  .panel-content__nav {
    background-color: transparent;
    height: auto;
    padding: 0;
  }
  .panel-content__nav .move-back-btn svg circle {fill: var(--light-grey);}
  .order_detail__header { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 3rem; margin-bottom: 2rem; }
  .order-steps { order: 2; }
  .order_detail-layout__padding { padding: 3rem 0; }
  .order_info-item {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
  .order_info-block__img {
    border-radius: 8px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  .order_info-2-col { gap: 3rem; }
  .order_info-item__name,
  .order_info-item__price { font-size: 1.6rem; }
  .order_info-item__pickup .box .text-muted { font-size: 1.4rem; }
  .order_address { font-size: 1.6rem; font-weight: 400; }
  .order_detail-summary__label { color: var(--middle-grey); font-size: 1.8rem; }
  .order_detail-summary__value { font-size: 2.4rem; }
  .care-badge { font-size: 1.4rem; margin-top: 2rem; gap: 5px; }
  .care-badge svg { width: 24px; height: 24px; }
  .vouchers { gap: 2.5rem }
  .voucher__img { max-height: 16rem; border-width: 2px;}
  .voucher { border-bottom: 1.5px solid var(--light-grey) }
  .voucher__content { background-color: transparent; padding: 0 2.5rem 2.5rem; }
  .voucher__code {
    background-color: var(--light-grey);
    font-size: 1.4rem;
    gap: 1rem;
  }
  .voucher__code svg { width: 1.6rem; height: 1.6rem; }
  .voucher__name { font-size: 1.6rem; }
  #code-copy-info { top: 170px; }
  .voucher__use-now { border-radius: .8rem; }
  .ofs-product__inner { padding: 2.5rem 4rem; gap: 2.5rem; }
  .ofs-product__status { font-size: 1.2rem; }
  .ofs-product__price { font-size: 1.6rem; }
  .remove-email-alert { align-self: center; }
  .custom-file-upload:hover .custom-file-upload__user-label { opacity: 1; visibility: visible;}
  .mobile-contact-panel-wrapp { display: none; }
  .contact { display: grid; grid-template-columns: auto 1fr; height: calc(100dvh - 160px); }
  .contact__left-col { display: block; }
  .contact__right-col { padding: 6rem 0rem 0 5rem; overflow-y: hidden; min-height: auto; }
  .contact-form { max-width: 70rem; }
  .contact-form__submit-btn { max-width: 26rem; align-self: flex-start; }
  .contact-panel__header { font-size: 2.4rem; }
  .contact-panel__description { font-size: 1.6rem; }
  .sezam-store__city { font-size: 1.8rem; }
  .sezam-store__shopping_mall { font-size: 1.6rem; }
  .store-detail-hero { height: 51rem; }
  .store-detail-hero__inner { padding-bottom: 3rem; }
  .store-details__name { font-size: 6.4rem; }
  .store-details__shopping_mall { font-size: 3.2rem; }
  .store-details__description-text,
  .store-detail__info-item,
  .store-opening-hours,
  .store-opening-hours__item,
  .google-review { font-size: 1.6rem; }
  .google-review svg { height: 2.5rem; width: 2.5rem; }
  .store-details-buttons { flex-direction: row; }
  .store-details-buttons .button { width: 100%; max-width: 21.6rem; }
  .store-detail__manager-heading { font-size: 1.6rem; }
  .product__flag-item { font-size: 1.4rem; }
  .product__flag-item svg { height: 16px; width: 16px; }
  .af_subtitle *,
  .af-custom-label__name,
  .custom-radio-input__label { font-size: 1.6rem; }
  .af_filter .count { font-size: 1.2rem; }
  .af_filter_list_grid { column-gap: 1.5rem; row-gap: 3rem; }
  .af-label__material-wrapper { height: 60px; min-width: 60px; width: 60px; max-width: 60px; }
  .af-label__material-wrapper__inner { width: 50px; height: 50px; }
  .af_filter .af-custom-label__material { align-items: center; }
  .site-panel-cta .button { height: 5rem; }
  .nxtal-wishlist-cart .h1 { font-size: 2.3rem; }
  .wishlist-add-to-cart { font-size: 1.4rem; }
  .share-wishilist-btn,.nxtal-wishlist-order-now { font-size: 1.6rem; }
  .dropdown-share-item { padding: 1rem 1.5rem; border-radius: .8rem; transition: background-color .2s ease-in-out; }
  .dropdown-share-item:hover { background-color: rgba(229, 229, 229, 1); }
  .dropdown-share-item svg {width: 4rem; height: 4rem;}
  .share-wishlist-links { gap: 1.5rem; justify-content: center; }
  .dropdown-backdrop-custom { background-color: rgba(0, 0, 0, .6);}
  .share-wishlist-link-dropdown {
    border-top: none;
    border-radius: 2rem;
    padding: 2rem 0;
    width: 500px;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
  .modal.in .modal-dialog {transform: translate(-50%, -50%);}
  .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60rem;
    border-radius: .8rem;
  }
  .modal-content {border-radius: .8rem; }
  #created-wishlist.wishlist-list .wishlist-list-item p { font-size: 1.6rem; }
  .mini-modal { padding: 3rem; }
  .mini-modal-buttons { gap: 3rem; margin-top: 3rem;}
  .customization-modal__padding {padding-right: var(--padd); padding-left: var(--padd);}
  .cz-editor,
  .cz-editor:empty:before,
  .customization-section-label {font-size: 1.6rem;}
  .cz-modal-actions { padding: 2rem var(--padd) var(--padd); }
  .product-grid-container { display: grid; grid-template-columns: 1.3fr 1fr; }
  .product-slider {display: none !important;}
  .product-page__content { padding: 0 50px; }
  .product-page-badge__icon { height: 70px; width: 70px; }
  .product-page-badge {gap: 2rem;}
  .product-comments-additional-info { margin: 0; }
  .md-product-images {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 4px;
  }
  .product-availability__store-name {font-size: 1.6rem;}
  .availability-product__info-label { font-size: 1.2rem; }
  .availability-table td { font-size: 1.6rem; }
  .product-meta-actions__button { font-size: 1.6rem; }
  .modal-description, .size-tab-btn { font-size: 1.6rem; }
  .product-size-table th { font-size: 1.2rem; text-align: center; }
  .product-size-table thead th { padding: 0 5px; }
  .product-size-table td { font-size: 1.6rem; }
  .product-tab__toggle-btn {font-size: 1.6rem;}
  .product-features-data .name, .product-features-data .value, .product-information .product-description ul li, .product-description p{
    font-size: 1.4rem;
  }
  .benefit-item { font-size: 1.6rem; }
  .product-miniature__badges { display: flex; }
  #product-comments-list-header { padding: 6rem 0; }
  .product-reviews { flex-direction: row; gap: 6rem; }
  .rating-breakdown { flex: 1; }
  .bar-placeholder { max-width: 430px; }
  .review-count { font-size: 1.2rem; }
  .rating-label { font-size: 1.6rem; }
  .button-first-product-comment { font-size: 1.6rem; }
  #toggle-comments-btn, .no-product-reviews-info { font-size: 1.8rem; }
  .user-initial, .comment-author { font-size: 2.4rem; }
  .user-initial { height: 6rem; width: 6rem;}
  .comment-date { font-size: 1.2rem; }
  .comment-content__title { font-size: 1.8rem; }
  .comment-content__comment-message { font-size: 1.6rem; }
  .comment-buttons { margin-top: 2rem; }
  .product-comment-list-item { column-gap: 3rem; }
  .add-reviews-btn {font-size: 1.6rem;}
  #search-modal-overlay {  top: 0px !important; }
  .sezam-search-modal {
    border-top: none;
    border-radius: 8px;
    height: 50rem;
    padding: 0;
    overflow: hidden;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sezam-search-sm {display: none;}
  .modal-search-inner {
    height: 100%;
    display: grid;
    grid-template-columns: 35rem 1fr;
    gap: 4rem
  }
  .sezam-search-results {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;

    scrollbar-gutter: stable;
    padding-right: 2rem;
  }
  .sezam-search-results .product-miniature-link { min-width: auto; width: 100%; }
  .sezam-search-results .product-miniature-link .product__flags .product-miniature__badges { display: none; }
  .modal-inner-section { margin-top: 0; padding: 0; }
  .search-modal-section-title { font-size: 2.4rem; }
  .modal-search-link-item { font-size: 1.6rem; }
  .modal-search-sidebar { padding: 3rem; height: 100%; overflow-y: auto;}
  .modal-search-sidebar::-webkit-scrollbar { display: none; }
  .modal-search-body { margin-top: 0; }
  .ui-bottom-bar {width: 100%; height: 2rem; position: sticky; bottom: 0; background-color: #fff; z-index: 20;}

  .sezam-search.modal-is-open .close_search_modal-btn { display: block; }
  .sezam-search.modal-is-open .sezam-search__search-by-img-btn { display: none; }
  .cz-summary-row dt, .cz-summary-row dd { font-size: 1.6rem; }
  .cms-breadcrumb-container { display: flex; justify-content: center; }
  .cms__title { font-size: 3.2rem; }
  .cms-body { padding: 6rem; }
  .cms-jsc-hero { height: 52rem; }
  .cms-page-hero { gap: 3rem; }
  .cms-jsc-hero__overlay { background-color: rgba(0, 0, 0, 0); }
  .cms-page-hero__label { padding: .5rem 2rem; }
  .cms-page-hero__label, .jsc-hero-sign-up { font-size: 1.6rem; }
  .jsc-hero-sign-up {font-weight: 500;}
  .cms-page-hero__title { font-size: 6rem; max-width: 100%; }
  .cms-page-breadcrumb-container { display: flex; justify-content: center; margin-bottom: 2rem;}
  .breadcrumb__item { font-size: 1.6rem; }
  .jsc-loyalty-statuses .cms-section__title,
  .cms-section__title { font-size: 2.6rem; }
  .cms-section__text { font-size: 1.6rem; }
  .cms-page-list-items { font-size: 1.6rem !important; }
  .cms-page-body {margin: 2rem 0;}
  .jsc-download__btn { max-width: 150px; }
  .jsc-loyalty-statuses { text-align: center; }
  .jsc-loyalty-statuses .cms-section__text { max-width: 600px; margin-right: auto; margin-left: auto; }
  .statuses-card__benefits-list li,
  .jsc-status-name { font-size: 1.6rem; }
  .statuses-wrapper { max-width: 600px; }
  .statuses-card__points { font-size: 3.2rem; }
  .statuses-card__points-label { font-size: 1.4rem; }
  .jsc-download-flex { display: flex; justify-content: space-between; gap: 4rem; width: 100%; }
  .jsc-download-qr {display: block;}
  .jsc-download-qr img { max-width: 200px; }
  .jsc-process { grid-template-columns: repeat(3, 240px); margin-top: 3rem; }
  .jsc-process-card { padding: 2rem; }
  .jsc-process-step__number, .jsc-process-step__check-svg { width: 3rem; height: 3rem; font-size: 1.6rem; border-width: 2px;}
  .jsc-process-step:not(:first-child)::before,
  .jsc-process-step:not(:last-child)::after { top: 15px; }
  .jsc-process-card p { font-size: 1.8rem; }
  .jsc-process-step__icon svg { height: 2.5rem;  width: 2.5rem; }
  .jsc-feature__title { font-size: 2.4rem; }
  .jsc-feature__text { font-size: 1.5rem; }
  .jsc-feature__content { top: 35%;}
  .jsc-faq .cms-section__title, .jsc-faq .cms-section__text { text-align: center; }
  .jsc-faq-item__question,.jsc-faq-answer { font-size: 1.6rem; }
  .jsc-faqs { margin-top: 3rem; }
  .jsc-status { font-size: 1.6rem; }
  .product-availability__title,.product-availability__message { font-size: 1.6rem; }
  .mailalert-form-input {margin-bottom: 1.5rem;}
  .psgdprinfo17__title { font-size: 2rem; }
  .psgdprinfo17__text { font-size: 1.6rem; }
  .brands-page { margin-bottom: 6rem; }
  .heading--brands, .heading--cart {font-size: 6rem;}
  .cart__layout { display: grid; grid-template-columns: 1fr 40rem; gap: 5rem; }
  #sezam-checkout-shell .container { padding: 0 1.5rem; }
  #sezam-cart-count { font-size: 1.6rem; }
  .cart__summary { width: 100%; }
  .checkout-banner--sm { display: none; }
  .cart-section__title--cart-main { display: block; margin: 3rem 0; }
  .cart-section__title { font-size: 2.4rem; }
  .cart__right-col {
    display: block;
    margin-right: -1.5vw;
    position: sticky;
    top: 120px;
    align-self: start;
  }
  .upsell-item { gap: 2rem; align-items: center; }
  .upsell-item__title { font-size: 1.4rem; }
  .upsell-item__title svg { width: 24px; height: 24px; }
  .upsell-item__desc { font-size: 1.2rem; }
  .upsell-item__price { font-size: 1.6rem; }
  .button--upsell-modal { height: 5rem !important;}
  .upsell-modal-list li { font-size: 1.6rem; margin-left: 2.5rem;}
  .upsell-modal-list li:before {
    height: 8px;
    width: 8px;
    top: 7px;
    left: -2.5rem;
  }
  .customer-name { font-size: 2rem; }
  .customer-email { font-size: 1.6rem; font-weight: 400; }
  .cart-summary-wrapper { margin-top: 2rem; }
  .checkout-block .cart-summary-line .label, .checkout-block .cart-summary-line .value, .sezam-summary-total .label, .promo-line__code, .promo-line__value {font-size: 1.6rem;}
  .checkout-block .cart-summary-line .label, .promo-line__code { font-weight: 400; }
  #thecheckout-cart-summary { margin: 0; padding: 3rem 6rem 1rem 3rem; }
  .address-tile__content * { font-size: 1.6rem; }
  .addresses-tiles { flex-direction: row; flex-wrap: wrap; }
  .address-tile__option { width: 450px; height: 200px; }
  .address-tile__add-new { height: 200px; width: 200px; }
  #hidden-business-address-fields .form-fields { display: grid; gap: 1.5rem; }
  .cart-forms-layout, #hidden-business-address-fields .form-fields { grid-template-columns: 1fr 1fr; }
  #hide-cart-business-form {font-size: 1.6rem;}
  .address-is-used { font-size: 1.4rem !important; }
  .invoice-form-wrapper { display: flex; flex-direction: row; align-items: center; gap: 2rem; }
  .invoice-i-wrapper { margin-top: 0; }
  .custom-swipe-checkbox .tgl + .tgl-btn { width: 5rem; height: 2.5rem; }
  #thecheckout-account .inner-area { margin-top: 4rem;}
  .delivery-options { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .delivery-option-logo { height: 13.5rem; width: 11rem; padding: 2rem; }
  .delivery-option-label .delivery-option-name .carrier-name,
  .delivery-option-label .delivery-option-price span,
  .shipping-address-notice, .shipping-address-notice > .country-name { font-size: 1.6rem; }
  .delivery-option-label .delivery-option-delay .carrier-delay { font-size: 1.2rem; }
  .sezam-store-card__address { font-size: 1.4rem; }
  .sezam-store-card__name { font-size: 1.6rem; }
  .payment-options { gap: 1.5rem; }
  .payment-tile__box { width: 13rem; }
  #delivery_message { font-size: 1.6rem; }
  .delivery-option-label:hover, .payment-tile__box:hover, .sezam-store-card:hover {
    border-color: var(--color-accent);
  }
  .payment-tile__label { font-size: 1.4rem; }
  .block-promo .promo-input, .block-promo .promo-input::placeholder { font-size: 1.6rem; }
  #thecheckout-psgdpr,
  #thecheckout-newsletter,
  #thecheckout-required-checkbox-2,
  #thecheckout-data-privacy,
  #thecheckout-confirm { margin: 0; padding: .5rem 6rem .5rem 3rem; }
  .block-promo.promo-highlighted { font-size: 1.4rem; }
  .exclusive-promo-line { font-size: 1.6rem; }
  .sezam-empty-h2 { font-size: 6rem; }
  .sezam-empty-image__wrapper .sezam-empty-h2 { display: none; }
  .sezam-empty-content .sezam-empty-h2 { display: block; margin-bottom: 2rem; }
  .sezam-empty-content p { font-size: 1.6rem; }
  .sezam-empty-inner { height: calc(100dvh - 160px); position: relative; }
  .sezam-empty-content {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .sezam-empty-image__wrapper { height: 100% }
  .sezam-empty-content .button.button--accent { margin: 6rem auto 0; }
  .modal-statute-content .cms-page .section-x-padding { padding: 0 2rem; }
  .statute-modal-dialog { width: 70vw; max-width: none;}
  .statute-modal-dialog .modal-content::-webkit-scrollbar { display: block; width: 10px; height: 10px; }
  .statute-modal-dialog .modal-content::-webkit-scrollbar-track { background: var(--light-pink); }
  .statute-modal-dialog .modal-content::-webkit-scrollbar-thumb { background-color: var(--color-accent); border-radius: 20px; }
  .modal-statute-content .cms-body { padding: 3rem 1rem; }
  .card-title.order-confirmation-title { gap: 1rem; font-size: 4.6rem; }

  .order-config__text { font-size: 1.6rem; margin-top: 3rem; }
  .page-order-confirmation-section { margin-top: 6rem; }
  #order-items .image {
    border-radius: 8px;
    height: 159px;
    min-width: 120px;
  }
  .thankyou-summary-line__label,
  .thankyou-summary-line__value,
  #order-details ul li,
  #content-hook_payment_return p,
  .bankwire-label, .bankwire-value {
    font-size: 1.6rem;
  }
  .ring-stone-item__name,
  .ring-modal__product-size-info {
    font-size: 1.6rem;
  }
  .stone-price,
  .ring-stone-diff {
    font-size: 1.2rem;
  }
  .ring-stone-icon-wrapper { height: 60px; min-width: 60px; width: 60px; max-width: 60px; }
  .ring-stone-icon-wrapper__inner { width: 50px; height: 50px; }
  .ring-stone-icon__remove-stone svg { width: 50px; height: 50px; }
  #products .page-not-found h4 { font-size: 1.8rem; }
  #products .page-not-found p { color: var(--middle-grey); font-size: 1.6rem; }
  #js-product-list-footer .container { padding: 0 1.5rem; }
  .product-pack__title { font-size: 1.6rem; }
  .product-item__img--pack {
    height: 132.5px;
    min-width: 100px;
  }
  .voucher-activate {
    max-width: 550px;
    margin: 0 auto;
    padding: 3rem 0 6rem;
  }
  .voucher-activate__title { font-size: 3.6rem; }
  .voucher-activate .help-block { font-size: 1.4rem; }
  .voucher-activate__status { font-size: 1.2rem; }
}
@media (min-width:1024px) {
  .sezam-search--md { min-width: 450px; }
  .product-page__content { padding: 0 80px; }
  .product-page__title { font-size: 3.2rem; }
  .product-reference {margin-top: 1rem;}
  .product-reference dt, .product-reference dd { font-size: 1.6rem; }
  .price { font-size: 2.4rem; }
  .product-page__badges { margin: 4rem 0.5rem 5rem; display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer { padding-top: 6rem !important; }
  .accordion--footer {
    margin-top: 3rem;
    margin-bottom: 4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .accordion__answer { max-height: 50rem; }
  .accordion__link { pointer-events: none; margin-bottom: 2rem; }
  .accordion__link .icon--plus, .accordion__link .icon--minus { display: none; }
  .footer__list-item { padding: .8rem 0; }
  .footer-copyright { padding: 1.5rem 0; }
  .footer__bottom .bottombar {
    font-size: 1.3rem;
    padding: 2.5rem 0;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
  }
  .footer__bottom .bottombar .bottombar__right { display: flex; justify-content: flex-end; gap: 2rem; }
  .product-page__images { position: sticky; align-self: start; }
  .product-page__images, .product-prices { top: 120px; }
  .account-info-layout { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 3rem; }
  .checkout-account-right-col { border-radius: .8rem; padding: 3rem; }
  .checkout-account-right-col .checkout-no-account {display: none;}
  .quest-account-btn {width: 100%;}
  .checkout-account-col-title{ display: block; font-size: 2rem; }
  .checkout-account-md-sing-in { display: flex; }

}
@media (min-width: 1200px) {
  :root {
    --container-small-width: 80%;
  }
  .sezam-search--md { min-width: 500px; }
  .custom-checkbox__label { font-size: 1.1rem; }
  .scroll-list--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 19rem));
    row-gap: 2rem;
    column-gap: 3rem;
  }
  .scroll-list--grid .menu-item span img {
    height: 5rem;
    width: 5rem;
  }
  #products .products[data-view-mode="large"], #products .products[data-view-mode="compact"], #products .products {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-page-badge__icon { height: 85px; width: 85px; }
  .product-page-badge {gap: 2.5rem}
  .product-grid-container { grid-template-columns: 1.5fr 1fr; }
  .product-badge__header, .product-badge__product-dimensions { font-size: 1.6rem; }
  .product-badge__name { font-size: 1.3rem; }
  .account-discover__list { grid-template-columns: repeat(3, minmax(140px, 1fr)); }
  .brands-page__brand-list { grid-template-columns: repeat(6,1fr); }
  .cart__layout { display: grid; grid-template-columns: 1fr 45rem; }
  .upsell-item__content {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "title desc price";
    row-gap: 0;
    column-gap: 1rem;
  }
  .js-upsell-sum {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  :root { --container-small-width: 77%; }
  .container { max-width: 1850px; }
  .section-text { font-size: 1.6rem; }
  .header-main-logo { max-width: 20rem; }
  .header-main-actions__user { font-size: 1.6rem;}
  .main-heading{ font-size: 6rem; }
  .slider .list .content .content-text{ font-size: 2.4rem; }
  .main-menu-item{ font-size: 1.8rem; }
  .menu-item{ font-size: 1.6rem; }
  .category-link-inner { aspect-ratio: 1/1; height: auto; width: 100%; }
  .category-link-img { aspect-ratio: 1/1; height: auto; width: calc((100% - 2rem)); }
  .main-page-section-h3 { font-size: 3.2rem; }
  .title-subtitle-overlay__subtitle { font-size: 2.4rem; margin-bottom: 0; }
  .title-subtitle-overlay__title { font-size: 6rem; }
  .sezam-club-baner__inner .subtitle { font-size: 2.4rem; }
  .sezam-club-baner__inner .heading { font-size: 6rem; }
  .sezam-club-baner__inner .info { font-size: 1.8rem; }
  .sezam-club-baner__inner .join-club-btn { font-size: 1.6rem; padding: .9rem 6rem; }
  .product-miniature-link .product-title a,
  .product-miniature-link .price { font-size: 1.8rem; }
  .feature__title{ font-size: 1.8rem; }
  .blog-miniature__title { font-size: 2.4rem }
  .blog-miniature__text {font-size: 1.6rem;}
  .blog-miniature__show-more-btn { font-size: 1.8rem }
  .footer__category-title { font-size: 1.8rem; }
  .footer__list-item { font-size: 1.6rem; }
  .scroll-list--grid {
    /* overflow: visible; */
    grid-template-columns: repeat(3, minmax(auto, 19rem));
    padding: 0;
  }
  .panel-content__padding { padding-left: 5rem; }
  .md-scroll-section { padding-right: 5rem; }
  .hide-on-lg{ display: none;}
  .order-products > .product-item:first-child { border-top: 2px solid var(--light-grey); }
  .order-detail__products-header { display: grid; grid-template-columns: 125px 1fr 50px 50px 120px 80px; column-gap: 1.5rem; }
  .order-product__lg-content { display: contents; }
  .order-product__lg-content p { font-size: 1.6rem; font-weight: 600;}
  .order-product__lg-content .lg-product__total-sum { font-weight: 700;}
  .order-product__grid { width: 100%; display: grid; grid-template-columns: 1fr 50px 50px 120px 80px; column-gap: 1.5rem; }
  .product-item__lg-col {display: flex; justify-content: center;}
  .order-product__price-wrapper {align-self: flex-start; margin: 0;}
  .cart__layout { display: grid; grid-template-columns: 1fr 50rem; }
  .cart-product-lg-col {display: flex; justify-content: center;}
  .cart-product-lg-col--total_sum { grid-area: lgTotalSum;}
  .cart-product-lg-col--size { grid-area: lgSize;}
  .cart-product-lg-col--qty-mirror { grid-area: lgQTY; }
  .cart-product__body {
    align-items: center;
    grid-template-columns: 1fr 120px 50px 120px 80px 90px;
    column-gap: 1.5rem;
    grid-template-areas:
      "title lgQTY lgSize lgPrice lgTotalSum actions"
      "productInner productInner . . . .";
  }
  .cart-products__header { display: grid; }
  #order-items .qty .order-product__price-wrapper { margin: 1rem 0;}
}
@media (min-width: 1700px) {
  .cart__layout { display: grid; grid-template-columns: 1fr 60rem; }
  .promo-input-button .button { width: 18rem; }
}
@media (min-height: 890px) {
  .sezam-search-modal { height: 74rem;}
}

/* ERRORY */
.form-error {
  margin-top: 12px;
  padding: 6px 12px;
  border: 1px solid rgba(180, 60, 60, 0.35);
  border-radius: 3rem;
  background: rgba(180, 60, 60, 0.05);
}
.form-error, .form-error__item {
  color: #8b1e1e;
  font-size: 11px;
  line-height: 1.45;
}

.form-error__list {
  margin: 0;
  padding: 0;
  list-style: none;
}




/* ********************** */
/* CMS I INNE */
/* ********************** */

/* CATEGORY FOOTER */
#js-product-list-footer .category-footer {
  margin-top: 60px;
  border: none;
  background: transparent;
}

/* kontener opisu */
#js-product-list-footer .category-footer .text-muted {
  margin: left;
  color: #444;
}

#js-product-list-footer .category-footer .text-muted h1 {
  font-size: 32px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  margin-bottom: 32px;
  color: #111;
}

#js-product-list-footer .category-footer .text-muted h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 12px;
  position: relative;
  color: #111;
}

#js-product-list-footer .category-footer .text-muted h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 28px 0 10px;
  color: #222;
}

#js-product-list-footer .category-footer .text-muted p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #555;
}

#js-product-list-footer .category-footer .text-muted ul {
  margin: 12px 0 24px 18px;
  padding: 0;
}

#js-product-list-footer .category-footer .text-muted li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #555;
}

#js-product-list-footer .category-footer .text-muted li b {
  color: #111;
}

.js-additional-information.additional-information,
.js-additional-information.additional-information p {
  font-size: 14px;
  color: var(--middle-grey);
}

body#checkout .additional-information{
  margin-left:0 !important;
  margin-top:0 !important;
}

#payment-info-modal-body .bankwire-info {
  margin-top:10px;
  display: grid;
  gap: 15px;
}

#payment-info-modal-body .bankwire-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  align-items: start;
}

#payment-info-modal-body .bankwire-label {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
}

#payment-info-modal-body .bankwire-value {
  font-size: 13px;
}

    .sezam-mag-header {
      background: #fff;
      padding: 50px 20px 60px 20px;
      text-align: center;
      position: relative;
    }
    .sezam-mag-header h1 {
      font-size: 42px;
      color: #111;
      margin-bottom: 10px;
      text-transform: capitalize;
    }
    .sezam-mag-header .subtitle {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--color-accent);
      font-weight: 600;
      display: block;
      margin-bottom: 15px;
    }
    .sezam-mag-header .line {
      width: 50px;
      height: 2px;
      background: var(--color-accent);
      margin: 20px auto;
    }

    .cms-delivery-style-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin: 40px 0;
      justify-content: center;
    }
    .delivery-item-cms {
      flex: 0 1 calc(25% - 20px);
      min-width: 260px;
      padding: 40px 25px;
      border-radius: 8px;
      text-align: center;
      background: #f8f8f8;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none !important;
    }

    .delivery-item-cms i {
      font-size: 42px;
      color: var(--color-accent);
      margin-bottom: 20px;
    }
    .delivery-item-cms h4 {
      font-size: 18px;
      font-weight: 700;
      color: #222;
      margin: 0 0 12px 0;
      line-height: 1.3;
      text-transform: none;
    }
    .delivery-item-cms p {
      font-size: 14px;
      color: #777;
      margin: 0;
      line-height: 1.5;
    }
    .delivery-item-cms .read-more {
      margin-top: 20px;
      font-weight: 600;
      color: var(--color-accent);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    @media (max-width: 991px) {
      .delivery-item-cms { flex: 0 1 calc(50% - 20px); }
    }
    @media (max-width: 575px) {
      .delivery-item-cms { flex: 1 1 100%; }
      .sezam-mag-header h1 { font-size: 32px; }
    }


      .cms-content p{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cms-content h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
  }
  .cms-content h1{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
  }
  .cms-content ol {
  padding-left: 2em;
  }

.cms-content .btn {
  border: none;
  border-radius: 3rem;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background-color: var(--color-accent);

  font-size: 1.3rem;
  padding: .6rem 1.4rem;
  min-height: 3.4rem;

  width: auto;
  transition: background-color .2s ease-in-out;
}

.cms-content .btn:hover {
  background-color: rgb(145, 60, 88);
}
/*     <div class="cms-spacer"></div>      */

@media (max-width: 768px) {
  .cms-content .btn {
    width: 100%;
    font-size: 1.2rem;
    min-height: 3.8rem;
  }
}
.cms-content ol li {
  line-height: 1.6;
}
.cms-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius:8px;
}
.cms-spacer {
  height: 30px;
}
@media (max-width: 768px) {
  .cms-content {
    font-size: 14px;
  }
  .cms-content h1,h2 {
    font-size: 16px;
  }
}
.cms-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.cms-table th,
.cms-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.cms-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cms-table {
    font-size: 10px;
  }

  .cms-table th,
  .cms-table td {
    padding: 2px;
  }
}




.cms-faq .faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.cms-faq .faq-question {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 0;
  position: relative;
}

.cms-faq .faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
}

.cms-faq .faq-item.active .faq-question::after {
  content: "–";
}

.cms-faq .faq-answer {
  display: none;
  padding: 10px 0;
}

.cms-faq .faq-item.active .faq-answer {
  display: block;
}



.cms-grid-2 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cms-grid-item {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.cms-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: var(--color-accent);
}

.cms-grid-img-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.cms-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 0 !important;
}

.cms-grid-content {
  padding: 20px;
  text-align: left;
}

.cms-grid-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.cms-grid-desc {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cms-grid-item {
    min-width: 100%;
  }
}


.cms-banner-section {
  margin: 60px auto;
  max-width: 1200px;
  border-radius: 8px;
  overflow: hidden;
}

.cms-banner-bg {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
    border-radius: 8px;

}

.cms-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
    border-radius: 8px;

}

.cms-banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.cms-banner-content h2 {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.cms-banner-text {
  max-width: 760px;
  margin: 10px auto 20px !important;
  font-size: 17px;
  line-height: 1.6;
  color: #f3f3f3;
  text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

/* SITEMAP */
ul.sezam-sitemap {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

ul.sezam-sitemap li {
    display: block !important;
    margin: 4px 0 !important;
    line-height: 1.5 !important;
    clear: both;
}

ul.sezam-sitemap a {
    display: inline-block !important;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600;
    padding: 2px 0;
}

ul.sezam-sitemap.sezam-nested {
    margin-left: 25px !important;
    padding-left: 15px !important;
    border-left: 1px solid #d1d1d1 !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    display: block !important;
}

ul.sezam-sitemap.sezam-nested a {
    font-weight: 400 !important;
    color: #777 !important;
    font-size: 14px !important;
}

ul.sezam-sitemap a:hover {
    color: var(--color-accent) !important;
}

.content-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

@media (min-width: 768px) {

  .md-product-images .manufacturer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .md-product-images .manufacturer-logo {
    max-width: 50%;
    max-height: 250px;
    object-fit: contain;
  }

}