/*
Theme Name: Custom TT5 Theme
Version: 1.0
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --wp--preset--font-family--heading: 'Open Sans';
}
:where(.wp-site-blocks *:focus) {
  outline-width: 0 !important;
  outline-style: none !important;
}
@font-face {
  font-family: 'Amboqia Boriango';
  src: url('AmboqiaBoriangoRegular.woff2') format('woff2'),
    url('AmboqiaBoriangoRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background: url('./bg.png') #F9F4EA;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 40px;
  font-family: "Alice", serif;
  color: #965213;
}

.container {
    width: 85% !important;
    max-width: 100% !important;
    padding: 0 3rem !important;
}

@media(max-width: 991px) {
.container {
    width: 100% !important;
    padding: 0 2.55rem !important;
}

}

body, html {
  height: 100%;
}
body.page-id-2 {
    background: none;
}
body.page-id-2 .entry-content {
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

body.page-id-2 .sec-height {
  background: url(./bg.png) #F9F4EA;
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-id-2 .sec-height.hgt3 {
  content:'';
  background: url(https://gheebyamma.com/wp-content/uploads/2025/09/home-bann.png) #f5f5f5;
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: 0;
}
body.page-id-2 .sec-height.hgt5 {
  content:'';
  background: url(https://gheebyamma.com/wp-content/uploads/2025/09/bg-scroll.jpg) #f5f5f5;
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: 0;
}
body.page-id-2 .sec-height.hgt2,
body.page-id-2 .sec-height.hgt3,
body.page-id-2 .sec-height.hgt4,
body.page-id-2 .sec-height.hgt5 {
 position: relative;
}
body.page-id-2 .sec-height.hgt2:before,
body.page-id-2 .sec-height.hgt3:before,
body.page-id-2 .sec-height.hgt4:before,
body.page-id-2 .sec-height.hgt5:before {
  content:'';
  background: rgb(255 159 47 / 67%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.2;
  z-index: 0;
  top: 0;
}
body.page-id-2 .sec-height.hgt5:before {
    background: rgb(0 0 0 / 44%);
    opacity: 0.6;
}
body.page-id-2 .sec-height.hgt5 .container {
    background: rgb(23 94 23 / 91%);
    padding: 2rem !important;
    color: #fff;
    border-radius: 2rem;
}
body.page-id-2 .sec-height.hgt5 h2,
body.page-id-2 .sec-height.hgt5 p {
 color: #fff !important;
}

.home .wp-site-blocks {
  background: url('./topbanner.png') no-repeat right top / 100%;
}
.custom-home-product-list .chs-product-card .in-card .flex form button {
 font-size: 0.85rem !important;
}
body.page-id-2 .sec-height.hgt3 .container,
body.page-id-2 .sec-height.hgt2 .container {
padding: 3rem 0 !important;
}
body.page-id-2 main {
    padding-top: 5rem;
    padding-bottom: 0rem;
}
body.page-id-2 .sec-height.hgt1 {
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-id-2 .sec-height.hgt4 {
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
body.page-id-2 .sec-height.hgt5 {
    height: 60rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-id-2 footer {
    margin: 0;
}

.woocommerce div.product {
    margin: 1rem 0;
}
.topheader {
  margin-bottom: 0 !important;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 1481px;
}
.wc-product-block {
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 20px;
}

.wc-gallery-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.wc-gallery-wrap img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
  height: 33rem;
  object-fit: cover;
}


@media (min-width: 990px) {

  .wc-gallery-wrap .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1);
    z-index: 2;
  }

  .wc-product-block:hover .hover-img {
    opacity: 1;
    transform: scale(1.05);
  }
}

.wc-product-title {
  font-size: 16px;
  margin: 10px 0 5px;
}

.wc-product-price {
  font-size: 14px;
  font-weight: bold;
}
.wc-product-block {
  width: 23.7%;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 20px;
  list-style: none;
  margin: 0 0.4rem;
  overflow: 0;
  display: inline-block;
}

ul.home_ist {
  padding: 0;
}

ul.home_ist li {
  margin-bottom: 15px;
}
/* Contact Form 7 Styling */
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
/* Labels */
.wpcf7-form p label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

