.logo_container img {
  width: 190px;
  height: auto;
}

.red_btn {
  background-color: #EA80B3;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
}

.red_btn:focus {
  outline: none !important;;
  box-shadow: 0 0 0 0.2rem #ff97cc40;
}

input:focus,
button:focus,
textarea:focus {
  outline: none !important;;
  box-shadow: 0 0 0 0.2rem #ff97cc40 !important;
  /*border-color: #ff97cc40 !important;*/
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #EA80B3;
}

.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  background: #EA80B3;
  border: 1px solid #EA80B3;
}


.red_btn:hover,
.red_btn:active {
  background: #ff97cc !important;
}

.red_link {
  color: #EA80B3;
  font-size: 13px;
}

.red_link:hover {
  color: #EA80B3;
  text-decoration: underline;
}


.logo_container a span {
  color: #EA80B3;
}

.main_slider {
  /*margin-top: 127px;*/
}


#slides {
  /*border-bottom: 1px solid #515151;*/
  box-shadow: 1px 1px 2px #ea80b36b;
}
#slides .slide .mobile_img{
  display: none;
}


.top_nav_menu {
  padding: 13px 0;
}

.top_nav_menu .rs {
  display: inline-block;
  position: relative;
  min-width: 50px;
  border-right: solid 1px #33333b;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  vertical-align: middle;
  background: #1e1e27;
}

.top_nav_menu .rs:last-child {
  border-right: none;
}

.top_nav_menu .rs a {
  color: #b5aec4;
}

.top_nav_menu .rs:hover a {
  color: #EA80B3;
}

.main_nav_container {
  border-bottom: #00000015 1px solid;
}

.navbar_menu {
  display: flex;
  float: left;
}

.navbar_menu li {
  display: inline-block;
  position: unset;
  position: relative;
}

.navbar_menu li > a {
  /*display: block;*/
  /*color: #b5aec4;*/
  /*font-weight: 400;*/
  /*height: 50px;*/
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 10px;
  text-align: center;
}

.navbar_menu li > a > i {
  margin-left: 4px;
}

.navbar_user li > a > i {
  margin-left: 0;
}
.hamburger_menu_content {
  padding-left: 20px;
}
.hamburger_menu_content .menu_item > a {
  height: 55px;
  line-height: 55px;
  text-align: left;
}

.hamburger_menu_content .menu_item .menu_selection li a {
  font-size: 12px;
  line-height: 35px;
  height: 35px;
  text-align: left;
  padding-left: 5px;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  /*appearance: textfield;*/
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  /*border: 2px solid #ddd;*/
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:hover {
  border-radius: 50%;
  border: solid #a4a4a4 1px;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background-color: #515151;
  transform: translate(-50%, -50%);
}


.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 3rem;
  padding: .4rem;
  border: none;
  border-width: 0 2px;
  font-size: 16px;
  height: 30px;
  text-align: center;
}


/**  sous menu */
.header {
  overflow: hidden;
}

.header:hover {
  overflow: visible;
}

.sous-menu {
  display: grid;
  position: absolute;
  right: 0;
  top: 120%;
  margin: 0;
  width: 100%;
  width: fit-content;
  min-width: 160px;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  /*z-index: 1;*/
  box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;

  /*transition-duration: 1s;*/
  /*transition-property: transform;*/

}

.navbar_search .sous-menu {
  max-width: none;
  width: 460px;
  padding: 24px 28px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  right: -60px;
  display: block !important;
  height: auto !important;
}

.navbar_search .sous-menu li:first-child label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  display: block;
}

.navbar_search .sous-menu .input-group {
  display: flex;
  align-items: stretch;
}

.navbar_search .sous-menu input.form-control {
  height: 46px;
  line-height: 46px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  padding: 0 16px;
  transition: border-color 0.2s;
  box-shadow: none;
  flex: 1;
}

.navbar_search .sous-menu input.form-control:focus {
  border-color: #e84c8a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 76, 138, 0.1);
}

.navbar_search .sous-menu .red_btn {
  height: 46px;
  border: none;
  border-radius: 0 8px 8px 0;
  background: #e84c8a;
  color: #fff;
  padding: 0 18px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar_search .sous-menu .red_btn:hover {
  background: #d43d7a;
}

.navbar_user .sous-menu {
  right: -65px;
}

.navbar_menu > li:hover > .sous-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-animation: rollIn .8s ease;
  animation: rollIn .8s ease;
}

