/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 34:0 Unexpected "<"

**/
<style>
.shopify-payment-button {
    width: 45%;
    margin-top: 1rem;
  }
  
  .shopify-payment-button__button {
    width: 45% !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* Mobile-specific styles (applies to screens 767px and smaller) */
  @media screen and (max-width: 767px) {
    .shopify-payment-button {
      width: 95%; /* Adjust mobile width here */
      margin: 0 auto; /* Optional: Centers the button */
    }
    
    .shopify-payment-button__button {
      width: 95% !important; /* Forces button to fill container */
      /* Optional: Adjust mobile padding */
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  }

  /* Desktop styles remain untouched */
</style>



/* Column spacing */
.row.gx-5 {
  margin-top: 1rem;
  gap: 10px;
}

/* Left column styling */
.product-image-section-extras {
  background: rgba(255,255,255,0.95);
  padding: 20px;
  border-radius: 8px;
}

/* Right column alignment */
.ot-estimated-shipping {
  padding: 15px;
  background: rgba(255,255,255,0.95);
  border-radius: 8px;
  height: 100%;
}

@media (min-width: 992px) {
  .row.gx-5 {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .col-lg-4 {
    width: 45%;
    flex: 0 0 auto;
  }

  .col-lg-8 {
    width: 55%;
    flex: 0 0 auto;
  }
}

.product-image-section-extras {
  margin-top: 1rem; 
}

.key-features {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.key-features h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.toggle-description {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 0;
  margin-top: 1rem;
  font-weight: 500;
  z-index: 2;
}

.toggle-description:hover {
  text-decoration: underline;
}

.full-description {
  display: none;
}

.full-description.active {
  display: block;
}

.section-product-template {
  margin-bottom: 50px;
}

.section-product-template .section-footer {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .section-product-template .section-footer {
    margin-top: 50px;
  }
}

.page-product-template {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product-extended-template .product-info_details {
    padding-top: 0;
  }
}

.product-extended-template .product-info_action_inner {
  border: 2px solid var(--body-border-color);
  padding: 16px;
  border-radius: 20px;
  margin-top: var(--gutter-sm);
}

@media (min-width: 992px) {
  .product-extended-template .product-info_action_inner {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .product-extended-template .product-info_action_inner {
    padding: 26px 32px;
  }
}

.product-extended-template .product-details_inventory {
  padding-bottom: var(--gutter-xxs);
  margin-bottom: 11px;
  border-bottom: 1px solid var(--body-border-color);
}

.product-extended-template .product-details_price {
  margin-bottom: 22px;
}

.product-extended-template .product-form_quantity {
  display: block;
}

.product-extended-template .product-form_quantity > * {
  margin: 0 0 var(--gutter-xs);
}

.product-extended-template .product-form_quantity > :last-child {
  margin-bottom: 0;
}

.product-extended-template .product-form_quantity_wrapper {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.product-extended-template .btn-add-to-cart {
  width: 100%;
  padding-left: var(--gutter-xxs);
  padding-right: var(--gutter-xxs);
}

.product-extended-template .product-wishlist-compare {
  margin-bottom: 0;
}

.product-extended-template .swatch-group {
  display: block;
}

.product-extended-template .swatch-group .swatch-group_title {
  min-width: auto;
  margin-bottom: 5px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.product-extended-template .swatch-group .swatch-group_inner {
  max-width: none;
}

.product-extended-template .swatch-group .select-group {
  width: 100%;
}

.product-extended-template .contact-form .product-subscribe_form .product-subscribe_wrapper input {
  height: 47px;
  flex: 0 0 100%;
}

.product-extended-template .contact-form .product-subscribe_form .product-subscribe_wrapper .btn {
  min-width: auto;
  flex: 0 0 100%;
  width: 100%;
  margin: var(--gutter-xs) 0 0;
}

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}

#shopify-product-reviews .spr-starrating input {
  display: none;
}

#shopify-product-reviews .spr-starrating .spr-icon, #shopify-product-reviews .spr-starrating .spr-icon.spr-icon-star-hover {
  color: var(--rating-star-color);
}

#shopify-product-reviews .spr-starrating .spr-icon.spr-icon-star-empty:not(.spr-icon-star-hover) {
  color: var(--rating-star-empty-color);
}

#shopify-product-reviews .button-primary {
  padding: 14px var(--gutter-sm);
  outline: none;
  font-size: var(--btn1-fs);
  font-weight: var(--font-bold);
  color: var(--btn1-cl);
  background: var(--btn1-bg-cl);
  border: var(--btn1-border-width) solid var(--btn1-border-cl);
  border-radius: 25px;
}

@media (min-width: 1025px) {
  #shopify-product-reviews .button-primary:hover {
    text-decoration: none;
    color: var(--btn1-hover-cl);
    background: var(--btn1-hover-bg-cl);
    border-color: var(--btn1-hover-border-cl);
  }
}

#looxReviews {
  margin-bottom: 0;
}