/* Input Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  background: #f9f9f9;
  transition: border-color 0.3s ease-in-out;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #ff5a5f;
  outline: none;
  background: #fff;
}

/* Textarea */
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
  background: #ff5a5f;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: background 0.3s ease-in-out;
}

.wpcf7-form input[type="submit"]:hover {
  background: #e0484d;
}

.wp-block-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.wp-block-gallery figure img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  display: block;
  border-radius: 8px;
}

/* Zoom on hover */
.wp-block-gallery figure:hover img {
  transform: scale(1.1);
}

/* Figcaption overlay */
.wp-block-gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* semi-transparent black */
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

/* Show figcaption on hover */
.wp-block-gallery figure figcaption {
  opacity: 1;
  transform: translateY(0);
}


.wp-block-gallery figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 768px) {
  .wpcf7-form {
    width: 90%;
  }
}

.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

/* Mobile: force 3 columns */
@media screen and (max-width: 768px) {
  .wp-block-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}




@media only screen and (max-width: 768px) {

  .wc-product-block {
    margin-left: 0;
    margin-right: 0;
  }

  footer>div>div {
    display: flex;
    flex-direction: column;
  }

  .wc-product-block {
    width: 100%;
  }

}

.woocommerce div.product div.images {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.woocommerce div.product div.summary {
  float: left;
  width: 65%;
}

/* Optional: For better spacing on mobile */
@media (max-width: 768px) {

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }
}



@media only screen and (max-width: 768px) {
  .wc-product-block {
    width: 49%;
    height: 21rem;
  }

  .wc-product-title {
    font-size: 14px;
    margin: 10px 0 5px;
  }

  .wp-block-template-part .wp-container-2 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}



#custom_size,
#neck_select {

  /*width: 6rem;*/
  /*height: 2.2rem;*/
  /*padding: 0rem 0.4rem;*/
}






.size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.size-option {
  position: relative;
  cursor: pointer;
  border: 2px solid #ccc;
  padding: 10px 20px;
  border-radius: 8px;
  transition: 0.3s;
  font-family: sans-serif;
  user-select: none;
  border-radius: 100%;
  width: 3.3rem;
  height: 3.3rem;
  padding: 0;
  text-align: center;
  background-color: #fff;
  line-height: 3.2;
}

.size-option input[type="radio"] {
  display: none;
}

.size-option.selected {
  background-color: #c64299;
  color: #fff;
  border-color: #c64299;
}



.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
}

.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
  width: 128%;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
  /*flex-basis: 42rem!important;*/
}

.single-product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
  flex-basis: 42rem !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] .flex-viewport {
  margin-left: 7rem;

}



.hide,
.hidden {
  display: none;
}


.buy-now-button,
.wpcbn-btn-simple.single_add_to_cart_button {

  background: #fff;
  color: #000;
  outline: none;
  border: none;
  display: inline-block;
  width: 8rem;
  text-align: center;
  padding: 0.4rem 0.3rem;
  text-decoration: none;
  border-radius: 0.4rem;
  margin-top: -2.7rem !important;
  margin-left: 7.9rem;
  cursor: pointer;

  border: 0.1rem solid #c64299;

}

.wpcbn-btn-simple.single_add_to_cart_button {}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
  grid-column: 1 / -1;
  width: 7rem;
  margin-bottom: 1rem;

}
.product-share-block a {
  outline: none;
  width: 1.7rem;
  display: inline-block;
  margin: 0 0.6rem;
  position: relative;
  top: 0.4rem;
}

.product-share-block a img {}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 26px;
  font-weight: bold;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
  margin-top: 0;
}

