/** Shopify CDN: Minification failed

Line 465:5 Unexpected "/"

**/
/* Make each section independent */
.left-tab-section {
  padding: 40px 0;
}
.left-tab-section .tab-button,
.center-tab-section .tab-button {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #acabab;
  letter-spacing: 0;
  border-bottom: 3px solid transparent;
}

.left-tab-section .tab-button:hover,
.left-tab-section .tab-button.active {
  border-bottom-color: #cb9b36;
  color: var(--bs-body-color) !important;
}

.center-tab-section .tab-button:hover,
.center-tab-section .tab-button.active {
  border-bottom-color: #cb9b36;
  color: var(--bs-color-white) !important;
}

.left-tab-section .content-header,
.left-tab-section .tab-content,
.center-tab-section .content-header,
.center-tab-section .tab-content {
  display: none;
}

.center-tab-section {
  padding: 0 !important;
}

.center-tab-section .content-header {
  text-align: center;
  display: block;
  margin: 0 0 30px;
  padding-inline: 0 10px;
}

.center-tab-section .content-header h3 {
  word-break: break-word;
}

.left-tab-section .tab-button-wrapper,
.center-tab-section .tab-button-wrapper {
  margin: 0 0 25px;
}

.center-tab-section .tab-button-wrapper {
  margin: 15px 0 0 !important;
}

.left-tab-section .swiper-button-next,
.center-tab-section .swiper-button-next {
  right: -27px !important;
}

.left-tab-section .swiper-button-prev,
.center-tab-section .swiper-button-prev {
  left: -27px !important;
}

.left-tab-section .tab-content.active,
.center-tab-section .tab-content.active {
  display: block;
}

/* Basic product card structure */
.left-tab-section .product-card,
.center-tab-section .product-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.left-tab-section .product-image,
.center-tab-section .product-image {
  position: relative;
  z-index: 2;
  padding-top: 142%;
}

@media (min-width: 1700px) {
  .left-tab-section .product-image,
  .center-tab-section .product-image {
    padding-top: 139.7%;
  }
}
@media (min-width: 1821px) {
  .left-tab-section .product-image,
  .center-tab-section .product-image {
    padding-top: 138.5%;
  }
}

.left-tab-section .tab-description,
.center-tab-section .tab-description {
  margin-top: 15px;
}

.left-tab-section .tab-title,
.left-tab-section .tab-description,
.center-tab-section .tab-title,
.center-tab-section .tab-description {
  text-align: left;
}

.center-tab-section .tab-header-wrapper {
  background-color: #293053;
}

.center-tab-section .tab-content-wrapper {
  background-color: #181c30;
  padding-block: 30px 35px;
}

.center-tab-section .tab-button-wrapper {
  gap: 10px;
}

.center-tab-section .product-title {
  color: var(--bs-color-white);
}

.center-tab-section .product-card .product-info .shop-button {
  color: var(--bs-color-white);
  border-bottom-color: var(--bs-color-white);
}

/* .center-tab-section.tab-section .product-image{
  background-color: transparent;
} */
.center-tab-section .swiper-button-prev,
.center-tab-section .swiper-button-next,
.center-tab-section .swiper-button-next:hover::before,
.center-tab-section .swiper-button-prev:hover::before {
  background-color: transparent !important;
  color: var(--bs-color-white) !important;
}

@media (max-width: 375px) {
  .left-tab-section .tab-button {
    font-size: 14px;
  }
}