.navbar_menu > li > .sous-menu > li:hover > .sous-menu {
  visibility: visible;
  opacity: 1;
  top: 0%;
  -webkit-animation: rollIn .8s ease;
  animation: rollIn .8s ease;
  right: -160px;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.sous-menu li {
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  line-height: 50px;
}

.sous-menu li a {
  display: block;
  color: #232530;
  border-bottom: solid 1px #dddddd;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 5px;
  width: 100%;
  height: auto;
}

.sous-menu li a:hover {
  color: #b5aec4;
}

.sous-menu li:last-child a {
  border-bottom: none;
}

/**  sous menu  end*/

.navbar {
  display: block;
}

.navbar_user {
  float: right;
  /*padding: 20px;*/
}

.navbar_user > li {
  padding: 26px 0;
}

.new_arrivals .product_image, .product_filter .product_image {
  height: 221px;
  text-align: center;
  overflow: hidden;
}

.new_arrivals .product_image img, .best_sellers .product_image img, .product_filter .product_image img {
  height: 221px;
  width: 221px;
  object-fit: cover;
  max-width: 100%;
}

.favorite {
  left: 15px;
  margin: auto;
}

.shop_now_button {
  width: auto;
  padding: 0 20px;
}

/** products */
.product-grid .product-item {
  width: 25%;
}

.page_selection li:last-child a, .page_selection li:last-child span {
  border-bottom: none;
}

/* product details */
/*
.single_product_container{
  margin-top: 60px;
}
*/


.custom-radio .item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.custom-radio .item:hover::before,
.custom-radio .item.active::before {
  position: absolute;
  left: -5px;
  right: 0;
  top: -5px;
  bottom: 0;
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #EA80B3;
}

.custom-radio-filled .item {
  min-width: 66px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  font-weight: inherit;
  color: #000;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px;
  width: 28px;
  height: 28px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
}

.custom-radio-filled .item:hover,
.custom-radio-filled .item.active {
  border: 1px solid transparent;
  color: #EA80B3;
  font-weight: bold;
}

.custom-radio-filled .item:hover::before,
.custom-radio-filled .item.active::before {
  position: absolute;
  background: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 16px;
  border: 1px solid #EA80B3;
}

.custom-radio .item.active::before,
.custom-radio-filled .item.active::before {
  border: 2px solid #EA80B3;
}

.custom-radio .item.disabled::before,
.custom-radio-filled .item.disabled::before,
.custom-radio .item.disabled,
.custom-radio-filled .item.disabled {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  /*display: none;*/
}

/** confirmation popover */
.red-confirm {
  background: #EA80B3;
  color: #fff;
}

.red-confirm:hover {
  background: #ff97cc;
  color: #fff;
}

.red-cancel {
  border: solid 1px #EA80B3;
  color: #EA80B3;
}

.red-cancel:hover {
  border: solid 1px #ff97cc;
  color: #ff97cc;
}

.confirmation .popover-header {
  color: #EA80B3;
  background-color: #ffe9ef;
  border-bottom: 1px solid #ffc1e5;
}

.confirmation.popover {
  border: solid 1px #EA80B3;
}

.confirmation.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.confirmation.popover.bs-popover-top .arrow::before {
  border-top-color: #EA80B3;
}


/** modal aauth */
#auth_modal {
  background-color: rgba(34, 34, 34, .2);
}

#auth_modal .modal-header {
  border: none;
  padding-bottom: 0;
}

#auth_modal .modal-body {
  padding-top: 0;
  padding-bottom: 50px;
}

#auth_modal .modal-dialog {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  max-width: 950px;
}

#auth_modal .modal-content {
  border-radius: 0;
}

.modal-backdrop {
  background: none;
}


#auth_modal .inscription_form,
#auth_modal .auth_form,
#auth_modal .rs_login {
  margin: auto;
}

#auth_modal .right {
  border-left: 1px solid #e5e5e5;
}


input.form-control,
textarea.form-control {
  border-radius: 0;
  font-size: 13px;
  color: #000;
}

#auth_modal h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}


#auth_modal .form-item label {
  margin-top: 15px;
  margin-bottom: -7px;
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  color: #666;
}

#auth_modal .btn {
  margin-top: 20px;
}

#auth_modal .red_btn {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}


#auth_modal .red_link {
  text-transform: capitalize;
  text-align: center;
  margin-top: 5px;
  display: block;
}


#auth_modal .divider {
  position: relative;
  text-align: center;
  margin-top: 10px;
  color: #ccc;
}

#auth_modal .divider:before,
#auth_modal .divider:after {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 45%;
  height: 1px;
  top: 47%;
}

#auth_modal .divider:before {
  left: 0;
}

#auth_modal .divider:after {
  right: 0;
}

#auth_modal .btn_rs {
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ced4da;
}
#auth_modal .btn_rs_mob {
display: none;
}

#auth_modal .btn_rs:hover {
  background: #eee;
}

#auth_modal .btn_rs.btn-facebook::before {
  content: "";
  background: url('../images/facebook_icon.png') no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
}

#auth_modal .btn_rs.btn-google::before {
  content: "";
  background: url('../images/google_icon.png') no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
}


