/** Shopify CDN: Minification failed

Line 147:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
#shopify-section-template--15984653140133__73ad2a26-cce9-4969-a1c3-53c9b2561a12 .t4s-banner-item,
#shopify-section-template--15984653140133__ccb8413e-86fd-42ab-acae-6730846218b2 .t4s-banner-item, #shopify-section-template--15984653140133__ccb8413e-86fd-42ab-acae-6730846218b3 .t4s-banner-item {border-radius: 8px;}
.t4s-flicky-slider .flickityt4s-page-dots .dot:not(.is-selected) {background-color : #D9D9D9; opacity:1;}
.t4s-header__design2 .t4s-search-header__form, .t4s-header__design2 .t4s-search-header__form .t4s-search-header__submit {border-radius: 8px; display: flex; align-items: center;} .t4s-header__design2 .t4s-search-header__submit-icon{display: flex;} .t4s-search-header__input {height: 44px;}
#t4s-nav-categories > li > a {font-weight: 500;
font-size: 14px;
line-height: 22px;padding: 12px 20px; color: #000;}  #t4s-nav-categories > li >a > i {color: #8C8C8C;}
.t4s-header__design2 .t4s-section-header__bot .t4s-h-cat >h5 {padding: 0 18px;}  .t4s-search-header__type select {font-weight: 500; font-size: 14px; line-height: 22px;}

/* Amazon-style Add to Cart Button (custom1) */
.t4s-product-form .t4s-btn-custom1 {
  background-color: #FFD814 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 12px 24px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
}

.t4s-product-form .t4s-btn-custom1:hover {
  background-color: #F7C600 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Amazon-style Buy Now Button (custom2) */
.t4s-product-form .t4s-btn-custom2 {
  background-color: #FFA41C !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 12px 24px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
}

.t4s-product-form .t4s-btn-custom2:hover {
  background-color: #FF8C00 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Ensure proper spacing between buttons */
.t4s-product-form .t4s-product-form__actions {
  display: flex;
  flex-direction: column;
  gap: 12px !important;
}

.t4s-product-form .t4s-product-form__actions button {
  margin-bottom: 0 !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  #shopify-section-template--15984653140133__3f5cbe46-1629-41ac-9543-83d5322a33a9 .t4s-flicky-slider.t4s-dots-bottom_left .flickityt4s-page-dots{padding: 0 13.10%;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_164750394892a055b6-0 {--item-rd: 8px 0 0 0;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_7b6b0a2f-2d61-4e26-8415-3478c867fb84 {--item-rd: 0 8px 0 0;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_7f4be6cc-fced-4b5a-b52b-be9d7a6be19f {--item-rd: 0 0 0 8px;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_5548accf-34a9-4152-a9bd-9b9f50237d6c {--item-rd: 0 0 8px 0;}
.t4s-nav__ul>li> a {padding: 5px 24px;} .t4s-slideshow .flickityt4s-page-dots {bottom: 88px; } .t4s-section-header [data-header-height2] .t4s-navigation {--ts-gutter-x: 30px;}
/* Amazon-style product page RTL support */
[dir="rtl"] .t4s-product-title, [dir="rtl"] .t4s-product-price, [dir="rtl"] .t4s-product-description {
  text-align: right;
  direction: rtl;
}
.t4s-product-title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.t4s-product-price {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.t4s-product-description {
  color: #1a3a70;
  margin-bottom: 20px;
}
/* Amazon-style buttons */
.t4s-btn-add-to-cart, button[name="add"] {
  background-color: #FFD814 !important;
  color: #000000 !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  min-height: 48px !important;
}
.t4s-btn-add-to-cart:hover, button[name="add"]:hover {
  background-color: #FFC700 !important;
}
/* Buy Now / Dynamic checkout button */
.shopify-payment-button button, .dynamic-checkout-button {
  background-color: #FFA41C !important;
  color: #000000 !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  min-height: 48px !important;
}
.shopify-payment-button button:hover, .dynamic-checkout-button:hover {
  background-color: #FF8C00 !important;
}
/* Spacing improvements */
.t4s-product-form {
  margin-top: 25px;
}
.t4s-product-form > * {
  margin-bottom: 15px;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .t4s-section-header [data-header-height2] .t4s-navigation {--ts-gutter-x: 15px;} #shopify-section-template--15984653140133__3f5cbe46-1629-41ac-9543-83d5322a33a9 .t4s-flicky-slider.t4s-dots-bottom_left .flickityt4s-page-dots{padding: 0 15px;  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}