@media (min-width: 370px) {
  .center-tab-section .tab-button-wrapper {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .left-tab-section .tab-button,
  .center-tab-section .tab-button {
    margin-bottom: 5px;
  }

  .left-tab-section .product-title,
  .center-tab-section .product-title {
    position: static;
    transform: none;
    /* color: inherit; */
    opacity: 1;
    margin-top: 10px;
    text-align: center;
  }

  .left-tab-section .shop-button,
  .center-tab-section .shop-button {
    position: static;
    transform: none;
    display: block;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .left-tab-section {
    padding: 50px 0;
  }

  .left-tab-section .content-header,
  .center-tab-section .content-header {
    display: block;
  }

  .center-tab-section .content-header {
    text-align: left;
    margin: 0;
    padding-inline: 0;
  }

  .left-tab-section .tab-button-wrapper {
    margin: 0 0 35px;
  }
  .left-tab-section .tab-button {
    font-size: 14px;
  }

  .left-tab-section .tab-button,
  .center-tab-section .tab-button {
    border-bottom: 6px solid transparent;
  }

  .center-tab-section .tab-button-wrapper {
    gap: 50px;
  }

  .center-tab-section .tab-button-wrapper {
    margin: 30px 0 0 !important;
  }

  .center-tab-section .tab-content-wrapper {
    padding-block: 50px;
  }
  .dfwidget-host .dfwidget-carousel>.carousel-arrow[data-role="carousel-arrow-left"],
  .left-tab-section .swiper-button-next,
  .center-tab-section .swiper-button-next {
    right: -50px !important;
  }
  .left-tab-section .swiper-button-prev,
  .center-tab-section .swiper-button-prev {
    left: -50px !important;
  }
}

@media (min-width: 992px) {
  .left-tab-section {
    padding: 70px 0;
  }

  .left-tab-section .tab-button-wrapper {
    margin: 0 0 40px;
  }
  .left-tab-section .tab-button {
    font-size: 16px;
  }

  .center-tab-section .tab-button-wrapper {
    gap: 70px;
  }

  .center-tab-section .tab-content-wrapper {
    padding-block: 70px;
  }
}

@media (min-width: 1200px) {
  .left-tab-section .tab-button {
    font-size: 14px;
  }
  .left-tab-section .content-header .font-Georgia {
    font-size: 20px;
  }
  .left-tab-section .tab-button-wrapper {
    margin: 0 0 70px;
  }
}

@media (min-width: 1440px) {
  .left-tab-section .tab-button {
    font-size: 17px;
  }
  .left-tab-section .content-header .font-Georgia {
    font-size: 22px;
  }
  .left-tab-section .tab-button-wrapper {
    margin: 0 0 80px;
  }
  .left-tab-section .left-tabs-column {
    padding-left: 25px;
  }
}

@media (min-width: 1650px) {
  .left-tab-section .tab-button {
    font-size: 20px;
  }
  .left-tab-section .content-header .font-Georgia {
    font-size: 26px;
  }
  .left-tab-section .left-tabs-column {
    padding-right: 20px;
  }
}

/* DFD widget styles */

.dfwidget-title {
  display: none !important;
}
.just-acquired,
#dfwidget-carousel-9f79e11e-d4a4-4688-922e-1c08971da372 {
  padding-inline: 10px !important;
}
.dfwidget-host .card-media {
  padding: 0px !important;
  position: relative;
  height: 100%;
  background-color: #f0f0f0;
}
.dfwidget-host .card-media-thumbnail {
  height: 100%;
}
.dfwidget-host .card-title {
  display: flex;
  justify-content: center;
  height: inherit;
  align-items: center;
  margin-bottom: 0px;
}
.dfwidget-host .card-content {
  position: absolute;
  margin: 0 !important;
  width: calc(100% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 7.5%;
  background: #0009;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.3s ease-in-out; */
}
.dfwidget-host .dfwidget-card:hover .card-content {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 15px);
}
.dfwidget-host .dfwidget-card {
  aspect-ratio: 1/1.2966687027204813;
}
.dfwidget-host .dfwidget-card:hover {
  border: none !important;
  box-shadow: none !important;
}
.curated-for-you {
  display: none !important;
}
.dfwidget-host .card-title {
  color: #fff;
  font-size: var(--bs-h5-font-size) !important;
  letter-spacing: var(--bs-h5-letter-spacing) !important;
  line-height: var(--bs-h5-line-height) !important;
}
.dfwidget-host .card-content:hover .card-title {
  color: var(--bs-link-hover-color) !important;
}
.dfwidget-host .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.dfwidget-host .carousel-arrow-left {
  left: -3px;
}

.dfwidget-host .carousel-arrow-right {
  right: -3px;
}


@media (min-width: 992px) {
  .dfwidget-carousel .carousel-content{
    margin:0 -30px !important;
  }
  .carousel-content .dfwidget-card{
    padding-inline: 15px !important;
  }
  .dfwidget-host .dfwidget-card {
    flex: 0 0 33.33% !important;
  }
  .dfwidget-host .dfwidget-carousel>.carousel-arrow[data-role="carousel-arrow-left"]{
    left: 5px !important;
  }
  .dfwidget-host .dfwidget-carousel>.carousel-arrow[data-role="carousel-arrow-right"]{
    right: 5px !important;
  }
  .just-acquired{
    padding-inline: 0px !important;
  }
  .dfwidget-host .carousel-arrow-left {
    left: 3px;
  }
  
  .dfwidget-host .carousel-arrow-right {
    right: 3px;
  }
 
}
@media (min-width: 768px) {
  .dfwidget-host .dfwidget-card:hover .card-content {
    width: calc(100% - 30px);
  }
}
/* Keep navigation arrows always visible */
.swiper-button-disabled-custom {
  opacity: 0.15 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Arrow color and hover effects */
.left-tab-section .swiper-button-next,
.left-tab-section .swiper-button-prev,
.center-tab-section .swiper-button-next,
.center-tab-section .swiper-button-prev {
  /* color: #00080c !important; */
  opacity: 1 !important;
  transition: opacity 0.125s ease-in;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.just-acquired .swiper-button-next,
.just-acquired .swiper-button-prev{
  color: #00080c !important;
  opacity: 0.08 !important;
}
.left-tab-section .swiper-button-next:hover,
.left-tab-section .swiper-button-prev:hover,
.center-tab-section .swiper-button-next:hover,
.center-tab-section .swiper-button-prev:hover {
  opacity: 0.8;
}
.dfwidget-host {
  padding-block: 0 !important;
}
.card-title.line-clamp{
  font-family: "georgiapro" !important;
}
/* 
.swiper-wrapper {
  margin-inline: -15px !important;
}
.swiper-slide {
  padding-inline: 15px !important;
} */
@media (min-width: 768px) {
  /* .dfwidget-host .dfwidget-carousel>.carousel-arrow[data-role="carousel-arrow-right"],
  .dfwidget-host .dfwidget-carousel>.carousel-arrow[data-role="carousel-arrow-left"],{
    /* margin-right: 20px !important; */
    /* transform: translate(-20px,0) !important; */
  } */

/* .left-tab-section .swiper-button-next{
   right: -20px !important;
} */