.inline-error {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #db5246;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  color: #303030;
  font-size: 15px;
  letter-spacing: 0.5px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.40em;
  left: .12em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #EA80B3;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


.alert {
  border-radius: 0;
}


.benefit_item {
  padding-left: 14px;
}


.benefit_col .benefit_item > div {
  width: 90%;
  margin: auto;
}

.benefit_col .benefit_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
}

.benefit_col .benefit_content {
  padding-left: 45px;
}


.benefit_icon .icon {
  width: 30px;
  height: 30px;
  display: block;
}

.icon_truck {
  content: "";
  background: url('../images/delivery-truck.png') no-repeat center;
  background-size: 30px;
}

.icon_money {
  content: "";
  background: url('../images/money.png') no-repeat center;
  background-size: 30px;
}

.icon_return {
  content: "";
  background: url('../images/circular-arrow.png') no-repeat center;
  background-size: 30px;
}

.icon_clock {
  content: "";
  background: url('../images/clock.png') no-repeat center;
  background-size: 30px;
}

.newsletter_text p {
  text-align: left;
}


/** faq */
.faq_container {
  margin-top: 160px;
  min-height: 60vh;
}

.faq_container h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.faq_container .card {
  border: none;
}

.faq_container .card-header {
  background: none;
  border-bottom: none;
}

.faq_container .card-header button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-left: 10px;
}

.faq_container .card-header button i.fa {
  color: #EA80B3;
  margin-right: 10px;
}

.faq_container .card-header button:hover {
  color: #EA80B3;
}

.faq_container .card-body {
  font-size: 14px;
  padding-left: 65px;
}

.toast-top-right {
  top: 160px !important;
}

/* Toast font size fix */
.toast-title {
  font-size: 2rem;
}

.toast-message {
  /*font-size: 0.9375rem;*/
  font-size: 1.5rem;
}


/* Search autocomplete results dropdown */
.search-autocomplete-results {
  display: none;
  margin-top: 12px;
  max-height: 380px;
  overflow-y: auto;
  border-top: 1px solid #f0f0f0;
  padding-top: 8px;
}

.search-autocomplete-results::-webkit-scrollbar {
  width: 6px;
}

.search-autocomplete-results::-webkit-scrollbar-track {
  background: transparent;
}

.search-autocomplete-results::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 3px;
}

.search-autocomplete-results::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.search-autocomplete-results.active {
  display: block;
}

.search-result-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px;
  padding: 10px 12px !important;
  border-radius: 8px;
  transition: background 0.15s;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden;
  border-bottom: none !important;
  text-transform: none !important;
  line-height: normal !important;
  text-align: left !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  position: static !important;
}

.search-result-item .search-result-img,
.search-result-item .search-result-img img {
  display: block;
}

.search-result-item:hover {
  background: #fce4ef;
  text-decoration: none !important;
}

.search-result-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.search-result-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.search-result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.search-result-title {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  white-space: normal;
}

.search-result-price {
  font-size: 13px;
  font-weight: 600;
  color: #e84c8a;
}

.search-result-price del {
  color: #aaa;
  font-weight: 400;
  font-size: 12px;
  margin-left: 4px;
}

.search-result-footer {
  padding: 10px 0 2px;
  border-top: 1px solid #f0f0f0;
  margin-top: 6px;
  text-align: center;
}

.search-result-footer a {
  color: #e84c8a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.search-result-footer a:hover {
  text-decoration: underline;
}

.search-result-empty {
  text-align: center;
  padding: 16px 0;
  color: #999;
  font-size: 13px;
}


.form_input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #e5e5e5;
  background-color: transparent;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}

.form_input[readonly="readonly"] {
  color: #848484;
}

.custom_form label {
  font-size: 14px;
  font-weight: 400;
  /* margin-bottom: -9px; */
  color: #989898;
  /* display: block; */
  /* margin-left: 10px; */
  z-index: 9;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: -12px;
  padding: 0 13px;
}

.product_section_container {
  margin-top: 180px;
}
.section_title::after {
  background: #EA80B3;
}
.scroll-top{
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}

/* Fix for pages with fixed header overlap */
.ps-page--simple,
.ps-page--my-account {
  margin-top: 150px;
}

/* Product Card - Actions Positioning */

