/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"
Line 84:38 Comments in CSS use "/* ... */" instead of "//"
Line 295:26 Expected identifier but found "#010E47"

**/
/** Fonts **/
body,
button,
span,
label,
.primary-button:not(.sr-only):not(.visually-hidden):not(.add-to-cart-button.loading), 
.secondary-button,
select,
p,
a,
{
  font-family: prodigy-sans, Arial, sans-serif!important;
  text-transform: none!important
}
h1, h2, h3, h4, h5, h6,
.tab-head,
.summary-info.h6,
.container .has-product-filters.filters-sidebar .filter-title,
.menu-item a span,
th {
  font-family: ys, serif!important;
  font-weight: 400;
  font-style: normal;
}
a,
a:link,
a:visited {
  text-decoration:underline;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

.footer a,
.footer a:link,
.footer a:visited {
  text-decoration: none;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  text-decoration: underline;
}

/* Filter checkbox fix */
.has-product-filters .item-list .filter-label input:checked {
  background: #81d679;
  color: #010e47;
}

/* Menu active hover fix */

.header-section 
  .header-menu-row
  .header-navigation
  > .menu-item.current-menu
  > .menu-link,
.header-section
  .header-menu-row
  .header-navigation
  > .menu-item:hover
  > .menu-link {
  text-decoration: underline;
  color: #;
}

/*Logo fix */
.site-branding-wrap {
  padding: 15px 0;
}
/* Buttons (blue ) */
.primary-button.search-all,
.content .button,
.product-card .button{
    border-bottom: 5px solid #81D679; //green
}

/* Prodcuct Card */
.product-card .product-card-content {
  padding-bottom: 80px;
}
.product-card .product-price {
  position: absolute;
  left: 10%;
  bottom: 25px;
}
.product-card .product-badge .on-sale {
  color: #010e47;
}
.product-card .form-add-to-cart {
  position: absolute;
  top: inherit;
  bottom: 1px;
  width: 50%;
  right: 0px;
  left: inherit;
  background-color: transparent;
}
.product-card .form-add-to-cart .primary-button:not(.sr-only):not(.visually-hidden):not(.add-to-cart-button.loading) {
  width: 100%;
  float: right;
  text-indent: -9999px;
  background-image: url(/cdn/shop/files/CartIcon-white.svg?v=1753939156);
  background-repeat: no-repeat;
  background-position-x: calc(50% - 2px);
  height: 45px;
  background-color: #010E47;
}

.price__sale .price {
  display:block;
  width:100%;
}
.product-price .price__sale .regular-price {
  display: block;
  width: 100%;
   margin-left:0;

}

.product-card {
  container-type: inline-size; /* Enables container queries based on width */
}

@container (max-width: 300px) {
  .product-card .product-card-content  {
    padding-bottom: 125px;
  }
  .product-card .product-price {
    bottom: 75px;
  }
 .product-card .form-add-to-cart {
    width: 100%;
  }
  
}


/* Product Detail */
.product-summary .sale-total {
  background-color: #82d77a;
  padding: .6rem 1.5rem;
  font-size: 80%;
  color: #010E47;
}

.product-summary .product-accordion .accordion-summary {
  background-color: #81D679;
  color: #010E47;
  border-bottom: 5px solid #FEDFC9;
  margin-bottom: 0;
}
.product-summary .product-accordion .accordion-content {
  background-color: #FEDFC9
}

.product-summary .product-accordion .accordion-title {
  text-transform: none;
}

/*Buy now button fix */
.tax-note {
  visibility: hidden;
  display: none;
}
.product-buy .add-to-cart-button {
  background-color:#010E47 ;
  color: white;
  font-weight: normal;
  height: 60px;
  border-bottom: solid 5px #81d679;
  font-size: 18px;
}

/* Hide quantity counter on floating */
.sticky-add-to-cart .product-buy .product-quantity,
.product-floated-product-form .product-buy .product-quantity {
  visibility: hidden;
  display: none;
}
.product-buy .shopify-payment-button {
  visibility: hidden;
  display: none;
}

.main-product-section .sticky-add-to-cart:not([data-direction]).active {
  background-color: #FEDFC9;
  bottom: 63px;
}

/*Product filter */
.container .has-product-filters.filters-sidebar .layer-first,
.container .has-product-filters.filters-sidebar .filter-item,
.container .filters-sidebar .filter-item,
.container .has-product-filters .details-content,
.container .has-product-filters.filters-sidebar .layer-last-header {
  background-color: transparent;
}
.container .has-product-filters.filters-sidebar .layer-first {
  border: 1px solid #010E47;
}
.container .has-product-filters.filters-sidebar .filter-title {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  color: #010E47;
  text-transform: none;
}
.has-product-filters.filters-sidebar .filter-item {
  border-bottom: 1px dashed #010E47;
  padding: 15px 0px 5px;
}
.has-product-filters.filters-sidebar details:last-child {
   border: none;
    padding:15px 0 0;
}
/* Sort button */
.container .has-product-filters .range-slider {
  padding: 1.6em 0;
}
.container .has-product-filters .details-content {
  padding: 0;
}
.container .has-product-filters .filter-sorting {
    background-color:  #81D679; 
    color: #010E47;
    border-bottom: 5px solid #FEDFC9;
    font-weight: 400;
    font-size: 1em;
    text-transform: none;
}
.container .has-product-filters .range-slider .separator {
  margin: 0 1rem;
}
.container .has-product-filters .range-slider .price-from input, 
.container .has-product-filters .range-slider .price-to input {
  border-radius: 0;
  padding-left: 2rem;
  width: 12rem;
  padding-right: 1rem;
  background-color: rgba(0,0,0,0);
  font-weight: 500;
  height: 3.5rem;
  color: currentColor;
  text-align: right;
}
.container .has-product-filters select option {
  background-color: #FEDFC9;
  color: #010E47;
}
.item-selected {
  visibility: hidden;
}

/* Desktop filter width */
@media (min-width: 992px) {
  .has-product-filters.filters-sidebar div.layer-first {
    width: 35rem
  }
}

/*Product filter Moblie */
.has-product-filters .mobile-filter .filter-sort.secondary-button {
  background-color: #81D679;
  border: none;
  border-bottom: 5px solid #FEDFC9;
  color: #010E47;
  font-weight: 400;
}
.active-filter-item.button.form-footer-button.secondary-button {
  background-color: #81D679;
  color: #010E47;
  border-bottom: 5px solid #FEDFC9;
  font-weight:400;
}
.button.secondary-button.go-to-cart {
  background-color: #81D679;
  border: none;
  border-bottom: 5px solid #FEDFC9;
  color: #010E47;
  font-weight: 400;
}

.cart-content-inner button.primary-button,
  .side-cart-footer-bottom .primary-button {
    background-color:  ;  #010E47;
    color: white;;
    border-bottom: 5px solid #81D679;
  }
.has-product-filters .mobile-filter .mobile-filter-modal .form-content div.filter-heading {
  padding: 0.2rem 0;
} 
.has-product-filters .mobile-filter .mobile-filter-modal div.form-footer .button {
  padding: 1rem 1rem;
} 
  
/*Mobile styling*/
@media (max-width: 991px) {
  .container .has-product-filters.filters-sidebar .layer-first {
    border: none;
  }
  /*Green mobile header */
  .header-section header {
    background-color: #81D679; 
  }

  /* Shopping cart modal */
  
  .side-cart-footer-bottom .secondary-button {
    background-color: #010E47;
    border: none;
    border-bottom: 5px solid #81D679;
    color: white;
  }
}
/*shoping cart modal */
.side-cart .side-cart-title {
  font-weight: 400;
}

/* Tab titles */
.tab-head,
.tab-head.active,
.tabs .tabs-head .tab-head.active {
  color: #010E47;
  text-decoration-color: #010E47; 
}
.heading-wrapper .collection-head::after {
  background-color: #010E47; 
}
/* Featured Prodcuct, make text centre */
#shopify-section-template--25482212770175__featured_product_tznREx .product-summary,
.product-summary.text-center.flex-align-center {
  display: flex!important;
}
.image-with-text-section .description *,
p {
  margin-bottom: 20px;
}
.featured-product-section .featured-product-slider .featured-product-product {
  padding: 0;
  background-color: #FEDFC9;
}


.featured-product-section .product-gallery[data-id="layout-2"] .gallery-media {
  padding-bottom: 0;
}
.featured-product-section .featured-product-slider .featured-product-product .product-summary {
  padding: 5rem;
}

.featured-product-section .primary-button::before {
  background-image: linear-gradient(90deg,transparent,rgba(var(--product-card-bg),.3),transparent);
}

/* Shopping cart page */

div.cart-page-section .cart-table thead tr th {
  text-transform: none;
  Color: #010E47;
  font-size: 1.8rem;
}
div.cart-page-section .cart-table thead {
  border-bottom: 1px solid #010E47;
}

.cart-page-section div.cart-form-content {
  background-color:transparent;
} 
.cart-page-section div.cart-form-content .product-item *  {
  font-size: 1.8rem;
} 

@media (max-width: 991px) {
  .cart-page-section .quantity-wraper div.quantity {
    width: 10rem;
  }
}

.cart-footer .primary-button {
  border-bottom: 5px solid #81D679;
  background-color: .product-summary .variant-swatch .field-button
}

/* Search pagina */
.form {
  background-color: white;
}

/* 404 page */
.error-section div.error-content-page {
  min-height: 40vh;
}
/* Carousel-slider */
.carousel-swiper .swiper-slide {
  max-width: 350px
}

/*Single accesoire random object*/

/* Footer */
@media (max-width: 991px) {
  .footer .ft-bar.center .ft-bar-inner {
    padding: 5rem 0 10rem;
  }
}

/* Single product page */
.product-gallery .product-description p {
  margin-bottom: 2.6rem;
}

/* Single accordion test */
.p-ul-wrap {
  width: 100%;
  display: flex;
}
.accordion-content .p-ul-wrap p  {
  display: inline;
  width: 33%;
}
.accordion-content .p-ul-wrap p strong {
  width: 100%;
}
.p-ul-wrap ul {
  width: 66%;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; 
}
.accordion-content p {
  display: flex;
}
.accordion-content p strong {
  width: 33%;
}

/* Footer newsletter */
.footer .ft-block-newsletter [type="submit"] {
  padding: 0 1rem;
  border-bottom: 5px solid #81D679;
}

.main-page-section h1 {
  margin-bottom: 50px;
}
.main-page-section .content {
  max-width: 960px;
  margin: 50px auto 0;
}
.main-page-section .content h2 {
  font-size: calc(var(--heading-font-scale)*3rem);
  margin-top: 30px;
}

/* Forms */ 
.newsletter-form {
  max-width: 56.8rem;
}
.container-contact.container .contact-wrapper {
  background-color: #fff5eb;
}
.container-contact.container .contact-wrapper input,
.container-contact.container .contact-wrapper textarea {
  background-color: white;
}
.container-contact.container .medium-button {
  border-bottom: 5px solid #81D679;
}
.footer .ft-block-newsletter .field-input {
  background-color: white;
}

/*decorative header feet*/

.header .header-row .container {
  position: relative;
}

.header .header-row .container:first-of-type:before {
  content:"";
  position: absolute;
  top: 25px;
  right:150px;
  width: 12px;
  height: 17px;
  background-image: url('/cdn/shop/files/foot-1.png?v=1756648398'); 
  background-repeat: no-repeat;
}
.header .header-row .container:first-of-type:after {
  content:"";
  position: absolute;
  bottom: 10px;
  right: 200px;
  width: 20px;
  height: 20px;
  background-image: url('/cdn/shop/files/foot-2.png?v=1756648399'); 
  background-repeat: no-repeat;

}
@media (max-width: 991px) {
  .header .header-row .container:first-of-type:before {
    top: 10px;
  }
  .header .header-row .container:after {
    right:175px;
  }
}
@media (max-width: 420px) {
  .header .header-row .container:first-of-type:before {
    right:125px;
  }
  .header .header-row .container:after {
    display: none;
  }
}

.message.success-message {
  background: #FEDFC9;
  color: rgb(1, 14, 71);
}
.message {font-size: 1.5rem}

/*Variant picker */
.product-summary .variant-swatch .field-button {
  background-color: #81D679;
  border: none;
  border-bottom: 5px solid #FEDFC9;
  color: #010E47;
  font-weight: 400;
}
.product-summary .variant-swatch .field-value:checked + .swatch, .product-summary .variant-swatch .field-value:checked + .field-button{
  border-bottom:5px solid #010E47;
}