.headermenu .wp-block-navigation .wp-block-navigation-submenu>li>a:before {
  content: "";
  background: url("https://stag.lovefullyvtv.com/wp-content/uploads/2025/04/cropped-New-Project-1.png");
  width: 1.3rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  display: inline-block;
  background-size: cover;
}

/*custom css*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .home_ist .wc-product-block {
    width: 31%;
  }

  .post-type-archive .product .wp-block-post-title,
  .tax-product_cat .wc-block-product .wp-block-post-title {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .home_ist .wc-product-block .wc-product-info h6 {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .home .wp-container-core-columns-is-layout-d0846407 {
    padding: 3rem 0;
  }

  .home .wp-block-group.has-background figure img {
    width: 6rem !important;
    object-fit: contain;
    height: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    overflow: hidden;
    object-position: top center;
  }

  .wc-block-product-template.is-flex-container>li img.attachment-woocommerce_single.size-woocommerce_single,
  .attachment-woocommerce_single.size-woocommerce_single {
    width: 100% !important;
    object-fit: contain;
    height: auto;
    height: 25rem !important;
    min-height: 25rem;
    max-height: 25rem;
    object-position: center center;
  }

  .woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
    width: 100% !important;
  }

  .woocommerce.product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-basis: 34rem !important;
  }

  .tax-product_cat .woocommerce img,
  .woocommerce-page img {
    max-width: 100% !important;
  }

  .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0 1.5rem !important;
  }

  .taiowc .taiowc-contnet-wrap {
    padding: 0;
  }

  header.wp-block-template-part .wp-block-group {
    padding: 0 2rem !important;
  }

  .taiowc-woocommerce-mini-cart-item .variation dd p {
    font-size: 0.69rem !important;
    margin: 0 0.3rem;
  }

  .taiowc input[type=number].taiowc-quantity {
    font-size: 0.60rem;
    min-height: 1.4rem !important;
    height: 1.49rem !important;
    line-height: 1rem !important;
  }

  .quantity-decrement,
  .quantity-increment {
    min-height: 1.6rem !important;
    height: 1.6rem !important;
    width: 2rem;
    line-height: 1rem;
  }

  .taiowc-woocommerce-mini-cart-item .variation dd {
    font-size: 0.69rem !important;
  }

  .taiowc-woocommerce-mini-cart-item dl.variation {
    font-size: 0.69rem !important;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .cart-heading h4 {
    margin: 0;
  }

  footer.wp-block-template-part {
    margin-top: 2rem;
  }

  .home .wp-container-core-group-is-layout-c1c23a82 .wp-block-group.is-content-justification-space-between {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}

@media(max-width:991px) {
  .home_ist .wc-product-block .wc-gallery-wrap img {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
    overflow: hidden;
    margin-top: 1rem;
    object-position: top center;
  }

  .home_ist .wc-product-block {
    width: 30%;
  }

  footer .wp-block-group.has-background {
    padding: 2rem 0 0;
  }

  .home .wp-block-group.has-background .wp-block-columns {
    padding: 2rem 0 2rem;
  }

  .home h3.wp-block-heading.alignwide.has-text-align-left {
    margin-top: 1rem;
    font-weight: bold;
  }

  .home ul.home_ist li {
    margin-bottom: 0;
  }

  header.wp-block-template-part .is-layout-flex {
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    align-items: center;
  }

  .columns-4.wc-block-product-template .wp-block-post-title {
    min-height: 3.5rem;
    max-height: 3.5rem;
    height: 3.5rem;
    font-size: 1rem !important;
  }

  .woocommerce.product .wp-block-column h1.wp-block-post-title {
    font-size: 2rem;
  }

  .woocommerce.product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-basis: 25rem !important;
  }

  .home_ist .wc-product-block .wc-gallery-wrap img,
  .tax-product_cat .size-woocommerce_single,
  .woocommerce-shop .size-woocommerce_single {
    height: 20rem !important;
    min-height: 20rem;
    max-height: 20rem;
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: 30%;
    padding: 0;
  }

  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    height: 20rem !important;
    min-height: 20rem;
    max-height: 20rem;
  }

  .woocommerce.product .wp-block-column h1.wp-block-post-title {
    font-size: 1.5rem;
  }
}

@media(max-width:767px) {

  .home_ist .wc-product-block .wc-gallery-wrap img,
  .tax-product_cat .size-woocommerce_single,
  .woocommerce-shop .size-woocommerce_single {
    height: 13rem !important;
    min-height: 13rem;
    max-height: 13rem;
  }

  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    height: 13rem !important;
    min-height: 13rem;
    max-height: 13rem;
  }

  .home_ist .wc-product-block {
    width: 49%;
  }

  .woocommerce.product .wp-block-post-title {
    min-height: auto;
    max-height: auto;
    height: auto;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-row-start: unset;
  }

  .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0 1rem !important;
  }

  .home_ist .wc-product-block .wc-product-info h6 {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 1rem;
  }

  .columns-4.wc-block-product-template .wp-block-post-title {
    min-height: 3rem;
    max-height: 3rem;
    height: 3rem;
    font-size: 1rem !important;
  }

  .wp-singular .columns-4.wc-block-product-template .wp-block-post-title {
    min-height: inherit;
    max-height: inherit;
    height: inherit;
  }

  h1.wp-block-post-title {
    font-size: 2rem;
    margin-top: 2rem;
  }

  h3.wp-block-heading.alignwide {
    font-size: 1.3rem !important;
  }

  .wp-singular .wp-block-group.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-cb46ffcb.wp-block-group-is-layout-flex {
    gap: 0;
    margin-top: 2rem;
  }

  .wc-block-product-template.is-flex-container>li img.attachment-woocommerce_single.size-woocommerce_single,
  .attachment-woocommerce_single.size-woocommerce_single {
    height: 15rem !important;
    min-height: 15rem;
    max-height: 15rem;
    object-position: top;
  }

  .buy-now-button {
    width: 6rem;
  }

  img.wp-image-1368 {
    width: 4rem !important;
  }

  .home .wp-block-group.has-background .wp-block-image img {
    width: 5rem !important;
    object-fit: contain;
    height: 5rem;
    min-height: 5rem;
    max-height: 5rem;
    overflow: hidden;
    object-position: top center;
  }

  .wp-block-site-logo.is-default-size img {
    width: 5rem;
    padding-top: 1rem;
  }

  .wc-block-product-template.is-flex-container>li img.attachment-woocommerce_single.size-woocommerce_single,
  .attachment-woocommerce_single.size-woocommerce_single {
    width: 100% !important;
    object-fit: contain;
    height: auto;
    height: 15rem !important;
    min-height: 15rem;
    max-height: 15rem;
    object-position: top;
  }

  .post-type-archive .product .wp-block-post-title,
  .tax-product_cat .wc-block-product .wp-block-post-title {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
    width: 100% !important;
  }

  .taiowc .taiowc-contnet-wrap {
    padding: 0;
  }

  .taiowc-woocommerce-mini-cart-item .variation dd p {
    font-size: 0.69rem !important;
    margin: 0 0.3rem;
  }

  .taiowc input[type=number].taiowc-quantity {
    font-size: 0.60rem;
    min-height: 1.4rem !important;
    height: 1.49rem !important;
    line-height: 1rem !important;
  }

  .size-options {
    gap: 0.2rem;
  }

  .size-option {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 3.2;
    font-size: 0.8rem;
    padding: 0;
  }

  .taiowc-woocommerce-mini-cart-item dl.variation {
    font-size: 0.69rem !important;
  }

  .quantity-decrement,
  .quantity-increment {
    height: 1.6rem;
    line-height: 1;
    width: 1.6rem;
  }
}


#customImagePopup img {
  width: 34rem;
}


@media (max-width: 1500px) {
  .wc-gallery-wrap img {
    height: 23rem;
    margin: 0 0.4%;
  }
}

.god2 {
  display: none;
}

.popinnner {
  height: auto;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 990px) {
  .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0 0rem !important;
  }

  .god1 {
    display: none;
  }

  .god2 {
    display: block;
    margin: 0rem 0 0 0.5rem !important;
    width: 4rem;
    height: 3rem;
  }

  .main-img {
    display: block;
  }

  .hover-img {
    display: none !important;
  }


  h1.has-background,
  h2.has-background,
  h3.has-background,
  h4.has-background,
  h5.has-background,
  h6.has-background {
    padding: 1.25em 0em;
    margin-top: 0;
  }

  .wp-block-site-logo {
    margin-left: 1rem !important;
  }

  .loved-collection .wp-block-group {
    flex-direction: column;
  }

  .loved-collection .wp-block-group h3 {
    margin-bottom: 0.5rem;
  }

  ul.home_ist {
    padding: 0 3%;
    margin-top: 0.3rem;
  }

  .home ul.home_ist li {
    margin-bottom: 0;
    margin-left: 1rem;
  }


  .home_ist .wc-product-block:nth-child(n + 5) {
    display: none;
  }

  .home_ist .wc-product-block {
    width: 43.4%;
  }

  .home_ist .wc-product-block .wc-product-info h6 {
    height: 2rem;
    min-height: 2rem;
    margin-top: 0 !important;
    max-height: 2rem;
  }

  .home ul.home_ist li {
    margin-bottom: -2rem;
  }
  .headermenu {
    flex-direction: row-reverse;
    margin-right: 1rem !important;
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    padding: 0;
    max-width: 47%;
  }
  .bottomseet .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 24% !important;
  }
  .bottomseet img {
    width: 3rem !important;
  }
  .bottomseet h3 {
    font-size: 0.8rem !important;
  }
  .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0 1rem !important;
  }
  .home .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0 0rem !important;
  }
  .attachment-woocommerce_single.size-woocommerce_single {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    border-radius: 8px;
    overflow: visible;
  }
  .wp-singular .wc-block-product-template.columns-4 img {
    height: 13rem !important;
    min-height: 13rem;
    max-height: 13rem;
    border-radius: 8px;
    overflow: hidden;
  }
  .wc-block-product-template.is-flex-container>li {
    list-style: none;
    margin: 0;
    width: 45%;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    align-items: flex-start;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    align-items: flex-start;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    padding: 0;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: flex-start;
  }
  header {
    position: relative;
    z-index: 99999999999;
    text-align: left;

  }

}


.datc-products {
  display: flex;
  gap: 10px;
}

.boxsets .price {
  font-size: 18px;
  margin: 10px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.boxsets  .product-overlay{
  text-align: center;
}

/* Old price (strikethrough) */
.boxsets .price del {
  color: #999;
  font-size: 16px;
  opacity: 0.7;
  text-decoration: line-through;
}