.product-tabs ul.nav-controls {
  padding: 0 0 8px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-tabs ul.nav-controls li {
  margin: 0;
  padding: 0 var(--gutter-xs) 14px;
  position: relative;
  font-size: calc(var(--body-font-size) + 4px);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .product-tabs ul.nav-controls li {
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm);
  }
}

.product-tabs ul.nav-controls li:before {
  bottom: 0;
  width: 0;
  height: 2px;
}

.product-tabs ul.nav-controls li:after, .product-tabs ul.nav-controls li:before {
  content: "";
  position: absolute;
  left: 50%;
  background: var(--main-color);
  transform: translate(-50%);
  transition: all .35s ease-in-out;
}

.product-tabs ul.nav-controls li:after {
  bottom: -4px;
  height: 6px;
  width: 10px;
  border-radius: 0 0 10px 10px;
  visibility: hidden;
  opacity: 0;
}

.product-tabs ul.nav-controls li.active {
  font-weight: 600;
}

.product-tabs ul.nav-controls li.active:before {
  width: calc(100% - 30px);
}

@media (min-width: 1200px) {
  .product-tabs ul.nav-controls li.active:before {
    width: calc(100% - 40px);
  }
}

.product-tabs ul.nav-controls li.active:after {
  visibility: visible;
  opacity: 1;
}

.product-tabs ul.nav-controls li:first-child {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.product-tabs ul.nav-controls li:last-child {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

@media (hover: hover) {
  .product-tabs ul.nav-controls li:hover:before {
    width: calc(100% - 20px);
  }
}

@media (hover: hover) and (min-width: 1200px) {
  .product-tabs ul.nav-controls li:hover:before {
    width: calc(100% - 40px);
  }
}

@media (hover: hover) {
  .product-tabs ul.nav-controls li:hover:after {
    visibility: visible;
    opacity: 1;
  }
}

.product-tabs .tab-contents {
  margin-top: -8px;
  padding: var(--gutter-sm);
  border: 1px solid var(--body-border-color);
  border-radius: 15px;
}

@media (min-width: 768px) {
  .product-tabs .tab-contents {
    padding: 40px 60px;
  }
}

.product-tabs .tab-contents .tab-item {
  display: none;
}

.product-tabs .tab-contents .tab-item.active {
  display: block;
}

.product-tabs .tab-contents .video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0;
}

.product-tabs .tab-contents .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-tabs .tab-contents .table-extended {
  margin-top: var(--gutter-lg);
  border: none;
}

.product-tabs .tab-contents .table-extended td {
  text-align: start;
  padding: 0;
  width: 50%;
  border: none !important;
}

@media (max-width: 767px) {
  .product-tabs .tab-contents .table-extended td {
    width: 100%;
    display: block;
  }
}

.product-tabs .tab-contents .table-extended td img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .product-tabs .tab-contents .table-extended td img {
    margin-bottom: var(--gutter-xs);
  }
}

.bundled-items {
  display: flex;
  flex-wrap: wrap;
}

.bundled-items .bundled-items-inner {
  width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .bundled-items .bundled-items-inner {
    width: 75%;
    flex: 0 0 75%;
    -webkit-padding-end: var(--gutter-xs);
    padding-inline-end: var(--gutter-xs);
  }
}

.bundled-items .action-bundle {
  flex: 0 0 100%;
  width: 100%;
  padding-top: var(--gutter-sm);
}

@media (min-width: 992px) {
  .bundled-items .action-bundle {
    flex: 0 0 25%;
    width: 25%;
    padding-top: 0;
    -webkit-padding-start: var(--gutter-xs);
    padding-inline-start: var(--gutter-xs);
  }
}

.bundled-items .bundled-items_info {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-bottom: var(--gutter-xs);
}

.bundled-items .bundled-items_info li.image {
  list-style: none;
  width: 50%;
  padding: var(--gutter-sm) var(--gutter-sm);
  margin: 0 !important;
  position: relative;
}

@media (min-width: 768px) {
  .bundled-items .bundled-items_info li.image {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
    width: 33.33333%;
  }
}

.bundled-items .bundled-items_info li.image:not(:first-child):before {
  content: "+";
  position: absolute;
  left: -16px;
  top: 50%;
  border: 1px solid var(--body-border-color);
  width: 32px;
  height: 32px;
  background: var(--body-bg-color);
  color: var(--body-color);
  font-size: 20px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.bundled-items .bundled-items_info li.image:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 70%;
  background: var(--body-border-color);
  transform: translateY(-50%);
}

