/* GiftSazan V69 generated bundle. Source order preserved to reduce HTTP requests. */

/* --- assets/css/style.css --- */
/** 123 123 123
* Template Name: Eterna - v4.7.0
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "yekan";
    direction: rtl;
    text-decoration: none;
    text-align: right;
  color: black;
}
.phone-number {
    direction: ltr;
    unicode-bidi: plaintext;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-decoration: none;
    color:BLACK;
    font-family: Vazirmatn, Tahoma, sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: whitesmoke;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "yekan";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e96b56;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ee8b7a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #dc4095;
  padding: 10px 0;
  font-size: 14px;
  color: black;
}
#topbar .contact-info i {
  font-style: normal;
  color: black;
    letter-spacing: 2px;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: black;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #e96b56;
}
#topbar .social-links a {
  color: black;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}
#topbar .social-links a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo2 h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "yekan";
  border-right: 8px solid #e96b56;
}
#header .logo2 h1 a, #header .logo h1 a:hover {
  color: black;
  text-decoration: none;
}
#header .logo2 img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "yekan";
  font-size: 14px;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e96b56;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #e96b56;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #ec7f6d;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: black;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e96b56;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: black;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e96b56;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e96b56;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero h2 span {
  color: #e96b56;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(black, 15);
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: black;
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #e96b56;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}
#hero .carousel-indicators li.active {
  opacity: 1;
}
#hero .btn-get-started {
  font-family: "yekan";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e96b56;
  background: #e96b56;
}
#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}
@media (max-height: 768px), (max-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "yekan";
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: black;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}
.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}
.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}
.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.featured .icon-box h3 a {
  color: black;
  transition: 0.3s;
}
.featured .icon-box p {
  color: black;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.featured .icon-box:hover {
  background: #e96b56;
}
.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: black;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.floating-container {
  position: fixed;
  bottom: 20px;
  left: 20px;     /* تغییر از right به left */
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.call-button {
  background-color: #f8c0cb; /* صورتی ملایم */
  color: #333; /* رنگ متن تیره‌تر برای خوانایی روی صورتی */
}

.whatsapp-button {
  background-color: #25D366; /* سبز واتساپ */
}

.floating-button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* اضافه کردن آیکون ها (اختیاری، اگر استفاده می کنید) */
.call-button::before {
  content: "📞"; /* یا می توانید از آیکون فونت استفاده کنید */
}

.whatsapp-button::before {
  content: "💬"; /* یا می توانید از آیکون فونت استفاده کنید */
}


/* --- css/site.css --- */
@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: 400;
    src:
    url('../fo/IRANSansWeb_Light.woff2') format("woff2"),
    url('../fo/IRANSansWeb_Light.woff') format("woff"),
    url('../fo/IRANSansWeb_Light.eot') format("embedded-opentype"),
    url('../fo/IRANSansWeb_Light.ttf') format("truetype");
}

@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: 300;
    src:
    url('../fo/IRANSansWeb_UltraLight.woff2') format("woff2"),
    url('../fo/IRANSansWeb_UltraLight.woff') format("woff"),
    url('../fo/IRANSansWeb_UltraLight.eot') format("embedded-opentype"),
    url('../fo/IRANSansWeb_UltraLight.ttf') format("truetype");
}

@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: 500;
    src:
    url('../fo/IRANSansWeb_Medium.woff2') format("woff2"),
    url('../fo/IRANSansWeb_Medium.woff') format("woff"),
    url('../fo/IRANSansWeb_Medium.eot') format("embedded-opentype"),
    url('../fo/IRANSansWeb_Medium.ttf') format("truetype");
}

@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: 700;
    src:
    url('../fo/IRANSansWeb_Bold.woff2') format("woff2"),
    url('../fo/IRANSansWeb_Bold.woff') format("woff"),
    url('../fo/IRANSansWeb_Bold.eot') format("embedded-opentype"),
    url('../fo/IRANSansWeb_Bold.ttf') format("truetype");
}

@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: 900;
    src:
    url('../fo/IRANSansWeb_Black.woff2') format("woff2"),
    url('../fo/IRANSansWeb_Black.woff') format("woff"),
    url('../fo/IRANSansWeb_Black.eot') format("embedded-opentype"),
    url('../fo/IRANSansWeb_Black.ttf') format("truetype");
}

body {
    font-family: "yekan", Tahoma, sans-serif;
    direction: rtl;
    text-decoration: none;
    text-align: right;
    font-weight: 400;
}

#login {
  color: black;
    width: 100%;
    text-decoration: none;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
}

#padding {
    padding: 10px;
}

#row1 {
    margin: 10px;
    padding: 2px;
}

#hr {
    height: 2px;
    background-color: #dedce0;
    margin: 5px;
    margin-top: 10px;
}

#s {
    height: 35px;
    width: 70%;
    border: 1px solid #a19495;
    margin-top: 3px;
    padding-bottom: 5px;
}

#sButton {
    height: 35px;
    width: 25%;
    border: 1px solid #a19495;
    background-color: whitesmoke;
    margin: auto;
    padding-bottom: 5px;
}

#logoImg {
    padding: 5px;
    margin: auto;
    height: 100px;
}

#menuColor {
    height: 45px;
    background-color: deeppink;
    margin: 0px -14px 0px -14px;
}
#menuColor2 {
    height: 145px;
    background-color: deeppink;
    margin: 0px -14px 0px -14px;

}

#menu {
    color: white;
    padding: 0px;
    margin: auto;
    float: right;
}
#menu2 {
    color: deeppink;
    padding: 0px;
    margin: auto;
    float: right;
}

#menu li {
    font-size: 14px;
    float: right;
    list-style: none;
    position: relative;
    padding: 12px 10px 12px 10px;
    display: block;
}
#menu2 li {
    font-size: 14px;
    float: right;
    list-style: none;
    position: relative;
    padding: 12px 10px 12px 10px;
    display: block;
}

#menu a {
    color: white;
}
#menu2 a {
    color: white;
}

#menuBasket {
    background-color: red;
    color: white;
    font-size: 12px;
    height: 100%;
    padding: 16px 3px;
    text-align: center;
    text-align: center;
    direction: rtl;
    font-family: 'yekan';
}

#menuBasketgreen {
    background-color: red;
    color: white;
    font-size: 12px;

    padding: 13px 3px;
    text-align: center;
    direction: rtl;
    margin-top: 2px;
}

#menuBasket a {
    color: white;
    font-size: 13px;
    text-decoration: none;
}

#menuBasketgreen a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}

#note {
    width: 100%;
    height: 40px;
    float: right;
    display: block;
    overflow: hidden;
}

#note li {
    float: right;
    position: relative;
    padding: 5px;
}

#note a {
    display: block;
    padding: 0px 0px 0px 25px;
    color: #8e8e8e;
}

#imgIndex {
    padding: 10px;
}

#sliderImg img {
    width: 100%;
    height: 100%;
    padding: 0px -13px 0px -13px;
}

#footeColor {
    background-color: black;
    padding: 20px;
    margin: -15px;
}

#footer {
    padding: 15px;
    background-color: #dc4095;
}

#borderB {
    height: 2px;
    width: 50px;
    background-color: red;
    margin: 10px 0px;
    text-align: justify;
}

#colorGray {
    color: grey;

}

#colorRed {
    color: red;
}

#colorblack {
    color: black;
}

#colorw {
    color: white;
}

#sizeSmall {
    width: 70px;
    padding-bottom: 5px;
}

#borderButton {
    border-bottom: 2px solid red;
    padding: 10px 0px;
    margin-bottom: 10px;
}

#borderButton div {
    padding: 0px 10px;
}

#dot {
    border-right: dotted 5px lightgrey;
    height: 80%;
    padding: 0px 15px;
}

#colection {
    padding: 5px 25px;
    font-size: 15px;
}

#dLabel {
    padding: 14px;
}


#products {
    border: 1px dashed lightgray;
    border-radius: 3px
}

#productsBlog {
    text-decoration: none;
    border: 1px solid lightgrey;
    margin-bottom: 1px;
}

#productsBlog.hover {
    text-decoration: none;
}

#height {
    display: block;
    height: auto;
}

#mu {
    border: 1px solid grey;
    width: 60px;
    height: 45px;
    color: grey;
    padding: 0px 5px 0px 5px;
    margin: 5px 5px 0px 5px;
    background-color: whitesmoke;
    border-radius: 5px;
    display: inline-block;

}

#mu-p {
    text-align: left;
    font-size: 20px;
    padding: 0px 5px 0px 5px;
    margin: 5px 5px 0px 5px;
}

#h1 {
    text-align: center;
    color: black;
    font-size: 28px;
    padding-top: 20px;
}

#h-1 {
    text-align: center;
    color: black;
    padding: 2px 5px;
}

#products img {
    width: auto;
    margin: 9px;
    height: auto;
    border-bottom: 1px solid lightgrey;
}

#productsBlog img {
    width: 100%;
    height: 270px;
    border-bottom: 1px solid lightgrey;
}

#titleProducts {
    font-size: 10px;
    text-align: center;
    color: black;
    padding: 5px 0px;
}

#price {
    color: red;
    text-align: center;
    padding: 5px 3px;
    font-size: 14px;
}

#priceCenter {
    text-align: center;
}

#showPadding {
    padding: 20px 5px;
}

#priceNone {
    color: black;
    text-align: center;
    padding: 0px 5px;
    text-decoration: line-through;
    font-size: 11px;
}

#priceNoneShow {
    color: black;
    text-align: center;
    padding: 0px 5px;
    text-decoration: line-through;
    font-size: 15px;
}

#priceShow {
    color: red;
    text-align: center;
    padding: 0px 5px;
    font-size: 20px;
}

#btnSabadKharid {
    border: 1px solid lightgrey;
    padding: 10px 3px;
    display: block;
    width: 80%;
    font-size: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

#btnSabadKharidDanger {
    border: 1px solid lightgrey;
    padding: 12px 8px;
    display: block;
    width: 150px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    background-color: red;
    color: white;
}

#btnMore {
    border: 1px solid lightgrey;

    font-size: 11px;
    padding: 7px 3px;
    text-align: center;
}

#btnMoreShow {
    height: auto;
    max-height: 55px;
    overflow: hidden;
    border: 1px solid lightgrey;
    font-size: 10px;
    padding: 10px 0px;
    margin: 0px;
    color: green;
    text-align: center;
}

#direction sapn {
    padding-left: 250px;
}

#show {
    color: #0c0c0c;
}

#showImg img {
    width: 380px;
    height: 450px;
    border: 2px dashed lightgray;
    border-radius: 8px;
}

#blogIMPtext {
    height: auto;
    font-size: 12px;
    color: grey;
    text-align: right;
}

#heightBlog {
    height: 500px;
}

#titleBlog {
    font-size: 14px;
    text-align: center;
    color: grey;
    padding: 10px 0px;
}

#imgBlog {
    height: 500px;
}

#imgSampel {
    width: 10px;
    height: 10px;
}

#navigation {
    border-top: #eaeaea 1px solid
}

#navigation ul.help {
    display: inline;
    list-style: none outside none;
    margin: 0;
    text-align: right;
    float: left
}

#navigation ul {
    display: inline;
    list-style: none outside none;
    margin: 0;
    text-align: right;
    float: right
}

#navigation ul li {
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
    padding: 14px 4px 14px 4px;
    position: relative;
    transition: all .5s ease;
    z-index: 99999
}

#navigation ul li ul {
    box-shadow: none;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 290px;
    margin-top: 14px
}

#navigation ul li ul li {
    background: #fff;
    display: block;
    z-index: 999;
    padding: 8px;
    border-right: 4px solid #fff;
    border-bottom: 1px solid #f4f4f4
}

#navigation ul li ul li:hover {
    background: #f4f4f4;
    border-right: 4px solid #c2c2c2
}

#navigation ul li:hover > ul {
    display: block;
    visibility: visible;
    padding-top: 1px
}

#navigation ul li a {
    color: #aaa;
    transition: all .5s ease
}

#navigation ul li a i {
    color: #aaa;
    display: block;
    text-align: center;
    font-size: 22px;
    transition: all .5s ease;
    background: RGBA(240, 240, 240, 0.66);
    padding: 15px 0px 15px 0px;
    border-radius: 2px
}

#navigation ul li ul li a {
    font: 11px tahoma
}

#navigation ul li:hover a, #navigation ul li:hover i {
    color: #2c3e50
}

#navigation ul li.active a, #navigation ul li.active i {
    color: #2c3e50
}
#navigationImg{

}
%0

/* GiftSazan 2026 UI fixes */
#header, #navbar, .navbar, .navbar ul, .navbar .dropdown ul { z-index: 1050 !important; }
.navbar .dropdown ul { position:absolute; }
.product-gallery-sticky { z-index: 5 !important; }
.product-order-box { margin-top: 24px !important; }

.filter-sidebar, .filter-sidebar > .card, .filter-sidebar > .list-group { width:100%; box-sizing:border-box; }
.filter-sidebar .card-header, .filter-sidebar .list-group-item { min-height:48px; display:flex; align-items:center; }
.filter-sidebar .active-filter-chip { min-height:36px; display:inline-flex; align-items:center; border-radius:10px; padding:.45rem .7rem; }
.filter-sidebar .active-filters-body { min-height:48px; }
@media (min-width:768px){
  .catalog-filter-column{flex:0 0 25%;max-width:25%;}
  .catalog-products-column{flex:0 0 75%;max-width:75%;}
}