/* New price (highlighted) */
.boxsets .price ins {
  color: #ff5722;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  background: rgba(255, 87, 34, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
}

/* Ensure no underline */
.boxsets .price del span,
.boxsets .price ins span {
  text-decoration: none !important;
}

.datc-products h3 {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 1rem;
}

.home h1.wp-block-post-title {
  display: none;
}

.boxsets {
  width: 22rem;
  position: relative;
  margin-bottom: 1.2rem;
  max-width: 100%;
}

.boxsets:before {
  content: '.';
  background: #ffff;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 25rem;
  top: 0;
  font-size: 0;
  text-align: center;
  border-radius: 4rem;
}



.boxsets .product-image {
  width: 4rem;
  height: auto;
  margin: 0 auto;
}

.boxsets .product-image img{
  max-width: max-content;
  height: auto;
  max-height: max-content;
  width: 100%;
}

:root :where(.wp-element-button, .wp-block-button__link),
.button_link,.added_to_cart.wc-forward{
  background: linear-gradient(45deg, #ff6f61, #ffcc00);
  /* Gradient colors */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2rem;
  transition: all 0.5s ease;
  margin-top: 0.3rem;
  display: inline-block;
  text-decoration: none;
}


.button_link.added{
  display: none;
}


:root :where(.wp-element-button, .wp-block-button__link):hover,
.button_link:hover, .added_to_cart.wc-forward:hover {
  background: linear-gradient(45deg, #ffcc00, #ff6f61);
  /* Reverse gradient on hover */ 
  /* Slight scale effect */
}

:root :where(.wp-element-button, .wp-block-button__link):focus,
.button_link:focus, .added_to_cart.wc-forward:focus {
  outline: none;
  /* Removes focus outline */
}

.datc-added-msg {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #28a745;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}


main[data-page="cart"] .entry-content,
main[data-page="checkout"] .entry-content{
  background: #fff;
  padding: 2rem;
}


@media screen and (max-width: 768px) {
  .datc-products {  
    flex-direction: column;
  }
  .top-banner > div{
    padding: 15px;
  }
  .datc-products .boxsets {
    margin-bottom: 1.2rem!important;
  }
}



@media screen and (min-width: 768px) {
  .datc-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers last row */
    gap: 20px; /* space between items (adjust as needed) */
  }
  .datc-products .boxsets {
    flex: 1 1 calc(25% - 20px);
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: visible;
    min-height: 24rem;
  }

}

.woocommerce img, .woocommerce-page img {
  height: auto !important;
}
.archive a.wpcbn-btn.wpcbn-btn-archive.button.product_type_simple.add_to_cart_button {
  display: none !important;
}
.product-overlay a {
  margin: 1rem 0;
}
.card-incnt-btm {
  margin-top: 0 !important;
  padding: 1rem;
}
.card-incnt-btm .quantity.wc-block-components-quantity-selector {
  width: 75% !important;
  padding: 0;
  margin: 0 auto;
}
.card-incnt-btm input {
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  border: 0;
  background: transparent;
}
.wc-block-components-quantity-selector:after {
  border: 0;
}
.hidden-temp {
  display: none !important;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding-top: 1.55rem;
}
main {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
.custom-home-product-list .chs-product-card .in-card img {
  height: 22rem !important;
  object-fit: cover !important;
  object-position: top;
  width: 100% !important;
}
.custom-home-product-list .chs-product-card .in-card h2,
.wp-block-woocommerce-product-template .product h3 {
  font-size: 1.55rem !important;
  margin: 1.55rem 0;
  text-align: left;
}
.custom-home-product-list .chs-product-card .in-card h2 a:hover,
.wp-block-woocommerce-product-template .product h3 a:hover {
  text-decoration: none;
  color: #965213;
}
.custom-home-product-list .chs-product-card .in-card .wp-block-woocommerce-product-price {
  margin: 0.55rem 0 !important;
  font-size: 1.25rem;
}
.custom-home-product-list .chs-product-card .in-card .single_add_to_cart_button:last-child {
  display: none !important;
}
.custom-home-product-list .chs-product-card .in-card .flex form {
    display: block;
    margin-bottom: 0;
}
.custom-home-product-list .chs-product-card .in-card .flex form button.single_add_to_cart_button.button.alt.wp-element-button {
    margin: 1rem 0 0;
}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
    margin-left: 0 !important;
}
.custom-home-product-list .chs-product-card .in-card .card-btm-cnt .wc-block-components-product-price {
  text-align: left !important;
  margin: 0.55rem 0 !important;
}
.custom-home-product-list .chs-product-card .in-card .flex form .quantity {
  margin: 0 0.55rem !important;
  background: linear-gradient(45deg, #ff6f61, #ffcc00) !important;
  border-radius: 1.35rem;
  color: #fff;
  opacity: 1 !important;
}
.custom-home-product-list .chs-product-card .in-card {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 1px 2px 5px #ccc;
  margin: 1rem 0;
  padding-bottom: 0 !important;
}
.custom-home-product-list .chs-product-card .in-card .card-btm-cnt {
    padding: 1rem 0rem!important;
    padding-bottom: 0 !important;
    margin-top: 0;
}
.custom-home-product-list .chs-product-card .in-card h2 {
    margin-top: 0.55rem;
    min-height: 4rem;
}
.custom-home-product-list .chs-product-card .in-card .flex form .quantity,
.custom-home-product-list .chs-product-card .in-card .flex form button {
  width: 100% !important;
  opacity: 1 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  background: linear-gradient(45deg, #ff6f61, #ffcc00);
  padding: 1rem 2rem;
  border-radius: 0;
  color: #fff;
}
footer {
  margin: 5rem 0 0;
}
ins {
  color: #965213;
  font-weight: 600;
  font-size: 1.15rem;
}
del {
  color: #000;
  font-size: 1.15rem;
}



@media(max-width: 991px) {
  .custom-home-product-list .chs-product-card .in-card img {
    height: 100% !important;
  }
  .chs-product-card {
    display: block;
}
  
}

@media(max-width: 767px) {
  body.page-id-2 .sec-height.hgt1 {
    height: 15rem;
}
  body.page-id-2 .sec-height .container.wp-block-group.has-global-padding.is-layout-constrained ,
  body.page-id-2 .sec-height.hgt1 .wp-block-group.has-global-padding.is-layout-constrained,
  body.page-id-2 .sec-height.hgt2 .wp-block-group.has-global-padding.is-layout-constrained, 
  body.page-id-2 .sec-height.hgt3 .wp-block-group.has-global-padding.is-layout-constrained, 
  body.page-id-2 .sec-height.hgt4 .wp-block-group.has-global-padding.is-layout-constrained, 
  body.page-id-2 .sec-height.hgt5 .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 3rem 2rem !important;
    width: 100% !important;
    height: 100% !important;
  }
  body.page-id-2.home header .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0rem 0rem !important;
  }
  body.page-id-2 .sec-height.hgt3 .container, body.page-id-2 .sec-height.hgt2 .container {
    padding: 3rem 3rem !important;
  }
  body.page-id-2 .sec-height.hgt3 .wp-block-group.has-global-padding.is-layout-constrained
  header {
    padding-top: 0 !important;
  }
  body.page-id-2 .sec-height.hgt3 .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 1rem 1.55rem !important;
  }
body.page-id-2 .sec-height.hgt3 .wp-block-group.card-btm-cnt.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 0 !important;
}
  .custom-home-product-list .chs-product-card .in-card h2 {
    margin-top: 0.55rem;
    min-height: 2rem;
}
  .wc-block-product-template__responsive {
    display: block;
    padding: 2rem 3rem;
  }
  .boxsets {
    width: 100%;
  }
  .datc-products .boxsets {
    padding: 1rem 0;
  }
  .boxsets:before {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
  }
  .product-overlay a {
    margin-bottom: 0.35rem;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    padding: 1rem 1rem;
  }
  body.page-id-2 main {
    padding-top: 0;
}
h2 {
 font-size: 2rem;  
}
 body.page-id-2 .sec-height.hgt5 .wp-block-group.has-global-padding.is-layout-constrained {
    padding: 0rem 0 !important;
}
body.page-id-2 .sec-height.hgt4 .wp-block-group.has-global-padding.is-layout-constrained {
    height: 15rem !important;
}
body.page-id-2 .sec-height.hgt4 {
    height: 18rem;
    display: block;
}
body.page-id-2 .sec-height.hgt5 .container {
    padding: 2rem 1.55rem !important;
    border-radius: 0rem;
}
body.page-id-2 .sec-height.hgt5 {
    height: 100%;
    display: block;
}
header {
    padding-top: 0;
}
footer button {
 display: none !important;  
}
footer .wp-block-navigation__responsive-container {
  display: block !important;
  position: relative !important;
}
footer ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
    margin: 1rem;
}  
.custom-home-product-list .chs-product-card .in-card {
 padding-top: 1.5rem !important;
}
h1.alignwide.wp-block-query-title {
    margin-top: 4rem;
}
  
}