.bundled-items .bundled-items_info li.image:first-child .price {
  color: var(--body-color-2);
}

@media (max-width: 767px) {
  .bundled-items .bundled-items_info li.image:not(.d-none) + .image:last-child {
    padding-top: var(--gutter-lg);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bundled-items .bundled-items_info li.image:not(.d-none) + .image:last-child:before {
    top: -15px;
    left: 50%;
    transform: translate(-50%);
  }
  .bundled-items .bundled-items_info li.image:not(.d-none) + .image:last-child:after {
    width: 200%;
    height: 1px;
    left: -50%;
    top: 0;
    transform: translate(0);
  }
}

.bundled-items .bundled-items_info h5 {
  color: var(--product-card-title-cl);
  font-size: var(--product-card-title-fs);
  font-weight: var(--font-bold);
  font-family: var(--body-font);
  margin-bottom: 7px;
}

.bundled-items .bundled-items_info h5 a {
  color: inherit;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: -o-ellipsis-lastline;
}

@media (hover: hover) {
  .bundled-items .bundled-items_info h5:hover a {
    text-decoration: underline;
  }
}

.bundled-items .bundled-items_info .image__style {
  margin-bottom: 5px;
}

.bundled-items .bundled-items_info .price {
  font-weight: var(--font-body-weight);
  color: var(--price-color);
  font-size: var(--product-card-price-fs);
}

.bundled-items .total-price {
  color: var(--price-sale-color);
  font-size: calc(var(--product-card-price-fs) + 2px);
}

.bundled-items .bt-add-to-cart {
  margin-top: var(--gutter-xs);
  padding: 14px var(--gutter-lg);
  position: relative;
}

.bundled-items .bt-add-to-cart .svg-loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bundled-items .bt-add-to-cart .svg-loading circle {
  stroke: currentColor;
}

.bundled-items .bt-add-to-cart.pending .svg-loading {
  display: block;
}

.bundled-items .bt-add-to-cart.pending > span {
  color: transparent;
}

.bundled-items .bundled-item {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}

.bundled-items .bundled-item:not(:first-child) .bundled-product-title {
  color: var(--product-card-title-cl);
  border-bottom: 1px solid var(--product-card-title-cl);
}

.bundled-items input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}

.bundled-items input:checked ~ .item:after {
  content: "";
  width: 12px;
  height: 10px;
  background: var(--body-color);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.7 0 45.2l-256 256c-12.5 12.5-32.7 12.5-45.2 0L9.372 278.6c-12.496-12.5-12.496-32.7 0-45.2 12.498-12.5 32.758-12.5 45.258 0L159.1 338.7l234.3-233.3c12.5-12.52 32.7-12.52 45.2 0z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.7 0 45.2l-256 256c-12.5 12.5-32.7 12.5-45.2 0L9.372 278.6c-12.496-12.5-12.496-32.7 0-45.2 12.498-12.5 32.758-12.5 45.258 0L159.1 338.7l234.3-233.3c12.5-12.52 32.7-12.52 45.2 0z'/%3E%3C/svg%3E");
  position: absolute;
  left: 2px;
  top: 5px;
}

.bundled-items input[disabled] {
  cursor: not-allowed;
}

.bundled-items input[disabled] ~ .item .bundled-product-title {
  color: var(--body-color-2);
}

.bundled-items .select-group {
  -webkit-margin-start: 7px;
  margin-inline-start: 7px;
}

.bundled-items select {
  height: auto;
  position: relative;
  z-index: 1;
  padding: 5px var(--gutter-xxs);
  max-width: 140px;
  min-width: auto;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-padding-end: var(--gutter-xlg);
  padding-inline-end: var(--gutter-xlg);
}

.bundled-items .product-qty {
  display: none;
}

.bundled-items .item {
  position: relative;
  display: flex;
}

.bundled-items .item:before {
  content: "";
  display: block;
  background: var(--body-bg-color);
  border: 1px solid var(--body-border-color);
  border-radius: 3px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
  margin-top: 2px;
}

.bundled-items .bundled-price {
  -webkit-margin-start: 7px;
  margin-inline-start: 7px;
}

.bundled-items .bundled-price .price {
  font-size: calc(var(--body-font-size) + 2px);
  color: var(--price-sale-color);
}

.section-product-template .sb-widget .sb-menu {
  border: 2px solid var(--body-border-color);
  box-shadow: none;
}

.section-product-template .sb-widget .sb-menu .sb-title {
  margin-left: 0;
  margin-right: 0;
  padding: 0 22px var(--gutter-xs);
}

.section-product-template .sb-widget .sb-menu .sb-title:before {
  content: none;
}
