/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first
Line 16:0 All "@import" rules must come first

**/

@font-face {
  font-family: 'DIN2014';
  src: url('{{ "DIN2014-Regular.woff" | file_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@import url('https://fonts.cdnfonts.com/css/playfair-display');
@import url('https://fonts.cdnfonts.com/css/bebas-kai');

.monthly-benefits,
.benefits-quarterly {
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease;
}

.subscribe-card input[type="radio"] {
    top: -12.5px;
}

.subscribe-fees {
    top: -12.5px;
    position: relative;
}

.final {
    padding: 125px 30px;
    display: flex;
    justify-content: center;
}

.subscription-box {
  background: #fff;
  padding: 20px 0;
  border-radius: 12px;
  max-width: unset !important;
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif;
  width: 100%;
}

.main-product-section{
    width: 1100px;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
 
}

.main-image{
  border: none;
  height:600px;
  width: 521px;
  margin-top: 60px;
}

.rating-section {
  color:#193441 ;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'DIN2014';
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
}

.rating-section img{
  width: 100px;
  height: 18px;
}

.subscription-box .title {
  font-size: 61.5px;
  line-height: 55px;
  font-weight: 400;
  font-family: 'Bebas kai';
  margin-top: 20px;
  color:#193441 ;  
}
 
.list-box img{
  width: 16px;
  height: 16px;
}

.benefits ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.benefits li {
  font-family: 'DIN2014';
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #193441;
  margin: 0;
  line-height: 27px;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
.buy-btn {
  width: 100%;
  padding: 15px 0;
  font-family: 'DIN2014';
  font-weight: 400;
  font-size: 20.25px;
  margin: 48px 0;
  gap: 3px;
  color: #fff;
  border: none;
  background-color: #E3560C;
  opacity: 1;
  border-radius: 37.5px;
}

.buy-btn img {
    width: 22.5px;
    display: inline;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -2px;
}

.benefits {
    margin-left: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox{
    display: flex;
    gap: 12px;
    align-items: center;
}

.head-container .checkbox {
  font-family: 'DIN2014';
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 24px;
  vertical-align: middle;
}

.subscription-inner,
.subtitle,
p.desc {
  font-family: "DIN2014", sans-serif;
}

.subtitle{
    color: #193441;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.subscription-box .title span {
  color: #f05a28;
  font-style: italic;
  font-size: 61.5px;
  font-family: 'Playfair Display';
  font-weight: 600;
}

.purchase-card {
  display: block;
  border: 0.75px solid #E7E7E7;
  padding: 18px;
  margin: 15px 0;
  border-radius: 8px;
  cursor: pointer;
}
.desc{
  color: #193441;
  font-size: 18px;
  margin-top:25px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -2%;
}

.frequency button {
  font-family: "DIN2014";
  border: 1px solid #94979C;
  padding: 10px 0px;
  width: 198px;
  height: 44px;
  margin: 5px;
  color: #94979C;
  border-radius: 0px;
  background: white;
  cursor: pointer;
}

.frequency button.active {
  background: #f05a28;
  border-color: #f7935f;
  color: #fff;
}
.frequency{
    
    display: flex;
    gap: 10px;

}
.head-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price{
    color: #193441;
    font-size: 18px;
    font-weight: 500;
    font-family: 'DIN2014';
}

.head-container h3{
    color: #193441;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
	font-family: 'DIN2014';
    letter-spacing: 0.5px;
}

.benefits{
    margin-top: 5px;
    padding: unset !important;;
}

.disc-amount{
    font-size: 15px;
    color: #94979C;
    text-decoration: line-through;
}
.purchase-options{
    padding-top: 30px;
    
}
.discount{
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #E3560C;
}

input[type="radio"] {
  appearance: none; /* remove default */
  -webkit-appearance: none;
  -moz-appearance: none;
  
  width: 22px;       /* bigger size */
  height: 22px;
  border: 2px solid #ff6600; /* orange border */
  border-radius: 4px; /* optional rounded edges */
  background-color: white;
  cursor: pointer;
  position: relative;
}

input[type="radio"]:checked {
  background-color: #ff6600; /* orange fill when checked */
  border-color: #ff6600;
}

input[type="radio"]:checked::after {
  content: "✔"; /* checkmark */
  color: white;
  font-size: 16px;
  position: absolute;

  left: 3px;
  bottom: -3px;
}

.benefits li:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/cdn/shop/files/Up_Icon_Circle.svg?v=1759918473');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
    top: 2.5px;
    position: relative;
}

.subscribe{
    margin-bottom: 0;
}

.guarantee-box img{
    width: 39px;
    height: 33.75px;
}
.guarantee-box{
    display: flex;
    align-items: center;
    gap: 12px;
}
.guarantees{
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guarantee-box p{
    font-size: 15px;
    color:#193441;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    font-family: "DIN2014";
}

#shopify-section-template--17946312343626__custom_liquid_n9FjFQ .guarantees a {
    color: #E3560C !important;
    text-decoration: none;
}
/* ---------- LEFT: GALLERY ---------- */
.spu-gallery {
  position: relative;
   padding: 40px 0;
   width: 100%;
}
.spu-main {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eef3f5;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.spu-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spu-main img {
  transition: opacity 0.4s ease;
  opacity: 1;
}

.spu-main img.is-fading {
  opacity: 0;
}
.spu-thumbs {
    display: grid;
    gap: 25px;
    margin-top: 30px;
    justify-items: stretch;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.spu-thumb {
    border: 2px solid transparent;
    overflow: hidden;
    padding: 0;
    background: #fff;
    cursor: pointer;
    border-radius:0;
}
.spu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.spu-thumb.is-active {
  border-color: var(--accent);
}

.collapsible-container {
  max-height: 200px; /* collapsed view */
  overflow: hidden;
  transition: max-height 0.5s ease;
  border-left: 3px solid #ff6600;
  padding-left: 10px;
}

.collapsible-container.expanded {
  max-height: 1000px; /* expanded view */
}

.toggle-btn {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  color: #ff6600;
  font-weight: bold;
  font-size: 14px;
}

.toggle-btn:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 12px;
  font-size: 15px;
}

.subtitle2 {
  font-family: "DIN2014";
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  color: #193441;
  line-height: 21px;
  letter-spacing: -2%;
  vertical-align: middle;
}
.lis li {
  color: #193441;
  font-family: "DIN2014";

  font-weight: 400;

  font-size: 15px;
  line-height: 21px;
  letter-spacing: -2%;
  vertical-align: middle;
}
.benefits-li {
  display: flex;
  flex-direction: column;
}

.li-content {
    padding-left: 45px;
    font-size: 15px;
}
.li-heading {
  padding-left: 12px;
  font-family: "DIN2014";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #193441;
  vertical-align: middle;
}

.label-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17.25px;
    line-height: 150%;
    letter-spacing: 5px;
    color: #e3560c;
    font-family: 'Heinberg';
}

.li-img img {
  width: 36px;
  height: 36px;
}

.li-div {
  display: flex;
}

/* ---------- SECTION ---------- */
.spu-product { padding-bottom: 62.5px; }

.spu-wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}

/* ---------- LEFT: GALLERY ---------- */
.spu-gallery {
  position: relative;
  padding: 40px;
}
.spu-main {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eef3f5;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.spu-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spu-thumbs {
    display: grid;
    gap: 25px;
    margin-top: 30px;
    justify-items: stretch;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.spu-thumb {
    border: 2px solid transparent;
    overflow: hidden;
    padding: 0;
    background: #fff;
    cursor: pointer;
    border-radius:0;
}
.spu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.spu-thumb.is-active {
  border-color: var(--accent);
}

/* ---------- RIGHT: CONTENT ---------- */
.spu-content {
  padding: 40px 30px 125px;
}
.spu-kicker {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.spu-title {
  margin: 0 0 30px;
  font-family: Heinberg;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: 9.3%;
  color: var(--navy);
  text-transform: uppercase;
}
.spu-price {
  font: 700 22px/1 "Playfair Display", serif;
  color: var(--accent);
  margin-bottom: 18px;
}

.spu-buy {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0 18px;
}
.spu-qty {
  display: flex;
  align-items: center;
  border: 1px solid #cfd7dc;
  border-radius: 999px;
  overflow: hidden;
  height: 44px;
}
.spu-qty button {
  width: 40px;
  height: 44px;
  border: 0;
  background: #fff;
  color: var(--navy);
  font-size: 18px;
  cursor: pointer;
}
.spu-qty input {
  width: 56px;
  height: 44px;
  border: 0;
  text-align: center;
  font-size: 16px;
  outline: none;
}
.spu-btn {
  height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.04s ease, background 0.2s ease;
}
.spu-btn:active {
  transform: translateY(1px);
}
.spu-usp {
  margin: 6px 0 22px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}
.spu-usp li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 4px 0;
}
.spu-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}

/* ---------- ACCORDIONS (details/summary) ---------- */
.spu-accordions {
  border-top: 1px solid #e4eaee;
}
.spu-acc {
  border-bottom: 1px solid #e4eaee;
}
.spu-acc summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 8px;
  font-weight: 700;
  color: var(--navy);
  font-size: 18px;
}
.spu-acc summary::-webkit-details-marker {
  display: none;
}
.spu-acc .label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spu-acc .heart {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: conic-gradient(from 0deg, var(--accent) 0 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21s-6.716-4.707-9.428-7.42C.944 11.93 1 8.5 3.6 6.6 5.5 5.2 8 5.7 9.6 7.3L12 9.7l2.4-2.4C16 5.7 18.5 5.2 20.4 6.6c2.6 1.9 2.656 5.33 1.028 6.98C18.716 16.293 12 21 12 21z"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21s-6.716-4.707-9.428-7.42C.944 11.93 1 8.5 3.6 6.6 5.5 5.2 8 5.7 9.6 7.3L12 9.7l2.4-2.4C16 5.7 18.5 5.2 20.4 6.6c2.6 1.9 2.656 5.33 1.028 6.98C18.716 16.293 12 21 12 21z"/></svg>')
    center/contain no-repeat;
}
.spu-acc .pm {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  flex: 0 0 22px;
  margin-left: 14px;
}
.spu-acc .pm::before,
.spu-acc .pm::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #e3560c;
  transform: translate(-50%, -50%);
}
.spu-acc .pm::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s;
}
.spu-acc[open] .pm::after {
  opacity: 0;
}

.spu-panel {
  padding: 0 8px 18px 8px;
  color: var(--body);
  font-size: 15px;
font-family: "DIN2014";
}

/* Benefits list inside panel */
.spu-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.spu-benefits li {
  display: flex;
  align-items: flex-start;
}
.spu-benefits li .tick {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  position: relative;
  top: 4px;
  flex: 0 0 16px;
}
.spu-benefits li .tick::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 8px;
  height: 12px;
  border-bottom: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
  transform: rotate(45deg);
}

/* Ingredients table spacing inside panel */
.spu-panel .table {
  margin: 6px 0 0;
}
.spu-panel .table th {
  font-weight: 700;
  color: var(--navy);
}
.spu-panel .table td,
.spu-panel .table th {
  padding: 0.6rem 0.75rem;
}

.addtocart {
  font-family: "DIN2014";
  font-weight: 400;
  font-size: 20.25px;
  line-height: 12px;
  margin-top: 30px;
  letter-spacing: 0px;

  display: flex;
  gap: 6px;
  padding: 18px 24px;
  width: 440px;
  background-color: #e3560c;
  color: #fff;
  border-radius: 37.5px;
  border: none;
  justify-content: center;
  align-items: center;
}

.benefits-li {
  display: flex;
  flex-direction: column;
}

.li-content {
    padding-left: 45px;
    font-family: "DIN2014"; 
}
.li-heading {
  padding-left: 12px;
  font-family: "DIN2014";
  font-weight: 600;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #193441;
  vertical-align: middle;
}