.gs-admin-alertbar{background:#1f2937;color:#fff;padding:8px 0;position:relative;z-index:1060;font-size:13px}
.gs-admin-alertbar a{color:#fff;text-decoration:none}
.gs-admin-alertbar .gs-alert-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.12);padding:5px 9px;border-radius:999px;margin:2px}
.gs-admin-alertbar .gs-alert-count{background:#dc3545;color:#fff;border-radius:999px;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}

.category-hero-image{width:100%;max-height:320px;object-fit:cover;border-radius:18px;background:#fff}
.category-bottom-image{width:100%;max-height:460px;object-fit:contain;border-radius:18px;background:#fff}
.product-card-image{width:100%;height:100%;object-fit:contain;background:#fff}

.invoice-paper{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 30px rgba(15,23,42,.08);overflow:hidden}
.invoice-head{background:linear-gradient(135deg,#f8fafc,#eef2f7);padding:22px;border-bottom:2px solid #1f2937}
.invoice-meta-chip{display:inline-block;padding:6px 10px;border:1px solid #d1d5db;border-radius:10px;margin:3px;background:#fff}
.invoice-terms{white-space:pre-line;line-height:2;border-top:1px dashed #cbd5e1;margin-top:18px;padding-top:15px;font-size:12px;color:#334155}

@media print{
  #topbar,#header,#footer,.floating-container,.back-to-top,.no-print,.gs-admin-alertbar{display:none!important}
  body{background:#fff!important}
  .invoice-paper{box-shadow:none!important;border:0!important;border-radius:0!important}
  .container{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
}

/* GiftSazan product grid polish - compact, consistent product photos */
.product-grid-item{display:flex}
#products.product-card{width:100%;overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 3px 14px rgba(15,23,42,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
#products.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,23,42,.09);border-color:#d7dce3}
#products .product-card-media{display:flex;align-items:center;justify-content:center;width:100%;height:165px;padding:10px;background:#fff;overflow:hidden;border-bottom:1px solid #f0f1f3}
#products .product-card-image{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center center;border:0!important;background:#fff}
#products .product-card-body{display:flex;flex-direction:column;padding:11px 12px 12px;min-height:158px}
#products .product-card-title-link{text-decoration:none;color:#111827}
#products .product-card-title{font-size:14px;line-height:1.75;margin:0 0 4px;font-weight:700;text-align:center;min-height:49px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#products .product-card-min-order{font-size:11px;color:#64748b;text-align:center;margin-bottom:8px}
#products .product-card-footer{text-align:center}
#products .product-card-price{font-size:15px;font-weight:800;color:#b91c1c;direction:rtl}
#products .product-card-price small{font-size:10px;font-weight:500;color:#64748b}
#products .product-old-price{font-size:11px;color:#94a3b8}
#products .product-card-price-call{font-size:13px;color:#334155}
#products .product-card-more{border-radius:9px}
#products .product-state-badge{padding:.5rem .75rem;font-size:11px}
@media (max-width:1199.98px){#products .product-card-media{height:155px}}
@media (max-width:767.98px){#products .product-card-media{height:125px;padding:7px}#products .product-card-body{padding:9px;min-height:146px}#products .product-card-title{font-size:12px;min-height:43px}#products .product-card-price{font-size:13px}.catalog-filter-column,.catalog-products-column{max-width:100%!important;flex:0 0 100%!important}}
.catalog-help-card{border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 3px 14px rgba(15,23,42,.04)}
.catalog-help-card .form-control{min-height:42px;border-radius:9px}
.catalog-help-card .btn{min-height:42px;border-radius:9px}

/* Simple content pages: preserve legacy About/Contact HTML without stretching images */
.simple-content-card{border-radius:16px!important;overflow:hidden}
.simple-content-body{line-height:2.15;color:#374151;font-size:14px;overflow-wrap:anywhere}
.simple-content-body img{max-width:100%!important;max-height:420px!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block;margin:16px auto;border-radius:12px}
.simple-content-body iframe{max-width:100%;border-radius:12px}
.simple-content-body table{max-width:100%;width:100%;display:block;overflow-x:auto}
.simple-content-title{font-weight:800;color:#1f2937}

/* Catalog column/filter alignment */
.catalog-filter-column,.catalog-products-column{box-sizing:border-box}
.filter-sidebar{width:100%;max-width:100%}
.filter-sidebar>.card,.filter-sidebar>.list-group{width:100%;margin-left:0!important;margin-right:0!important}
.filter-sidebar .card-header{min-height:46px;padding:.65rem .75rem}
.filter-sidebar .active-filters-body{min-height:46px;padding:.65rem!important}
.filter-sidebar .active-filter-chip{min-height:34px;line-height:1.2;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;font-size:12px}
.filter-sidebar .list-group-item{min-height:46px;padding:.65rem .75rem}

/* V6: compact contact shortcuts below every product */
.product-contact-actions{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:10px;padding-top:9px;border-top:1px solid #eef2f7}
.product-contact-link{display:inline-flex;align-items:center;gap:4px;text-decoration:none!important;font-size:10px;color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:5px 7px;line-height:1.2}
.product-contact-link:hover{color:#111827;background:#f1f5f9;border-color:#cbd5e1}
.product-contact-link i{font-size:12px}.product-contact-link-disabled{opacity:.52;cursor:not-allowed;user-select:none}
@media(max-width:575.98px){.product-contact-link span{font-size:9px}.product-contact-actions{gap:4px}}

/* V14: promotional-gifts mega menu - keep large category trees inside the viewport. */
@media (min-width: 992px) {
  .navbar .gs-products-menu { position: static !important; }
  .navbar .gs-products-menu > .gs-mega-menu {
    position: fixed !important; right: 18px !important; left: 18px !important; transform: none !important;
    top: var(--gs-mega-top, 112px) !important; width: auto !important; max-height: min(72vh, calc(100vh - var(--gs-mega-top, 112px) - 16px)); overflow-y: auto; overflow-x: hidden;
    padding: 16px !important; column-count: 3; column-gap: 16px; direction: rtl;
    border-radius: 12px; box-shadow: 0 18px 55px rgba(15,23,42,.18);
  }
  .navbar .gs-products-menu > .gs-mega-menu > .gs-mega-item {
    break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid;
    display: inline-block; width: 100%; margin: 0 0 10px; padding: 8px; border: 1px solid #eef2f7; border-radius: 10px;
  }
  .navbar .gs-mega-menu .gs-mega-parent { font-weight: 800; padding: 7px 8px !important; }
  .navbar .gs-mega-children { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 0 8px 6px; }
  .navbar .gs-mega-children a { position: static !important; display: block; padding: 5px 8px !important; font-size: 12px; color: #475569 !important; white-space: normal; }
}
@media (min-width: 1200px) { .navbar .gs-products-menu > .gs-mega-menu { column-count: 4; right: max(24px, calc((100vw - 1320px)/2)) !important; left: max(24px, calc((100vw - 1320px)/2)) !important; } }
@media (max-width: 991.98px) {
  .navbar .gs-products-menu > .gs-mega-menu { position: static !important; transform:none!important; width:auto!important; max-height: 65vh; overflow-y: auto; overflow-x: hidden; }
  .navbar .gs-mega-children { padding-right: 18px; }
  .navbar .gs-mega-children a { display:block; padding:6px 10px !important; }
}

/* V15 — unified multi-column dropdown menus */
@media (min-width: 992px) {
  .navbar .gs-mega-dropdown { position: static !important; }
  .navbar .gs-mega-dropdown > .gs-mega-menu {
    position: fixed !important;
    top: var(--gs-mega-top,112px) !important;
    right: max(18px, calc((100vw - 1320px)/2)) !important;
    left: max(18px, calc((100vw - 1320px)/2)) !important;
    width: auto !important;
    max-height: min(70vh, calc(100vh - var(--gs-mega-top,112px) - 18px));
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: none;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    padding: 14px !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15,23,42,.18);
    border: 1px solid #edf0f5;
  }
  .navbar .gs-mega-dropdown:hover > .gs-mega-menu,
  .navbar .gs-mega-dropdown:focus-within > .gs-mega-menu { display: grid !important; }
  .navbar .gs-mega-menu .gs-mega-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px !important;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #fff;
    break-inside: avoid;
  }
  .navbar .gs-mega-menu .gs-mega-parent {
    display: flex !important;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 5px 7px !important;
    font-weight: 800;
    white-space: normal !important;
  }
  .navbar .gs-mega-menu .gs-menu-thumb {
    width: 42px;height:42px;flex:0 0 42px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7;
    display:inline-flex;align-items:center;justify-content:center;overflow:hidden;color:#dc4095;font-size:19px;
  }
  .navbar .gs-mega-menu .gs-menu-thumb img { width:100%;height:100%;object-fit:cover; }
  .navbar .gs-mega-children { display:grid;grid-template-columns:1fr 1fr;gap:2px 6px;padding:4px 8px 7px; }
  .navbar .gs-mega-children a { position:static!important;display:block!important;padding:4px 6px!important;font-size:11px!important;color:#64748b!important;white-space:normal!important; }
  .navbar .gs-mega-children a:hover { color:#dc4095!important; }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .navbar .gs-mega-dropdown > .gs-mega-menu { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 991.98px){
  .navbar .gs-mega-dropdown > .gs-mega-menu{position:static!important;display:none!important;width:auto!important;max-height:60vh;overflow:auto!important;padding:8px!important}
  .navbar .gs-mega-dropdown.dropdown-active > .gs-mega-menu{display:block!important}
  .navbar .gs-mega-menu .gs-mega-item{display:block!important;border-bottom:1px solid #eef2f7;padding:4px 0!important}
  .navbar .gs-mega-menu .gs-mega-parent{display:flex!important;gap:8px;align-items:center;padding:7px 10px!important}
  .navbar .gs-mega-menu .gs-menu-thumb{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#f8fafc;overflow:hidden}
  .navbar .gs-mega-menu .gs-menu-thumb img{width:100%;height:100%;object-fit:cover}
  .navbar .gs-mega-children{padding-right:45px!important;display:grid;grid-template-columns:1fr 1fr;gap:2px}
  .navbar .gs-mega-children a{padding:5px!important;font-size:11px!important}
}
.gs-nav-search{min-width:210px;padding:5px 8px!important}

/* V15 — restored GiftSazan footer, lightly modernized */
#footer.gs-classic-footer{padding:0!important;margin-top:45px;background:#dc4095;color:#fff;border-top:4px solid rgba(255,255,255,.2)}
#footer.gs-classic-footer .footer-top{padding:42px 0 30px;background:#dc4095;color:#fff}
#footer.gs-classic-footer h4{font-size:16px;font-weight:800;color:#fff;margin-bottom:15px;position:relative;padding-bottom:9px}
#footer.gs-classic-footer h4:after{content:"";position:absolute;right:0;bottom:0;width:42px;height:3px;border-radius:4px;background:#fff}
#footer.gs-classic-footer ul{padding:0;margin:0;list-style:none}
#footer.gs-classic-footer li{padding:5px 0;display:flex;align-items:center;gap:5px}
#footer.gs-classic-footer a{color:#fff;text-decoration:none;opacity:.94}
#footer.gs-classic-footer a:hover{opacity:1;text-decoration:underline}
#footer.gs-classic-footer .footer-contact p{color:#fff;line-height:1.9}
#footer.gs-classic-footer .social-links a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px}
#footer.gs-classic-footer .social-links a:hover{background:#fff;color:#dc4095}
#footer.gs-classic-footer .gs-footer-photo{width:100%;max-width:260px;height:145px;object-fit:cover;border-radius:16px;border:2px solid rgba(255,255,255,.25);box-shadow:0 12px 30px rgba(71,15,48,.2)}
#footer.gs-classic-footer .gs-footer-bottom{border-top:1px solid rgba(255,255,255,.25);font-size:12px;color:rgba(255,255,255,.9)}

/* V15 — customer dashboard */
.gs-user-panel{padding:32px 0 48px;direction:rtl}
.gs-user-hero{border:0;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#fff6fb 100%);box-shadow:0 12px 34px rgba(32,41,57,.08);padding:24px}
.gs-user-kpi{height:100%;border:1px solid #edf0f5;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.05);padding:18px;transition:.2s}
.gs-user-kpi:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.08)}
.gs-user-kpi .icon{width:44px;height:44px;border-radius:13px;background:#fff0f7;color:#dc4095;display:flex;align-items:center;justify-content:center;font-size:21px}
.gs-user-kpi .value{font-size:25px;font-weight:900;color:#172033}
.gs-user-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gs-user-action{display:flex;align-items:center;gap:9px;padding:13px;border:1px solid #e9edf3;border-radius:13px;background:#fff;text-decoration:none!important;color:#263244;min-height:58px}
.gs-user-action:hover{border-color:#dc4095;color:#dc4095;background:#fff9fc}
.gs-user-action i{font-size:20px}
.gs-user-coupon{border:1px dashed #dc4095;border-radius:16px;background:#fff9fc}
@media(max-width:767.98px){.gs-user-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.gs-user-panel{padding-top:18px}}
/* V18: nested menu levels. */
.navbar .gs-menu-subnode{min-width:0}.navbar .gs-mega-children .gs-mega-children{grid-column:1/-1;margin:1px 6px 4px 0;padding:0 10px 0 0!important;border-right:2px solid #eef2f7}.navbar .gs-mega-children .gs-mega-children a{font-size:10.5px!important;color:#64748b!important}.navbar .gs-mega-children-level-3{opacity:.96}

/* V23: long category copy, Persian pagination and floating contact */
.gs-category-copy{position:relative;max-height:240px;overflow:hidden;transition:max-height .35s ease}
.gs-category-copy:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}
.gs-category-copy.is-expanded{max-height:none}
.gs-category-copy.is-expanded::after{display:none}
.gs-category-copy h2{font-size:1.25rem;margin-top:1.7rem;margin-bottom:.65rem}.gs-category-copy h3{font-size:1.05rem;margin-top:1.2rem}
.gs-pagination-wrap{padding:12px 0}.gs-pagination-wrap .page-link{border-radius:10px!important;min-width:42px;text-align:center;color:#333;border-color:#e5e7eb}.gs-pagination-wrap .page-item.active .page-link{background:#dc3545;border-color:#dc3545;color:#fff}.gs-pagination-wrap .page-link:hover{background:#f8f9fa;color:#b4232c}
.gs-floating-contact{position:fixed;left:16px;bottom:16px;z-index:1040;display:flex;flex-direction:column;gap:9px}.gs-floating-contact a{display:flex;align-items:center;gap:8px;min-height:46px;padding:9px 13px;border-radius:999px;color:#fff!important;text-decoration:none;box-shadow:0 8px 28px rgba(0,0,0,.18);font-weight:700}.gs-floating-contact .gs-call{background:#dc3545}.gs-floating-contact .gs-wa{background:#198754}.gs-floating-contact i{font-size:1.2rem}@media(max-width:575.98px){.gs-floating-contact{left:10px;bottom:10px}.gs-floating-contact a{width:48px;height:48px;padding:0;justify-content:center}.gs-floating-contact span{display:none}}
.gs-product-long-content h2,.gs-feature-explanations h3{margin-top:1.25rem}.gs-product-resource-box{background:#fff8f0;border:1px solid #fed7aa;border-radius:16px;padding:16px}

/* V23 fixed contact actions */
.gs-floating-contact{position:fixed;left:18px;bottom:18px;z-index:1040;display:flex;flex-direction:column;gap:8px;direction:rtl}
.gs-floating-contact a{display:flex;align-items:center;gap:8px;min-width:132px;padding:10px 14px;border-radius:999px;color:#fff!important;text-decoration:none;font-weight:700;box-shadow:0 7px 22px rgba(0,0,0,.18)}
.gs-floating-contact-call{background:#0d6efd}.gs-floating-contact-whatsapp{background:#198754}.gs-floating-contact a:hover{transform:translateY(-1px)}
@media(max-width:575.98px){.gs-floating-contact{left:10px;bottom:72px}.gs-floating-contact a{min-width:46px;width:46px;height:46px;padding:0;justify-content:center}.gs-floating-contact a span{display:none}}
.gs-product-long-content{line-height:2.35}.gs-product-feature-notes{margin-top:24px}.gs-product-feature-note{background:#f8f9fa;border:1px solid #e9ecef;border-radius:14px;padding:14px 16px;margin-top:10px}.gs-resource-box{border:1px solid #e6e9ef;border-radius:16px;background:#fff;padding:18px;margin-top:18px}

/* V24 — storefront UX, mobile-first search, skeletons and order progress */
.gs-search-form{min-width:230px}.gs-search-suggest{display:none;position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:1080;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 14px 38px rgba(15,23,42,.16);padding:5px;max-height:360px;overflow:auto;min-width:300px}.gs-search-suggest.show{display:block}.gs-search-suggest a{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:9px 10px!important;border-radius:8px!important;color:#1f2937!important;text-decoration:none!important;white-space:normal!important}.gs-search-suggest a:hover{background:#f8fafc!important;color:#dc4095!important}.gs-search-suggest small{color:#94a3b8;white-space:nowrap}
.product-card-tools form{margin:0}.product-card-tools .btn{border-radius:8px;min-height:32px;padding:.25rem .4rem}
.gs-skeleton-host{position:relative}.gs-skeleton-host:not(.is-loaded)::after{content:"";position:absolute;inset:0;z-index:3;border-radius:inherit;background:linear-gradient(90deg,#f3f4f6 25%,#e9edf3 38%,#f3f4f6 63%);background-size:400% 100%;animation:gsSkeleton 1.15s ease infinite}.gs-skeleton-host.is-loaded::after{display:none}@keyframes gsSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}
.gs-order-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin:10px 0 2px}.gs-order-progress-step{position:relative;text-align:center;font-size:10px;color:#94a3b8;padding-top:28px}.gs-order-progress-step:before{content:"";position:absolute;top:8px;right:calc(50% - 9px);width:18px;height:18px;border-radius:50%;background:#e5e7eb;border:3px solid #fff;box-shadow:0 0 0 1px #d1d5db;z-index:2}.gs-order-progress-step:after{content:"";position:absolute;top:16px;right:50%;width:calc(100% + 5px);height:3px;background:#e5e7eb;z-index:1}.gs-order-progress-step:last-child:after{display:none}.gs-order-progress-step.done{color:#198754;font-weight:700}.gs-order-progress-step.done:before,.gs-order-progress-step.done:after{background:#198754}.gs-order-progress-step.current:before{box-shadow:0 0 0 3px rgba(25,135,84,.15)}
.gs-mobile-toolbar{display:none}
@media(max-width:991.98px){.gs-nav-search{width:100%;min-width:0!important}.gs-search-form{width:100%;min-width:0}.gs-search-suggest{position:fixed;top:72px;right:12px;left:12px;min-width:0;max-height:55vh}.navbar>ul{padding-bottom:78px!important}.gs-mobile-toolbar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;right:8px;left:8px;bottom:8px;z-index:1035;background:#fff;border:1px solid #e5e7eb;border-radius:15px;box-shadow:0 10px 35px rgba(15,23,42,.18);overflow:hidden}.gs-mobile-toolbar a{padding:9px 4px;text-align:center;text-decoration:none;color:#334155;font-size:10px}.gs-mobile-toolbar i{display:block;font-size:18px;color:#dc4095}.gs-floating-contact{bottom:76px!important}}
@media(max-width:575.98px){#products .product-card-body{min-height:180px}.product-card-tools .btn{min-height:34px}.gs-order-progress-step{font-size:8px}.gs-order-progress-step span{display:block;line-height:1.35}}

/* V25 wishlist / compare state + action toast */
.gs-tool-count{display:inline-flex;min-width:19px;height:19px;padding:0 5px;border-radius:999px;align-items:center;justify-content:center;background:#dc3545;color:#fff;font-size:11px;font-weight:800;line-height:1}.gs-top-tool-link.is-active{font-weight:800}.gs-wishlist-btn.is-active{background:#dc3545!important;color:#fff!important;border-color:#dc3545!important}.gs-compare-btn.is-active{background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important}.gs-action-toast{position:fixed;z-index:99999;top:14px;left:50%;transform:translate(-50%,-25px);opacity:0;pointer-events:none;display:flex;align-items:center;gap:14px;max-width:min(92vw,620px);padding:11px 16px;border-radius:12px;background:#172033;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.22);transition:.22s}.gs-action-toast.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}.gs-action-toast a{color:#fff;text-decoration:underline;font-weight:800}.gs-mobile-toolbar a.is-active{font-weight:800}.gs-mobile-toolbar .gs-tool-count{position:absolute;top:2px;margin-right:3px}


/* V26 — rich-text links and real accessory products */
.gs-rich-text a,
.gs-product-long-content a,
.simple-content-body a,
.gs-blog-content a{color:#0d6efd!important;text-decoration:none!important;transition:color .15s ease}
.gs-rich-text a:hover,
.gs-product-long-content a:hover,
.simple-content-body a:hover,
.gs-blog-content a:hover{color:#dc4095!important;text-decoration:none!important}
.gs-accessory-card{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.gs-accessory-card:hover{border-color:#dc4095!important;box-shadow:0 8px 22px rgba(220,64,149,.12);transform:translateY(-1px)}

/* V30 — article page repair and visual refresh */
.gs-article-page{padding-top:16px;padding-bottom:48px;direction:rtl}.gs-article-card,.gs-comments-section,.gs-article-contact-card,.gs-sidebar-card{background:#fff;border:1px solid #e9edf3;border-radius:22px;box-shadow:0 10px 34px rgba(15,23,42,.055)}.gs-article-card{overflow:hidden}.gs-article-header{padding:28px 30px 20px}.gs-article-category-line{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.gs-article-category-line span,.gs-article-kicker{color:#dc4095;font-size:.82rem;font-weight:800}.gs-article-category-line span{background:#fff4fa;border:1px solid #f8d6e8;border-radius:999px;padding:5px 10px}.gs-article-header h1{font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.55;margin:0 0 14px;color:#172033;font-weight:900}.gs-article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:#64748b;font-size:.86rem}.gs-article-meta span{display:inline-flex;align-items:center;gap:6px}.gs-article-cover{margin:0;background:#f8fafc;aspect-ratio:16/9;overflow:hidden}.gs-article-cover img{width:100%;height:100%;object-fit:cover;display:block}.gs-article-prose{padding:30px;line-height:2.25;font-size:1.02rem;color:#334155}.gs-article-prose p{margin:0 0 1.25rem}.gs-article-prose h2{font-size:1.5rem;font-weight:900;color:#172033;margin:2.2rem 0 .85rem;padding-right:12px;border-right:4px solid #dc4095}.gs-article-prose h3{font-size:1.2rem;font-weight:850;color:#1e293b;margin:1.7rem 0 .7rem}.gs-article-prose ul,.gs-article-prose ol{padding-right:1.35rem;margin-bottom:1.25rem}.gs-article-prose li{margin:.45rem 0}.gs-article-prose img{max-width:100%;height:auto;border-radius:16px;margin:14px auto;display:block}.gs-article-prose blockquote{margin:1.6rem 0;padding:16px 20px;border-right:4px solid #dc4095;background:#fff7fb;border-radius:14px;color:#475569}.gs-article-prose table{width:100%;display:block;overflow-x:auto;border-collapse:collapse;margin:1.5rem 0}.gs-article-prose th,.gs-article-prose td{padding:10px 12px;border:1px solid #e5e7eb;white-space:nowrap}.gs-article-prose th{background:#f8fafc}.gs-article-prose a{color:#0d6efd!important;text-decoration:none!important;font-weight:700}.gs-article-prose a:hover{color:#dc4095!important;text-decoration:none!important}.gs-article-related-mid{margin:2rem 0;padding:20px;border:1px solid #e8edf4;border-radius:18px;background:#f8fafc}.gs-article-related-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px}.gs-article-related-head h2{border:0!important;padding:0!important;margin:2px 0 0!important;font-size:1.15rem!important}.gs-article-related-head>a{font-size:.85rem}.gs-related-article-card{display:block;height:100%;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:14px;color:#172033!important;text-decoration:none!important;transition:.18s}.gs-related-article-card:hover{transform:translateY(-2px);border-color:#f0a9cf;box-shadow:0 8px 22px rgba(15,23,42,.08)}.gs-related-article-card img{width:100%;height:135px;object-fit:cover;margin:0!important;border-radius:0!important}.gs-related-article-body{display:block;padding:12px}.gs-related-article-body strong{display:block;line-height:1.65;color:#172033}.gs-related-article-body small{display:block;color:#64748b;margin-top:7px;line-height:1.7}.gs-article-tags,.gs-article-share{display:flex;align-items:flex-start;gap:14px;padding:18px 30px;border-top:1px solid #eef2f7}.gs-article-tags>div{display:flex;flex-wrap:wrap;gap:7px}.gs-article-tags a{display:inline-block;padding:5px 10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;text-decoration:none!important;color:#475569!important}.gs-article-tags a:hover{color:#dc4095!important;border-color:#f0a9cf}.gs-article-share{align-items:center;justify-content:space-between}.gs-share-buttons{display:flex;gap:8px}.gs-share-buttons a{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:50%;display:grid;place-items:center;color:#475569;text-decoration:none;transition:.15s}.gs-share-buttons a:hover{background:#dc4095;color:#fff;border-color:#dc4095}.gs-article-contact-card{margin-top:20px;padding:22px}.gs-article-contact-card h2{font-size:1.1rem;margin:4px 0 14px}.gs-comments-section{margin-top:20px;padding:24px}.gs-section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.gs-section-heading h2{font-size:1.25rem;margin:4px 0 0;font-weight:900}.gs-comment-count{background:#f1f5f9;color:#64748b;border-radius:999px;padding:5px 10px;font-size:.8rem}.gs-comments-list{margin-top:20px;display:grid;gap:12px}.gs-comment-card{display:flex;gap:12px;padding:15px;border:1px solid #edf0f5;border-radius:16px;background:#fbfcfe}.gs-comment-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:#fff0f8;color:#dc4095;display:grid;place-items:center;font-size:1.1rem}.gs-comment-main{min-width:0;flex:1}.gs-comment-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.gs-comment-head time{font-size:.78rem;color:#94a3b8}.gs-comment-main p{white-space:pre-line;line-height:1.9;margin:0}.gs-admin-reply{margin-top:12px;padding:11px 13px;background:#f0fdf4;border-right:3px solid #22c55e;border-radius:10px;line-height:1.85}.gs-empty-comments{text-align:center;padding:22px;color:#64748b;background:#f8fafc;border-radius:14px}.gs-comment-form{margin-top:24px;padding-top:22px;border-top:1px solid #eef2f7}.gs-comment-form .form-control{border-radius:12px;min-height:46px;border-color:#dde3eb}.gs-comment-form textarea.form-control{min-height:130px}.gs-comment-form .form-control:focus{border-color:#dc4095;box-shadow:0 0 0 3px rgba(220,64,149,.1)}.gs-comment-submit{border-radius:12px;padding:10px 18px}.gs-article-sidebar{position:sticky;top:94px}.gs-sidebar-card{padding:18px;margin-bottom:18px}.gs-sidebar-card h2{font-size:1rem;font-weight:900;margin:0 0 14px;display:flex;align-items:center;gap:7px}.gs-blog-category-group+ .gs-blog-category-group{border-top:1px solid #eef2f7;margin-top:12px;padding-top:12px}.gs-blog-category-group strong{display:block;color:#172033;margin-bottom:7px}.gs-blog-category-group a{display:flex;align-items:center;gap:5px;padding:7px 8px;border-radius:9px;color:#64748b;text-decoration:none!important;font-size:.88rem}.gs-blog-category-group a:hover,.gs-blog-category-group a.is-active{background:#fff2f9;color:#dc4095}.gs-sidebar-related>a{display:flex;gap:9px;align-items:center;padding:10px 0;color:#334155;text-decoration:none!important;border-top:1px solid #eef2f7}.gs-sidebar-related>a:first-of-type{border-top:0}.gs-sidebar-related img{width:76px;height:58px;object-fit:cover;border-radius:10px;flex:0 0 76px}.gs-sidebar-related span{font-size:.84rem;line-height:1.7}.gs-article-alert{border-radius:14px}.gs-article-alert i{margin-left:6px}@media(max-width:991.98px){.gs-article-sidebar{position:static}.gs-article-header,.gs-article-prose{padding:22px}.gs-article-tags,.gs-article-share{padding:16px 22px}}@media(max-width:575.98px){.gs-article-page{padding-top:8px}.gs-article-card,.gs-comments-section,.gs-article-contact-card,.gs-sidebar-card{border-radius:16px}.gs-article-header{padding:18px}.gs-article-prose{padding:18px;font-size:.96rem;line-height:2.15}.gs-article-meta{gap:8px 12px;font-size:.78rem}.gs-article-related-mid{padding:14px}.gs-article-related-head{align-items:flex-start}.gs-related-article-card{display:grid;grid-template-columns:100px 1fr}.gs-related-article-card img{width:100px;height:100%;min-height:92px}.gs-article-tags,.gs-article-share{padding:14px 18px;display:block}.gs-article-tags>strong,.gs-article-share>strong{display:block;margin-bottom:10px}.gs-comments-section{padding:18px}.gs-comment-head{display:block}.gs-comment-head time{display:block;margin-top:3px}}


/* V30 — whole-site mobile resilience + blog index refresh */
#gs-public-main{min-width:0}
#gs-public-main .row>*{min-width:0}
#gs-public-main img,#gs-public-main video,#gs-public-main canvas,#gs-public-main svg{max-width:100%;height:auto}
#gs-public-main iframe,#gs-public-main embed,#gs-public-main object{max-width:100%}
#gs-public-main .form-control,#gs-public-main .form-select,#gs-public-main .input-group{min-width:0;max-width:100%}
.gs-blog-index-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 28px;border:1px solid #e9edf3;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fff7fb 100%);box-shadow:0 10px 34px rgba(15,23,42,.045)}
.gs-blog-index-hero h1{font-size:clamp(1.55rem,3vw,2.25rem);font-weight:900;color:#172033;margin:5px 0 8px}.gs-blog-index-hero p{margin:0;color:#64748b;line-height:1.9}.gs-blog-index-search{display:flex;gap:8px;flex:0 1 420px}.gs-blog-index-search .form-control{border-radius:12px;min-height:44px}.gs-blog-index-search .btn{border-radius:12px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.gs-blog-list-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e8edf4;border-radius:18px;overflow:hidden;box-shadow:0 6px 22px rgba(15,23,42,.045);transition:.18s}.gs-blog-list-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(15,23,42,.075);border-color:#f0bfd9}.gs-blog-list-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#f8fafc}.gs-blog-list-media img{width:100%;height:100%!important;object-fit:cover;display:block;transition:transform .3s ease}.gs-blog-list-card:hover .gs-blog-list-media img{transform:scale(1.025)}.gs-blog-list-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#cbd5e1;font-size:2.6rem}.gs-blog-list-body{padding:16px;display:flex;flex-direction:column;flex:1}.gs-blog-list-meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:#94a3b8;font-size:.75rem;margin-bottom:9px}.gs-blog-list-meta span{display:inline-flex;align-items:center;gap:5px}.gs-blog-list-body h2{font-size:1.02rem;line-height:1.8;font-weight:900;margin:0 0 8px}.gs-blog-list-body h2 a{color:#172033;text-decoration:none!important}.gs-blog-list-body h2 a:hover{color:#dc4095}.gs-blog-list-body p{font-size:.86rem;color:#64748b;line-height:1.95;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gs-blog-read-more{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:#0d6efd;text-decoration:none!important;font-size:.84rem;font-weight:800}.gs-blog-read-more:hover{color:#dc4095!important}
@media(max-width:991.98px){
  #gs-public-main .product-gallery-sticky{position:static!important;top:auto!important}
  #gs-public-main .table-responsive{max-width:100%;-webkit-overflow-scrolling:touch}
  .gs-blog-index-hero{align-items:stretch;flex-direction:column;padding:22px}.gs-blog-index-search{flex:1 1 auto;width:100%}
}
@media(max-width:767.98px){
  #gs-public-main{overflow-x:clip}
  #gs-public-main .container,#gs-public-main .container-fluid{max-width:100%;padding-left:12px;padding-right:12px}
  #gs-public-main table:not(.invoice-paper table){display:block;max-width:100%;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  #gs-public-main pre,#gs-public-main code{max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere}
  #gs-public-main .btn{max-width:100%;white-space:normal}
  #gs-public-main .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}
  #gs-public-main .dropdown-menu{max-width:calc(100vw - 24px)}
  .gs-action-toast{width:calc(100vw - 24px);max-width:none;gap:9px;padding:10px 12px}
  .gs-action-toast span{min-width:0;overflow-wrap:anywhere}
  .gs-blog-index-hero{padding:18px;border-radius:16px}.gs-blog-index-search{display:grid;grid-template-columns:minmax(0,1fr) auto}.gs-blog-index-search .btn span{display:none}
  .gs-article-related-head{flex-direction:column;align-items:flex-start!important}.gs-article-related-head>a{align-self:flex-start}
}
@media(max-width:575.98px){
  .gs-blog-index-page{padding-top:8px!important}.gs-blog-list-card{border-radius:15px}.gs-blog-list-body{padding:14px}.gs-blog-list-body h2{font-size:.98rem}.gs-blog-list-body p{font-size:.82rem}
  .gs-share-buttons{flex-wrap:wrap}.gs-comment-card{align-items:flex-start}.gs-comment-avatar{width:36px;height:36px;flex-basis:36px}
}


/* --- css/layout-v56-full.min.css --- */
:root{--gs40-radius:16px;--gs40-border:#e8eaee;--gs40-soft:#f7f8fa;--gs40-text:#20242b;--gs40-muted:#6b7280}html,body{max-width:100%;overflow-x:hidden}#gs-public-main{overflow-x:clip}#gs-public-main .card,#gs-public-main .product-box,#gs-public-main .gs-filter-panel,#gs-public-main .gs-category-copy-card{border-radius:var(--gs40-radius)!important;border-color:var(--gs40-border)!important;box-shadow:none!important}#gs-public-main .container,#gs-public-main .container-fluid{max-width:100%}#gs-public-main img,#gs-public-main picture,#gs-public-main video{max-width:100%;height:auto}#gs-public-main .category-banner img,#gs-public-main .gs-category-banner img,#gs-public-main [class*="category"] .banner img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}#gs-public-main .gs-product-card{overflow:hidden!important;background:#fff!important;border:1px solid var(--gs40-border)!important;border-radius:var(--gs40-radius)!important}#gs-public-main .gs-product-card .product-card-media{aspect-ratio:1/1!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:10px!important;background:#fff!important;overflow:hidden!important}#gs-public-main .gs-product-card .product-card-image{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}#gs-public-main .product-card-title{font-size:.94rem!important;line-height:1.75!important;min-height:auto!important;margin-bottom:7px!important;color:var(--gs40-text)!important}#gs-public-main .product-card-min-order{font-size:.78rem!important;color:var(--gs40-muted)!important}#gs-public-main .product-card-more{border-radius:10px!important}#gs-public-main .product-order-box{padding:18px!important}.gs-product-secondary-actions .btn{min-height:42px;border-radius:11px!important;font-size:.86rem}#gs-public-main .gs-active-filters,#gs-public-main .gs-filter-active{display:flex;flex-wrap:wrap;gap:6px}.gs-filter-chip,.gs-active-filter{border-radius:999px!important}#header .navbar a,#header .navbar .dropdown a{text-align:right}.gs-mega-menu .gs-mega-parent{justify-content:flex-start!important;text-align:right!important}#topbar .gs-top-contact{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.gs-phone-chip{border-radius:999px!important;padding:.3rem .55rem!important}#footer .footer-top{padding-top:38px;padding-bottom:28px}.gs-classic-footer .footer-links ul{padding-right:0}.gs-classic-footer .footer-links li{margin-bottom:7px}@media(max-width:767.98px){#gs-public-main{padding-bottom:0!important}#gs-public-main .product-grid-item{padding-inline:5px!important}#gs-public-main .gs-product-card .card-body{padding:10px!important}#gs-public-main .product-card-title{font-size:.86rem!important;line-height:1.65!important}#gs-public-main .product-card-price{font-size:.9rem!important}#gs-public-main .product-card-min-order{font-size:.72rem!important}#gs-public-main .gs-product-card .product-card-media{padding:6px!important}#header .container{max-width:100%!important;padding-inline:12px!important}#topbar .gs-top-contact-label{display:none!important}.gs-product-secondary-actions .btn{font-size:.78rem;padding-inline:6px}}:root{--gs-brand:#b23a94;--gs-brand-dark:#8d2d76;--gs-brand-deep:#74328f;--gs-brand-soft:#fbf1f8;--gs-brand-soft-2:#f5e8f4;--gs-brand-border:#ead2e4;--gs-ui-text:#25212a;--gs-ui-muted:#79727f;--gs-ui-bg:#f7f7fa;--gs-ui-card:#fff;--gs-mobile-nav-h:72px}html,body{width:100%;max-width:100%;overflow-x:hidden!important;overscroll-behavior-x:none}@supports (overflow:clip){html,body{overflow-x:clip!important}}body{position:relative}#header,#topbar,#footer,#gs-public-main,.gs-mobile-search-strip{max-width:100%!important}#gs-public-main{width:100%!important;min-width:0!important;overflow-x:hidden!important}@supports (overflow:clip){#gs-public-main{overflow-x:clip!important}}#gs-public-main *{box-sizing:border-box;min-width:0}#gs-public-main .container,#gs-public-main .container-fluid{width:100%;max-width:100%;min-width:0}#gs-public-main .row{min-width:0;max-width:100%}#gs-public-main img,#gs-public-main picture,#gs-public-main video,#gs-public-main iframe,#gs-public-main svg{max-width:100%}#gs-public-main table{max-width:100%}.swiper,.swiper-container,.owl-carousel,.gs-horizontal-scroll,.gs-growth-tabs,.gs-product-edit-nav{max-width:100%;overscroll-behavior-inline:contain}a{--bs-link-color:var(--gs-brand);--bs-link-hover-color:var(--gs-brand-dark)}#header .navbar>ul>li>a:hover,#header .navbar>ul>li>a:focus,#header .navbar>ul>li>a.active{color:var(--gs-brand)!important}#gs-public-main .btn-primary,#gs-public-main .btn-danger:not(.btn-error),.gs-mobile-archive-link{background:var(--gs-brand)!important;border-color:var(--gs-brand)!important;color:#fff!important}#gs-public-main .btn-primary:hover,#gs-public-main .btn-primary:focus,#gs-public-main .btn-danger:not(.btn-error):hover,#gs-public-main .btn-danger:not(.btn-error):focus,.gs-mobile-archive-link:hover{background:var(--gs-brand-dark)!important;border-color:var(--gs-brand-dark)!important;color:#fff!important}#gs-public-main .btn-outline-primary{color:var(--gs-brand)!important;border-color:var(--gs-brand)!important}#gs-public-main .btn-outline-primary:hover,#gs-public-main .btn-outline-primary:focus{background:var(--gs-brand)!important;color:#fff!important}#gs-public-main .gs-product-card .badge.bg-danger,#gs-public-main .discount-badge{background:var(--gs-brand)!important;color:#fff!important}#gs-public-main .form-control:focus,#gs-public-main .form-select:focus{border-color:rgba(178,58,148,.55)!important;box-shadow:0 0 0 .2rem rgba(178,58,148,.12)!important}#gs-public-main .gs-filter-chip.is-active,#gs-public-main .gs-active-filter{border-color:var(--gs-brand-border)!important;background:var(--gs-brand-soft)!important;color:var(--gs-brand-dark)!important}.gs-qty-stepper{direction:rtl;flex-wrap:nowrap!important;overflow:visible!important}.gs-qty-stepper>.gs-qty-minus,.input-group>[data-calc-minus],.input-group>#qty-minus{border-radius:0 12px 12px 0!important;margin:0!important;min-width:46px}.gs-qty-stepper>.gs-qty-plus,.input-group>[data-calc-plus],.input-group>#qty-plus{border-radius:12px 0 0 12px!important;margin:0!important;min-width:46px}.gs-qty-stepper>input,.gs-qty-stepper>.form-control{border-radius:0!important;margin-inline:-1px!important;position:relative;z-index:1}.gs-qty-stepper>button{position:relative;z-index:2;font-weight:800;font-size:1.1rem}.gs-coupon-check-group{direction:rtl;flex-wrap:nowrap!important}.gs-coupon-check-group>#coupon_code{border-radius:0 12px 12px 0!important}.gs-coupon-check-group>#coupon-check-btn{border-radius:12px 0 0 12px!important;white-space:nowrap;min-width:104px}#coupon-check-result:empty{display:none}.gs-mobile-header-tools,.gs-mobile-search-strip,.gs-mobile-bottom-nav,.gs-mobile-drawer-head{display:none}@media(max-width:991.98px){body{padding-bottom:calc(var(--gs-mobile-nav-h) + env(safe-area-inset-bottom,0px))}#topbar{display:none!important}#header{height:76px!important;min-height:76px!important;background:#fff!important;border-bottom:0!important;box-shadow:0 3px 18px rgba(35,27,42,.05)!important;position:relative;z-index:9960}#header>.container{height:76px;position:relative!important;display:block!important;padding:0 12px!important}#header .logo2{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:2;width:auto!important;max-width:44vw!important}#header .logo2 a{display:flex;align-items:center;justify-content:center}#header .logo2 img{display:block!important;max-height:48px!important;max-width:170px!important;width:auto!important;height:auto!important;margin:0!important}#header #navbar{position:static!important;width:auto!important;min-width:0!important}#header .gs-mobile-menu-button{display:flex!important;position:absolute!important;right:12px!important;top:14px!important;margin:0!important;width:50px!important;height:50px!important;border-radius:16px!important;background:#fff!important;border:1px solid #eeeaf0!important;box-shadow:0 7px 20px rgba(38,28,45,.06)!important;color:#242029!important;font-size:27px!important;align-items:center!important;justify-content:center!important;z-index:4}.gs-mobile-header-tools{display:flex!important;align-items:center;gap:2px;position:absolute;left:12px;top:14px;height:50px;padding:4px;background:#fff;border:1px solid #eeeaf0;border-radius:16px;box-shadow:0 7px 20px rgba(38,28,45,.06);z-index:4}.gs-mobile-header-icon{width:40px;height:40px;border:0;background:transparent;color:#242029!important;text-decoration:none!important;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:22px;padding:0}.gs-mobile-header-icon:hover,.gs-mobile-header-icon:focus{background:var(--gs-brand-soft);color:var(--gs-brand)!important}.gs-mobile-search-strip{display:flex!important;align-items:center;gap:8px;margin:10px 12px 12px;padding:8px;background:#eef0f4;border-radius:18px;max-width:calc(100% - 24px)!important;overflow:hidden}.gs-mobile-search-form{height:48px;display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:0 13px;background:#eef0f4;color:#9898a3}.gs-mobile-search-form i{font-size:18px;flex:0 0 auto}.gs-mobile-search-form input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#2c2830;text-align:right;font-size:.92rem}.gs-mobile-search-form input::placeholder{color:#9a9ba6}.gs-mobile-archive-link{height:48px;flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:0 13px;border-radius:14px!important;text-decoration:none!important;font-weight:800;font-size:.82rem;white-space:nowrap}body.gs-nav-open{overflow:hidden!important;touch-action:none}.gs-mobile-backdrop.is-open{background:rgba(36,24,40,.5)!important;backdrop-filter:blur(3px)!important}#navbar.navbar-mobile>ul{width:min(88vw,390px)!important;max-width:390px!important;padding:12px 12px calc(24px + env(safe-area-inset-bottom,0px))!important;background:#fff!important;border-radius:0 0 0 26px!important;box-shadow:-18px 0 48px rgba(35,23,40,.2)!important}#navbar.navbar-mobile:before{display:none!important}#navbar.navbar-mobile .gs-mobile-menu-button{position:fixed!important;right:min(calc(88vw - 60px),330px)!important;top:17px!important;width:42px!important;height:42px!important;border-radius:13px!important;background:#f4f1f5!important;box-shadow:none!important;border:0!important;font-size:0!important;z-index:10003!important}#navbar.navbar-mobile .gs-mobile-menu-button:before{content:"×";font-size:30px;line-height:1;color:#4a424d}#navbar.navbar-mobile>ul>.gs-mobile-drawer-head{display:block!important;border:0!important;margin:0 0 12px!important;padding:0 0 10px!important;border-bottom:1px solid #eee8ef!important}.gs-mobile-drawer-brand{display:flex!important;align-items:center!important;gap:10px!important;padding:4px 54px 4px 4px!important;min-height:58px!important;color:#282229!important;text-decoration:none!important}.gs-mobile-drawer-brand img{width:92px!important;max-width:92px!important;height:auto!important;object-fit:contain!important;flex:0 0 auto}.gs-mobile-drawer-brand span{display:flex;flex-direction:column;gap:2px}.gs-mobile-drawer-brand b{font-size:.93rem}.gs-mobile-drawer-brand small{font-size:.68rem;color:#8b828e;font-weight:500}#navbar.navbar-mobile>ul>li:not(.gs-mobile-drawer-head){border-bottom:1px solid #f0edf1!important;border-radius:12px!important}#navbar.navbar-mobile>ul>li>a{gap:10px!important;min-height:50px!important;padding:10px 10px!important;font-size:14px!important;font-weight:750!important;color:#2d2830!important;border-radius:12px!important}#navbar.navbar-mobile>ul>li>a>i.d-lg-none{display:inline-flex!important;width:28px;height:28px;align-items:center;justify-content:center;color:var(--gs-brand)!important;background:var(--gs-brand-soft);border-radius:9px;flex:0 0 28px}#navbar.navbar-mobile>ul>li>a:hover{background:#fbf8fb!important;color:var(--gs-brand-dark)!important}#navbar.navbar-mobile .gs-mobile-submenu-toggle{left:7px!important;top:6px!important;width:38px!important;height:38px!important;background:#f6f2f6!important;border-radius:11px!important}#navbar.navbar-mobile .gs-mobile-submenu-toggle:after{color:var(--gs-brand-dark)!important}#navbar.navbar-mobile .gs-mega-menu,#navbar.navbar-mobile .gs-mega-children{background:#fbf8fb!important;border-radius:12px!important;padding:4px 10px 10px!important}#navbar.navbar-mobile .gs-nav-search{display:none!important}.gs-mobile-bottom-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;right:0;left:0;bottom:0;height:calc(var(--gs-mobile-nav-h) + env(safe-area-inset-bottom,0px));padding:7px 8px env(safe-area-inset-bottom,0px);background:rgba(255,255,255,.97);border-top:1px solid #ece7ed;box-shadow:0 -8px 28px rgba(38,25,44,.08);z-index:9955;backdrop-filter:blur(12px)}.gs-mobile-bottom-nav>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#8b8790!important;text-decoration:none!important;font-size:.68rem;line-height:1.15;border-radius:13px;min-width:0}.gs-mobile-bottom-nav>a i{font-size:21px;line-height:1}.gs-mobile-bottom-nav>a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.gs-mobile-bottom-nav>a.is-active{color:var(--gs-brand)!important;font-weight:800}.gs-mobile-bottom-nav .gs-mobile-bottom-home{transform:translateY(-5px)}.gs-mobile-bottom-nav .gs-mobile-bottom-home i{display:flex;align-items:center;justify-content:center;width:46px;height:39px;border-radius:13px;background:var(--gs-brand-soft);color:var(--gs-brand);font-size:22px;border:1px solid var(--gs-brand-border)}.gs-mobile-bottom-nav .gs-mobile-bottom-home.is-active i{background:var(--gs-brand);color:#fff;box-shadow:0 8px 18px rgba(178,58,148,.24)}.gs-floating-contact{bottom:calc(var(--gs-mobile-nav-h) + 12px)!important;right:10px!important;left:auto!important;gap:7px!important;z-index:9945!important}.gs-floating-contact a{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 20px rgba(44,31,50,.16)!important}.gs-floating-contact a span{display:none!important}.gs-floating-contact a i{font-size:20px!important;margin:0!important}.gs-floating-contact-call{background:var(--gs-brand)!important;border-color:var(--gs-brand)!important;color:#fff!important}#gs-public-main .gs-product-card{width:100%!important;max-width:100%!important;min-width:0!important}#gs-public-main .product-card-title{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;min-height:2.9em!important}#gs-public-main .product-card-price{color:var(--gs-brand-dark)!important;font-weight:850!important}#gs-public-main .sticky-buy{right:0!important;left:0!important;width:auto!important;max-width:100%!important;margin:0!important}#gs-public-main .input-group{max-width:100%!important}#gs-public-main input,#gs-public-main select,#gs-public-main textarea{max-width:100%!important}}@media(max-width:420px){#header .logo2{max-width:39vw!important}#header .logo2 img{max-width:136px!important}.gs-mobile-header-tools{left:8px}.gs-mobile-header-icon{width:36px;height:40px;font-size:20px}.gs-mobile-menu-button{right:8px!important}.gs-mobile-search-strip{margin-inline:8px;max-width:calc(100% - 16px)!important}.gs-mobile-archive-link{padding-inline:10px;font-size:.76rem}.gs-mobile-search-form{padding-inline:9px}.gs-mobile-search-form input{font-size:.84rem}#navbar.navbar-mobile>ul{width:92vw!important}.gs-mobile-bottom-nav>a{font-size:.62rem}.gs-mobile-bottom-nav>a i{font-size:20px}}:root{--gs-brand:#b23a94;--gs-brand-hover:#8d2d76;--gs-brand-deep:#74328f;--gs-brand-pink:#d453ac;--gs-brand-soft:#fbf1f8;--gs-brand-soft-2:#f6e8f3;--gs-brand-border:#ead2e4;--gs-surface:#ffffff;--gs-surface-2:#faf8fb;--gs-page:#f7f5f8;--gs-text:#27222b;--gs-muted:#746c78;--gs-line:#ebe3eb;--gs-radius:18px;--gs-shadow:0 10px 30px rgba(70,39,67,.07)}body{background:var(--gs-page);color:var(--gs-text)}#gs-public-main{color:var(--gs-text)}#gs-public-main .card,#gs-public-main .product-box,#gs-public-main .gs-product-card,#gs-public-main .accordion-item,#gs-public-main .modal-content{border-color:var(--gs-line)!important;box-shadow:var(--gs-shadow);border-radius:var(--gs-radius)!important}#gs-public-main .btn:not(.btn-link),.gs-mobile-archive-link{border-radius:12px}#gs-public-main .badge{border-radius:999px}#gs-public-main .form-control,#gs-public-main .form-select,#gs-public-main textarea,.gs-search-form input{border-color:var(--gs-line);border-radius:12px;background:var(--gs-surface);color:var(--gs-text)}#gs-public-main .form-control:focus,#gs-public-main .form-select:focus,.gs-search-form input:focus{border-color:rgba(178,58,148,.55)!important;box-shadow:0 0 0 .2rem rgba(178,58,148,.12)!important}#gs-public-main .text-muted,#gs-public-main .form-text{color:var(--gs-muted)!important}#gs-public-main .table{--bs-table-bg:transparent;--bs-table-color:var(--gs-text);--bs-table-border-color:var(--gs-line)}#gs-public-main .pagination .page-link{color:var(--gs-brand);border-color:var(--gs-line)}#gs-public-main .pagination .active>.page-link{background:var(--gs-brand);border-color:var(--gs-brand);color:#fff}.gs-desktop-theme-toggle{appearance:none;border:1px solid rgba(178,58,148,.18)!important;background:var(--gs-brand-soft)!important;color:var(--gs-brand)!important;min-width:34px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px!important;cursor:pointer}.gs-desktop-theme-toggle:hover{background:var(--gs-brand)!important;color:#fff!important}#footer.gs-classic-footer{position:relative;margin-top:40px;background:linear-gradient(180deg,#fff 0%,#fbf3f9 100%)!important;color:var(--gs-text)!important;border-top:1px solid var(--gs-brand-border)!important;box-shadow:0 -10px 35px rgba(94,44,84,.045)}#footer.gs-classic-footer:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--gs-brand-deep),var(--gs-brand),var(--gs-brand-pink))}#footer .footer-top{background:transparent!important;padding:48px 0 30px!important}#footer .footer-top .container{position:relative}#footer h4{color:#3a2538!important;font-size:1rem!important;font-weight:900!important;margin:0 0 18px!important;position:relative;padding-bottom:11px!important}#footer h4:after{content:"";position:absolute;right:0;bottom:0;width:42px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--gs-brand),var(--gs-brand-pink))}#footer .footer-links ul{padding:0;margin:0;list-style:none}#footer .footer-links li{padding:6px 0!important;display:flex;align-items:flex-start;gap:7px}#footer .footer-links li>i,#footer .footer-contact p>i{color:var(--gs-brand)!important;flex:0 0 auto;margin-top:2px}#footer a{color:#514852!important;text-decoration:none!important;transition:.18s ease}#footer a:hover{color:var(--gs-brand)!important;transform:translateX(-2px)}#footer .footer-contact p{color:#615962!important;line-height:1.9;margin-bottom:8px}#footer .gs-footer-phone a{display:inline-flex;direction:ltr;font-weight:800;color:#342e36!important}#footer .social-links a{width:40px;height:40px;border-radius:12px!important;display:inline-flex!important;align-items:center;justify-content:center;background:#fff!important;color:var(--gs-brand)!important;border:1px solid var(--gs-brand-border)!important;box-shadow:0 6px 16px rgba(70,39,67,.06);transform:none!important}#footer .social-links a:hover{background:var(--gs-brand)!important;color:#fff!important;border-color:var(--gs-brand)!important;transform:translateY(-2px)!important}#footer .gs-footer-brand-card{height:100%;min-height:210px;padding:22px;border:1px solid var(--gs-brand-border);border-radius:20px;background:linear-gradient(145deg,#fff,#fbf1f8);box-shadow:var(--gs-shadow);display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-align:right}#footer .gs-footer-brand-logo{display:block;transform:none!important}#footer .gs-footer-brand-logo img{display:block;max-width:156px;max-height:58px;width:auto;height:auto;object-fit:contain}#footer .gs-footer-brand-title{font-size:1.02rem;font-weight:950;color:#372637}#footer .gs-footer-brand-card p{font-size:.85rem;line-height:1.95;color:#716773;margin:0}#footer .gs-footer-brand-cta{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding:9px 13px;border-radius:12px;background:var(--gs-brand)!important;color:#fff!important;font-weight:800;transform:none!important}#footer .gs-footer-brand-cta:hover{background:var(--gs-brand-hover)!important;color:#fff!important;transform:translateY(-1px)!important}#footer .gs-footer-bottom{border-top:1px solid var(--gs-brand-border)!important;color:#746b76!important;background:transparent!important}@media screen and (max-width:767.98px){#gs-public-main .gs-invoice-print-zone{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}#gs-public-main .gs-invoice-print-zone table{min-width:680px}}@page{size:A4 portrait;margin:0}@media print{html,body{background:#fff!important;margin:0!important;padding:0!important;width:210mm!important;min-width:210mm!important;max-width:210mm!important;overflow:visible!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.no-print,#topbar,#header,#footer,.gs-mobile-bottom-nav,.gs-mobile-search-strip,.floating-social,.gs-floating-actions{display:none!important}body *{visibility:hidden!important}.gs-invoice-print-zone,.gs-invoice-print-zone *{visibility:visible!important}.gs-invoice-print-zone{position:absolute!important;top:0!important;right:0!important;left:auto!important;width:210mm!important;min-width:210mm!important;max-width:210mm!important;margin:0!important;transform:none!important;zoom:1!important;overflow:visible!important}.gs-invoice-print-zone table{display:table!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important;white-space:normal!important;table-layout:fixed!important}.gs-invoice-print-zone thead{display:table-header-group!important}.gs-invoice-print-zone tr,.gs-invoice-print-zone .payments,.gs-invoice-print-zone .signatures{break-inside:avoid!important;page-break-inside:avoid!important}}@media(max-width:767.98px){#footer.gs-classic-footer{margin-top:24px}#footer .footer-top{padding:34px 0 22px!important}#footer h4{margin-top:6px!important}#footer .gs-footer-brand-card{min-height:0;padding:18px}#footer .gs-footer-bottom .d-flex{align-items:flex-start!important;flex-direction:column}}:root{--gs-brand:#c72c91;--gs-brand-2:#8e44ad;--gs-brand-soft:#fbf3fa}.product-card-price>small.ms-1{font-size:.72em;font-weight:800;color:inherit;vertical-align:baseline}.gs-filter-empty{border:1px dashed color-mix(in srgb,var(--gs-brand) 28%,#d7dce5);border-radius:10px;background:color-mix(in srgb,var(--gs-brand-soft) 65%,#fff)}.gs-product-card .product-card-min-order{font-variant-numeric:tabular-nums}.gs-product-card .product-card-price{line-height:1.55}@media(max-width:575.98px){.gs-product-card .product-card-price{font-size:.95rem}.gs-product-card .product-card-min-order{font-size:.73rem}}:root{--gs-brand:#b23a94;--gs-brand-strong:#8d2d76;--gs-brand-soft:#fbf3f9;--gs-border:#e8dce6;--gs-radius:14px}.gs-breadcrumb .breadcrumb{gap:.42rem;font-size:.86rem;color:#6b6470}.gs-breadcrumb .breadcrumb-item{padding:0!important;margin:0!important}.gs-breadcrumb .breadcrumb-item::before{display:none!important;content:none!important}.gs-breadcrumb .breadcrumb-item a{color:var(--gs-brand-strong);text-decoration:none}.gs-breadcrumb .gs-breadcrumb-slash{color:#aaa0a9;user-select:none}.gs-mobile-category-shelf{border:1px solid var(--gs-border);border-radius:16px;background:#fff;padding:12px 10px;box-shadow:0 8px 24px rgba(76,34,69,.05)}.gs-mobile-category-track{display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;padding:2px 1px 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;max-width:100%}.gs-mobile-category-track::-webkit-scrollbar{height:3px}.gs-mobile-category-track::-webkit-scrollbar-thumb{background:#dcc3d7;border-radius:10px}.gs-mobile-category-chip{flex:0 0 92px;min-width:92px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;text-align:center;color:#3e3440;text-decoration:none;font-size:.76rem;line-height:1.55;scroll-snap-align:start}.gs-mobile-category-icon{width:54px;height:54px;border:1px solid #eadce7;background:var(--gs-brand-soft);border-radius:15px;display:grid;place-items:center;overflow:hidden;color:var(--gs-brand);font-size:1.25rem}.gs-mobile-category-icon img{width:100%;height:100%;object-fit:contain;max-width:100%}.gs-mobile-category-chip:active .gs-mobile-category-icon,.gs-mobile-category-chip:hover .gs-mobile-category-icon{border-color:#d59ac6;background:#f8eaf4}[dir="rtl"] .input-group{direction:rtl}[dir="rtl"] .input-group>:first-child:not(.dropdown-menu){border-radius:0 var(--gs-radius) var(--gs-radius) 0!important}[dir="rtl"] .input-group>:not(:first-child):not(:last-child):not(.dropdown-menu){border-radius:0!important}[dir="rtl"] .input-group>:last-child:not(.dropdown-menu){border-radius:var(--gs-radius) 0 0 var(--gs-radius)!important}[dir="rtl"] .input-group>.form-control:not(:first-child),[dir="rtl"] .input-group>.form-select:not(:first-child){margin-right:-1px;margin-left:0}[dir="rtl"] .input-group>.btn:not(:first-child){margin-right:-1px}.gs-qty-stepper{direction:rtl;display:inline-flex;max-width:100%}.gs-qty-stepper>.gs-qty-minus{border-radius:0 12px 12px 0!important}.gs-qty-stepper>.gs-qty-value,.gs-qty-stepper>input{border-radius:0!important}.gs-qty-stepper>.gs-qty-plus{border-radius:12px 0 0 12px!important}@media(max-width:991.98px){html,body,#gs-public-main{max-width:100%;overflow-x:clip}.container,.container-fluid,.row,.gs-catalog-page,.catalog-products-column{max-width:100%;min-width:0}img,video,iframe,svg{max-width:100%}.table-responsive,.gs-mobile-category-track,.swiper,.splide__track{overflow-x:auto}}[dir="rtl"] .btn-group{direction:rtl}[dir="rtl"] .btn-group>:first-child{border-radius:0 var(--gs-radius) var(--gs-radius) 0!important}[dir="rtl"] .btn-group>:not(:first-child):not(:last-child){border-radius:0!important}[dir="rtl"] .btn-group>:last-child{border-radius:var(--gs-radius) 0 0 var(--gs-radius)!important}:root{--gs46-brand:#b23a94;--gs46-brand-deep:#8d2d76;--gs46-soft:#fbf3f9;--gs46-line:#eadce7;--gs46-text:#2d2630;--gs46-muted:#756b78;--gs46-radius:14px}html[dir="rtl"] .input-group{direction:rtl!important;display:flex!important}html[dir="rtl"] .input-group>*{position:relative}html[dir="rtl"] .input-group>:first-child:not(.dropdown-menu){border-top-right-radius:var(--gs46-radius)!important;border-bottom-right-radius:var(--gs46-radius)!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}html[dir="rtl"] .input-group>:not(:first-child):not(:last-child):not(.dropdown-menu){border-radius:0!important}html[dir="rtl"] .input-group>:last-child:not(.dropdown-menu){border-top-left-radius:var(--gs46-radius)!important;border-bottom-left-radius:var(--gs46-radius)!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}html[dir="rtl"] .input-group>.input-group-text,html[dir="rtl"] .input-group>.btn{z-index:2}html[dir="rtl"] .input-group>.form-control,html[dir="rtl"] .input-group>.form-select{z-index:1}html[dir="rtl"] .input-group>:not(:first-child){margin-right:-1px!important;margin-left:0!important}html[dir="rtl"] .btn-group{direction:rtl!important}html[dir="rtl"] .btn-group>:first-child{border-radius:0 var(--gs46-radius) var(--gs46-radius) 0!important}html[dir="rtl"] .btn-group>:not(:first-child):not(:last-child){border-radius:0!important}html[dir="rtl"] .btn-group>:last-child{border-radius:var(--gs46-radius) 0 0 var(--gs46-radius)!important}#gs-public-main .gs-catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#fff 0%,#fbf3f9 100%)!important;border:1px solid var(--gs46-line)!important;border-radius:22px!important;box-shadow:0 14px 36px rgba(78,37,70,.07)!important;position:relative;overflow:hidden}#gs-public-main .gs-catalog-heading:before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#8d2d76,#d453ac)}.gs-catalog-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--gs46-brand-deep);font-size:.78rem;font-weight:900;background:#f7e9f3;border:1px solid #ecd5e6;border-radius:999px;padding:6px 10px;margin-bottom:9px}.gs-catalog-heading h1{color:var(--gs46-text);font-weight:950;line-height:1.55}.gs-catalog-heading-copy{color:var(--gs46-muted);font-size:.9rem;line-height:1.95;max-width:720px}.gs-catalog-heading-actions{display:flex;flex-direction:column;gap:9px;min-width:150px}.gs-catalog-heading-actions .btn{font-weight:850;border-radius:12px!important}.gs-catalog-count{display:flex;align-items:baseline;justify-content:center;gap:5px;background:#fff;border:1px solid var(--gs46-line);border-radius:12px;padding:9px 12px;color:#665a67;font-size:.8rem}.gs-catalog-count b{color:var(--gs46-brand-deep);font-size:1.05rem}#gs-public-main .gs-filter-panel{border:1px solid var(--gs46-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(74,40,68,.055)!important;overflow:hidden}#gs-public-main .gs-filter-panel__head{padding:16px 15px;border-bottom:1px solid #f0e7ee;background:linear-gradient(180deg,#fff,#fdf9fc)}#gs-public-main .gs-filter-panel__title{color:#3c303b;font-weight:900}.gs-filter-panel__title i{color:var(--gs46-brand)}#gs-public-main .gs-quick-filter-box{margin:12px;padding:14px;border-radius:15px;background:var(--gs46-soft);border:1px solid #efdfeb}#gs-public-main .gs-filter-section{border-top:1px solid #f0e8ef}#gs-public-main .gs-filter-section summary{padding:13px 15px;font-weight:850;color:#493c48;cursor:pointer}#gs-public-main .gs-filter-option{border-radius:10px!important}.gs-filter-option.is-active{background:#f6e8f3!important;color:var(--gs46-brand-deep)!important}@media(min-width:992px){#gs-public-main .catalog-filter-column .gs-filter-panel{position:sticky;top:88px}}#gs-public-main .gs-product-grid{--bs-gutter-x:1rem;--bs-gutter-y:1rem}#gs-public-main .gs-product-card{position:relative;border:1px solid #ece3eb!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 22px rgba(54,37,53,.045)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;height:100%}#gs-public-main .gs-product-card:hover{transform:translateY(-3px);border-color:#dfbfd7!important;box-shadow:0 15px 35px rgba(77,39,70,.10)!important}#gs-public-main .product-card-media{position:relative;display:flex!important;align-items:center;justify-content:center;aspect-ratio:1/1;background:linear-gradient(180deg,#fcfbfc,#f8f6f8);padding:12px;border-bottom:1px solid #f1eaf0}#gs-public-main .product-card-image{width:100%!important;height:100%!important;object-fit:contain!important;transition:transform .2s ease}#gs-public-main .gs-product-card:hover .product-card-image{transform:scale(1.025)}.gs-card-status{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border-radius:999px;font-size:.68rem;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.05)}.gs-card-status.is-stock{background:#effaf4;color:#187044;border:1px solid #ccebd8}.gs-card-status.is-out{background:#fff1f2;color:#b42335;border:1px solid #f1c9ce}.gs-card-status.is-soon{background:#f5f2f6;color:#716675;border:1px solid #e5dce7}#gs-public-main .product-card-body{padding:13px 13px 14px!important;display:flex;flex-direction:column;min-height:178px}#gs-public-main .product-card-title{font-size:.91rem!important;font-weight:850!important;color:#302a31!important;line-height:1.8!important;text-align:right!important;margin:0 0 8px!important;min-height:3.25em!important}#gs-public-main .product-card-min-order{display:flex;align-items:center;gap:6px;color:#827685;font-size:.73rem!important;margin:0 0 8px}.product-card-min-order i{color:var(--gs46-brand)}#gs-public-main .product-card-footer{width:100%;text-align:right!important}.product-card-price{color:var(--gs46-brand-deep)!important;font-size:1rem!important;font-weight:950!important;text-align:right!important}.product-card-price small{font-size:.68rem!important;color:#756a76!important;font-weight:800!important}#gs-public-main .product-card-more{border-color:#dcb8d2!important;color:var(--gs46-brand-deep)!important;background:#fff!important;font-weight:850!important;border-radius:11px!important}.product-card-more:hover{background:var(--gs46-brand)!important;color:#fff!important;border-color:var(--gs46-brand)!important}#gs-public-main .product-state-badge{margin-top:auto}.gs-breadcrumb .gs-breadcrumb-slash{display:inline-flex!important;align-items:center!important;padding:0 .05rem!important;color:#a794a2!important;font-weight:800}@media(max-width:991.98px){#gs-public-main .gs-mobile-category-shelf{display:block!important;margin-inline:0!important}#gs-public-main .gs-catalog-heading{align-items:flex-start;flex-direction:column;padding:18px!important;border-radius:17px!important}.gs-catalog-heading-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;min-width:0}.gs-catalog-heading-actions .btn,.gs-catalog-count{width:100%}#gs-public-main .catalog-filter-column{order:1!important}#gs-public-main .catalog-products-column{order:2!important}#gs-public-main .gs-filter-mobile-toggle{display:flex!important;width:100%;align-items:center;justify-content:space-between;border-radius:13px!important;margin-bottom:9px}#gs-public-main .gs-filter-panel__collapsible{display:none}#gs-public-main .gs-filter-panel.is-mobile-open .gs-filter-panel__collapsible{display:block}#gs-public-main .gs-filter-panel{border:0!important;box-shadow:none!important;background:transparent!important;overflow:visible}#gs-public-main .gs-filter-panel.is-mobile-open{border:1px solid var(--gs46-line)!important;background:#fff!important;box-shadow:0 10px 28px rgba(74,40,68,.055)!important}#gs-public-main .product-card-body{padding:10px 10px 11px!important;min-height:160px}.gs-card-status{top:7px;right:7px}.product-card-title{font-size:.82rem!important}.product-card-more{font-size:.72rem!important;padding:.42rem .5rem!important}}@media(min-width:992px){#gs-public-main .gs-filter-mobile-toggle{display:none!important}}:root{--gs47-brand:#b23a94;--gs47-soft:#fbf4f9}img{height:auto;max-width:100%}.gs-menu-thumb img,.gs-mobile-category-icon img{aspect-ratio:1/1;object-fit:contain}.gs-footer-brand-logo img{object-fit:contain}.gs-profile-specs b{font-variant-numeric:tabular-nums}.feature-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border:1px solid #eadbe6;background:#fbf4f9;color:#6f315e;border-radius:999px;font-size:.76rem;font-weight:750}.category-hero-image,.category-bottom-image{display:block;width:100%;aspect-ratio:8/3;object-fit:cover;background:#f6f3f6}.gs-mobile-category-icon{aspect-ratio:1/1}@media(max-width:991.98px){#gs-public-main .gs-product-card{transform:none!important}.gs-product-card:hover{transform:none!important}}.gs-intent-menu .gs-mega-parent small{margin-inline-start:auto;color:#77808d;font-size:10px;white-space:nowrap}.gs-category-faq .accordion-item{border-color:rgba(148,163,184,.22)}.gs-category-faq .accordion-button{font-weight:700;box-shadow:none!important}.gs-category-faq .accordion-button:not(.collapsed){background:rgba(190,24,93,.06);color:var(--gs-brand,#9d174d)}.gs-category-copy-card,.gs-category-faq,.gs-catalog-help,footer{content-visibility:auto;contain-intrinsic-size:auto 420px}.gs-product-card img,.gs-category-hero img,.gs-mobile-category-shelf img{background:#fff}.gs-product-card .product-card-media{aspect-ratio:1/1;contain:layout paint}.gs-category-hero{aspect-ratio:auto;min-height:clamp(140px,25vw,360px)}@media(max-width:767.98px){.gs-category-hero{min-height:120px}.gs-intent-menu .gs-mega-parent small{display:none}}:root{--gs49-brand:#b23a94;--gs49-brand-dark:#74265f;--gs49-text:#2b2530;--gs49-muted:#596173;--gs49-dark:#151217;--gs49-dark-surface:#211c24;--gs49-dark-muted:#c7bdc9}a,a:link,a:visited,a:hover,a:focus,a:active{text-decoration:none!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(178,58,148,.28)!important;outline-offset:2px!important}html[dir="rtl"] select.form-select,html[dir="rtl"] #gs-public-main select,html[dir="rtl"] .gs-auth-main select{background-position:left .75rem center!important;padding-left:2.65rem!important;padding-right:.85rem!important;text-align:right!important}@media(max-width:991.98px){#header{min-height:82px!important}#header .logo2{max-width:52vw!important}#header .logo2 img{max-width:210px!important;max-height:60px!important}.gs-mobile-header-tools{z-index:4!important}.gs-mobile-menu-button{z-index:4!important}}@media(max-width:420px){#header .logo2{max-width:48vw!important}#header .logo2 img{max-width:172px!important;max-height:55px!important}}@media(max-width:991.98px){#navbar.navbar-mobile,#navbar.navbar-mobile>ul,#navbar.navbar-mobile li,#navbar.navbar-mobile a,#navbar.navbar-mobile span,#navbar.navbar-mobile .gs-mega-menu,#navbar.navbar-mobile .gs-mega-children{direction:rtl!important;text-align:right!important}#navbar.navbar-mobile>ul>li>a,#navbar.navbar-mobile .gs-mega-parent,#navbar.navbar-mobile .gs-mega-children a{justify-content:flex-start!important;padding-right:12px!important;padding-left:48px!important}#navbar.navbar-mobile .gs-mobile-submenu-toggle{right:auto!important;left:7px!important}}@media(max-width:575.98px){#gs-public-main .product-grid-item{display:flex!important;justify-content:center!important}#gs-public-main .gs-product-card{margin-inline:auto!important;text-align:center!important}#gs-public-main .product-card-body,#gs-public-main .product-card-footer,#gs-public-main .product-card-min-order{text-align:center!important;align-items:center!important;justify-content:center!important}#gs-public-main .product-card-title{margin-inline:auto!important}}@media(max-width:575.98px){.gs-home .gs-need-strip{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;gap:8px!important;padding:8px 0 14px!important}.gs-home .gs-need-chip{white-space:normal!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:8px 9px!important}.gs-home .gs-home-head{gap:8px!important}.gs-home .gs-home-head>a{white-space:nowrap!important}}.gs-home{color:#2b2530!important}.gs-home .gs-hero-lead,.gs-home .gs-home-head p,.gs-home .gs-path-card p{color:#4f596a!important}.gs-home .gs-home-head a,.gs-home .gs-need-chip{color:#74265f!important}.gs-home .gs-path-card h3,.gs-home .gs-home-head h2,.gs-home .gs-hero-title{color:#26202a!important}.gs-sample-page{background:linear-gradient(180deg,#faf7fb,#f7f5f8);min-height:60vh}.gs-sample-shell{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.35fr);border:1px solid #eadfe8;border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 18px 55px rgba(71,42,66,.08)}.gs-sample-intro{padding:34px;background:linear-gradient(150deg,#f9edf6,#fff);border-left:1px solid #eadfe8}.gs-sample-kicker{display:inline-flex;gap:7px;align-items:center;border-radius:999px;background:#fff;color:#74265f;padding:7px 11px;font-weight:850;font-size:.82rem}.gs-sample-intro h1{font-size:1.65rem;font-weight:950;line-height:1.8;margin:18px 0 10px;color:#302632}.gs-sample-intro p{color:#596173;line-height:2}.gs-sample-product{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid #e5d5e1;border-radius:14px;background:#fff;margin:18px 0}.gs-sample-product i{font-size:1.5rem;color:#b23a94}.gs-sample-product small,.gs-sample-product strong{display:block}.gs-sample-points{list-style:none;padding:0;margin:24px 0 0}.gs-sample-points li{margin:10px 0;color:#514957}.gs-sample-points i{color:#8d2d76;margin-left:6px}.gs-sample-form-card{padding:32px}.gs-sample-form-card .form-label{font-weight:800;color:#332d36}.gs-sample-form-card .form-label small{font-weight:500;color:#746c78}.gs-sample-form-card .form-control,.gs-sample-form-card .form-select{min-height:48px;border-color:#e1d8e1;border-radius:12px}.gs-sample-form-card textarea.form-control{min-height:auto}.gs-prefill-note{background:#f5eef8;border:1px solid #e5d5e8;color:#633056;border-radius:12px;padding:10px 12px;margin-bottom:14px}.gs-sample-submit{min-height:48px;padding-inline:24px;border-radius:12px!important}@media(max-width:767.98px){.gs-sample-shell{display:block;border-radius:19px}.gs-sample-intro{padding:23px;border-left:0;border-bottom:1px solid #eadfe8}.gs-sample-intro h1{font-size:1.32rem}.gs-sample-points{display:none}.gs-sample-form-card{padding:22px 17px}}@media(max-width:991.98px){.gs-home .form-control,.gs-home .form-select,.gs-product-card{transition:color .15s ease,background-color .15s ease,opacity .15s ease!important}}@font-face{font-family:GiftSazanV50;src:url("/fo/IRANSansWeb_Medium.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}html,body,#gs-public-main,#header,#footer,.navbar,.btn,.form-control,.form-select,.input-group-text,button,input,select,textarea{font-family:GiftSazanV50,Tahoma,Arial,sans-serif!important}*,*::before,*::after{box-sizing:border-box}.container{width:100%;margin-inline:auto;padding-inline:12px}.row{--gs-gutter-x:1.5rem;--gs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--gs-gutter-y));margin-inline:calc(-.5 * var(--gs-gutter-x))}.row>*{width:100%;max-width:100%;padding-inline:calc(.5 * var(--gs-gutter-x));margin-top:var(--gs-gutter-y)}.g-2,.gy-2{--gs-gutter-y:.5rem}.g-2,.gx-2{--gs-gutter-x:.5rem}.g-3,.gy-3{--gs-gutter-y:1rem}.g-3,.gx-3{--gs-gutter-x:1rem}.col-6{flex:0 0 auto;width:50%}.col-12{flex:0 0 auto;width:100%}.d-flex{display:flex!important}.d-grid{display:grid!important}.d-none{display:none!important}.flex-wrap{flex-wrap:wrap!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.w-100{width:100%!important}.h-100{height:100%!important}.text-center{text-align:center!important}.text-start{text-align:start!important}.fw-bold{font-weight:700!important}.small,small{font-size:.875em}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.py-2{padding-block:.5rem!important}.rounded{border-radius:.375rem!important}.rounded-3{border-radius:.75rem!important}.border{border:1px solid #e4dfea!important}.position-relative{position:relative!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid transparent;border-radius:.7rem;padding:.5rem .85rem;line-height:1.4;text-decoration:none!important;cursor:pointer;background:#fff;color:#4b3156}.form-control,.form-select,.input-group-text{min-height:38px;border:1px solid #d9cfdf;background:#fff;color:#24192a;padding:.45rem .7rem;line-height:1.5}.form-control,.form-select{display:block;width:100%;border-radius:.65rem}.input-group{display:flex;width:100%;align-items:stretch}.input-group>.form-control{min-width:0;flex:1 1 auto}.input-group-text{display:flex;align-items:center;white-space:nowrap}@media(min-width:576px){.container{max-width:540px}.col-sm-6{flex:0 0 auto;width:50%}}@media(min-width:768px){.container{max-width:720px}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-6{flex:0 0 auto;width:50%}.d-md-flex{display:flex!important}}@media(min-width:992px){.container{max-width:960px}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-7{flex:0 0 auto;width:58.333333%}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}}@media(min-width:1200px){.container{max-width:1140px}.col-xl-3{flex:0 0 auto;width:25%}}@media(min-width:1400px){.container{max-width:1320px}}#navbar>ul{direction:rtl!important;justify-content:flex-start!important;text-align:right!important}#navbar>ul>li,#navbar>ul>li>a{direction:rtl!important;text-align:right!important}#header .logo2 img{width:min(260px,34vw)!important;max-width:260px!important;max-height:none!important;height:auto!important;aspect-ratio:726/100!important;object-fit:contain!important}.gs-mobile-drawer-brand img{width:180px!important;max-width:180px!important;height:auto!important;aspect-ratio:726/100!important;object-fit:contain!important}#footer .gs-footer-brand-logo img{width:218px!important;max-width:218px!important;max-height:none!important;height:auto!important;aspect-ratio:726/100!important}.gs-account-link-button{appearance:none;border:0;background:transparent;padding:0;cursor:pointer}.gs-exact-specs{display:grid;gap:14px;margin-top:10px}.gs-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gs-spec-item{display:grid;grid-template-columns:minmax(72px,.8fr) minmax(0,1.2fr);gap:10px;align-items:center;padding:11px 12px;border:1px solid #eadfee;border-radius:12px;background:#fcf9fd;min-width:0}.gs-spec-label{font-size:.78rem;font-weight:700;color:#725f79;line-height:1.6}.gs-spec-value{font-size:.88rem;color:#24182a;line-height:1.7;overflow-wrap:anywhere;text-align:right}.gs-spec-group{border:1px solid #eadfee;border-radius:14px;padding:12px;background:#fff;min-width:0}.gs-spec-group-title{font-size:.86rem;font-weight:800;color:#6c266e;margin:0 0 9px;line-height:1.6}.gs-spec-values{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.gs-spec-chip{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:5px 10px;border-radius:999px;border:1px solid #dfcde4;background:#f8f0fa;color:#512354!important;font-size:.8rem;font-weight:700;text-decoration:none!important;line-height:1.45}a.gs-spec-chip:hover,a.gs-spec-chip:focus-visible{border-color:#bb72bd;background:#f1e1f3;color:#3a163c!important}.gs-exact-specs .color-badge{width:30px!important;height:30px!important;border-radius:50%!important;border:2px solid #fff!important;box-shadow:0 0 0 1px #cfc2d2!important;display:inline-block!important}.gs-filter-body{display:grid;gap:9px}.gs-filter-section{border:1px solid #eadfee!important;border-radius:12px!important;overflow:hidden;background:#fff}.gs-filter-section>summary{padding:11px 12px!important;background:#fbf7fc;cursor:pointer;font-weight:800;color:#4b3156;list-style:none}.gs-filter-section>summary::-webkit-details-marker{display:none}.gs-filter-section>summary::before{content:"⌄";float:left;color:#8c4c91;transition:transform .16s ease}.gs-filter-section[open]>summary::before{transform:rotate(180deg)}.gs-filter-options{padding:8px!important;display:grid!important;grid-template-columns:1fr 1fr;gap:6px}.gs-filter-option{margin:0!important;min-height:38px!important;border:1px solid #eee4f0!important;border-radius:9px!important;background:#fff!important;padding:7px 8px!important;line-height:1.45!important;white-space:normal!important}.gs-filter-option.is-active{background:#f5e8f7!important;border-color:#c994ce!important}.gs-filter-depth{font-size:.68rem;color:#9b7da0}.gs-home,.gs-home .gs-hero,.gs-gift-finder,.gs-product-card,.gs-cat-card,.gs-path-card{contain:layout paint style}.gs-home .gs-hero{min-height:420px}.gs-gift-finder{min-height:150px}.gs-gift-finder input,.gs-gift-finder .form-control,.gs-product-card,.gs-product-card .btn,.gs-cat-card{transition:transform .16s ease,opacity .16s ease!important}.gs-gift-finder input:focus,.gs-gift-finder .form-control:focus{transition:none!important}a,a:hover,a:focus,a:active,#navbar a,#footer a,.gs-spec-chip{text-decoration:none!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(177,67,180,.35)!important;outline-offset:2px!important}:root{--gs-v50-bg:#fff;--gs-v50-surface:#fff;--gs-v50-text:#211626;--gs-v50-muted:#66566c;--gs-v50-border:#e3d9e7;--gs-v50-soft:#f8f2fa}.gs-home p,.gs-home .text-muted,.gs-path-card p,.gs-section-head p,.gs-filter-panel .text-muted{color:var(--gs-v50-muted)!important}@media(max-width:991.98px){#header{min-height:72px!important}#header .logo2{max-width:56vw!important}#header .logo2 img{width:min(230px,52vw)!important;max-width:230px!important;height:auto!important}#navbar.navbar-mobile,#navbar.navbar-mobile ul,#navbar.navbar-mobile li,#navbar.navbar-mobile a{direction:rtl!important;text-align:right!important}#navbar.navbar-mobile>ul{align-items:stretch!important}#navbar.navbar-mobile>ul>li>a{justify-content:flex-start!important;width:100%!important}.gs-mobile-drawer-brand{justify-content:flex-start!important;text-align:right!important}#gs-public-main .gs-product-card,#gs-public-main .product-card-body,#gs-public-main .product-card-title,#gs-public-main .product-card-price,#gs-public-main .product-card-meta,#gs-public-main .product-card-more{text-align:center!important;margin-inline:auto!important}#gs-public-main .gs-product-card .product-card-media{margin-inline:auto!important}.gs-spec-grid{grid-template-columns:1fr}.gs-filter-options{grid-template-columns:1fr}.gs-home .gs-hero{min-height:0}.gs-home .gs-intent-grid,.gs-home .gs-occasion-grid,.gs-home [data-mobile-two-col]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}@media(max-width:420px){#header .logo2 img{width:min(205px,50vw)!important}.gs-mobile-drawer-brand img{width:152px!important}.gs-spec-item{grid-template-columns:1fr;gap:3px}.gs-spec-value{text-align:right}.gs-spec-group{padding:10px}}.gs-home .gs-hero-image{aspect-ratio:760/370!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}.gs-home .gs-hero-image img{width:100%!important;height:100%!important;aspect-ratio:760/370!important;object-fit:cover!important}.gs-order-page{max-width:1180px;margin:0 auto;padding:18px 12px 36px;direction:rtl}.gs-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.gs-order-head h2{font-size:1.35rem;margin:0 0 5px}.gs-order-head p{margin:0;color:#6b7280;font-size:.9rem}.gs-order-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.gs-order-section,.gs-order-summary{background:#fff;border:1px solid #e8eaf0;border-radius:16px;box-shadow:0 6px 24px rgba(15,23,42,.05)}.gs-order-section{padding:18px;margin-bottom:14px}.gs-order-section h3{font-size:1rem;margin:0 0 4px}.gs-order-section .section-hint{font-size:.8rem;color:#7b8190;margin-bottom:14px}.gs-order-row{display:grid;grid-template-columns:160px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:14px}.gs-order-row:last-child{margin-bottom:0}.gs-order-label{font-size:.86rem;font-weight:700;padding-top:9px}.gs-order-page .form-control,.gs-order-page .form-select{border-radius:10px;min-height:42px;border-color:#dfe3ea}.gs-order-page textarea.form-control{min-height:92px}.gs-order-page .input-group .btn{min-width:44px}.gs-order-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.gs-order-chip{font-size:.75rem;border:1px solid #e5e7eb;border-radius:999px;padding:4px 8px;background:#f8fafc}.gs-order-summary{position:sticky;top:92px;overflow:hidden}.gs-order-summary-media{aspect-ratio:1.25/1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:14px}.gs-order-summary-media img{width:100%;height:100%;object-fit:contain;max-height:240px}.gs-order-summary-body{padding:16px}.gs-order-product-name{font-weight:800;font-size:1rem;margin-bottom:10px}.gs-order-kv{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px dashed #e5e7eb;font-size:.86rem}.gs-order-kv:last-of-type{border-bottom:0}.gs-order-total{margin-top:12px;background:#f3f8ff;border:1px solid #dbeafe;border-radius:12px;padding:11px}.gs-order-total small{display:block;color:#64748b}.gs-order-total strong{font-size:1.15rem}.gs-order-submit{width:100%;min-height:48px;border-radius:12px;font-weight:800;margin-top:12px}.gs-order-note{font-size:.75rem;color:#6b7280;margin-top:7px}.gs-order-accessory{border:1px solid #edf0f4;border-radius:12px;padding:10px;margin-bottom:8px}.gs-order-upload-box{border:1px dashed #cfd6e3;border-radius:12px;padding:12px;background:#fbfcfe}.gs-order-error{list-style:none;margin:0 0 12px;padding:10px;border-radius:10px;background:#fff2f2;color:#b42318;font-size:.85rem}@media(max-width:991.98px){.gs-order-grid{grid-template-columns:1fr}.gs-order-summary{position:static;order:-1}.gs-order-summary-media{display:none}.gs-order-head{display:block}.gs-order-row{grid-template-columns:1fr;gap:5px}.gs-order-label{padding-top:0}.gs-order-section{padding:14px}.gs-order-page{padding-top:10px}.gs-order-summary-body{padding:12px}.gs-order-total{margin-top:8px}}body{background:#f5f7fb}.product-box{background:#fff;border-radius:20px;padding:20px;box-shadow:0 3px 15px rgba(0,0,0,.05);margin-bottom:20px}.product-title{font-size:28px;font-weight:800;margin-bottom:20px;color:#222;line-height:1.8}.section-title{font-size:18px;font-weight:700;margin-bottom:20px;color:#dc3545}.main-image{width:100%;height:500px;object-fit:contain;border-radius:18px;border:1px solid #eee;background:#fff}.thumb-image{width:100%;height:90px;object-fit:cover;border-radius:12px;cursor:pointer;border:2px solid #eee;transition:.3s}.thumb-image:hover{border-color:#dc3545}.price-card{border:1px solid #eee;border-radius:15px;padding:15px;margin-bottom:12px;background:#fafafa}.price-new{color:#dc3545;font-size:20px;font-weight:800}.price-old{text-decoration:line-through;color:#999;margin-left:10px}.discount-badge{background:#dc3545;color:#fff;padding:4px 10px;border-radius:20px;font-size:12px;display:inline-block;margin-bottom:10px}.feature-badge{display:inline-block;padding:7px 14px;border-radius:30px;background:#f1f1f1;margin:4px;font-size:12px}.color-badge{width:38px;height:38px;border-radius:50%;display:inline-block;border:2px solid #ddd;margin:4px}.sample-card{border-radius:16px;overflow:hidden;border:1px solid #eee;background:#fff;transition:.3s;height:100%}.sample-card:hover{transform:translateY(-4px);box-shadow:0 4px 15px rgba(0,0,0,.08)}.sample-card img{width:100%;height:180px;object-fit:cover}.guarantee-box{border:1px solid #eee;border-radius:18px;padding:15px;text-align:center;height:100%;background:#fff}.guarantee-box img{height:55px;object-fit:contain;margin-bottom:10px}.product-gallery-sticky{z-index:5!important}.product-order-box{margin-top:24px!important;clear:both}.sticky-buy{position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:10px;z-index:999;box-shadow:0 -5px 20px rgba(0,0,0,.08)}.gs-product-summary{border:1px solid #e7eaf0!important;background:linear-gradient(145deg,#fff,#fffafb);box-shadow:0 18px 45px rgba(30,41,59,.07)!important}.gs-product-summary .product-title{margin-bottom:10px}.gs-product-summary-sub{color:#747f92;font-size:13px;line-height:1.9}.gs-product-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:18px}.gs-product-fact{border:1px solid #eceef2;border-radius:14px;padding:11px;background:#fff}.gs-product-fact small{display:block;color:#8790a2;margin-bottom:5px}.gs-product-fact b{font-size:14px;color:#232b3b}.gs-product-price-main{color:#dc3545!important;font-size:18px!important}.gs-product-quick-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.gs-product-quick-actions .btn{border-radius:12px;font-weight:800;padding:10px 14px}.gs-product-quick-actions .btn-danger{flex:1 1 210px}.gs-product-quick-actions .btn-outline-success,.gs-product-quick-actions .btn-outline-primary{flex:1 1 145px}.gs-related-products-bottom{overflow:hidden}.gs-related-products-bottom .row{--bs-gutter-x:.85rem}.gs-related-products-bottom .product-card-media{aspect-ratio:1/1!important;background:#fff!important;padding:10px!important;overflow:hidden!important}.gs-related-products-bottom .product-card-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;max-width:100%!important;max-height:100%!important}.main-image{height:auto!important;aspect-ratio:1/1;max-height:560px;object-fit:contain!important;background:#fff}.product-box{border:1px solid #eceef2;box-shadow:0 10px 32px rgba(30,41,59,.045)}@media(max-width:992px){body{padding-bottom:76px}.main-image{height:auto!important;max-height:420px}.product-title{font-size:22px}.gs-product-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery-sticky{position:relative!important;top:0!important}}@media(max-width:575.98px){.container-fluid.py-4{padding-left:12px!important;padding-right:12px!important}.product-box{padding:16px;border-radius:16px}.gs-product-summary .product-title{font-size:20px;line-height:1.65}.gs-product-quick-actions .btn{width:100%;flex-basis:100%}.gs-product-fact{padding:9px}.gs-product-fact b{font-size:13px}}.gs-home{background:#f7f8fb}.gs-home .container{max-width:1320px}.gs-home-hero{padding:28px 0 18px}.gs-hero-card{background:linear-gradient(135deg,#fff,#fff7f8);border:1px solid #eceef2;border-radius:28px;overflow:hidden;box-shadow:0 20px 55px rgba(25,36,60,.08)}.gs-hero-copy{padding:40px}.gs-hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:#fbf1f8;color:#74265f;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.gs-hero-title{font-size:38px;font-weight:950;line-height:1.65;color:#1c2434;margin:16px 0 10px}.gs-hero-lead{font-size:15px;color:#4f5a6c;line-height:2;max-width:620px}.gs-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.gs-hero-actions .btn{border-radius:13px;padding:11px 18px;font-weight:800}.gs-hero-image{height:100%;min-height:360px;background:#f1f3f7}.gs-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.gs-need-strip{display:flex;gap:9px;overflow:auto;padding:8px 2px 16px;scrollbar-width:thin}.gs-need-chip{white-space:nowrap;background:#fff;border:1px solid #e7e9ef;border-radius:999px;padding:9px 14px;text-decoration:none;color:#30384b;font-size:13px;font-weight:700}.gs-need-chip:hover{border-color:#b23a94;color:#7a275f;background:#fff8fc}.gs-home-section{padding:28px 0}.gs-home-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px}.gs-home-head h2{font-size:24px;font-weight:900;margin:0}.gs-home-head p{margin:5px 0 0;color:#596476;font-size:13px}.gs-home-head a{text-decoration:none;color:#8d2d76;font-weight:800;font-size:13px}.gs-cat-card{display:block;height:100%;background:#fff;border:1px solid #e9ebef;border-radius:18px;overflow:hidden;text-decoration:none;color:#252d3d;transition:.2s;box-shadow:0 8px 25px rgba(27,39,64,.035)}.gs-cat-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(27,39,64,.09);color:#b42335}.gs-cat-media{aspect-ratio:16/10;background:#f4f5f7;display:grid;place-items:center;overflow:hidden}.gs-cat-media img{width:100%;height:100%;object-fit:contain;display:block;padding:6px}.gs-cat-media i{font-size:42px;color:#c4c9d2}.gs-cat-title{padding:13px 12px;text-align:center;font-weight:850;font-size:14px}.gs-path-card{background:#fff;border:1px solid #e8ebf0;border-radius:20px;padding:21px;height:100%}.gs-path-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#fbf1f8;color:#8d2d76;font-size:20px;margin-bottom:13px}.gs-path-card h3{font-size:16px;font-weight:900}.gs-path-card p{font-size:13px;color:#515c6e;line-height:1.9;margin:0}.gs-trust{background:#202633;color:#fff;border-radius:24px;padding:26px}.gs-trust-stat{padding:13px;text-align:center}.gs-trust-stat b{display:block;font-size:27px}.gs-trust-stat span{color:#d2d6df;font-size:12px}.gs-help-card{background:linear-gradient(120deg,#b23a94,#74328f);color:#fff;border-radius:24px;padding:28px}.gs-help-card h2{font-weight:900;font-size:24px}.gs-help-card p{color:#ffe9ec;line-height:1.9}.gs-help-card .btn{border-radius:12px;font-weight:800}@media(max-width:991.98px){.gs-hero-copy{padding:27px 22px}.gs-hero-title{font-size:28px}.gs-hero-image{min-height:220px;max-height:300px}.gs-home-section{padding:20px 0}.gs-home-head h2{font-size:20px}}@media(max-width:575.98px){.gs-home-hero{padding-top:14px}.gs-hero-card{border-radius:20px}.gs-hero-title{font-size:24px}.gs-hero-actions .btn{width:100%}.gs-home-head{align-items:start}.gs-home-head p{display:none}}.gs-category-hero{width:100%;overflow:hidden;border-radius:20px;background:#f6f7f9;border:1px solid #eceef2}.gs-category-hero .category-hero-image,.category-bottom-image{display:block;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;margin:0 auto}.gs-category-titlebar{border:1px solid #edf0f4;border-radius:18px;box-shadow:0 8px 30px rgba(22,34,55,.04)}.gs-catalog-layout{position:relative}.catalog-products-column{min-width:0}.gs-product-grid{align-items:stretch}@media(max-width:991.98px){.gs-category-titlebar{padding:18px!important}.gs-category-titlebar h1{font-size:1.35rem}.gs-category-hero{border-radius:14px}.catalog-filter-column{position:relative;z-index:2}}.gs-category-hero{width:100%;overflow:hidden;border-radius:20px;background:#f6f7f9;border:1px solid #eceef2}.gs-category-hero .category-hero-image,.category-bottom-image{display:block;width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;margin:0 auto}.gs-category-titlebar{border:1px solid #edf0f4;border-radius:18px;box-shadow:0 8px 30px rgba(22,34,55,.04)}@media(max-width:991.98px){.gs-category-titlebar{padding:18px!important}.gs-category-titlebar h1{font-size:1.35rem}.gs-category-hero{border-radius:14px}}@font-face{font-family:"bootstrap-icons";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2"),url("/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff") format("woff")}#header{overflow:visible!important}#header>.container{min-width:0!important;gap:14px!important}#header #navbar{min-width:0!important}#gs-public-main{min-width:0!important;overflow-x:clip}#gs-public-main .row>*{min-width:0}#gs-public-main .gs-product-card{width:100%!important;max-width:100%!important;overflow:hidden!important}#gs-public-main .gs-product-card .product-card-media{display:flex!important;width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;align-items:center!important;justify-content:center!important}#gs-public-main .gs-product-card .product-card-media img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0!important}#gs-public-main #products{max-width:100%!important;overflow:hidden!important}#gs-public-main #products img{max-width:100%!important;height:auto!important;object-fit:contain!important}#header #navbar,#header #navbar ul,#header #navbar .gs-mega-menu,#header #navbar .gs-mega-item,#header #navbar .gs-mega-children{direction:rtl!important;text-align:right!important}#header #navbar .gs-mega-parent{justify-content:flex-start!important;text-align:right!important}.gs-mega-children a{display:block;text-align:right!important;direction:rtl!important}#header #navbar>ul>li>a{white-space:nowrap}.gs-search-form{direction:rtl}.gs-search-form input{text-align:right}@media(min-width:992px){#header #navbar .gs-mega-dropdown>.gs-mega-menu{position:fixed!important;top:var(--gs-mega-top,80px)!important;right:16px!important;left:16px!important;width:auto!important;max-width:none!important;max-height:68vh!important;overflow:auto!important;transform:none!important;column-count:initial!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}#header #navbar .gs-mega-dropdown:hover>.gs-mega-menu,#header #navbar .gs-mega-dropdown:focus-within>.gs-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important}}@media(max-width:991.98px){#header #navbar:not(.navbar-mobile)>ul{display:none!important}}:root{color-scheme:light!important;--gs51-gutter:clamp(12px,2vw,28px)}html,body{background:#fff!important;color:#26212a!important}a,a:hover,a:focus,a:active{text-decoration:none!important}#gs-public-main{padding-inline:var(--gs51-gutter)!important}#gs-public-main>.container,#gs-public-main>.container-fluid,#gs-public-main .container,#gs-public-main .container-fluid{padding-inline:clamp(10px,1.6vw,22px)!important}@media(max-width:575.98px){:root{--gs51-gutter:8px}#gs-public-main>.container,#gs-public-main>.container-fluid,#gs-public-main .container,#gs-public-main .container-fluid{padding-inline:10px!important}}@media(min-width:992px){#navbar .gs-mega-dropdown{position:relative!important}#navbar .gs-mega-dropdown>a{position:relative!important}#navbar .gs-mega-dropdown>a::after{content:"";position:absolute;right:-10px;left:-10px;top:100%;height:28px;z-index:1002;background:transparent;pointer-events:auto}#navbar .gs-mega-dropdown>.gs-mega-menu{margin-top:0!important}#navbar .gs-mega-dropdown:hover>.gs-mega-menu,#navbar .gs-mega-dropdown:focus-within>.gs-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important}}#gs-public-main .gs-product-card{max-width:275px!important;margin-inline:auto!important}#gs-public-main .gs-product-card .product-card-media{aspect-ratio:1/1!important;padding:7px!important}#gs-public-main .gs-product-card .card-body,#gs-public-main .gs-product-card .product-card-body{padding:9px 10px 10px!important;min-height:140px!important}#gs-public-main .product-card-title{font-size:.8rem!important;line-height:1.6!important;min-height:2.6em!important;margin-bottom:5px!important}#gs-public-main .product-card-min-order{font-size:.68rem!important;margin-bottom:4px!important}#gs-public-main .product-card-price{font-size:.88rem!important}@media(min-width:992px){#gs-public-main .catalog-filter-column{flex:0 0 21%;max-width:21%}#gs-public-main .catalog-products-column{flex:0 0 79%;max-width:79%}#gs-public-main .gs-filter-panel{font-size:.82rem}#gs-public-main .gs-quick-filter-box{padding:9px!important;margin:8px!important}#gs-public-main .gs-filter-section>summary{padding:8px 10px!important}#gs-public-main .gs-filter-option{min-height:32px!important;padding:4px 7px!important}}@media(max-width:991.98px){#gs-public-main .catalog-filter-column{height:auto!important;min-height:0!important;margin:0 0 5px!important}#gs-public-main .gs-filter-panel{position:relative!important;min-height:0!important}#gs-public-main .gs-filter-mobile-toggle{margin:0 0 5px!important;min-height:42px!important}#gs-public-main .gs-filter-panel__collapsible{display:none!important;position:fixed!important;inset:70px 10px 72px!important;z-index:1087!important;overflow:auto!important;background:#fff!important;border:1px solid #eadfea!important;border-radius:18px!important;box-shadow:0 22px 60px rgba(40,22,39,.24)!important;padding-bottom:18px!important}#gs-public-main .gs-filter-panel.is-mobile-open .gs-filter-panel__collapsible{display:block!important}body.gs-filter-drawer-open{overflow:hidden!important}}.gs-exact-specs{display:grid!important;gap:16px!important;margin-top:14px!important}.gs-spec-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.gs-spec-item{display:grid!important;grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr)!important;gap:10px!important;padding:11px 12px!important;border:1px solid #eadfea!important;border-radius:12px!important;background:#fcf9fc!important;align-items:start!important}.gs-spec-label{display:block!important;font-size:.73rem!important;color:#756777!important;font-weight:900!important}.gs-spec-value{display:block!important;font-size:.83rem!important;color:#302632!important;line-height:1.75!important;word-break:break-word!important}.gs-spec-group{display:block!important;border:1px solid #eadfea!important;border-radius:13px!important;padding:12px!important;background:#fff!important}.gs-spec-group-title{display:block!important;font-size:.79rem!important;font-weight:900!important;color:#5b3157!important;margin:0 0 9px!important}.gs-spec-values{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.gs-spec-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:5px 9px!important;border:1px solid #e7dbe5!important;border-radius:999px!important;background:#faf6fa!important;line-height:1.55!important;white-space:normal!important;text-align:center!important}@media(max-width:575.98px){.gs-spec-grid{grid-template-columns:1fr!important}.gs-spec-item{grid-template-columns:1fr!important;gap:3px!important}}.gs-w330{max-width:330px!important}.gs-w150{max-width:150px!important}.gs-mt20{margin-top:20px!important}.gs-sticky-gallery{top:90px!important}.gs-video-max{max-height:560px!important}.gs-lh22{line-height:2.2!important}.gs-lh23{line-height:2.3!important}.gs-object-contain{object-fit:contain!important}.gs-review-image{max-height:180px!important;object-fit:contain!important}.gs-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.gs-filter-empty{display:none}.gs-filter-empty.is-visible{display:block}.gs-filter-option.is-filter-hidden{display:none!important}.gs-file-followup-hidden{display:none!important}.gs-file-followup-visible{display:flex!important}.color-badge svg{display:block;width:100%;height:100%;border-radius:50%}img.gs-lazy-request{background:#f6f3f6;color:transparent}.gs-hero-subtitle{font-size:1.05rem!important;font-weight:750!important;color:#4f5a6c!important;line-height:1.9!important;margin:-2px 0 10px!important}.gs-account-link-button{display:inline-flex!important;align-items:center!important;gap:5px!important;border:1px solid #a51431!important;background:#fff!important;color:#8d1730!important;padding:5px 10px!important;border-radius:9px!important;font-weight:800!important;line-height:1.4!important}.gs-account-link-button:hover{background:#fff1f4!important;color:#751127!important}.gs-site-logo{width:260px!important;height:36px!important;object-fit:contain!important}.gs-drawer-logo{object-fit:contain!important}.gs-price-calculator{border:1px solid #e3d4df!important;border-radius:18px!important;background:#fff!important;padding:20px!important;overflow:hidden!important}.gs-calculator-head{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important;margin-bottom:18px!important}.gs-calculator-head>div{min-width:0!important}.gs-calculator-head h2{font-size:1.25rem!important;line-height:1.45!important;margin:4px 0 5px!important;color:#302831!important}.gs-calculator-head p{margin:0!important;color:#5b5260!important;line-height:1.75!important}.gs-calculator-kicker{display:inline-flex!important;border-radius:999px!important;background:#f7eaf3!important;color:#812d6d!important;padding:4px 9px!important;font-size:.75rem!important;font-weight:800!important}.gs-calculator-head>i{width:44px!important;height:44px!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:#f7edf4!important;color:#8b2d74!important;font-size:1.2rem!important;flex:0 0 44px!important}.gs-calculator-fields{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important;gap:14px!important;align-items:end!important}.gs-calculator-field{min-width:0!important}.gs-calculator-results{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:15px!important}.gs-calculator-results>div{min-width:0!important;border:1px solid #eee4eb!important;border-radius:12px!important;background:#fcfafb!important;padding:10px!important;text-align:center!important}.gs-calculator-results span,.gs-calculator-results small{display:block!important;color:#655c65!important}.gs-calculator-results b{display:block!important;margin-top:3px!important;color:#372f38!important}.gs-calculator-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:14px!important}.gs-calculator-actions .btn{min-width:170px!important}#footer .footer-top h3{font-size:1rem!important;font-weight:800!important;margin:0 0 12px!important;color:#fff!important}.gs-trust-copy{color:#f7edf4!important}#gs-public-main .product-card-more{color:#6d245c!important;border-color:#9f4b89!important;background:#fff!important}#gs-public-main .product-card-more:hover{color:#fff!important;background:#8e2d77!important}@media(max-width:767.98px){.gs-calculator-fields{grid-template-columns:1fr!important}.gs-calculator-results{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gs-calculator-actions .btn{width:100%!important}.gs-price-calculator{padding:15px!important}.gs-calculator-head>i{display:none!important}}@media(max-width:575.98px){.gs-calculator-results{grid-template-columns:1fr!important}.gs-site-logo{width:210px!important;height:29px!important}}.gs-mobile-account-row{position:relative}.gs-mobile-account-row form{margin:0}.gs-mobile-logout{border:1px solid #a51431;background:#fff;color:#8d1730;border-radius:9px;padding:6px 10px;font-weight:800}.navbar-mobile .gs-mobile-account-row{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:4px 8px!important}
/* V53: desktop dropdown always starts below the sticky header/nav row; never on top of menu labels. */
@media(min-width:992px){
#header{overflow:visible!important}
#header #navbar>ul>li.gs-mega-dropdown{position:relative!important}
#header #navbar .gs-mega-dropdown>.gs-mega-menu{position:absolute!important;top:calc(100% + 9px)!important;margin-top:0!important;z-index:1200!important;max-height:calc(100vh - 150px)!important}
#header #navbar .gs-mega-dropdown::after{content:"";position:absolute;top:100%;right:-8px;left:-8px;height:11px;z-index:1199;background:transparent}
#header #navbar .gs-products-menu>.gs-mega-menu{right:0!important;left:auto!important;width:min(760px,calc(100vw - 32px))!important}
#header #navbar .gs-intent-menu>.gs-mega-menu{right:-120px!important;left:auto!important;width:min(720px,calc(100vw - 32px))!important}
#header #navbar .gs-mega-dropdown:not(.gs-products-menu):not(.gs-intent-menu)>.gs-mega-menu{right:auto!important;left:0!important;width:min(620px,calc(100vw - 32px))!important}
}
@font-face{font-family:GiftSazanV54;src:url('/fo/IRANSansWeb_Medium.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GiftSazanV54;src:url('/fo/IRANSansWeb_Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GiftSazanV54;src:url('/fo/IRANSansWeb_Medium.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:GiftSazanV54;src:url('/fo/IRANSansWeb_Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:GiftSazanV54;src:url('/fo/IRANSansWeb_Bold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:GiftSazanV54;src:url('/fo/IRANSansWeb_Bold.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}html,body,button,input,select,textarea,.btn,.form-control,.form-select{font-family:GiftSazanV54,Tahoma,Arial,sans-serif!important}#gs-public-main .gs-product-card .product-card-media{aspect-ratio:1/1!important;min-height:0!important;max-height:none!important}#gs-public-main .gs-product-card .product-card-image{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}.gs-cat-media,.gs-category-media,.gs-mobile-category-image{overflow:hidden!important}.gs-cat-media img,.gs-category-media img,.gs-mobile-category-image img{display:block!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}@media(min-width:992px){#header{overflow:visible!important;position:relative!important;z-index:1000!important}#header>.container{overflow:visible!important}#header #navbar.navbar,#header #navbar.navbar>ul{overflow:visible!important}#header #navbar.navbar>ul>li.gs-mega-dropdown{position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}#header #navbar.navbar>ul>li.gs-mega-dropdown>.gs-mega-menu{position:absolute!important;top:calc(100% + 8px)!important;bottom:auto!important;right:0!important;left:auto!important;transform:none!important;margin:0!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:1100!important}#header #navbar.navbar>ul>li.gs-mega-dropdown:hover>.gs-mega-menu,#header #navbar.navbar>ul>li.gs-mega-dropdown:focus-within>.gs-mega-menu{visibility:visible!important;opacity:1!important;pointer-events:auto!important}#header #navbar.navbar>ul>li.gs-mega-dropdown>.gs-mega-menu:before{content:""!important;position:absolute!important;top:-10px!important;right:0!important;left:0!important;height:10px!important;background:transparent!important}#header #navbar .gs-products-menu>.gs-mega-menu{width:min(900px,calc(100vw - 32px))!important;right:0!important;left:auto!important}#header #navbar .gs-intent-menu>.gs-mega-menu{width:min(720px,calc(100vw - 32px))!important;right:0!important;left:auto!important}#header #navbar .gs-mega-dropdown:not(.gs-products-menu):not(.gs-intent-menu)>.gs-mega-menu{width:min(620px,calc(100vw - 32px))!important;right:0!important;left:auto!important}}.gs-order-submit,.gs-order-primary{background:linear-gradient(135deg,#8d2d76,#b23a94)!important;border:1px solid #8d2d76!important;color:#fff!important;box-shadow:0 8px 18px rgba(141,45,118,.18)!important;text-decoration:none!important;min-height:48px!important;font-weight:800!important}.gs-order-submit:hover,.gs-order-submit:focus,.gs-order-primary:hover,.gs-order-primary:focus{background:#7d2569!important;border-color:#7d2569!important;color:#fff!important;box-shadow:0 0 0 .2rem rgba(178,58,148,.16)!important}.gs-product-whatsapp{background:#177b45!important;border:1px solid #177b45!important;color:#fff!important;text-decoration:none!important;font-weight:800!important}.gs-product-whatsapp:hover,.gs-product-whatsapp:focus{background:#116638!important;border-color:#116638!important;color:#fff!important}.gs-qty-tier-btn{appearance:none;border:1px solid #d9bdd2!important;background:#fff!important;color:#6f245d!important;border-radius:999px!important;padding:.38rem .72rem!important;font-weight:800!important;cursor:pointer!important}.gs-qty-tier-btn:hover,.gs-qty-tier-btn:focus{background:#fbf1f8!important;border-color:#b23a94!important;color:#8d2d76!important;box-shadow:0 0 0 .16rem rgba(178,58,148,.12)!important}.gs-order-submit:disabled{opacity:.65!important;cursor:not-allowed!important}

/* V55 RTL menu regression guard */
#header #navbar .gs-mega-menu,#header #navbar .gs-mega-menu li,#header #navbar .gs-mega-menu a{direction:rtl!important;text-align:right!important}
#header #navbar .gs-mega-menu .gs-mega-parent{justify-content:flex-start!important;text-align:right!important}
@media(max-width:991.98px){#header #navbar.navbar-mobile .gs-mega-menu,#header #navbar.navbar-mobile .gs-mega-menu *{direction:rtl!important;text-align:right!important}#header #navbar.navbar-mobile .gs-mobile-submenu-toggle{left:5px!important;right:auto!important}}
/* V55 product price-tier card: button semantics without pill regression */
#gs-public-main .gs-product-tier-card{appearance:none!important;display:block!important;width:100%!important;text-align:center!important;border:1px solid #eee!important;border-radius:15px!important;padding:15px!important;margin:0 0 12px!important;background:#fafafa!important;color:inherit!important;font-weight:inherit!important;cursor:pointer!important;line-height:inherit!important;box-shadow:none!important}
#gs-public-main .gs-product-tier-card:hover,#gs-public-main .gs-product-tier-card:focus-visible{background:#fff7fc!important;border-color:#d9bdd2!important;color:inherit!important;box-shadow:0 0 0 .16rem rgba(178,58,148,.10)!important;outline:0!important}
#gs-public-main .gs-product-tier-card .price-new{color:#8d2d76!important}
#gs-public-main .gs-product-tier-card .gs-tier-click-hint{display:block;margin-top:7px;color:#746b75;font-size:.73rem;font-weight:600}

/* V56 RTL + viewport-safe mega menus */
#header #navbar .gs-mega-menu,#header #navbar .gs-mega-menu li,#header #navbar .gs-mega-menu a{direction:rtl!important;text-align:right!important;box-sizing:border-box!important}
@media(min-width:992px){#header #navbar.navbar>ul>li.gs-mega-dropdown>.gs-mega-menu{max-width:calc(100vw - 24px)!important;transform:translateX(var(--gs-mega-shift-x,0px))!important;overflow-x:hidden!important}#header #navbar .gs-mega-menu .gs-mega-parent{min-width:0!important;justify-content:flex-start!important;text-align:right!important}#header #navbar .gs-mega-menu a{min-width:0!important;overflow-wrap:anywhere!important}}
@media(max-width:991.98px){#header #navbar.navbar-mobile{overflow-x:hidden!important}#header #navbar.navbar-mobile .gs-mega-menu{width:100%!important;max-width:100%!important;overflow-x:hidden!important;direction:rtl!important;text-align:right!important}#header #navbar.navbar-mobile .gs-mega-menu *{max-width:100%!important;box-sizing:border-box!important;direction:rtl!important;text-align:right!important}#header #navbar.navbar-mobile .gs-mobile-submenu-toggle{left:5px!important;right:auto!important}}


/* --- css/layout-v58-full.min.css --- */
:root{
  --gs-brand:#b23a94;--gs-brand-dark:#8d2d76;--gs-brand-deep:#6f377f;
  --gs-brand-soft:#fcf2f9;--gs-brand-soft-2:#f6e7f3;--gs-brand-border:#e8cde0;
  --bs-primary:#b23a94;--bs-primary-rgb:178,58,148;--bs-link-color:#9b327f;--bs-link-hover-color:#7e2868;
}
#gs-public-main a:not(.btn):not(.gs-phone-chip):not(.gs-mobile-header-icon){text-decoration-color:rgba(178,58,148,.2)}
#gs-public-main .btn-primary,#gs-public-main .gs-order-primary,#gs-public-main .gs-order-submit{background:linear-gradient(135deg,var(--gs-brand),var(--gs-brand-deep))!important;border-color:transparent!important;color:#fff!important;box-shadow:0 8px 20px rgba(178,58,148,.18)}
#gs-public-main .btn-primary:hover,#gs-public-main .gs-order-primary:hover,#gs-public-main .gs-order-submit:hover{background:linear-gradient(135deg,var(--gs-brand-dark),#673177)!important;color:#fff!important;transform:translateY(-1px)}
#gs-public-main .btn-outline-primary{border-color:var(--gs-brand)!important;color:var(--gs-brand)!important}
#gs-public-main .btn-outline-primary:hover{background:var(--gs-brand)!important;color:#fff!important}
#header .navbar>ul>li>a:hover,#header .navbar>ul>li>a:focus,#header .navbar>ul>li>a.active{color:var(--gs-brand)!important}

/* V58: viewport-bound desktop mega menu. */
@media(min-width:992px){
 #header #navbar.navbar>ul>li.gs-mega-dropdown>.gs-mega-menu{
   position:fixed!important;right:auto!important;left:var(--gs-mega-fixed-left,12px)!important;
   top:var(--gs-mega-fixed-top,96px)!important;width:var(--gs-mega-fixed-width,min(620px,calc(100vw - 24px)))!important;
   max-width:calc(100vw - 24px)!important;max-height:calc(100vh - var(--gs-mega-fixed-top,96px) - 16px)!important;
   transform:none!important;margin:0!important;overflow-x:hidden!important;overflow-y:auto!important;
   direction:rtl!important;text-align:right!important;border:1px solid #eee3eb!important;border-radius:16px!important;
   box-shadow:0 18px 45px rgba(57,35,55,.16)!important;background:#fff!important;padding:12px!important;
 }
 #header #navbar .gs-products-menu>.gs-mega-menu{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 #header #navbar .gs-intent-menu>.gs-mega-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 #header #navbar .gs-mega-dropdown:not(.gs-products-menu):not(.gs-intent-menu)>.gs-mega-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 #header #navbar .gs-mega-menu .gs-mega-item{min-width:0!important;max-width:100%!important}
 #header #navbar .gs-mega-menu .gs-mega-parent{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;width:100%!important;padding:9px!important;border-radius:11px!important;overflow:hidden!important}
 #header #navbar .gs-mega-menu .gs-mega-parent:hover{background:var(--gs-brand-soft)!important;color:var(--gs-brand-dark)!important}
 #header #navbar .gs-mega-menu .gs-mega-parent>span:not(.gs-menu-thumb),#header #navbar .gs-mega-menu .gs-mega-parent>small{min-width:0!important;overflow-wrap:anywhere!important}
 #header #navbar .gs-intent-menu .gs-menu-thumb{display:grid!important;place-items:center!important;background:var(--gs-brand-soft)!important;color:var(--gs-brand)!important}
}
@media(max-width:991.98px){
 #header #navbar.navbar-mobile,#header #navbar.navbar-mobile ul,#header #navbar.navbar-mobile li,#header #navbar.navbar-mobile a{direction:rtl!important;text-align:right!important}
 #header #navbar.navbar-mobile{right:0!important;left:auto!important;overflow-x:hidden!important}
 #header #navbar.navbar-mobile .gs-mega-menu{position:static!important;transform:none!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}
}

/* Category + budget shortcuts */
.gs-catalog-discovery{background:#fff;border:1px solid var(--gs-brand-border);border-radius:18px;padding:12px 14px;box-shadow:0 7px 24px rgba(72,44,67,.05)}
.gs-catalog-discovery-row{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:10px;padding:7px 0}
.gs-catalog-discovery-row+.gs-catalog-discovery-row{border-top:1px dashed #eadce6}
.gs-catalog-discovery-label{display:flex;align-items:center;gap:7px;font-weight:800;color:#4f384b;white-space:nowrap}.gs-catalog-discovery-label i{color:var(--gs-brand)}
.gs-catalog-discovery-track{display:flex;gap:7px;overflow-x:auto;scrollbar-width:thin;padding:2px 0 4px}
.gs-catalog-discovery-chip{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:7px 11px;border:1px solid #eadce6;border-radius:999px;background:#fff;color:#51444f!important;text-decoration:none!important;font-size:.84rem;font-weight:700;transition:.15s ease}
.gs-catalog-discovery-chip:hover,.gs-catalog-discovery-chip.is-active{background:var(--gs-brand-soft)!important;border-color:var(--gs-brand)!important;color:var(--gs-brand-dark)!important}
@media(max-width:767.98px){.gs-catalog-discovery{padding:10px}.gs-catalog-discovery-row{grid-template-columns:1fr;gap:6px}.gs-catalog-discovery-label{font-size:.86rem}.gs-catalog-discovery-chip{font-size:.78rem;padding:6px 10px}}

/* Product features: every real filter is a clickable chip. */
.gs-exact-specs{display:flex;flex-direction:column;gap:12px}.gs-spec-group{margin:0!important;padding-top:10px;border-top:1px solid #f0e8ee}.gs-spec-group-title{font-size:.88rem!important;font-weight:850!important;color:#493a46;margin:0 0 8px!important}
.gs-spec-values{display:flex;flex-wrap:wrap;gap:7px}.gs-spec-chip{display:inline-flex!important;align-items:center;gap:7px;padding:7px 10px!important;border:1px solid #eadce6!important;border-radius:999px!important;background:#fff!important;color:#493a46!important;text-decoration:none!important;font-size:.82rem!important;line-height:1.3!important}
a.gs-spec-chip:hover{border-color:var(--gs-brand)!important;background:var(--gs-brand-soft)!important;color:var(--gs-brand-dark)!important}
.gs-color-filter-chip{padding-inline:8px 11px!important}.gs-color-swatch{width:20px;height:20px;flex:0 0 20px;border-radius:50%;border:1px solid rgba(30,30,30,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.gs-color-black{background:#111}.gs-color-white{background:#fff}.gs-color-red{background:#e43d3d}.gs-color-blue{background:#2779d8}.gs-color-light-blue{background:#72b8ef}.gs-color-sky{background:#66c5e8}.gs-color-navy{background:#183a67}.gs-color-green{background:#31985a}.gs-color-light-green{background:#79bf72}.gs-color-dark-green{background:#286c42}.gs-color-yellow{background:#f3ca2f}.gs-color-orange{background:#f18b2d}.gs-color-pink{background:#e85caa}.gs-color-purple{background:#8e4ab1}.gs-color-lilac{background:#b99bd5}.gs-color-gold{background:#c9a13a}.gs-color-rose-gold{background:#b87373}.gs-color-silver{background:#b7bdc6}.gs-color-gray{background:#7f858d}.gs-color-brown{background:#76513f}.gs-color-cream{background:#ead9ae}.gs-color-turquoise{background:#32b6ae}.gs-color-clear{background:linear-gradient(135deg,#fff,#e5eef5)}.gs-color-multi{background:conic-gradient(#e43d3d,#f3ca2f,#31985a,#2779d8,#8e4ab1,#e43d3d)}.gs-color-neutral{background:#d9dde3}

/* Product pre-order estimator */
.gs-price-calculator{border:1px solid var(--gs-brand-border)!important;background:linear-gradient(145deg,#fff 0%,var(--gs-brand-soft) 100%)!important;box-shadow:0 12px 28px rgba(92,48,83,.07)!important;overflow:hidden}
.gs-calculator-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gs-calculator-head>i{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#fff;color:var(--gs-brand);font-size:1.3rem;box-shadow:0 6px 18px rgba(93,51,84,.08)}
.gs-calculator-kicker{display:inline-flex;padding:4px 9px;border-radius:999px;background:#fff;color:var(--gs-brand-dark);border:1px solid var(--gs-brand-border);font-size:.75rem;font-weight:800;margin-bottom:6px}.gs-calculator-head h2{font-size:1.15rem;margin-bottom:4px}.gs-calculator-head p{color:#746a72;margin:0}.gs-calculator-results{border-radius:14px!important;background:#fff!important;border:1px solid #eadce6!important}.gs-calculator-results .is-total{background:var(--gs-brand-soft)!important;color:var(--gs-brand-dark)!important}.gs-calculator-actions{gap:12px!important}

/* Order flow */
.gs-order-section{border-color:#eadce6!important;border-radius:18px!important;box-shadow:0 6px 20px rgba(67,43,62,.04)!important}.gs-order-section>h3{color:#463642!important}.gs-order-quantity-card{max-width:520px;padding:12px;border:1px solid var(--gs-brand-border);border-radius:16px;background:linear-gradient(145deg,#fff,var(--gs-brand-soft));}.gs-order-quantity-title{display:flex;align-items:center;gap:7px;color:var(--gs-brand-dark);font-weight:850;margin-bottom:10px}.gs-order-quantity-title i{color:var(--gs-brand)}
.gs-qty-stepper .btn{border-color:#dac7d5!important;color:var(--gs-brand-dark)!important;background:#fff!important}.gs-qty-stepper .btn:hover{background:var(--gs-brand)!important;color:#fff!important}.gs-qty-stepper .form-control{font-weight:900!important;color:#3f303b!important;background:#fff!important}
.gs-order-chips{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:10px!important}.gs-order-chip{border:1px solid #e1cede!important;background:#fff!important;color:#51424d!important;border-radius:999px!important;padding:7px 10px!important;font-weight:700!important}.gs-order-chip:hover,.gs-order-chip:focus{border-color:var(--gs-brand)!important;background:var(--gs-brand-soft)!important;color:var(--gs-brand-dark)!important}
.gs-order-color-options{display:flex;flex-wrap:wrap;gap:8px}.gs-order-color-option{position:relative;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #e4d5df;border-radius:999px;background:#fff;cursor:pointer;font-weight:700;font-size:.84rem}.gs-order-color-option input{position:absolute;opacity:0;pointer-events:none}.gs-order-color-option:has(input:checked){border-color:var(--gs-brand);background:var(--gs-brand-soft);box-shadow:0 0 0 2px rgba(178,58,148,.08)}.gs-order-related-section .product-card{box-shadow:none!important}.gs-order-summary{border-top:3px solid var(--gs-brand)!important}.gs-order-total{background:var(--gs-brand-soft)!important;border-color:var(--gs-brand-border)!important}.gs-order-total strong{color:var(--gs-brand-dark)!important}

/* Related products */
.gs-related-products-bottom{scroll-margin-top:110px}.gs-related-products-bottom .section-title{color:#463642}.gs-accessory-card:hover{border-color:var(--gs-brand)!important;background:var(--gs-brand-soft)!important}

/* Active filters & form focus */
.gs-filter-panel .gs-filter-option.is-active,.gs-active-filter-chip{background:var(--gs-brand-soft)!important;border-color:var(--gs-brand-border)!important;color:var(--gs-brand-dark)!important}.form-control:focus,.form-select:focus{border-color:rgba(178,58,148,.55)!important;box-shadow:0 0 0 .2rem rgba(178,58,148,.12)!important}

.gs-filter-option.is-disabled,.gs-spec-chip.is-disabled{opacity:.5!important;cursor:not-allowed!important;pointer-events:none!important;background:#f7f4f6!important}.gs-filter-option .gs-color-swatch{width:17px;height:17px;flex-basis:17px}


/* --- css/layout-v60.css --- */
/* GiftSazan V60 — focused public UI fixes */
:root{--gs-brand:#b23a94;--gs-brand-dark:#86266f;--gs-brand-soft:#fff2fb}
@media (min-width:992px){
 #header #navbar.navbar>ul>li.gs-mega-dropdown>.gs-mega-menu{
  position:fixed!important;left:12px!important;right:12px!important;width:auto!important;max-width:none!important;
  top:var(--gs-mega-fixed-top,96px)!important;max-height:calc(100vh - var(--gs-mega-fixed-top,96px) - 18px)!important;
  overflow:auto!important;overflow-x:hidden!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  direction:rtl!important;text-align:right!important;padding:18px!important;box-sizing:border-box!important
 }
 #header #navbar .gs-products-menu>.gs-mega-menu{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 #header #navbar .gs-intent-menu>.gs-mega-menu{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 #header #navbar .gs-mega-menu>.gs-mega-item{min-width:0!important;max-width:none!important}
}
.gs-catalog-discovery{border:1px solid rgba(178,58,148,.16)!important;background:linear-gradient(180deg,#fff,#fff8fd)!important;border-radius:18px!important;padding:16px!important;margin-bottom:18px!important}
.gs-catalog-discovery .gs-catalog-discovery-row{display:grid!important;grid-template-columns:125px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;margin-bottom:10px!important}
.gs-catalog-discovery .gs-catalog-discovery-label{font-weight:800!important;color:#3e2238!important;padding-top:7px!important;white-space:nowrap!important}
.gs-catalog-discovery .gs-catalog-discovery-track{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}
.gs-catalog-discovery .gs-catalog-discovery-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:7px 13px!important;border:1px solid #ead3e5!important;border-radius:999px!important;background:#fff!important;color:#3b2837!important;text-decoration:none!important;line-height:1.4!important}
.gs-catalog-discovery .gs-catalog-discovery-chip:hover,.gs-catalog-discovery .gs-catalog-discovery-chip:focus{border-color:var(--gs-brand)!important;color:var(--gs-brand-dark)!important;background:var(--gs-brand-soft)!important}
.gs-quick-filter-empty{border:1px dashed #d8b5d1;background:#fff8fd;border-radius:16px;padding:24px;text-align:center;color:#392735}
.gs-print-tier-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.gs-print-tier-badge{display:inline-flex;gap:4px;align-items:center;border:1px solid #ead3e5;background:#fff8fd;border-radius:999px;padding:5px 9px;font-size:.78rem;color:#533047}
@media (max-width:767.98px){
 .gs-catalog-discovery{padding:12px!important}.gs-catalog-discovery .gs-catalog-discovery-row{display:block!important}.gs-catalog-discovery .gs-catalog-discovery-label{display:block!important;margin-bottom:8px!important;padding:0!important}.gs-catalog-discovery .gs-catalog-discovery-track{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:4px!important;scrollbar-width:thin}.gs-catalog-discovery .gs-catalog-discovery-chip{flex:0 0 auto!important}
}
.gs-catalog-discovery .gs-catalog-discovery-chip.is-active{background:var(--gs-brand)!important;border-color:var(--gs-brand)!important;color:#fff!important;box-shadow:0 6px 16px rgba(178,58,148,.16)}
@media (min-width:992px){#header #navbar .gs-mega-children,#header #navbar .gs-menu-subnode{min-width:0!important;max-width:100%!important}#header #navbar .gs-mega-children{display:flex!important;flex-direction:column!important;gap:5px!important;margin-top:8px!important}#header #navbar .gs-menu-subnode a{white-space:normal!important;overflow-wrap:anywhere!important}}


/* --- css/layout-v60-1-hotfix.css --- */
/* GiftSazan V60.1 hotfix — menu/category/product layout only */
@media (min-width:992px){
  html body #header .container-fluid #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu,
  html body #header #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu{
    position:fixed!important;left:12px!important;right:12px!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;
    top:var(--gs-mega-fixed-top,96px)!important;max-height:min(66vh,560px)!important;overflow-y:auto!important;overflow-x:hidden!important;
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;margin:0!important;
    transform:none!important;direction:rtl!important;text-align:right!important;box-sizing:border-box!important;border-radius:0 0 18px 18px!important
  }
  html body #header #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu>.gs-mega-item{min-width:0!important;width:auto!important;margin:0!important;padding:0!important}
  html body #header #navbar .gs-mega-menu .gs-mega-parent{min-height:52px!important;padding:9px 11px!important;gap:9px!important;border-radius:11px!important;white-space:normal!important;line-height:1.5!important}
  html body #header #navbar .gs-mega-menu .gs-menu-thumb{width:36px!important;height:36px!important;flex:0 0 36px!important}
  html body #header #navbar .gs-mega-menu .gs-menu-thumb img{width:36px!important;height:36px!important;object-fit:contain!important}
  html body #header #navbar .gs-mega-children{margin-top:5px!important;gap:3px!important}
  html body #header #navbar .gs-menu-subnode>a{padding:5px 8px!important;min-height:30px!important;font-size:.8rem!important}
}
@media (min-width:992px) and (max-width:1199.98px){
  html body #header #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
.gs-catalog-discovery{overflow:hidden!important}
.gs-catalog-discovery .gs-catalog-discovery-row{grid-template-columns:118px minmax(0,1fr)!important;align-items:center!important}
.gs-catalog-discovery .gs-catalog-discovery-track{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 7px!important;scrollbar-width:thin!important;scroll-snap-type:x proximity!important}
.gs-catalog-discovery .gs-catalog-discovery-chip{flex:0 0 auto!important;width:auto!important;max-width:250px!important;min-width:max-content!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;scroll-snap-align:start!important;padding:7px 13px!important;position:relative!important;z-index:1!important}
.gs-catalog-discovery .gs-catalog-discovery-label{position:relative!important;z-index:2!important;background:#fff!important}
@media(max-width:767.98px){
 .gs-catalog-discovery .gs-catalog-discovery-chip{max-width:220px!important;min-width:max-content!important}
}
@media(min-width:992px){
  .gs-product-detail-cards>.col-lg-4{flex:0 0 50%!important;max-width:50%!important;width:50%!important}
  .gs-product-detail-cards>.col-lg-4:nth-child(3){flex:0 0 100%!important;max-width:100%!important;width:100%!important}
  .gs-product-detail-cards .product-box.h-100{height:auto!important;min-height:100%!important}
  .gs-product-detail-cards .gs-exact-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
.gs-qty-stepper input[type=number]{appearance:textfield!important;-moz-appearance:textfield!important}
.gs-qty-stepper input[type=number]::-webkit-outer-spin-button,.gs-qty-stepper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}


/* --- css/layout-v60-2-hotfix.css --- */
/* GiftSazan V60.1 hotfix — menu/category/product layout only */
@media (min-width:992px){
  html body #header .container-fluid #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu,
  html body #header #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu{
    position:fixed!important;left:12px!important;right:12px!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;
    top:var(--gs-mega-fixed-top,96px)!important;max-height:min(66vh,560px)!important;overflow-y:auto!important;overflow-x:hidden!important;
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;margin:0!important;
    transform:none!important;direction:rtl!important;text-align:right!important;box-sizing:border-box!important;border-radius:0 0 18px 18px!important
  }
  html body #header #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu>.gs-mega-item{min-width:0!important;width:auto!important;margin:0!important;padding:0!important}
  html body #header #navbar .gs-mega-menu .gs-mega-parent{min-height:52px!important;padding:9px 11px!important;gap:9px!important;border-radius:11px!important;white-space:normal!important;line-height:1.5!important}
  html body #header #navbar .gs-mega-menu .gs-menu-thumb{width:36px!important;height:36px!important;flex:0 0 36px!important}
  html body #header #navbar .gs-mega-menu .gs-menu-thumb img{width:36px!important;height:36px!important;object-fit:contain!important}
  html body #header #navbar .gs-mega-children{margin-top:5px!important;gap:3px!important}
  html body #header #navbar .gs-menu-subnode>a{padding:5px 8px!important;min-height:30px!important;font-size:.8rem!important}
}
@media (min-width:992px) and (max-width:1199.98px){
  html body #header #navbar.navbar>ul>li.dropdown.gs-mega-dropdown>.gs-mega-menu{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(min-width:992px){
  .gs-product-detail-cards>.col-lg-4{flex:0 0 50%!important;max-width:50%!important;width:50%!important}
  .gs-product-detail-cards>.col-lg-4:nth-child(3){flex:0 0 100%!important;max-width:100%!important;width:100%!important}
  .gs-product-detail-cards .product-box.h-100{height:auto!important;min-height:100%!important}
  .gs-product-detail-cards .gs-exact-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
.gs-qty-stepper input[type=number]{appearance:textfield!important;-moz-appearance:textfield!important}
.gs-qty-stepper input[type=number]::-webkit-outer-spin-button,.gs-qty-stepper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}

/* GiftSazan V60.2 — catalog discovery: NO horizontal scrolling */
.gs-catalog-discovery{overflow:visible!important}
.gs-catalog-discovery .gs-catalog-discovery-row{
  display:grid!important;
  grid-template-columns:118px minmax(0,1fr)!important;
  align-items:start!important;
  gap:10px!important;
}
.gs-catalog-discovery .gs-catalog-discovery-track{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  padding:2px!important;
  scrollbar-width:none!important;
  scroll-snap-type:none!important;
}
.gs-catalog-discovery .gs-catalog-discovery-track::-webkit-scrollbar{display:none!important}
.gs-catalog-discovery .gs-catalog-discovery-chip{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:40px!important;
  padding:7px 9px!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.55!important;
  text-align:center!important;
  scroll-snap-align:none!important;
}
.gs-catalog-discovery .gs-catalog-discovery-label{
  align-self:start!important;
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
}
@media (min-width:1200px) and (max-width:1399.98px){
  .gs-catalog-discovery .gs-catalog-discovery-track{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media (min-width:768px) and (max-width:1199.98px){
  .gs-catalog-discovery .gs-catalog-discovery-track{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (max-width:767.98px){
  .gs-catalog-discovery .gs-catalog-discovery-row{grid-template-columns:1fr!important;gap:7px!important}
  .gs-catalog-discovery .gs-catalog-discovery-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gs-catalog-discovery .gs-catalog-discovery-label{width:100%!important}
  .gs-catalog-discovery .gs-catalog-discovery-chip{min-width:0!important;max-width:none!important}
}
@media (max-width:389.98px){
  .gs-catalog-discovery .gs-catalog-discovery-track{grid-template-columns:1fr!important}
}


/* --- css/layout-v60-3-hotfix.css --- */
/* GiftSazan V60.3 stability hotfix: brand topbar + compact estimator + responsive safety */
:root{--gs-brand:#b23a94;--gs-brand-dark:#86266f;--gs-brand-soft:#fff2fb;--gs-brand-border:#e8cde0}

/* Corporate top bar: use the same canonical brand token as buttons/admin accents. */
#topbar{background:var(--gs-brand)!important;border-bottom-color:var(--gs-brand-dark)!important;color:#fff!important}
#topbar .gs-top-contact-label,#topbar .gs-phone-chip,#topbar .gs-account-link{color:#fff!important}
#topbar .gs-phone-chip:hover,#topbar .gs-phone-chip:focus,#topbar .gs-account-link:hover,#topbar .gs-account-link:focus{background:rgba(255,255,255,.14)!important;color:#fff!important}
#topbar .gs-account-link-button{background:#fff!important;color:var(--gs-brand-dark)!important;border-color:#fff!important}
#topbar .gs-account-link-button:hover,#topbar .gs-account-link-button:focus{background:#fff7fc!important;color:var(--gs-brand-dark)!important}

/* Product + print estimator. Quantity and print stay on the same row whenever there is enough width. */
.gs-price-calculator .gs-calculator-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;align-items:start!important}
.gs-price-calculator .gs-calculator-field{display:grid!important;grid-template-rows:auto 46px auto!important;gap:6px!important;align-content:start!important;min-width:0!important}
.gs-price-calculator .gs-calculator-field .form-label{margin:0!important;min-height:24px!important;display:flex!important;align-items:center!important}
.gs-price-calculator .gs-qty-stepper,.gs-price-calculator .gs-calculator-field>.form-select{height:46px!important;min-height:46px!important;margin:0!important}
.gs-price-calculator .gs-calculator-field>.form-select{align-self:start!important}
.gs-price-calculator .gs-calculator-field .form-text{margin:0!important;line-height:1.6!important;min-height:23px!important}

/* Prevent accidental horizontal overflow across public pages. Components that intentionally scroll keep their own local overflow. */
html,body,#header,#topbar,#gs-public-main,#footer{max-width:100%!important}
#gs-public-main{overflow-x:clip!important}
#gs-public-main img,#gs-public-main video,#gs-public-main iframe,#gs-public-main svg{max-width:100%!important}
#gs-public-main .row>*{min-width:0}

/* Tablet widths still have room for both estimator fields; small phones stack cleanly. */
@media (min-width:640px) and (max-width:767.98px){
  .gs-price-calculator .gs-calculator-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
}
@media (max-width:639.98px){
  .gs-price-calculator .gs-calculator-fields{grid-template-columns:1fr!important}
  .gs-price-calculator .gs-calculator-field{grid-template-rows:auto 46px auto!important}
}
@media (max-width:380px){
  .gs-price-calculator{padding:12px!important}
  .gs-price-calculator .gs-calculator-results{grid-template-columns:1fr!important}
}


/* --- css/layout-v60-4-mobile-hotfix.css --- */
/* GiftSazan V60.4 — mobile navigation + home category stabilization */
:root{--gs-brand:#b23a94;--gs-brand-dark:#86266f;--gs-brand-soft:#fff2fb;--gs-brand-border:#e8cde0}
.gs-ui-icon{display:block;width:1.35em;height:1.35em;fill:currentColor;flex:0 0 auto;overflow:visible}

/* Home categories use their own predictable grid instead of mixed Bootstrap/flex widths. */
.gs-home-category-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;width:100%!important;min-width:0!important}
.gs-home-category-grid .gs-home-category-card{display:flex!important;flex-direction:column!important;min-width:0!important;width:100%!important;height:100%!important;border:1px solid #eadfe7!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 5px 18px rgba(82,43,72,.055)!important}
.gs-home-category-grid .gs-cat-media{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;aspect-ratio:4/3!important;min-height:0!important;padding:10px!important;background:#fbf7fa!important;overflow:hidden!important}
.gs-home-category-grid .gs-cat-media img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.gs-home-category-grid .gs-cat-title{display:flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;padding:9px 10px!important;text-align:center!important;line-height:1.65!important;font-weight:800!important;color:#312a33!important;overflow-wrap:anywhere!important}
.gs-home-category-fallback{font-size:2rem;line-height:1}
@media(max-width:1199.98px){.gs-home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:899.98px){.gs-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:575.98px){.gs-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.gs-home-category-grid .gs-cat-media{padding:8px!important}.gs-home-category-grid .gs-cat-title{min-height:48px!important;padding:7px 6px!important;font-size:.86rem!important}}

/* Intent menu: mobile gets one direct, always-clickable entry; desktop keeps the mega-menu. */
.gs-mobile-gift-direct{display:none!important}
@media(max-width:991.98px){
  #navbar.navbar-mobile .gs-mobile-gift-direct{display:block!important}
  #navbar.navbar-mobile .gs-desktop-intent-menu{display:none!important}
  #navbar.navbar-mobile .gs-mobile-gift-direct>a{display:flex!important;align-items:center!important;gap:10px!important;min-height:50px!important;padding:10px!important;color:#2d2830!important;font-weight:800!important}
}
@media(min-width:992px){#navbar .gs-mobile-gift-direct{display:none!important}}

/* Mobile header controls: semantic SVGs instead of the home-page fallback glyphs. */
@media(max-width:991.98px){
  #header .gs-mobile-menu-button{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
  #header .gs-mobile-menu-button .gs-ui-icon{width:25px!important;height:25px!important;color:#352d36!important}
  #header .gs-mobile-header-tools{display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}
  #header .gs-mobile-header-icon.gs-mobile-account-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;padding:0!important;border-radius:13px!important;background:var(--gs-brand-soft)!important;border:1px solid var(--gs-brand-border)!important;color:var(--gs-brand-dark)!important;overflow:hidden!important}
  #header .gs-mobile-header-icon.gs-mobile-account-icon .gs-ui-icon{width:23px!important;height:23px!important}

  /* Search can never exceed the viewport: fixed icon, shrinkable input, small text submit. */
  .gs-mobile-search-strip{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;margin:8px!important;padding:7px!important;overflow:hidden!important;border-radius:16px!important;background:#f3f1f4!important;box-sizing:border-box!important}
  .gs-mobile-search-form{display:grid!important;grid-template-columns:22px minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;width:100%!important;min-width:0!important;height:46px!important;padding:0 9px!important;border-radius:12px!important;background:#fff!important;border:1px solid #e6dfe5!important;overflow:hidden!important;box-sizing:border-box!important}
  .gs-mobile-search-icon{width:20px!important;height:20px!important;color:#796f7a!important;overflow:visible!important}
  .gs-mobile-search-form input{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:42px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:.88rem!important;text-align:right!important}
  .gs-mobile-search-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:54px!important;height:34px!important;padding:0 9px!important;border:0!important;border-radius:9px!important;background:var(--gs-brand)!important;color:#fff!important;font-size:.74rem!important;font-weight:800!important;white-space:nowrap!important}
  .gs-mobile-archive-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;height:46px!important;min-width:72px!important;max-width:88px!important;padding:0 9px!important;border-radius:12px!important;background:#fff!important;border:1px solid var(--gs-brand-border)!important;color:var(--gs-brand-dark)!important;font-size:.76rem!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important}

  /* Bottom navigation: real SVG icons and login-aware fourth action. */
  .gs-mobile-bottom-nav>a .gs-ui-icon{width:22px!important;height:22px!important;color:currentColor!important}
  .gs-mobile-bottom-nav .gs-mobile-bottom-home .gs-ui-icon{width:23px!important;height:23px!important}
  .gs-mobile-bottom-nav>a span{font-weight:700!important}

  /* Support actions need to say what they are; do not degrade to two anonymous circles. */
  .gs-floating-contact{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;right:8px!important;left:auto!important;bottom:calc(var(--gs-mobile-nav-h,72px) + 10px)!important;max-width:calc(100vw - 16px)!important}
  .gs-floating-contact a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:auto!important;min-width:88px!important;height:42px!important;min-height:42px!important;padding:0 12px!important;border-radius:999px!important;text-decoration:none!important;box-shadow:0 7px 18px rgba(44,31,50,.16)!important;font-size:.78rem!important;font-weight:900!important;white-space:nowrap!important}
  .gs-floating-contact a span{display:inline!important}
  .gs-floating-contact a .gs-ui-icon{width:18px!important;height:18px!important}
  .gs-floating-contact-call{background:#1877f2!important;border:1px solid #1877f2!important;color:#fff!important}
  .gs-floating-contact-whatsapp{background:#168a55!important;border:1px solid #168a55!important;color:#fff!important}
}
@media(max-width:374.98px){
  .gs-mobile-search-strip{grid-template-columns:minmax(0,1fr) 68px!important;gap:5px!important}
  .gs-mobile-search-form{grid-template-columns:19px minmax(0,1fr)!important;padding-inline:8px!important}
  .gs-mobile-search-submit{display:none!important}
  .gs-mobile-archive-link{min-width:68px!important;max-width:68px!important;padding-inline:6px!important;font-size:.71rem!important}
  .gs-mobile-bottom-nav>a{font-size:.59rem!important}
  .gs-mobile-bottom-nav>a .gs-ui-icon{width:20px!important;height:20px!important}
}
@media(max-width:767.98px){
  .gs-mobile-bottom-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important}
  .gs-mobile-bottom-nav>a{min-width:0!important;width:auto!important;padding-inline:2px!important;text-align:center!important}
  .gs-mobile-bottom-nav>a span{font-size:.64rem!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .gs-home-head{align-items:flex-start!important}
}
@media(max-width:575.98px){
  .gs-home-head{gap:8px!important}
  .gs-home-head h2{font-size:1.15rem!important}
  .gs-home-head p{font-size:.82rem!important;line-height:1.65!important}
  .gs-home-head>a{font-size:.8rem!important;white-space:nowrap!important}
}


/* --- css/layout-v60-5-mobile-menu-order-hotfix.css --- */
/* GiftSazan V60.5 — mobile drawer + visible quantity step controls */

/* Quantity controls must remain obvious on product and order pages. */
.gs-qty-stepper{
  display:flex!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  overflow:visible!important;
}
.gs-qty-stepper>.gs-qty-minus,
.gs-qty-stepper>.gs-qty-plus,
.gs-qty-stepper>[data-calc-minus],
.gs-qty-stepper>[data-calc-plus],
.gs-qty-stepper>#qty-minus,
.gs-qty-stepper>#qty-plus{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-width:72px!important;
  width:auto!important;
  height:46px!important;
  padding:0 10px!important;
  opacity:1!important;
  visibility:visible!important;
  background:#fff!important;
  border:1px solid var(--gs-brand,#b23a94)!important;
  color:var(--gs-brand-dark,#86266f)!important;
  font-size:.88rem!important;
  font-weight:900!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.gs-qty-stepper>input,
.gs-qty-stepper>.form-control{
  display:block!important;
  flex:1 1 auto!important;
  width:1%!important;
  min-width:78px!important;
  height:46px!important;
  opacity:1!important;
  visibility:visible!important;
}
@media(max-width:374.98px){
  .gs-qty-stepper>.gs-qty-minus,
  .gs-qty-stepper>.gs-qty-plus,
  .gs-qty-stepper>[data-calc-minus],
  .gs-qty-stepper>[data-calc-plus],
  .gs-qty-stepper>#qty-minus,
  .gs-qty-stepper>#qty-plus{min-width:62px!important;padding-inline:7px!important;font-size:.79rem!important}
}

/* One mobile-menu model only: full-screen overlay + one right-side drawer. */
@media(max-width:991.98px){
  body.gs-nav-open{overflow:hidden!important;touch-action:none!important}
  /* The backdrop lives under the header stacking-context so it never blocks drawer controls. */
  body.gs-nav-open #header{z-index:10002!important}
  .gs-mobile-backdrop{position:fixed!important;inset:0!important;display:block!important;background:transparent!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,visibility .18s ease!important;z-index:10000!important}
  .gs-mobile-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:rgba(32,23,35,.48)!important;backdrop-filter:blur(2px)!important}

  #header #navbar.navbar-mobile{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    pointer-events:none!important;
    z-index:10000!important;
  }
  #header #navbar.navbar-mobile>ul{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    position:fixed!important;
    inset-block:0!important;
    right:0!important;
    left:auto!important;
    width:min(88vw,380px)!important;
    min-width:0!important;
    max-width:380px!important;
    height:100vh!important;
    height:100dvh!important;
    margin:0!important;
    padding:14px 12px calc(90px + env(safe-area-inset-bottom,0px))!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    background:#fff!important;
    border-radius:0 0 0 22px!important;
    box-shadow:-18px 0 48px rgba(35,23,40,.22)!important;
    pointer-events:auto!important;
    direction:rtl!important;
    text-align:right!important;
  }
  #header #navbar.navbar-mobile>ul>.gs-mobile-drawer-head{
    display:block!important;
    flex:0 0 auto!important;
    margin:0 0 8px!important;
    padding:0 0 10px!important;
    border:0!important;
    border-bottom:1px solid #eee8ef!important;
    border-radius:0!important;
  }
  #header #navbar.navbar-mobile .gs-mobile-drawer-brand{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-height:58px!important;
    padding:4px 48px 4px 4px!important;
    color:#2b2630!important;
    text-decoration:none!important;
  }
  #header #navbar.navbar-mobile .gs-mobile-drawer-brand img{display:block!important;width:112px!important;max-width:112px!important;height:auto!important;object-fit:contain!important;flex:0 0 auto!important}
  #header #navbar.navbar-mobile .gs-mobile-drawer-brand span{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}
  #header #navbar.navbar-mobile .gs-mobile-drawer-brand b{font-size:.9rem!important;line-height:1.5!important}
  #header #navbar.navbar-mobile .gs-mobile-drawer-brand small{font-size:.67rem!important;color:#7f7582!important;line-height:1.55!important}

  #header #navbar.navbar-mobile>ul>li{
    display:block!important;
    position:relative!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-bottom:1px solid #f0edf1!important;
    border-radius:0!important;
    background:transparent!important;
  }
  #header #navbar.navbar-mobile>ul>li>a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    margin:0!important;
    padding:10px 9px!important;
    color:#2f2932!important;
    background:transparent!important;
    border:0!important;
    border-radius:10px!important;
    font-size:.88rem!important;
    font-weight:800!important;
    line-height:1.5!important;
    text-decoration:none!important;
    white-space:normal!important;
  }
  #header #navbar.navbar-mobile>ul>li.dropdown>a{padding-left:50px!important}
  #header #navbar.navbar-mobile>ul>li>a:hover,
  #header #navbar.navbar-mobile>ul>li>a:focus{background:var(--gs-brand-soft,#fff2fb)!important;color:var(--gs-brand-dark,#86266f)!important}
  #header #navbar.navbar-mobile>ul>li>a>i.bi-chevron-down{display:none!important}

  #header #navbar.navbar-mobile .gs-mobile-submenu-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:absolute!important;
    top:6px!important;
    left:6px!important;
    right:auto!important;
    width:36px!important;
    height:36px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid #eadfe7!important;
    border-radius:10px!important;
    background:#faf5f9!important;
    color:var(--gs-brand-dark,#86266f)!important;
    font-size:0!important;
    z-index:3!important;
  }
  #header #navbar.navbar-mobile .gs-mobile-submenu-toggle:after{content:'+'!important;font-size:20px!important;line-height:1!important;color:currentColor!important}
  #header #navbar.navbar-mobile li.gs-mobile-expanded>.gs-mobile-submenu-toggle:after{content:'−'!important}

  #header #navbar.navbar-mobile .gs-mega-menu,
  #header #navbar.navbar-mobile .gs-mega-children{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    display:none!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    max-height:none!important;
    margin:0 0 8px!important;
    padding:6px!important;
    overflow:visible!important;
    background:#fbf8fb!important;
    border:1px solid #f0e5ed!important;
    border-radius:12px!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    direction:rtl!important;
    text-align:right!important;
  }
  #header #navbar.navbar-mobile li.gs-mobile-expanded>.gs-mega-menu,
  #header #navbar.navbar-mobile li.gs-mobile-expanded>.gs-mega-children{display:grid!important}
  #header #navbar.navbar-mobile .gs-mega-menu>li,
  #header #navbar.navbar-mobile .gs-mega-children>li{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
  #header #navbar.navbar-mobile .gs-mega-parent,
  #header #navbar.navbar-mobile .gs-mega-children a{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    padding:7px 8px!important;
    border-radius:9px!important;
    color:#38303a!important;
    text-decoration:none!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  #header #navbar.navbar-mobile .gs-menu-thumb{display:flex!important;width:32px!important;height:32px!important;flex:0 0 32px!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:8px!important}
  #header #navbar.navbar-mobile .gs-menu-thumb img{width:32px!important;height:32px!important;object-fit:contain!important}
  #header #navbar.navbar-mobile .gs-nav-search{display:none!important}
  #header #navbar.navbar-mobile .gs-desktop-intent-menu{display:none!important}
  #header #navbar.navbar-mobile .gs-mobile-gift-direct{display:block!important}

  #header #navbar.navbar-mobile .gs-mobile-menu-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:fixed!important;
    top:14px!important;
    right:calc(min(88vw,380px) - 52px)!important;
    left:auto!important;
    width:40px!important;
    height:40px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:11px!important;
    background:#f5eff4!important;
    color:#493b47!important;
    box-shadow:none!important;
    pointer-events:auto!important;
    z-index:10003!important;
    font-size:0!important;
  }
  #header #navbar.navbar-mobile .gs-mobile-menu-button .gs-ui-icon{display:none!important}
  #header #navbar.navbar-mobile .gs-mobile-menu-button:before{content:'×'!important;font-size:30px!important;line-height:1!important;color:currentColor!important}
  #header #navbar.navbar-mobile .gs-mobile-menu-button:after{content:none!important;display:none!important}

  #header #navbar.navbar-mobile .gs-mobile-account-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:5px 0!important}
  #header #navbar.navbar-mobile .gs-mobile-account-row>a{flex:1 1 auto!important}
  #header #navbar.navbar-mobile .gs-mobile-logout{flex:0 0 auto!important;margin-left:6px!important}
}


/* --- css/layout-v61-userfirst-hotfix.css --- */
/* GiftSazan V61 — compact catalog discovery, mobile search and 5-up popular row */
@media (min-width:1200px){
  .gs-popular-five>.gs-popular-five-col{flex:0 0 20%!important;max-width:20%!important;width:20%!important}
}
.gs-catalog-discovery{padding:10px 12px!important;border-radius:15px!important;margin-bottom:12px!important;box-shadow:none!important}
.gs-catalog-discovery .gs-catalog-discovery-row{grid-template-columns:104px minmax(0,1fr)!important;gap:8px!important;margin:0!important;padding:5px 0!important}
.gs-catalog-discovery .gs-catalog-discovery-label{font-size:.82rem!important;padding-top:5px!important}
.gs-catalog-discovery .gs-catalog-discovery-track{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;padding:1px 0 4px!important;scrollbar-width:thin}
.gs-catalog-discovery .gs-catalog-discovery-chip{flex:0 0 auto!important;min-height:32px!important;padding:5px 10px!important;font-size:.78rem!important;white-space:nowrap!important}
@media(max-width:767.98px){
  .gs-catalog-page{padding-top:8px!important}
  .gs-catalog-heading{padding:14px!important;margin-bottom:10px!important}
  .gs-catalog-heading .gs-catalog-heading-copy{display:none!important}
  .gs-catalog-heading h1{font-size:1.15rem!important;margin-bottom:0!important}
  .gs-catalog-heading-actions{margin-top:8px!important}
  .gs-catalog-discovery{padding:7px 8px!important;margin-bottom:10px!important;border-radius:13px!important}
  .gs-catalog-discovery .gs-catalog-discovery-row{display:flex!important;align-items:center!important;gap:7px!important;padding:4px 0!important;min-width:0!important}
  .gs-catalog-discovery .gs-catalog-discovery-label{display:flex!important;flex:0 0 auto!important;margin:0!important;padding:0!important;font-size:.72rem!important}
  .gs-catalog-discovery .gs-catalog-discovery-label span{display:none!important}
  .gs-catalog-discovery .gs-catalog-discovery-label i{font-size:1rem!important}
  .gs-catalog-discovery .gs-catalog-discovery-track{min-width:0!important;flex:1 1 auto!important;padding-bottom:2px!important}
  .gs-catalog-discovery .gs-catalog-discovery-chip{min-height:29px!important;padding:4px 8px!important;font-size:.72rem!important}
  .gs-category-hero{border-radius:15px!important;margin-bottom:10px!important}
  .gs-category-hero .category-hero-image{min-height:150px!important;max-height:240px!important}
  .gs-mobile-search-strip{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:8px 10px!important;background:#fff!important;border-bottom:1px solid rgba(122,37,82,.08)!important;max-width:none!important;width:100%!important}
  .gs-mobile-search-form{display:grid!important;grid-template-columns:20px minmax(0,1fr) auto!important;gap:7px!important;flex:1 1 auto!important;height:46px!important;padding:0 8px!important;margin:0!important;border:1px solid #e6d9e2!important;border-radius:14px!important;background:#f8f5f7!important;box-shadow:none!important;overflow:hidden!important}
  .gs-mobile-search-icon{position:static!important;transform:none!important;width:18px!important;height:18px!important;opacity:.58!important}
  .gs-mobile-search-form input{height:44px!important;min-width:0!important;padding:0!important;font-size:.86rem!important;text-align:right!important;background:transparent!important}
  .gs-mobile-search-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;height:34px!important;min-width:72px!important;padding:0 10px!important;border:0!important;border-radius:10px!important;background:var(--gs-brand,#b23a94)!important;color:#fff!important;font-size:.76rem!important;font-weight:800!important}
  .gs-mobile-search-submit .gs-ui-icon{width:15px!important;height:15px!important;fill:currentColor!important}
  .gs-mobile-archive-link{height:46px!important;min-width:64px!important;max-width:72px!important;padding:0 8px!important;border-radius:14px!important;font-size:.72rem!important;box-shadow:none!important}
}
@media(max-width:390px){
  .gs-mobile-search-submit{min-width:38px!important;width:38px!important;padding:0!important}
  .gs-mobile-search-submit span{display:none!important}
  .gs-mobile-archive-link{min-width:58px!important;max-width:58px!important;padding:0 5px!important}
}


/* V62 — consistent product hover, five-up search results, about page */
.gs-product-card{border:1px solid rgba(122,37,82,.10)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;box-shadow:0 6px 18px rgba(30,41,59,.045)!important}
.gs-product-card .product-card-image{transition:transform .28s ease!important}
@media (hover:hover) and (pointer:fine){
  .gs-product-card:hover{transform:translateY(-5px)!important;border-color:rgba(178,58,148,.34)!important;box-shadow:0 16px 34px rgba(122,37,82,.14)!important}
  .gs-product-card:hover .product-card-image{transform:scale(1.025)!important}
  .gs-product-card:hover .product-card-more{background:#b23a94!important;border-color:#b23a94!important;color:#fff!important}
}
@media (min-width:1200px){
  .gs-search-product-grid>.gs-search-product-col{flex:0 0 20%!important;max-width:20%!important;width:20%!important}
}
.gs-search-page .gs-search-product-grid{align-items:stretch}
.gs-search-page .product-grid-item{display:flex}
.gs-search-page .product-grid-item>.gs-product-card{width:100%}

.gs-about-page{background:linear-gradient(180deg,#fff 0%,#fcf8fb 100%)}
.gs-about-hero{overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#7a2552 0%,#a83282 55%,#d85a9e 100%);box-shadow:0 24px 60px rgba(122,37,82,.18)}
.gs-about-hero-copy{height:100%;padding:clamp(28px,5vw,62px);color:#fff;display:flex;flex-direction:column;justify-content:center}
.gs-about-eyebrow{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.14);font-size:.82rem;font-weight:800;margin-bottom:18px}
.gs-about-hero h1{font-size:clamp(1.8rem,3.4vw,3rem);font-weight:900;line-height:1.5;margin:0 0 14px}
.gs-about-hero p{font-size:1rem;line-height:2;max-width:700px;color:rgba(255,255,255,.86);margin:0}
.gs-about-hero-media{height:100%;min-height:360px;background:#5f1c54}
.gs-about-hero-media img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;mix-blend-mode:normal}
.gs-about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:-28px auto 34px;position:relative;z-index:2;width:min(860px,92%)}
.gs-about-stats>div{background:#fff;border:1px solid rgba(122,37,82,.10);border-radius:18px;padding:18px;text-align:center;box-shadow:0 14px 32px rgba(31,41,55,.08)}
.gs-about-stats b{display:block;color:#8d2d76;font-size:1.35rem;font-weight:900;margin-bottom:4px}
.gs-about-stats span{color:#667085;font-size:.82rem}
.gs-about-story{background:#fff;border:1px solid rgba(122,37,82,.08);border-radius:24px;padding:clamp(22px,4vw,42px);box-shadow:0 10px 34px rgba(31,41,55,.05)}
.gs-about-section-head{max-width:820px;margin-bottom:24px}
.gs-about-section-head>span{color:#a83282;font-size:.8rem;font-weight:900}
.gs-about-section-head h2{font-weight:900;font-size:clamp(1.3rem,2.3vw,2rem);margin:7px 0 9px}
.gs-about-section-head p{color:#667085;line-height:1.95;margin:0}
.gs-about-body{line-height:2.1;color:#344054}
.gs-about-body img{max-width:100%;height:auto;border-radius:18px}
.gs-about-body h2,.gs-about-body h3{font-weight:900;color:#1f2937;margin-top:1.7em}
.gs-about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.gs-about-values article{background:#fff;border:1px solid rgba(122,37,82,.09);border-radius:20px;padding:22px;box-shadow:0 10px 26px rgba(31,41,55,.045)}
.gs-about-values i{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#fbeaf4;color:#9b2f78;font-size:1.25rem;margin-bottom:14px}
.gs-about-values h3{font-size:1rem;font-weight:900;margin-bottom:8px}
.gs-about-values p{font-size:.86rem;line-height:1.9;color:#667085;margin:0}
.gs-about-contact-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:24px 28px;border-radius:22px;background:#fff;border:1px solid rgba(122,37,82,.10)}
.gs-about-contact-card span{color:#9b2f78;font-size:.78rem;font-weight:900}
.gs-about-contact-card h2{font-size:1.12rem;font-weight:900;margin:5px 0 0}
@media(max-width:991.98px){
  .gs-about-hero{border-radius:22px}
  .gs-about-hero-media{min-height:260px}
  .gs-about-hero-media img{min-height:260px;max-height:360px}
  .gs-about-stats{margin-top:14px;width:100%}
}
@media(max-width:767.98px){
  .gs-about-stats{grid-template-columns:1fr;gap:8px}
  .gs-about-stats>div{padding:13px 15px;display:flex;align-items:center;justify-content:space-between;text-align:right}
  .gs-about-stats b{font-size:1.05rem;margin:0}
  .gs-about-values{grid-template-columns:1fr}
  .gs-about-contact-card{align-items:flex-start;flex-direction:column;padding:20px}
  .gs-about-hero-copy{padding:26px 20px}
}

/* V63 — compact product actions/reviews and corrected hero-media slot */
.gs-product-summary .gs-product-quick-actions{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;margin-top:16px!important}
.gs-product-summary .gs-product-quick-actions .btn{width:100%!important;min-height:44px!important;margin:0!important;padding:8px 10px!important;border-radius:12px!important;font-size:.84rem!important;font-weight:850!important;box-shadow:none!important}
.gs-product-summary .gs-product-quick-actions .btn-outline-primary{background:#fff!important;border:1px solid rgba(178,58,148,.45)!important;color:#8d2d76!important}
.gs-product-summary .gs-product-quick-actions .btn-outline-primary:hover{background:#fbf1f8!important;color:#74265f!important;border-color:#b23a94!important}
.gs-product-summary .gs-product-whatsapp{background:#fff!important;border:1px solid #b9d9c7!important;color:#197348!important}
.gs-product-summary .gs-product-whatsapp:hover{background:#f1fbf5!important;border-color:#62ad82!important;color:#115b38!important}
.catalog-help-row{margin-top:14px!important}
.catalog-help-row>.col-md-6{display:flex!important}
.catalog-help-card{width:100%!important;border:1px solid #eadfe7!important;border-radius:16px!important;box-shadow:none!important}
.catalog-help-card .card-body{padding:14px!important}
.catalog-help-card h4{font-size:.94rem!important;font-weight:900!important;margin-bottom:4px!important}
.catalog-help-card p{font-size:.78rem!important;line-height:1.7!important;margin-bottom:10px!important}
.catalog-help-card .form-control{min-height:38px!important;height:38px!important;font-size:.8rem!important}
.catalog-help-card .btn-success,.catalog-help-card .btn-outline-success{min-height:38px!important;border-radius:10px!important;font-size:.78rem!important;font-weight:850!important}
.catalog-help-card .btn-success{background:#b23a94!important;border-color:#b23a94!important;color:#fff!important}
.catalog-help-card .btn-outline-success{background:#fff!important;border-color:#b23a94!important;color:#8d2d76!important}
.catalog-help-card .btn-success:hover,.catalog-help-card .btn-outline-success:hover{background:#8d2d76!important;border-color:#8d2d76!important;color:#fff!important}
.gs-reviews-box{padding:16px!important}
.gs-reviews-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:12px!important}
.gs-review-score{display:flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important;border:1px solid #eadfe7!important;background:#fcf9fb!important;border-radius:999px!important;padding:5px 9px!important}
.gs-review-score b{font-size:.92rem!important}.gs-review-score small{font-size:.68rem!important;color:#746b75!important}
.gs-review-list{display:grid!important;gap:7px!important;margin-bottom:10px!important}
.gs-review-item{border:1px solid #eee7ed!important;border-radius:12px!important;padding:10px 12px!important;font-size:.82rem!important;line-height:1.75!important;background:#fff!important}
.gs-review-reply{margin-top:7px!important;padding:7px 9px!important;border-radius:9px!important;background:#faf6f9!important;font-size:.76rem!important}
.gs-review-compose{border:1px solid #e7d9e4!important;border-radius:13px!important;background:#fcfafb!important;overflow:hidden!important}
.gs-review-compose>summary{list-style:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 12px!important;color:#7d2d69!important;font-weight:900!important;font-size:.83rem!important}
.gs-review-compose>summary::-webkit-details-marker{display:none!important}.gs-review-compose>summary:after{content:'+'!important;width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#f6e8f2!important;font-size:1rem!important}.gs-review-compose[open]>summary:after{content:'−'!important}
.gs-review-compose>summary small{margin-inline-start:auto!important;color:#837985!important;font-size:.68rem!important;font-weight:500!important}
.gs-review-form{padding:12px!important;border-top:1px solid #eee5ec!important;margin:0!important}
.gs-review-form .form-label{margin-bottom:3px!important}.gs-review-form .form-control,.gs-review-form .form-select{font-size:.8rem!important;min-height:39px!important}.gs-review-form textarea.form-control{min-height:68px!important;height:auto!important}.gs-review-submit{min-width:145px!important;min-height:38px!important;font-size:.78rem!important}
.gs-home .gs-hero-image{aspect-ratio:760/370!important;height:100%!important;min-height:0!important;overflow:hidden!important;background:linear-gradient(135deg,#f8edf6,#f1dceb)!important}
.gs-home .gs-hero-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
@media(max-width:767.98px){
  .gs-product-summary .gs-product-quick-actions{grid-template-columns:1fr 1fr!important}
  .gs-product-summary .gs-product-quick-actions .gs-order-primary,.gs-product-summary .gs-product-quick-actions .btn-secondary{grid-column:1/-1!important}
  .catalog-help-row{gap:8px!important}.catalog-help-card .card-body{padding:12px!important}
  .gs-reviews-box{padding:12px!important}.gs-reviews-head{align-items:flex-start!important}.gs-review-compose>summary small{display:none!important}
}


/* --- css/layout-v64-product-mobile-hotfix.css --- */
/* GiftSazan V64 — product actions, home hero/mobile, card hover, category discovery */

/* Product card hover: one clear purple state everywhere the shared card is used. */
#gs-public-main .gs-product-card{
  position:relative!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}
#gs-public-main .gs-product-card:hover,
#gs-public-main .gs-product-card:focus-within{
  border-color:#8d2d76!important;
  box-shadow:0 0 0 2px rgba(141,45,118,.72),0 14px 34px rgba(76,31,66,.16)!important;
  transform:translateY(-2px)!important;
}
#gs-public-main .gs-product-card .product-card-more{
  color:#742661!important;
  border:1.5px solid #a65391!important;
  background:#fff7fc!important;
  font-weight:900!important;
  opacity:1!important;
  visibility:visible!important;
}
#gs-public-main .gs-product-card:hover .product-card-more,
#gs-public-main .gs-product-card:focus-within .product-card-more,
#gs-public-main .gs-product-card .product-card-more:hover,
#gs-public-main .gs-product-card .product-card-more:focus{
  color:#fff!important;
  background:#8d2d76!important;
  border-color:#8d2d76!important;
  box-shadow:0 5px 14px rgba(141,45,118,.22)!important;
}

/* Product actions: sample/contact/review stay together directly above similar products. */
.gs-product-request-zone{border:1px solid #eadce7!important;background:linear-gradient(180deg,#fff,#fffafd)!important;padding:16px!important}
.gs-product-request-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}
.gs-product-request-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.gs-product-request-btn{min-height:48px!important;border-radius:13px!important;border:1.5px solid #b85a9e!important;background:#fff!important;color:#742661!important;font-weight:900!important;gap:7px!important;box-shadow:none!important}
.gs-product-request-btn:hover,.gs-product-request-btn:focus{background:#8d2d76!important;border-color:#8d2d76!important;color:#fff!important}
.gs-product-request-btn i{font-size:1rem}
.gs-product-request-panel{margin-top:11px;padding:13px;border:1px solid #eadce7;border-radius:13px;background:#fff}
.gs-reviews-list-only .gs-review-list{margin-top:10px}
@media(max-width:575.98px){
  .gs-product-request-zone{padding:12px!important}
  .gs-product-request-bar{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .gs-product-request-btn{min-height:44px!important;padding:7px 5px!important;font-size:.78rem!important;line-height:1.45!important;white-space:normal!important}
  .gs-product-request-btn i{font-size:.95rem}
  .gs-product-request-panel{padding:10px}
}
@media(max-width:365px){.gs-product-request-bar{grid-template-columns:1fr}.gs-product-request-btn{font-size:.84rem!important}}

/* Home quick-selection hero: the visual keeps one wide aspect ratio on desktop and mobile. */
.gs-home .gs-hero-card .col-lg-5{display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#fbf4f9,#f7edf5)!important}
.gs-home .gs-hero-image{
  width:calc(100% - 30px)!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:760/370!important;
  margin:15px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(83,40,73,.10)!important;
  background:#f6edf4!important;
}
.gs-home .gs-hero-image img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}
@media(max-width:991.98px){
  .gs-home .gs-hero-card .col-lg-5{padding:0!important}
  .gs-home .gs-hero-image{width:calc(100% - 24px)!important;margin:12px!important;aspect-ratio:760/370!important;border-radius:15px!important}
}
@media(max-width:575.98px){
  .gs-home .gs-hero-image{width:calc(100% - 18px)!important;margin:9px!important;border-radius:13px!important}
  .gs-home .gs-hero-copy{padding-top:16px!important}
  /* Show exactly four popular products on phones while preserving five on larger screens. */
  .gs-home .gs-popular-five>.gs-popular-five-col:nth-child(n+5){display:none!important}
}

/* Category + budget shortcuts: compact and stable instead of competing grid rules. */
#gs-public-main .gs-catalog-discovery{
  display:grid!important;
  gap:8px!important;
  padding:10px 12px!important;
  margin-bottom:14px!important;
  overflow:hidden!important;
  border:1px solid #eadde7!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(76,42,68,.045)!important;
}
#gs-public-main .gs-catalog-discovery .gs-catalog-discovery-row{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  min-width:0!important;
}
#gs-public-main .gs-catalog-discovery .gs-catalog-discovery-row+.gs-catalog-discovery-row{border-top:1px dashed #eadde7!important;padding-top:8px!important}
#gs-public-main .gs-catalog-discovery .gs-catalog-discovery-label{
  flex:0 0 104px!important;
  width:104px!important;
  min-height:34px!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  color:#4d3448!important;
  font-size:.82rem!important;
  font-weight:900!important;
}
#gs-public-main .gs-catalog-discovery .gs-catalog-discovery-track{
  flex:1 1 auto!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:6px!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  padding:0!important;
}
#gs-public-main .gs-catalog-discovery .gs-catalog-discovery-chip{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  min-height:34px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  overflow:visible!important;
  font-size:.78rem!important;
  line-height:1.45!important;
  overflow-wrap:normal!important;
}
@media(max-width:767.98px){
  #gs-public-main .gs-catalog-discovery{padding:9px 10px!important;gap:7px!important}
  #gs-public-main .gs-catalog-discovery .gs-catalog-discovery-row{display:block!important}
  #gs-public-main .gs-catalog-discovery .gs-catalog-discovery-label{width:auto!important;min-height:0!important;margin:0 0 6px!important;font-size:.79rem!important}
  #gs-public-main .gs-catalog-discovery .gs-catalog-discovery-track{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    max-width:100%!important;
    padding:0 0 3px!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  #gs-public-main .gs-catalog-discovery .gs-catalog-discovery-track::-webkit-scrollbar{display:none!important}
  #gs-public-main .gs-catalog-discovery .gs-catalog-discovery-chip{flex:0 0 auto!important;width:auto!important;min-height:32px!important;padding:5px 9px!important;font-size:.75rem!important}
}

/* V65 follow-up: guarantees + original hero artwork fidelity */
.gs-guarantee-strip{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  padding:10px!important;
  border:1px solid #ead9e8!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff,#fdf8fc)!important;
}
.gs-guarantee-item{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  padding:9px 7px!important;
  text-align:center!important;
  border:1px solid #eee2ec!important;
  border-radius:13px!important;
  background:#fff!important;
}
.gs-guarantee-item img{width:58px!important;height:58px!important;object-fit:contain!important;flex:0 0 58px!important}
.gs-guarantee-item strong{display:block!important;color:#622052!important;font-size:.79rem!important;line-height:1.55!important}
.gs-guarantee-item small{display:block!important;margin-top:2px!important;color:#756c77!important;font-size:.68rem!important;line-height:1.55!important}
.gs-home .gs-hero-card .col-lg-5,.gs-home .gs-hero-image{background:#ead7e8!important}
.gs-home .gs-hero-image img{background:#ead7e8!important}
@media(max-width:575.98px){
  .gs-guarantee-strip{gap:5px!important;padding:7px!important}
  .gs-guarantee-item{padding:7px 4px!important;gap:5px!important}
  .gs-guarantee-item img{width:46px!important;height:46px!important;flex-basis:46px!important}
  .gs-guarantee-item strong{font-size:.69rem!important}
  .gs-guarantee-item small{font-size:.61rem!important}
}


/* V66: make the primary product purchase action visually dominant and easier to tap. */
#gs-public-main .gs-order-primary{
  min-width:230px!important;
  min-height:50px!important;
  padding-inline:2rem!important;
  border-radius:12px!important;
  font-weight:900!important;
}
@media(max-width:767.98px){
  #gs-public-main .gs-order-primary{width:100%!important;min-width:0!important;min-height:52px!important}
}


/* --- css/layout-v67-consistency.css --- */
/* GiftSazan V67 — native hero ratio + cross-version consistency */
.gs-home .gs-hero-card--native-banner{
    display:block!important;
    overflow:hidden!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #eadfea!important;
}
.gs-home .gs-hero-image--native{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1520/740!important;
    overflow:hidden!important;
    background:#fff!important;
    line-height:0!important;
}
.gs-home .gs-hero-image--native img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
}
.gs-home .gs-hero-native-copy{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    padding:14px 18px!important;
    background:#fff!important;
    border-top:1px solid #eee4ec!important;
}
.gs-home .gs-hero-native-copy>div:first-child{min-width:0!important}
.gs-home .gs-hero-native-copy .gs-hero-title{font-size:clamp(1.1rem,1.8vw,1.5rem)!important;margin:3px 0!important}
.gs-home .gs-hero-native-copy .gs-hero-subtitle{margin:0!important;font-size:.92rem!important}
.gs-home .gs-hero-native-copy .gs-hero-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;flex:0 0 auto!important}
@media(max-width:767.98px){
    .gs-home .gs-hero-card--native-banner{border-radius:14px!important}
    .gs-home .gs-hero-image--native{aspect-ratio:1520/740!important;height:auto!important}
    .gs-home .gs-hero-native-copy{display:block!important;padding:11px 12px!important}
    .gs-home .gs-hero-native-copy .gs-hero-eyebrow{font-size:.72rem!important}
    .gs-home .gs-hero-native-copy .gs-hero-title{font-size:1.02rem!important;line-height:1.65!important}
    .gs-home .gs-hero-native-copy .gs-hero-subtitle{font-size:.8rem!important}
    .gs-home .gs-hero-native-copy .gs-hero-actions{margin-top:9px!important;display:grid!important;grid-template-columns:1fr 1fr!important}
    .gs-home .gs-hero-native-copy .gs-hero-actions .btn{min-width:0!important;width:100%!important;font-size:.78rem!important;padding-inline:.5rem!important}
    .gs-home .gs-hero-native-copy .gs-hero-actions .btn:first-child{grid-column:1/-1!important}
}


/* --- css/layout-v69-additions.css --- */
/* GiftSazan V69 - promotional catalog first section inspired by modern category-led storefronts. */
.gs-promo-showcase{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.35fr);gap:18px;padding:22px;border:1px solid #eadcf0;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fbf5fd 48%,#f6edf9 100%);box-shadow:0 14px 38px rgba(88,34,101,.08);overflow:hidden}.gs-promo-showcase-copy{align-self:center;padding:10px}.gs-promo-showcase-copy h1{font-size:clamp(1.65rem,3vw,2.55rem);font-weight:900;line-height:1.55;margin:8px 0 12px;color:#32173b}.gs-promo-showcase-copy p{line-height:2;color:#65566a;max-width:610px}.gs-promo-showcase-cta{min-width:180px}.gs-promo-trustline{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:18px;font-size:.85rem;color:#65566a}.gs-promo-trustline span{display:inline-flex;align-items:center;gap:6px}.gs-promo-trustline i{color:#9d4bb2}.gs-promo-showcase-categories{background:rgba(255,255,255,.78);border:1px solid rgba(157,75,178,.14);border-radius:20px;padding:14px}.gs-promo-showcase-categories-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.gs-promo-showcase-categories-head b{font-size:1rem;color:#38243e}.gs-promo-showcase-categories-head span{font-size:.78rem;color:#84758a}.gs-promo-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gs-promo-category-tile{display:flex;flex-direction:column;min-width:0;padding:8px;border:1px solid #eee4f1;border-radius:15px;background:#fff;color:#332637;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.gs-promo-category-tile:hover{transform:translateY(-3px);border-color:#a34fb8;box-shadow:0 10px 22px rgba(100,44,113,.13);color:#5e2570}.gs-promo-category-image{display:block;aspect-ratio:1/1;border-radius:11px;overflow:hidden;background:#f6f1f7}.gs-promo-category-image img{width:100%;height:100%;object-fit:contain;padding:5px}.gs-promo-category-name{font-weight:800;font-size:.86rem;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gs-promo-category-view{font-size:.72rem;color:#8c7692;margin-top:3px}.gs-promo-category-tile:hover .gs-promo-category-view{color:#8b389f}.gs-seasonal-product-picker .list-group{max-height:240px;overflow:auto}.btn-close-sm{transform:scale(.68)}
@media(max-width:991.98px){.gs-promo-showcase{grid-template-columns:1fr}.gs-promo-showcase-copy{padding:2px}.gs-promo-category-grid{grid-template-columns:repeat(4,minmax(120px,1fr));overflow-x:auto;padding-bottom:5px;scroll-snap-type:x proximity}.gs-promo-category-tile{scroll-snap-align:start}.gs-promo-showcase-categories{overflow:hidden}}
@media(max-width:575.98px){.gs-promo-showcase{padding:14px;border-radius:18px;gap:12px}.gs-promo-showcase-copy h1{font-size:1.55rem;line-height:1.6}.gs-promo-showcase-copy p{font-size:.9rem}.gs-promo-showcase-copy .btn{width:100%}.gs-promo-trustline{font-size:.78rem;gap:6px 10px}.gs-promo-showcase-categories{padding:10px}.gs-promo-category-grid{grid-template-columns:repeat(4,116px);gap:7px}.gs-promo-category-name{font-size:.8rem}.gs-promo-category-view{font-size:.68rem}}

