/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Space+Grotesk:wght@300..700&display=swap");
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

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

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

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

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: auto;
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

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

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

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

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

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

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

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

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

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

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

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

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

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

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

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

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

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

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

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

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

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

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

div#shopify-section-template--24894355571006__section_product_v3_UDk8K3 h3.block-title.title_heading {
  text-align: left;
  display: block; }

@media only screen and (max-width: 800px) {
  #shopify-section-template--24894355571006__main .tab-pd-details .tab_prod li a {
    background-color: #000;
    padding: 12px 28px;
    color: #fff;
    margin-bottom: 10px; } }
div#shopify-section-template--24894355571006__section_banner_v8_aHUgtW .box-img:after {
  content: "";
  background-image: url(/cdn/shop/files/avb91899cb3246210ca63_1.png?v=1750352512);
  width: 100%;
  position: absolute;
  color: #ef776a;
  font-size: 30px;
  height: 45px;
  bottom: 15px;
  right: 20px;
  border-radius: 29px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg); }

div#shopify-section-template--24894355571006__section_product_v3_UDk8K3 .title_heading:before {
  display: none; }

.Product-Page-Collapsible {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.Product-Page-Collapsible .collapsible-links {
  margin: 0;
  border: none;
  border-radius: unset;
  width: 100%; }

/* .Product-Page-Collapsible .collapsible {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.4vw 0.8vw;
    line-height: normal;
    font-size: 0.8vw;
    border-radius: 30px;
    margin-bottom: 2rem;
    width: 100%;
} */
.Product-Page-Collapsible .collapsible {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  line-height: normal;
  font-size: 14px;
  border-radius: 30px;
  margin-bottom: 2rem;
  width: 100%; }

.Product-Page-Collapsible .collapsible:hover {
  background-color: #f0fdf4; }

.Product-Page-Collapsible .collapsible .arrow-icon {
  transition: transform0 0.3s ease; }

.Product-Page-Collapsible .collapsible .arrow-icon.rotated {
  transform: rotate(180deg); }

.Product-Page-Collapsible .collapsible-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  width: 100%;
  padding: 0;
  font-size: 14px; }

.Product-Page-Collapsible .collapsible-content .metafield-rich_text_field {
  padding: 14px; }

.Product-Page-Collapsible .collapsible-content p {
  margin: 14px0; }

.Product-Page-Collapsible .swiper-button-prev::after, .Product-Page-Collapsible .swiper-button-next::after {
  font-size: 12px;
  color: black;
  font-weight: bold; }

.Product-Page-Collapsible .swiper-button-prev {
  left: 0;
  background-color: #000000;
  opacity: 1;
  border-radius: 50%;
  width: 35px;
  height: 35px; }

.Product-Page-Collapsible .swiper-button-next {
  right: 0;
  opacity: 1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #000000; }

.Product-Page-Collapsible .swiper-button-prev svg, .Product-Page-Collapsible .swiper-button-next svg {
  fill: white;
  color: white; }

.swatch .variant_other:hover, .swatch .variant_other:focus, .swatch input:checked + .variant_other {
  border: 1px solid #ef776a !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #ef776a !important; }

.swatch .variant_other {
  border: 1px solid #ef776a !important;
  color: #ef776a;
  opacity: unset; }

button.shop-button.enj-add-to-cart-btn.engoj-btn-addtocart {
  background-color: #ef776a !important;
  border-radius: 73px; }

.btn-action.detail-attr.qty-cart {
  margin-top: 0 !important; }

.shopify-payment-button button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background-color: #ef776a !important;
  border-radius: 72px !important;
  width: 100% !important;
  margin-top: 0px; }

.prod_largeimg .content-page-detail .detail-info .list_ul_engo_full {
  display: none; }

.btn-action.detail-attr.qty-cart {
  display: none !important; }

.Popup-Primary {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Primary .Popup-Button {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  gap: 1rem; }

.Popup-Primary .Popup-Button .Popup-Btn-Info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  gap: 0 0.5rem; }

.Popup-Primary .Popup-Button .Popup-Btn-Info .Colored-Circle {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  height: auto;
  margin: 0;
  padding: 0;
  gap: 0.5rem; }

.Popup-Primary .Popup-Button .Popup-Btn-Info .Heading {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap; }

.Popup-Primary .Popup-Button .Popup-Btn-Info .Heading .first-head {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Primary .Popup-Button .Popup-Btn-Info p {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.Popup-Primary .Popup-Button .Popup-Btn-Info span svg {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0; }

.Popup-Primary .Popup-Button .Icon {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Primary .Popup-Button .Icon svg {
  display: block;
  width: 20px;
  height: 20px; }

.Popup-Main-Primary {
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #00000066; }

.Popup-Main-Primary.active {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  visibility: visible;
  opacity: 1; }

.Popup-Main-Primary .Popup-Flex {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Flex-Box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: start;
  -webkit-box-align: start;
  -ms-box-align: start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Flex-Content-Box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem;
  max-width: 1000px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center; }

.Popup-Main-Primary .Popup-Flex .Popup-Close {
  text-align: right;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Close .Popuo-Close-Button {
  text-decoration: underline; }

.Popup-Main-Primary .Popup-Flex .Popup-Title-Box, .Popup-Main-Primary .Popup-Flex .Popup-Content-Box {
  height: auto;
  margin: 1rem 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Title-Box {
  width: 40%; }

.Popup-Main-Primary .Popup-Flex .Popup-Title-Box .Popup-Title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Title-Box .Popup-Title-Circle {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  gap: 1rem; }

.Popup-Main-Primary .Popup-Flex .Popup-Title-Box .Popup-Title-Circle svg {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box {
  width: 55%; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Popup-Info {
  width: 100%;
  height: auto;
  margin: 0 auto 1rem auto;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Popup-Info .Popup-Conent-Info {
  width: auto;
  height: auto;
  margin: 0;
  padding: 1rem;
  border-radius: 20px; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0;
  gap: 1rem; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Popup-Flex-Repeat {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: start;
  -webkit-box-align: start;
  -ms-box-align: start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 20px;
  padding: 1rem; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Icon-Box {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  top: 5px; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Icon-Box svg {
  width: 8px;
  display: block;
  height: 8px;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Detail-Grid-Box {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Details-Box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Details-Box .Details-Title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Details-Box .Details-Title h3 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

/*********************Sticky Buy Now Css**********************/
.Sticky-Buy-Now-Section {
  position: fixed;
  bottom: 0;
  z-index: 11;
  width: 100%;
  left: 0;
  height: auto;
  margin: 0; }

.Sticky-Buy-Now-Section .Buy-Button {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Sticky-Buy-Now-Section .Buy-Button .shopify-payment-button__button {
  margin: 0; }

/*****************************End*****************************/
/********************Image Slider Section Css***********************/
.Image-Slider-Section {
  width: 100%;
  height: auto;
  margin: 0; }

.Image-Slider-Section .Wrapped {
  position: relative; }

.Image-Slider-Section .Title-Box {
  width: 100%;
  height: auto;
  margin: 0 auto 2rem auto;
  padding: 0; }

.Image-Slider-Section .Title-Box h2,
.Image-Slider-Section .Title-Box h1,
.Image-Slider-Section .Title-Box h3,
.Image-Slider-Section .Title-Box h4,
.Image-Slider-Section .Title-Box h5 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }

.Image-Slider-Section .Image-Slider {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box .Image-Box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box .Image-Box .Image {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.Image-Slider-Section .Image-Slider .Slide-Box .Image-Box .Image img,
.Image-Slider-Section .Image-Slider .Slide-Box .Image-Box .Image video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card {
  width: auto;
  padding: 1rem;
  margin: 0;
  height: auto; }

.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card .Content-Box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card .Content-Box .Title,
.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card .Content-Box .Button-Box {
  width: 100%;
  height: auto;
  margin: 0.5rem auto;
  padding: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card .Content-Box .Title h2 {
  margin: 0; }

.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card .Content-Box .Button-Box .button {
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  gap: 1rem; }

.Image-Slider-Section .Image-Slider .Slide-Box .Content-Card .Content-Box .Button-Box .button svg {
  display: block; }

/******************************End**********************************/
/******************Swiper Universal Css*****************/
.Overflow-Slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next2,
.swiper-button-prev2,
.swiper-button-next3,
.swiper-button-prev3,
.swiper-button-next4,
.swiper-button-prev4,
.swiper-button-next5,
.swiper-button-prev5,
.swiper-button-next6,
.swiper-button-prev6,
.swiper-button-next7,
.swiper-button-prev7,
.swiper-button-next8,
.swiper-button-prev8,
.swiper-button-next9,
.swiper-button-prev9,
.swiper-button-next10,
.swiper-button-prev10,
.swiper-button-next11,
.swiper-button-prev11,
.swiper-button-next12,
.swiper-button-prev12,
.slider-button,
.slick-arrow {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10; }

.swiper-button-next, .swiper-button-prev,
.swiper-button-next2, .swiper-button-prev2,
.swiper-button-next3, .swiper-button-prev3,
.swiper-button-next4, .swiper-button-prev4,
.swiper-button-next5, .swiper-button-prev5,
.swiper-button-next6, .swiper-button-prev6,
.swiper-button-next7, .swiper-button-prev7,
.swiper-button-next8, .swiper-button-prev8,
.swiper-button-next9, .swiper-button-prev9,
.swiper-button-next10, .swiper-button-prev10,
.swiper-button-next11, .swiper-button-prev11,
.swiper-button-next12, .swiper-button-prev12,
.slider-button--prev, .slider-button--next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.slider-button svg {
  width: 16px !important;
  height: 16px !important; }

.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-prev2, .swiper-rtl .swiper-button-next2,
.swiper-button-prev3, .swiper-rtl .swiper-button-next3,
.swiper-button-prev4, .swiper-rtl .swiper-button-next4,
.swiper-button-prev5, .swiper-rtl .swiper-button-next5,
.swiper-button-prev6, .swiper-rtl .swiper-button-next6,
.swiper-button-prev7, .swiper-rtl .swiper-button-next7,
.swiper-button-prev8, .swiper-rtl .swiper-button-next8,
.swiper-button-prev9, .swiper-rtl .swiper-button-next9,
.swiper-button-prev10, .swiper-rtl .swiper-button-next10,
.swiper-button-prev11, .swiper-rtl .swiper-button-next11,
.swiper-button-prev12, .swiper-rtl .swiper-button-next12
.slider-button--prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-next2, .swiper-rtl .swiper-button-prev2,
.swiper-button-next3, .swiper-rtl .swiper-button-prev3,
.swiper-button-next4, .swiper-rtl .swiper-button-prev4,
.swiper-button-next5, .swiper-rtl .swiper-button-prev5,
.swiper-button-next6, .swiper-rtl .swiper-button-prev6,
.swiper-button-next7, .swiper-rtl .swiper-button-prev7,
.swiper-button-next8, .swiper-rtl .swiper-button-prev8,
.swiper-button-next9, .swiper-rtl .swiper-button-prev9,
.swiper-button-next10, .swiper-rtl .swiper-button-prev10,
.swiper-button-next11, .swiper-rtl .swiper-button-prev11,
.swiper-button-next12, .swiper-rtl .swiper-button-prev12,
.slider-button--next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-next2:after, .swiper-rtl .swiper-button-prev2:after,
.swiper-button-next3:after, .swiper-rtl .swiper-button-prev3:after,
.swiper-button-next4:after, .swiper-rtl .swiper-button-prev4:after,
.swiper-button-next5:after, .swiper-rtl .swiper-button-prev5:after,
.swiper-button-next6:after, .swiper-rtl .swiper-button-prev6:after,
.swiper-button-next7:after, .swiper-rtl .swiper-button-prev7:after,
.swiper-button-next8:after, .swiper-rtl .swiper-button-prev8:after,
.swiper-button-next9:after, .swiper-rtl .swiper-button-prev9:after,
.swiper-button-next10:after, .swiper-rtl .swiper-button-prev10:after,
.swiper-button-next11:after, .swiper-rtl .swiper-button-prev11:after,
.swiper-button-next12:after, .swiper-rtl .swiper-button-prev12:after {
  content: "next"; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-prev2:after, .swiper-rtl .swiper-button-next2:after,
.swiper-button-prev3:after, .swiper-rtl .swiper-button-next3:after,
.swiper-button-prev4:after, .swiper-rtl .swiper-button-next4:after,
.swiper-button-prev5:after, .swiper-rtl .swiper-button-next5:after,
.swiper-button-prev6:after, .swiper-rtl .swiper-button-next6:after,
.swiper-button-prev7:after, .swiper-rtl .swiper-button-next7:after,
.swiper-button-prev8:after, .swiper-rtl .swiper-button-next8:after,
.swiper-button-prev9:after, .swiper-rtl .swiper-button-next9:after,
.swiper-button-prev10:after, .swiper-rtl .swiper-button-next10:after,
.swiper-button-prev11:after, .swiper-rtl .swiper-button-next11:after,
.swiper-button-prev12:after, .swiper-rtl .swiper-button-next12:after {
  content: "prev"; }

.swiper-button-next::after, .swiper-button-prev::after,
.swiper-button-next2::after, .swiper-button-prev2::after,
.swiper-button-next3::after, .swiper-button-prev3::after,
.swiper-button-next4::after, .swiper-button-prev4::after,
.swiper-button-next5::after, .swiper-button-prev5::after,
.swiper-button-next6::after, .swiper-button-prev6::after,
.swiper-button-next7::after, .swiper-button-prev7::after,
.swiper-button-next8::after, .swiper-button-prev8::after,
.swiper-button-next9::after, .swiper-button-prev9::after,
.swiper-button-next10::after, .swiper-button-prev10::after,
.swiper-button-next11::after, .swiper-button-prev11::after,
.swiper-button-next12::after, .swiper-button-prev12::after {
  font-size: 16px !important;
  font-weight: bold;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: none; }

.swiper-button-next svg,
.swiper-button-prev svg,
.swiper-button-next2 svg,
.swiper-button-prev2 svg
.swiper-button-next3 svg,
.swiper-button-prev3 svg
.swiper-button-next4 svg,
.swiper-button-prev4 svg
.swiper-button-next5 svg,
.swiper-button-prev5 svg
.swiper-button-next6 svg,
.swiper-button-prev6 svg,
.swiper-button-next7 svg,
.swiper-button-prev7 svg,
.swiper-button-next8 svg,
.swiper-button-prev8 svg,
.swiper-button-next9 svg,
.swiper-button-prev9 svg,
.swiper-button-next9 svg,
.swiper-button-prev10 svg,
.swiper-button-next10 svg,
.swiper-button-prev11 svg,
.swiper-button-next11 svg,
.swiper-button-prev12 svg,
.swiper-button-next12 svg {
  width: 1.5rem; }

.swiper-button-prev svg,
.swiper-button-prev2 svg,
.swiper-button-prev3 svg,
.swiper-button-prev4 svg,
.swiper-button-prev5 svg,
.swiper-button-prev6 svg,
.swiper-button-prev7 svg,
.swiper-button-prev8 svg,
.swiper-button-prev9 svg,
.swiper-button-prev10 svg,
.swiper-button-prev11 svg,
.swiper-button-prev12 svg {
  transform: rotate(180deg); }

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold; }

.pagination--box,
.swiper-pagination--box .swiper-pagination-bullet,
.pagination--box .swiper-pagination-bullet {
  border-radius: unset;
  width: 50px;
  height: 2px; }

/* .swiper-pagination--box,.pagination--box {
    width: auto !important;
} */
.swiper-slide-shadow {
  display: block !important; }

.swiper-pagination {
  bottom: 50px !important; }

.swiper-pagination.bottom-post {
  position: unset !important;
  margin: 3rem auto 0 auto;
  transform: unset !important; }

.swiper-slide-shadow {
  display: block !important; }

.swiper-pagination.pagination--square span {
  border-radius: unset; }

.icon-arrow {
  width: 1rem !important;
  height: 1rem !important; }

/**************************End**************************/
/*******************Promotional Banners Css********************/
.Promotion-Banners {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.Promotion-Banners .Subtitle {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Promotion-Banners .Subtitle h4 {
  margin: 0 auto 1rem auto; }

.Promotion-Banners .Title-Box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.Promotion-Banners .Title-Box h2 {
  margin-top: 0; }

.Promotion-Banners .Banner-Flex {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  gap: 0; }

.Promotion-Banners .Banner-Flex-Gap {
  gap: 2rem; }

.Promotion-Banners .Banner-Flex .Banner-Grid {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box.align-start {
  align-items: start;
  -webkit-box-align: start;
  -ms-box-align: start; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box.align-center {
  align-items: center;
  -webkit-box-align: center;
  -ms-box-align: center; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box.align-end {
  align-items: end;
  -webkit-box-align: end;
  -ms-box-align: end; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box.start {
  justify-content: start; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box.middle {
  justify-content: center; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box.end {
  justify-content: end; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Image {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  padding: 0; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Image img,
.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Image .image-placeholder svg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Image-Animate {
  cursor: pointer; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Image .Overlay {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box {
  width: auto;
  height: auto;
  margin: 0;
  padding: 2rem; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Sub-Title,
.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Title,
.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Info,
.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Custom-Button {
  width: 100%;
  height: auto;
  margin: 1rem auto;
  padding: 0; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Sub-Title h2,
.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Title h2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.Promotion-Banners .Banner-Flex .Banner-Grid .Flex-Box .Caption-Box .Content-Box .Info p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0; }

/****************************End*******************************/
.tab-pd-details {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  display: none; }

div#shopify-section-template--24894355571006__main .featured-icon {
  padding-bottom: 60px;
  display: none; }

.product-item-v9 .img-product {
  overflow: hidden;
  /* border-radius: 15px; */ }

div#shopify-section-template--24894355571006__section_product_v1_h6yL3D .container.container-v2 {
  background-color: #faf6f0;
  border-radius: 38px;
  padding-top: 60px;
  padding-bottom: 38px; }

.product.mb-30.engoj_grid_parent.relative {
  /* border-radius: 15px; */
  /* background-color: #faf6f0; */
  padding: 11px 0px;
  padding-top: 0;
  margin-bottom: 0; }

div#shopify-section-template--24894355571006__1750347061c527130a .jdgm-rev-widg {
  max-width: 1435px;
  margin: 0 auto 4rem;
  background-color: #faf6f0;
  border-radius: 30px;
  padding-top: 55px;
  padding-bottom: 26px; }

div#shopify-section-template--24894355571006__1750347061c527130a .jdgm-rev-widg {
  border-radius: 30px; }

.Our_best_link {
  max-width: 1435px;
  margin: 0 auto;
  background-color: #faf6f0;
  border-radius: 30px;
  padding-top: 55px;
  padding-bottom: 26px;
  padding: 50px; }

.Our_best_link li.in-link {
  display: inline; }

.Our_best_link li.in-link:after {
  content: "|"; }

.Our_best_link li.in-link a.under_title {
  font-weight: 500; }

.Our_best_inner h3 {
  padding-bottom: 18px; }

/*********************Product Page Css****************************/
.product-item-v9 .des-font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

/*****************************End*********************************/
@media only screen and (max-width: 989px) {
  .Promotion-Banners .Banner-Flex-Gap {
    gap: 1.5rem 0; } }
@media only screen and (max-width: 767px) {
  .Popup-Main-Primary .Popup-Flex .Popup-Title-Box, .Popup-Main-Primary .Popup-Flex .Popup-Content-Box {
    width: 100%; }

  .Popup-Main-Primary .Popup-Flex-Content-Box {
    max-height: 79vh;
    overflow-y: scroll; }

  Popup-Primary .Popup-Button .Popup-Btn-Info .Heading, .Popup-Primary .Popup-Button .Popup-Btn-Info .Colored-Circle {
    width: 100%; }

  .Popup-Main-Primary .Popup-Flex .Popup-Title-Box .Popup-Title h2 {
    font-size: 24px; }

  .Popup-Main-Primary .Popup-Flex .Popup-Flex-Content-Box {
    padding: 1rem; }

  .Popup-Main-Primary .Popup-Flex {
    height: auto; }

  .Popup-Main-Primary.active {
    align-items: start;
    -webkit-box-align: start;
    -ms-box-align: start; }

  .Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Detail-Grid-Box {
    width: 100%; }

  .Popup-Main-Primary .Popup-Flex .Popup-Content-Box .Poup-Icon-Text .Popup-Icon-Flex .Popup-Flex-Repeat {
    gap: 1rem 0; }

  div#shopify-section-template--24894355571006__section_product_v1_h6yL3D {
    padding-left: 1rem;
    padding-right: 1rem; }

  .Related-Product .related-product,
  .container-v2 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }

  .Related-Product .related-product .row,
  .container-v2 .row {
    margin: 0 auto; }

  .prod_largeimg .content-page-detail {
    padding-bottom: 5px !important; }

  .Popup-Primary .Popup-Button .Popup-Btn-Info .Heading, .Popup-Primary .Popup-Button .Popup-Btn-Info .Colored-Circle {
    width: 100%; }

  .product-item-v9 .product-formd a, .product-item-v9 .product-formd button {
    padding: 10px !important; }

  .swiper-button-next, .swiper-button-prev, .swiper-button-next2, .swiper-button-prev2, .swiper-button-next3, .swiper-button-prev3, .swiper-button-next4, .swiper-button-prev4, .swiper-button-next5, .swiper-button-prev5, .swiper-button-next6, .swiper-button-prev6, .swiper-button-next7, .swiper-button-prev7, .swiper-button-next8, .swiper-button-prev8, .swiper-button-next9, .swiper-button-prev9, .swiper-button-next10, .swiper-button-prev10, .swiper-button-next11, .swiper-button-prev11, .swiper-button-next12, .swiper-button-prev12, .slider-button, .slick-arrow {
    width: 30px !important;
    height: 30px !important; }

  .swiper-button-next svg, .swiper-button-prev svg, .swiper-button-next2 svg, .swiper-button-prev2 svg .swiper-button-next3 svg, .swiper-button-prev3 svg .swiper-button-next4 svg, .swiper-button-prev4 svg .swiper-button-next5 svg, .swiper-button-prev5 svg .swiper-button-next6 svg, .swiper-button-prev6 svg, .swiper-button-next7 svg, .swiper-button-prev7 svg, .swiper-button-next8 svg, .swiper-button-prev8 svg, .swiper-button-next9 svg, .swiper-button-prev9 svg, .swiper-button-next9 svg, .swiper-button-prev10 svg, .swiper-button-next10 svg, .swiper-button-prev11 svg, .swiper-button-next11 svg, .swiper-button-prev12 svg, .swiper-button-next12 svg {
    width: 0.7rem !important; } }
@media only screen and (max-width: 390px) {
  .Product-Page-Collapsible .collapsible {
    font-size: 3.5vw;
    padding: 1.5vw;
    gap: 0.5vw; } }