/* Style the Acheter button container (div) */
.ps-product .ps-product__thumbnail div.ps-product__actions {
  background: none;
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

/* Make Acheter button full-width */
.ps-product .ps-product__thumbnail div.ps-product__actions .ps-btn {
  width: 100%;
  border-radius: 0;
  text-align: center;
}

/* On hover: Move icon buttons UP to make room for Acheter button below */
.ps-product:hover .ps-product__thumbnail ul.ps-product__actions {
  transform: translate(-50%, -50px);
}

/* Product thumbnail image - consistent height */
.ps-product .ps-product__thumbnail img {
  height: 280px;
  object-fit: cover;
}

/* Product title - capitalize */
.ps-product .ps-product__title {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Fix hover content border alignment with parent card */
.ps-product .ps-product__content.hover {
  left: -21px;
  right: auto;
  width: calc(100% + 42px);
}

/* ========================================================================
   Breadcrumb Navigation Styles
   ======================================================================== */

.ps-breadcrumb {
  background-color: #f8f9fa;
  padding: 12px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.breadcrumb-item a {
  color: #EA80B3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #ff97cc;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d;
  font-weight: 500;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #6c757d;
  user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ps-breadcrumb {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  
  .breadcrumb-list {
    font-size: 13px;
  }
  
  .breadcrumb-separator {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-list {
    font-size: 12px;
  }
  
  .breadcrumb-separator {
    margin: 0 4px;
  }
  
  /* Truncate long breadcrumb items on small screens */
  .breadcrumb-item span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}

/* Expired deal styling */
.deal_ofthe_week.deal-expired {
  opacity: 0.5;
}
.deal_ofthe_week.deal-expired .red_button {
  display: none;
}

/* ========================================================================
   Mobile Menu Animation (override legacy styles)
   ======================================================================== */
.hamburger_menu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: min(400px, 85vw) !important;
  height: 100vh !important;
  background: #fff !important;
  z-index: 1001 !important;
  transform: translateX(100%);
  transition: transform 350ms cubic-bezier(0.32, 0.72, 0, 1) !important;
  box-shadow: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hamburger_menu.active {
  transform: translateX(0) !important;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
}

.fs_menu_overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.45) !important;
  z-index: 1000 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms cubic-bezier(0.32, 0.72, 0, 1), visibility 0s linear 350ms !important;
  pointer-events: none !important;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.fs_menu_overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
  transition: opacity 350ms cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.hamburger_close {
  position: absolute;
  top: 18px;
  right: 14px;
  padding: 10px;
  z-index: 2;
  cursor: pointer;
  transition: transform 200ms ease;
}

.hamburger_close:hover {
  transform: rotate(90deg);
}

.hamburger_close i {
  font-size: 22px;
  color: #333;
}

/* Menu items base state for stagger animation */
.hamburger_menu .menu_item {
  will-change: transform, opacity;
}

.hamburger_menu .menu_item > a {
  display: block;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: background 200ms ease, color 200ms ease;
}

.hamburger_menu .menu_item > a:hover {
  background: #fdf2f8;
  color: #e84c8a;
}

.hamburger_menu .menu_selection {
  background: #fafafa;
}

.hamburger_menu .menu_selection li a {
  padding: 10px 24px 10px 40px;
  font-size: 14px;
  color: #666;
  display: block;
  transition: color 200ms ease;
}

.hamburger_menu .menu_selection li a:hover {
  color: #e84c8a;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.pagination .page-item .page-link {
  color: #555;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  background: #fff;
  min-width: 40px;
  text-align: center;
}

.pagination .page-item .page-link:hover {
  background: #fce4ef;
  border-color: #e84c8a;
  color: #e84c8a;
}

.pagination .page-item.active .page-link {
  background: #e84c8a;
  border-color: #e84c8a;
  color: #fff;
  display: inline-block;
  line-height: 32px;
}

.pagination .page-item.disabled .page-link {
  color: #ccc;
  background: #f9f9f9;
  border-color: #eee;
  display: inline-block;
  line-height: 32px;
}

/* ── Home: atelier cards in Isotope grid & Owl Carousel ── */
.new_arrivals .product-item {
    width: 25%;
    height: auto;
    padding: 8px;
}
.new_arrivals .product-item::after {
    display: none;
}
.new_arrivals .product-item .atelier-similar-card {
    height: 100%;
}
.new_arrivals .product-item:hover .add_to_cart_button {
    display: none;
}
.best_sellers .product_slider_item .atelier-similar-card {
    margin: 0 5px;
}
.best_sellers .product_slider_item .product-item {
    height: auto !important;
}
.best_sellers .product_slider_item .product-item::after {
    display: none;
}
.best_sellers .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.best_sellers .owl-carousel .owl-item {
    height: auto !important;
}
.best_sellers .product_slider_item {
    height: auto !important;
}
/* Home: keep full product visible inside thumb frame */
.new_arrivals .ps-product .ps-product__thumbnail img,
.best_sellers .ps-product .ps-product__thumbnail img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .new_arrivals .product-item {
        width: 50%;
    }
}
/* Keep 2 columns on very small phones (override legacy .product-item width:100%) */
@media (max-width: 479px) {
    .new_arrivals .product-item {
        width: 50% !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .new_arrivals .product-item {
        width: 33.333%;
    }
}
