.m\:grid,.m\:flex{margin-left:max(-15px,var(--column-gap-mobile, var(--column-gap))/-2);margin-right:max(-15px,var(--column-gap-mobile, var(--column-gap))/-2);row-gap:var(--row-gap-mobile, var(--column-gap-mobile, --column-gap))}@media screen and (min-width:768px){.m\:grid,.m\:flex{margin-left:min(-7.5px,var(--column-gap-mobile, var(--column-gap))/-2);margin-right:min(-7.5px,var(--column-gap-mobile, var(--column-gap))/-2)}}@media screen and (min-width:1024px){.m\:grid,.m\:flex{row-gap:var(--row-gap, var(--column-gap));margin-left:calc(var(--column-gap, 0)/-2);margin-right:calc(var(--column-gap, 0)/-2)}}.m\:grid,.m\:display-grid{display:grid}.m\:flex,.m\:display-flex{display:flex}.m\:flex-1{flex:1 1 0%}.m\:flex-none{flex:none}.m\:grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.m\:grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.m\:grid-3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.m\:grid-4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.m\:grid-5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.m\:grid-6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.m\:grid-7-cols{grid-template-columns:repeat(7,minmax(0,1fr))}.m\:grid-8-cols{grid-template-columns:repeat(8,minmax(0,1fr))}.m\:grid-9-cols{grid-template-columns:repeat(9,minmax(0,1fr))}.m\:grid-10-cols{grid-template-columns:repeat(10,minmax(0,1fr))}.m\:grid-11-cols{grid-template-columns:repeat(11,minmax(0,1fr))}.m\:grid-12-cols{grid-template-columns:repeat(12,minmax(0,1fr))}.m\:grid-1-rows{grid-template-rows:repeat(1,minmax(0,1fr))}.m\:grid-2-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.m\:grid-3-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.m\:grid-4-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.m\:grid-5-rows{grid-template-rows:repeat(5,minmax(0,1fr))}.m\:grid-6-rows{grid-template-rows:repeat(6,minmax(0,1fr))}.m\:grid-7-rows{grid-template-rows:repeat(7,minmax(0,1fr))}.m\:grid-8-rows{grid-template-rows:repeat(8,minmax(0,1fr))}.m\:grid-9-rows{grid-template-rows:repeat(9,minmax(0,1fr))}.m\:grid-10-rows{grid-template-rows:repeat(10,minmax(0,1fr))}.m\:grid-11-rows{grid-template-rows:repeat(11,minmax(0,1fr))}.m\:grid-12-rows{grid-template-rows:repeat(12,minmax(0,1fr))}.m\:column{padding-left:calc(var(--column-gap-mobile, var(--column-gap))/2);padding-right:calc(var(--column-gap-mobile, var(--column-gap))/2)}@media screen and (min-width:768px){.m\:column{padding-left:max(7.5px,var(--column-gap-mobile, var(--column-gap))/2);padding-right:max(7.5px,var(--column-gap-mobile, var(--column-gap))/2)}}@media screen and (min-width:1024px){.m\:column{padding-left:calc(var(--column-gap, 0)/2);padding-right:calc(var(--column-gap, 0)/2)}}.m\:block{display:block}.m\:inline-block{display:inline-block}.m\:flex{display:flex}.m\:flex-col{flex-direction:column}.m\:flex-col-reverse{flex-direction:column-reverse}.m\:flex-row{flex-direction:row}.m\:flex-row-reverse{flex-direction:row-reverse}.m\:flex-wrap{flex-wrap:wrap}.m\:flex-nowrap{flex-wrap:nowrap}.m\:inline-flex{display:inline-flex}.m\:hidden{display:none}.\!m\:hidden{display:none!important}.m\:items-start{align-items:start}.m\:items-center{align-items:center}.m\:items-end{align-items:end}.m\:justify-start{justify-content:flex-start}.m\:justify-center{justify-content:center}.m\:justify-end{justify-content:flex-end}.m\:justify-between{justify-content:space-between}.m\:justify-around{justify-content:space-around}.m\:text-left{text-align:left}.m\:text-center{text-align:center}.m\:text-right{text-align:right}.m\:text-base{font-size:calc(var(--font-base-size, 1rem)*1px);line-height:1.5rem}.m\:text-sm{font-size:.875rem;line-height:1.25rem}.m\:text-xs{font-size:.75rem;line-height:1rem}.m\:text-lg{font-size:1.125rem;line-height:1.75rem}.m\:text-xl{font-size:1.25rem;line-height:1.75rem}.m\:text-2xl{font-size:1.5rem;line-height:2rem}.m\:text-3xl{font-size:1.875rem;line-height:2.25rem}.m\:text-4xl{font-size:2.25rem;line-height:2.5rem}.m\:text-5xl{font-size:3rem;line-height:1}.m\:text-6xl{font-size:3.75rem;line-height:1}.m\:text-7xl{font-size:4.5rem;line-height:1}.m\:text-8xl{font-size:6rem;line-height:1}.m\:text-9xl{font-size:8rem;line-height:1}.m\:w-1\/12{width:8.3333333333%}.m\:w-2\/12{width:16.6666666667%}.m\:w-3\/12{width:25%}.m\:w-4\/12{width:33.3333333333%}.m\:w-5\/12{width:41.6666666667%}.m\:w-6\/12{width:50%}.m\:w-7\/12{width:58.3333333333%}.m\:w-8\/12{width:66.6666666667%}.m\:w-9\/12{width:75%}.m\:w-10\/12{width:83.3333333333%}.m\:w-11\/12{width:91.6666666667%}.m\:w-12\/12,.m\:w-full{width:100%}.m\:h-full{height:100%}.m\:w-auto{width:auto}.m\:w-1\/2{width:50%}.m\:w-1\/3{width:33.33%}.m\:w-1\/4{width:25%}.m\:w-1\/5{width:20%}.m\:w-2\/5{width:40%}.m\:w-3\/5{width:60%}.m\:w-4\/5{width:80%}.m\:w-5\/5{width:100%}@media(min-width:640px){.sm\:m\:grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:m\:grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:m\:grid-3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:m\:grid-4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:m\:grid-5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:m\:grid-6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:m\:grid-7-cols{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:m\:grid-8-cols{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:m\:grid-9-cols{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:m\:grid-10-cols{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:m\:grid-11-cols{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:m\:grid-12-cols{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:m\:grid-1-rows{grid-template-rows:repeat(1,minmax(0,1fr))}.sm\:m\:grid-2-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.sm\:m\:grid-3-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.sm\:m\:grid-4-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.sm\:m\:grid-5-rows{grid-template-rows:repeat(5,minmax(0,1fr))}.sm\:m\:grid-6-rows{grid-template-rows:repeat(6,minmax(0,1fr))}.sm\:m\:grid-7-rows{grid-template-rows:repeat(7,minmax(0,1fr))}.sm\:m\:grid-8-rows{grid-template-rows:repeat(8,minmax(0,1fr))}.sm\:m\:grid-9-rows{grid-template-rows:repeat(9,minmax(0,1fr))}.sm\:m\:grid-10-rows{grid-template-rows:repeat(10,minmax(0,1fr))}.sm\:m\:grid-11-rows{grid-template-rows:repeat(11,minmax(0,1fr))}.sm\:m\:grid-12-rows{grid-template-rows:repeat(12,minmax(0,1fr))}.sm\:m\:w-1\/12{width:8.3333333333%}.sm\:m\:w-2\/12{width:16.6666666667%}.sm\:m\:w-3\/12{width:25%}.sm\:m\:w-4\/12{width:33.3333333333%}.sm\:m\:w-5\/12{width:41.6666666667%}.sm\:m\:w-6\/12{width:50%}.sm\:m\:w-7\/12{width:58.3333333333%}.sm\:m\:w-8\/12{width:66.6666666667%}.sm\:m\:w-9\/12{width:75%}.sm\:m\:w-10\/12{width:83.3333333333%}.sm\:m\:w-11\/12{width:91.6666666667%}.sm\:m\:w-12\/12{width:100%}.sm\:m\:w-1\/2{width:50%}.sm\:m\:w-1\/3{width:33.33%}.sm\:m\:w-1\/4{width:25%}.sm\:m\:w-1\/5{width:20%}.sm\:m\:w-full{width:100%}.sm\:m\:w-auto{width:auto}.sm\:m\:mx-auto{margin-left:auto;margin-right:auto}.sm\:m\:mr-auto{margin-right:auto}.sm\:m\:ml-auto{margin-left:auto}.sm\:m\:items-start{align-items:start}.sm\:m\:items-center{align-items:center}.sm\:m\:items-end{align-items:end}.sm\:m\:flex-col{flex-direction:column}.sm\:m\:flex-col-reverse{flex-direction:column-reverse}.sm\:m\:flex-row{flex-direction:row}.sm\:m\:flex-row-reverse{flex-direction:row-reverse}.sm\:m\:flex-wrap{flex-wrap:wrap}.sm\:m\:flex-nowrap{flex-wrap:nowrap}.sm\:m\:justify-start{justify-content:flex-start}.sm\:m\:justify-center{justify-content:center}.sm\:m\:justify-end{justify-content:flex-end}.sm\:m\:justify-between{justify-content:space-between}.sm\:m\:justify-around{justify-content:space-around}.sm\:m\:text-left{text-align:left}.sm\:m\:text-center{text-align:center}.sm\:m\:text-right{text-align:right}.\!sm\:m\:hidden{display:none!important}.sm\:m\:hidden{display:none}.sm\:m\:block{display:block}.sm\:m\:flex{display:flex}.sm\:m\:grid{display:grid}.sm\:m\:display-flex{display:flex}.sm\:m\:display-grid{display:grid}.sm\:m\:text-base{font-size:calc(var(--font-base-size, 1rem)*1px);line-height:1.5rem}.sm\:m\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:m\:text-xs{font-size:.75rem;line-height:1rem}.sm\:m\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:m\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:m\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:m\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:m\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:m\:text-5xl{font-size:3rem;line-height:1}.sm\:m\:text-6xl{font-size:3.75rem;line-height:1}.sm\:m\:text-7xl{font-size:4.5rem;line-height:1}.sm\:m\:text-8xl{font-size:6rem;line-height:1}.sm\:m\:text-9xl{font-size:8rem;line-height:1}}@media(min-width:768px){.md\:m\:grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:m\:grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:m\:grid-3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:m\:grid-4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:m\:grid-5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:m\:grid-6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:m\:grid-7-cols{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:m\:grid-8-cols{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:m\:grid-9-cols{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:m\:grid-10-cols{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:m\:grid-11-cols{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:m\:grid-12-cols{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:m\:grid-1-rows{grid-template-rows:repeat(1,minmax(0,1fr))}.md\:m\:grid-2-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:m\:grid-3-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.md\:m\:grid-4-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.md\:m\:grid-5-rows{grid-template-rows:repeat(5,minmax(0,1fr))}.md\:m\:grid-6-rows{grid-template-rows:repeat(6,minmax(0,1fr))}.md\:m\:grid-7-rows{grid-template-rows:repeat(7,minmax(0,1fr))}.md\:m\:grid-8-rows{grid-template-rows:repeat(8,minmax(0,1fr))}.md\:m\:grid-9-rows{grid-template-rows:repeat(9,minmax(0,1fr))}.md\:m\:grid-10-rows{grid-template-rows:repeat(10,minmax(0,1fr))}.md\:m\:grid-11-rows{grid-template-rows:repeat(11,minmax(0,1fr))}.md\:m\:grid-12-rows{grid-template-rows:repeat(12,minmax(0,1fr))}.md\:m\:w-1\/12{width:8.3333333333%}.md\:m\:w-2\/12{width:16.6666666667%}.md\:m\:w-3\/12{width:25%}.md\:m\:w-4\/12{width:33.3333333333%}.md\:m\:w-5\/12{width:41.6666666667%}.md\:m\:w-6\/12{width:50%}.md\:m\:w-7\/12{width:58.3333333333%}.md\:m\:w-8\/12{width:66.6666666667%}.md\:m\:w-9\/12{width:75%}.md\:m\:w-10\/12{width:83.3333333333%}.md\:m\:w-11\/12{width:91.6666666667%}.md\:m\:w-12\/12{width:100%}.md\:m\:w-1\/2{width:50%}.md\:m\:w-1\/3{width:33.33%}.md\:m\:w-1\/4{width:25%}.md\:m\:w-1\/5{width:20%}.md\:m\:w-full{width:100%}.md\:m\:w-auto{width:auto}.md\:m\:mx-auto{margin-left:auto;margin-right:auto}.md\:m\:mr-auto{margin-right:auto}.md\:m\:ml-auto{margin-left:auto}.md\:m\:items-start{align-items:start}.md\:m\:items-center{align-items:center}.md\:m\:items-end{align-items:end}.md\:m\:flex-col{flex-direction:column}.md\:m\:flex-col-reverse{flex-direction:column-reverse}.md\:m\:flex-row{flex-direction:row}.md\:m\:flex-row-reverse{flex-direction:row-reverse}.md\:m\:flex-wrap{flex-wrap:wrap}.md\:m\:flex-nowrap{flex-wrap:nowrap}.md\:m\:justify-start{justify-content:flex-start}.md\:m\:justify-center{justify-content:center}.md\:m\:justify-end{justify-content:flex-end}.md\:m\:justify-between{justify-content:space-between}.md\:m\:justify-around{justify-content:space-around}.md\:m\:text-left{text-align:left}.md\:m\:text-center{text-align:center}.md\:m\:text-right{text-align:right}.\!md\:m\:hidden{display:none!important}.md\:m\:hidden{display:none}.md\:m\:block{display:block}.md\:m\:flex{display:flex}.md\:m\:grid{display:grid}.md\:m\:display-flex{display:flex}.md\:m\:display-grid{display:grid}.md\:m\:text-base{font-size:calc(var(--font-base-size, 1rem)*1px);line-height:1.5rem}.md\:m\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:m\:text-xs{font-size:.75rem;line-height:1rem}.md\:m\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:m\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:m\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:m\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:m\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:m\:text-5xl{font-size:3rem;line-height:1}.md\:m\:text-6xl{font-size:3.75rem;line-height:1}.md\:m\:text-7xl{font-size:4.5rem;line-height:1}.md\:m\:text-8xl{font-size:6rem;line-height:1}.md\:m\:text-9xl{font-size:8rem;line-height:1}}@media(min-width:1024px){.lg\:m\:grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:m\:grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:m\:grid-3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:m\:grid-4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:m\:grid-5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:m\:grid-6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:m\:grid-7-cols{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:m\:grid-8-cols{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:m\:grid-9-cols{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:m\:grid-10-cols{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:m\:grid-11-cols{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:m\:grid-12-cols{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:m\:grid-1-rows{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:m\:grid-2-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:m\:grid-3-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.lg\:m\:grid-4-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.lg\:m\:grid-5-rows{grid-template-rows:repeat(5,minmax(0,1fr))}.lg\:m\:grid-6-rows{grid-template-rows:repeat(6,minmax(0,1fr))}.lg\:m\:grid-7-rows{grid-template-rows:repeat(7,minmax(0,1fr))}.lg\:m\:grid-8-rows{grid-template-rows:repeat(8,minmax(0,1fr))}.lg\:m\:grid-9-rows{grid-template-rows:repeat(9,minmax(0,1fr))}.lg\:m\:grid-10-rows{grid-template-rows:repeat(10,minmax(0,1fr))}.lg\:m\:grid-11-rows{grid-template-rows:repeat(11,minmax(0,1fr))}.lg\:m\:grid-12-rows{grid-template-rows:repeat(12,minmax(0,1fr))}.lg\:m\:w-1\/12{width:8.3333333333%}.lg\:m\:w-2\/12{width:16.6666666667%}.lg\:m\:w-3\/12{width:25%}.lg\:m\:w-4\/12{width:33.3333333333%}.lg\:m\:w-5\/12{width:41.6666666667%}.lg\:m\:w-6\/12{width:50%}.lg\:m\:w-7\/12{width:58.3333333333%}.lg\:m\:w-8\/12{width:66.6666666667%}.lg\:m\:w-9\/12{width:75%}.lg\:m\:w-10\/12{width:83.3333333333%}.lg\:m\:w-11\/12{width:91.6666666667%}.lg\:m\:w-12\/12{width:100%}.lg\:m\:w-1\/2{width:50%}.lg\:m\:w-1\/3{width:33.33%}.lg\:m\:w-1\/4{width:25%}.lg\:m\:w-1\/5{width:20%}.lg\:m\:w-full{width:100%}.lg\:m\:w-auto{width:auto}.lg\:m\:mx-auto{margin-left:auto;margin-right:auto}.lg\:m\:mr-auto{margin-right:auto}.lg\:m\:ml-auto{margin-left:auto}.lg\:m\:items-start{align-items:start}.lg\:m\:items-center{align-items:center}.lg\:m\:items-end{align-items:end}.lg\:m\:flex-col{flex-direction:column}.lg\:m\:flex-col-reverse{flex-direction:column-reverse}.lg\:m\:flex-row{flex-direction:row}.lg\:m\:flex-row-reverse{flex-direction:row-reverse}.lg\:m\:flex-wrap{flex-wrap:wrap}.lg\:m\:flex-nowrap{flex-wrap:nowrap}.lg\:m\:justify-start{justify-content:flex-start}.lg\:m\:justify-center{justify-content:center}.lg\:m\:justify-end{justify-content:flex-end}.lg\:m\:justify-between{justify-content:space-between}.lg\:m\:justify-around{justify-content:space-around}.lg\:m\:text-left{text-align:left}.lg\:m\:text-center{text-align:center}.lg\:m\:text-right{text-align:right}.\!lg\:m\:hidden{display:none!important}.lg\:m\:hidden{display:none}.lg\:m\:block{display:block}.lg\:m\:flex{display:flex}.lg\:m\:grid{display:grid}.lg\:m\:display-flex{display:flex}.lg\:m\:display-grid{display:grid}.lg\:m\:text-base{font-size:calc(var(--font-base-size, 1rem)*1px);line-height:1.5rem}.lg\:m\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:m\:text-xs{font-size:.75rem;line-height:1rem}.lg\:m\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:m\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:m\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:m\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:m\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:m\:text-5xl{font-size:3rem;line-height:1}.lg\:m\:text-6xl{font-size:3.75rem;line-height:1}.lg\:m\:text-7xl{font-size:4.5rem;line-height:1}.lg\:m\:text-8xl{font-size:6rem;line-height:1}.lg\:m\:text-9xl{font-size:8rem;line-height:1}}@media(min-width:1280px){.xl\:m\:grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:m\:grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:m\:grid-3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:m\:grid-4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:m\:grid-5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:m\:grid-6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:m\:grid-7-cols{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:m\:grid-8-cols{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:m\:grid-9-cols{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:m\:grid-10-cols{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:m\:grid-11-cols{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:m\:grid-12-cols{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:m\:grid-1-rows{grid-template-rows:repeat(1,minmax(0,1fr))}.xl\:m\:grid-2-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.xl\:m\:grid-3-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.xl\:m\:grid-4-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.xl\:m\:grid-5-rows{grid-template-rows:repeat(5,minmax(0,1fr))}.xl\:m\:grid-6-rows{grid-template-rows:repeat(6,minmax(0,1fr))}.xl\:m\:grid-7-rows{grid-template-rows:repeat(7,minmax(0,1fr))}.xl\:m\:grid-8-rows{grid-template-rows:repeat(8,minmax(0,1fr))}.xl\:m\:grid-9-rows{grid-template-rows:repeat(9,minmax(0,1fr))}.xl\:m\:grid-10-rows{grid-template-rows:repeat(10,minmax(0,1fr))}.xl\:m\:grid-11-rows{grid-template-rows:repeat(11,minmax(0,1fr))}.xl\:m\:grid-12-rows{grid-template-rows:repeat(12,minmax(0,1fr))}.xl\:m\:w-1\/12{width:8.3333333333%}.xl\:m\:w-2\/12{width:16.6666666667%}.xl\:m\:w-3\/12{width:25%}.xl\:m\:w-4\/12{width:33.3333333333%}.xl\:m\:w-5\/12{width:41.6666666667%}.xl\:m\:w-6\/12{width:50%}.xl\:m\:w-7\/12{width:58.3333333333%}.xl\:m\:w-8\/12{width:66.6666666667%}.xl\:m\:w-9\/12{width:75%}.xl\:m\:w-10\/12{width:83.3333333333%}.xl\:m\:w-11\/12{width:91.6666666667%}.xl\:m\:w-12\/12{width:100%}.xl\:m\:w-1\/2{width:50%}.xl\:m\:w-1\/3{width:33.33%}.xl\:m\:w-1\/4{width:25%}.xl\:m\:w-1\/5{width:20%}.xl\:m\:w-full{width:100%}.xl\:m\:w-auto{width:auto}.xl\:m\:mx-auto{margin-left:auto;margin-right:auto}.xl\:m\:mr-auto{margin-right:auto}.xl\:m\:ml-auto{margin-left:auto}.xl\:m\:items-start{align-items:start}.xl\:m\:items-center{align-items:center}.xl\:m\:items-end{align-items:end}.xl\:m\:flex-col{flex-direction:column}.xl\:m\:flex-col-reverse{flex-direction:column-reverse}.xl\:m\:flex-row{flex-direction:row}.xl\:m\:flex-row-reverse{flex-direction:row-reverse}.xl\:m\:flex-wrap{flex-wrap:wrap}.xl\:m\:flex-nowrap{flex-wrap:nowrap}.xl\:m\:justify-start{justify-content:flex-start}.xl\:m\:justify-center{justify-content:center}.xl\:m\:justify-end{justify-content:flex-end}.xl\:m\:justify-between{justify-content:space-between}.xl\:m\:justify-around{justify-content:space-around}.xl\:m\:text-left{text-align:left}.xl\:m\:text-center{text-align:center}.xl\:m\:text-right{text-align:right}.\!xl\:m\:hidden{display:none!important}.xl\:m\:hidden{display:none}.xl\:m\:block{display:block}.xl\:m\:flex{display:flex}.xl\:m\:grid{display:grid}.xl\:m\:display-flex{display:flex}.xl\:m\:display-grid{display:grid}.xl\:m\:text-base{font-size:calc(var(--font-base-size, 1rem)*1px);line-height:1.5rem}.xl\:m\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:m\:text-xs{font-size:.75rem;line-height:1rem}.xl\:m\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:m\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:m\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:m\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:m\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:m\:text-5xl{font-size:3rem;line-height:1}.xl\:m\:text-6xl{font-size:3.75rem;line-height:1}.xl\:m\:text-7xl{font-size:4.5rem;line-height:1}.xl\:m\:text-8xl{font-size:6rem;line-height:1}.xl\:m\:text-9xl{font-size:8rem;line-height:1}}@media(min-width:1536px){.xxl\:m\:grid-1-cols{grid-template-columns:repeat(1,minmax(0,1fr))}.xxl\:m\:grid-2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.xxl\:m\:grid-3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.xxl\:m\:grid-4-cols{grid-template-columns:repeat(4,minmax(0,1fr))}.xxl\:m\:grid-5-cols{grid-template-columns:repeat(5,minmax(0,1fr))}.xxl\:m\:grid-6-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.xxl\:m\:grid-7-cols{grid-template-columns:repeat(7,minmax(0,1fr))}.xxl\:m\:grid-8-cols{grid-template-columns:repeat(8,minmax(0,1fr))}.xxl\:m\:grid-9-cols{grid-template-columns:repeat(9,minmax(0,1fr))}.xxl\:m\:grid-10-cols{grid-template-columns:repeat(10,minmax(0,1fr))}.xxl\:m\:grid-11-cols{grid-template-columns:repeat(11,minmax(0,1fr))}.xxl\:m\:grid-12-cols{grid-template-columns:repeat(12,minmax(0,1fr))}.xxl\:m\:grid-1-rows{grid-template-rows:repeat(1,minmax(0,1fr))}.xxl\:m\:grid-2-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.xxl\:m\:grid-3-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.xxl\:m\:grid-4-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.xxl\:m\:grid-5-rows{grid-template-rows:repeat(5,minmax(0,1fr))}.xxl\:m\:grid-6-rows{grid-template-rows:repeat(6,minmax(0,1fr))}.xxl\:m\:grid-7-rows{grid-template-rows:repeat(7,minmax(0,1fr))}.xxl\:m\:grid-8-rows{grid-template-rows:repeat(8,minmax(0,1fr))}.xxl\:m\:grid-9-rows{grid-template-rows:repeat(9,minmax(0,1fr))}.xxl\:m\:grid-10-rows{grid-template-rows:repeat(10,minmax(0,1fr))}.xxl\:m\:grid-11-rows{grid-template-rows:repeat(11,minmax(0,1fr))}.xxl\:m\:grid-12-rows{grid-template-rows:repeat(12,minmax(0,1fr))}.xxl\:m\:w-1\/12{width:8.3333333333%}.xxl\:m\:w-2\/12{width:16.6666666667%}.xxl\:m\:w-3\/12{width:25%}.xxl\:m\:w-4\/12{width:33.3333333333%}.xxl\:m\:w-5\/12{width:41.6666666667%}.xxl\:m\:w-6\/12{width:50%}.xxl\:m\:w-7\/12{width:58.3333333333%}.xxl\:m\:w-8\/12{width:66.6666666667%}.xxl\:m\:w-9\/12{width:75%}.xxl\:m\:w-10\/12{width:83.3333333333%}.xxl\:m\:w-11\/12{width:91.6666666667%}.xxl\:m\:w-12\/12{width:100%}.xxl\:m\:w-1\/2{width:50%}.xxl\:m\:w-1\/3{width:33.33%}.xxl\:m\:w-1\/4{width:25%}.xxl\:m\:w-1\/5{width:20%}.xxl\:m\:w-full{width:100%}.xxl\:m\:w-auto{width:auto}.xxl\:m\:mx-auto{margin-left:auto;margin-right:auto}.xxl\:m\:mr-auto{margin-right:auto}.xxl\:m\:ml-auto{margin-left:auto}.xxl\:m\:items-start{align-items:start}.xxl\:m\:items-center{align-items:center}.xxl\:m\:items-end{align-items:end}.xxl\:m\:flex-col{flex-direction:column}.xxl\:m\:flex-col-reverse{flex-direction:column-reverse}.xxl\:m\:flex-row{flex-direction:row}.xxl\:m\:flex-row-reverse{flex-direction:row-reverse}.xxl\:m\:flex-wrap{flex-wrap:wrap}.xxl\:m\:flex-nowrap{flex-wrap:nowrap}.xxl\:m\:justify-start{justify-content:flex-start}.xxl\:m\:justify-center{justify-content:center}.xxl\:m\:justify-end{justify-content:flex-end}.xxl\:m\:justify-between{justify-content:space-between}.xxl\:m\:justify-around{justify-content:space-around}.xxl\:m\:text-left{text-align:left}.xxl\:m\:text-center{text-align:center}.xxl\:m\:text-right{text-align:right}.\!xxl\:m\:hidden{display:none!important}.xxl\:m\:hidden{display:none}.xxl\:m\:block{display:block}.xxl\:m\:flex{display:flex}.xxl\:m\:grid{display:grid}.xxl\:m\:display-flex{display:flex}.xxl\:m\:display-grid{display:grid}.xxl\:m\:text-base{font-size:calc(var(--font-base-size, 1rem)*1px);line-height:1.5rem}.xxl\:m\:text-sm{font-size:.875rem;line-height:1.25rem}.xxl\:m\:text-xs{font-size:.75rem;line-height:1rem}.xxl\:m\:text-lg{font-size:1.125rem;line-height:1.75rem}.xxl\:m\:text-xl{font-size:1.25rem;line-height:1.75rem}.xxl\:m\:text-2xl{font-size:1.5rem;line-height:2rem}.xxl\:m\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xxl\:m\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xxl\:m\:text-5xl{font-size:3rem;line-height:1}.xxl\:m\:text-6xl{font-size:3.75rem;line-height:1}.xxl\:m\:text-7xl{font-size:4.5rem;line-height:1}.xxl\:m\:text-8xl{font-size:6rem;line-height:1}.xxl\:m\:text-9xl{font-size:8rem;line-height:1}}@media screen and (max-width:767px){.m\:hidden-mobile{display:none}.\!m\:hidden-mobile{display:none!important}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}a{color:inherit;text-decoration:inherit;cursor:pointer}b,strong{font-weight:bolder}code,kbd,samp,pre{font-size:1em}small{font-size:80%}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:currentColor;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfied;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:.75;color:rgb(var(--color-form-field-text))}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block}img,video{max-width:100%;height:auto}[hidden]{display:none!important}.rte>*:last-child{margin-bottom:0}.rte :where(img,iframe){display:inline-block;border-radius:var(--blocks-radius);overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black)}.rte :where(h1,h2,h3,h4,h5,h6){margin-bottom:.85em;margin-top:1em}.rte p{margin-bottom:.75em;margin-top:.75em}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.rte table{table-layout:fixed}.rte table:not([class]){border-collapse:collapse;border-style:hidden;box-shadow:0 0 0 1px rgba(var(--color-foreground),.2)}.rte table:not([class]) td,.rte table:not([class]) th{padding:.5em;border:1px solid rgba(var(--color-foreground),.2)}.rte img{height:auto;max-width:100%;margin-top:1rem;margin-bottom:1rem}.rte blockquote{display:inline-flex;font-style:italic;color:rgba(var(--color-foreground),.75);border-left:.2rem solid rgba(var(--color-foreground),.2);padding-left:1rem;margin:revert}.rte blockquote>*{margin:-.5rem 0}@media screen and (min-width:750px){.rte blockquote{padding-left:1.5rem}}.rte :where(ul,ol){padding-left:2rem;margin-bottom:1.25em;margin-top:1.25em}.rte :where(ul,ol).liststyle-none{list-style:none;padding:0}.rte ul{list-style-type:disc}.rte ol{list-style-type:decimal}.rte ul.list-none{list-style:none;padding:0}.rte li{list-style:inherit;line-height:2}.rte li:last-child{margin-bottom:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=text],input[type=email],input[type=password],input[type=search],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]{-moz-appearance:textfield}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}select{background-color:#0000;background-position:center;background-repeat:no-repeat;background-image:var(--arrow-select-box);background-size:10px;background-position-x:calc(100% - 9px);padding-right:25px}input:not(.m-quantity__input,.form-field,.m-facets-price--range,.tcustomizer__color-picker--input,.tcustomizer__text-field),textarea:not(.m-quantity__input,.form-field,.m-facets-price--range,.tcustomizer__color-picker--input,.tcustomizer__text-field){border-width:1px;border-style:solid}.m-button,.shopify-payment-button__button.shopify-payment-button__button--unbranded,.spr-button.spr-button-primary{outline:none;text-align:center;padding:10px 20px;white-space:normal;transition:var(--m-duration-default, .25s) all;display:inline-block;border:1px solid rgba(0,0,0,0);font-size:var(--font-btn-size, 1rem);font-weight:var(--font-btn-weight, 500);letter-spacing:var(--btn-letter-spacing, 0);text-transform:var(--btn-text-transform, "");border-radius:var(--btn-border-radius, 0);line-height:var(--btn-line-height, "normal")}.m-button:hover,.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,.spr-button.spr-button-primary:hover{cursor:pointer}.m-button:focus,.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,.spr-button.spr-button-primary:focus,.m-button:hover,.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,.spr-button.spr-button-primary:hover{border-color:rgb(var(--color-button-hover));background-color:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover))}.m-button:not(.m-button--link,.m-link-underline,.m-button--blank):hover,.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.m-button--link,.m-link-underline,.m-button--blank):hover,.spr-button.spr-button-primary:not(.m-button--link,.m-link-underline,.m-button--blank):hover{box-shadow:0 0 0 .2rem rgb(var(--color-button-hover))}.m-button:disabled,.shopify-payment-button__button.shopify-payment-button__button--unbranded:disabled,.spr-button.spr-button-primary:disabled,.m-button.disabled,.disabled.shopify-payment-button__button.shopify-payment-button__button--unbranded,.disabled.spr-button.spr-button-primary,.m-button--disabled,.m-button[disabled],[disabled].shopify-payment-button__button.shopify-payment-button__button--unbranded,[disabled].spr-button.spr-button-primary{pointer-events:none;opacity:.5}.m-button.m-button--small,.m-button--small.shopify-payment-button__button.shopify-payment-button__button--unbranded,.m-button--small.spr-button.spr-button-primary{font-size:14px;line-height:20px}.m-button.m-button--small:not(.m-button--link):not(.m-link-underline),.m-button--small.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.m-button--link):not(.m-link-underline),.m-button--small.spr-button.spr-button-primary:not(.m-button--link):not(.m-link-underline){padding-top:8px;padding-bottom:8px}.m-button.m-button--large:not(.m-button--link):not(.m-link-underline),.m-button--large.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.m-button--link):not(.m-link-underline),.m-button--large.spr-button.spr-button-primary:not(.m-button--link):not(.m-link-underline){padding-top:12px;padding-bottom:12px}@media screen and (min-width:1024px){.m-button.m-button--large,.m-button--large.shopify-payment-button__button.shopify-payment-button__button--unbranded,.m-button--large.spr-button.spr-button-primary{font-size:18px;line-height:28px}}@media screen and (min-width:768px){.m-button,.shopify-payment-button__button.shopify-payment-button__button--unbranded,.spr-button.spr-button-primary{padding-left:30px;padding-right:30px}}.m-button--primary,.shopify-payment-button__button.shopify-payment-button__button--unbranded,.spr-button.spr-button-primary{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.m-button--primary:focus,.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,.spr-button.spr-button-primary:focus,.m-button--primary:hover,.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,.spr-button.spr-button-primary:hover{background:rgb(var(--color-button-hover));border-color:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover))}.m-button--link,.m-section__description a,.m-link-underline,.rte a:not(.spr-summary-actions-newreview){padding:0;border-radius:0;border-width:0;position:relative;color:inherit}.m-button--link:hover,.m-section__description a:hover,.m-link-underline:hover,.rte a:hover:not(.spr-summary-actions-newreview),.m-button--link:focus,.m-section__description a:focus,.m-link-underline:focus,.rte a:focus:not(.spr-summary-actions-newreview){background:none;color:inherit}.m-button--link:hover:before,.m-section__description a:hover:before,.m-link-underline:hover:before,.rte a:hover:not(.spr-summary-actions-newreview):before,.m-button--link:focus:before,.m-section__description a:focus:before,.m-link-underline:focus:before,.rte a:focus:not(.spr-summary-actions-newreview):before{-webkit-transform:scaleX(0) translateZ(0);transform:scaleX(0) translateZ(0);-webkit-transition:-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1);transition:-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1);transition:transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1)}.m-button--link:hover:after,.m-section__description a:hover:after,.m-link-underline:hover:after,.rte a:hover:not(.spr-summary-actions-newreview):after,.m-button--link:focus:after,.m-section__description a:focus:after,.m-link-underline:focus:after,.rte a:focus:not(.spr-summary-actions-newreview):after{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);transition:transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1) .3s,-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1) .3s}.m-button--link:before,.m-section__description a:before,.m-link-underline:before,.rte a:not(.spr-summary-actions-newreview):before,.m-button--link:after,.m-section__description a:after,.m-link-underline:after,.rte a:not(.spr-summary-actions-newreview):after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:var(--btn-link-border, 1px);background:currentColor;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);transition:transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1) .3s,-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1) .3s}.m-button--link:after,.m-section__description a:after,.m-link-underline:after,.rte a:not(.spr-summary-actions-newreview):after{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0) translateZ(0);transform:scaleX(0) translateZ(0);-webkit-transition:-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1);transition:-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1);transition:transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1),-webkit-transform var(--m-duration-long, .5s) cubic-bezier(.165,.84,.44,1)}.m-button--link.m-button--text-with-icon:before,.m-section__description a.m-button--text-with-icon:before,.m-button--text-with-icon.m-link-underline:before,.rte a.m-button--text-with-icon:not(.spr-summary-actions-newreview):before,.m-button--link.m-button--text-with-icon:after,.m-section__description a.m-button--text-with-icon:after,.m-button--text-with-icon.m-link-underline:after,.rte a.m-button--text-with-icon:not(.spr-summary-actions-newreview):after{width:calc(100% - 25px)}.m-button--blank{transition:all var(--m-duration-default);border:0;padding:0;background-color:#0000}.m-button--blank:hover,.m-button--blank:focus{background-color:#0000;color:rgba(var(--color-foreground),.75);box-shadow:none}.m-button--secondary{background-color:#0000;text-align:center;border:var(--btn-border-width) solid rgb(var(--color-outline-button));color:rgb(var(--color-outline-button))}.m-button--secondary.m-button--small{padding-top:7px;padding-bottom:7px}.m-button--secondary.m-button--large{padding-top:11px;padding-bottom:11px}.m-button--secondary:focus,.m-button--secondary:hover{background:rgb(var(--color-button-hover));border-color:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover))}.m-button--plain{border:none!important;background:none!important;padding:0;box-shadow:none!important}.m-button--plain:hover{text-decoration:underline!important;background-color:#0000;color:rgba(var(--color-foreground),.75);transform:translate3d(0,-2px,0)}.m-button--white{background:rgba(var(--bg-white),1);color:rgba(var(--text-black),1)}.m-button--white:hover{border-color:#0000;background:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover))}.m-button--text-with-icon{display:inline-flex;align-items:center;column-gap:4px}@media screen and (min-width:1280px){.m-button--icon:hover{box-shadow:0 0 0 .2rem rgb(var(--color-button-hover))}}.shopify-payment-button__button{border-radius:var(--btn-border-radius, 0)!important;overflow:hidden}.shopify-payment-button__button.shopify-payment-button__button--unbranded,.spr-button.spr-button-primary{white-space:nowrap}.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]),.spr-button.spr-button-primary:hover:not([disabled]){background:rgb(var(--color-button-hover))!important}.m-section__description a,.m-link-underline,.rte a:not(.spr-summary-actions-newreview){--btn-link-border: 1px}.m-section__description a:after,.m-section__description a:before,.m-link-underline:after,.m-link-underline:before,.rte a:not(.spr-summary-actions-newreview):after,.rte a:not(.spr-summary-actions-newreview):before{bottom:3px}.button[name=checkout]>*{pointer-events:none}.form-field-group{position:relative;margin-bottom:24px}.form-field-group:last-child{margin-bottom:0}.form-field{padding:6px 12px;border:var(--inputs-border-width) solid rgb(var(--color-border));border-radius:var(--inputs-radius);background-color:rgb(var(--color-form-field));color:rgb(var(--color-form-field-text));width:100%;outline:none;line-height:2;transition:all var(--m-duration-default, .25s)}.form-field+.form-field{margin-top:15px}.form-field:focus{border-color:rgb(var(--color-foreground))}.form-field--label{margin-bottom:5px;display:block}.form-field--input__icon{padding-left:48px;padding-right:48px}.form-field--input__plain{border:none;background-color:#0000!important;border-bottom:2px solid #000;border-radius:0;padding-left:0;padding-right:0}.form-field--checkbox{display:flex;align-items:center;padding-left:32px;position:relative;cursor:pointer}.form-field--checkbox input{display:none}.form-field--checkbox input:checked~.form-field--checkbox__icon svg path:last-child{display:block}.form-field--checkbox__icon{position:absolute;left:0}.form-field--checkbox__icon path:last-child{display:none}.form-field--checkbox p{margin:0}.form-field--checkbox a{text-decoration:underline}.form-field--checkbox a:hover{color:rgb(var(--color-foreground))}.form-field--message{align-items:center;font-size:14px;line-height:1;margin-top:10px}.form-field--message:not(.m\:hidden){display:flex}.form-field--message svg{flex-shrink:0;margin-right:5px}.form-field--no-border{border:none}.container{width:100%;margin:0 auto;padding:0 15px;max-width:var(--container-width, 1280px)}.container-fluid{width:100%;margin:0 auto;padding:0 15px;max-width:calc(var(--fluid-container-width, 1620px) + var(--fluid-container-offset)*2)}@media screen and (min-width:1280px){.container-fluid{padding:0 var(--fluid-container-offset, 60px)}}.container-full{width:100%;margin:0 auto;padding:0 15px}.container-narrow{max-width:740px;width:100%;margin:0 auto;padding:0 15px}.m-section-my{margin-top:var(--spacing-sections-desktop);margin-bottom:var(--spacing-sections-desktop)}@media screen and (max-width:1535px){.m-section-my{margin-top:var(--spacing-sections-laptop);margin-bottom:var(--spacing-sections-laptop)}}@media screen and (max-width:1279px){.m-section-my{margin-top:var(--spacing-sections-tablet);margin-bottom:var(--spacing-sections-tablet)}}@media screen and (max-width:767px){.m-section-my{margin-top:var(--spacing-sections-mobile);margin-bottom:var(--spacing-sections-mobile)}}.m-section-py{--section-padding-top-laptop: calc(var(--section-padding-top) * .8);--section-padding-bottom-laptop: calc(var(--section-padding-bottom) * .8);--section-padding-top-tablet: calc(var(--section-padding-top) * .6);--section-padding-bottom-tablet: calc(var(--section-padding-bottom) * .6);--section-padding-top-mobile: min(var(--section-padding-top),40px);--section-padding-bottom-mobile: min(var(--section-padding-bottom),40px);padding-top:var(--section-padding-top, var(--spacing-sections-desktop));padding-bottom:var(--section-padding-bottom, var(--spacing-sections-desktop))}@media screen and (max-width:1535px){.m-section-py{padding-top:var(--section-padding-top-laptop, var(--spacing-sections-laptop));padding-bottom:var(--section-padding-bottom-laptop, var(--spacing-sections-laptop))}}@media screen and (max-width:1279px){.m-section-py{padding-top:var(--section-padding-top-tablet, var(--spacing-sections-tablet));padding-bottom:var(--section-padding-bottom-tablet, var(--spacing-sections-tablet))}}@media screen and (max-width:767px){.m-section-py{padding-top:var(--section-padding-top-mobile, var(--spacing-sections-mobile));padding-bottom:var(--section-padding-bottom-mobile, var(--spacing-sections-mobile))}}.m\:color-warning{color:rgb(var(--color-warning))}.m\:color-success{color:rgb(var(--color-success))}.m\:font-light{font-weight:300}.m\:font-regular{font-weight:400}.m\:font-medium{font-weight:500}.m\:font-semi-bold{font-weight:600}.m\:font-bold{font-weight:700}.m\:font-extrabold{font-weight:800}.m\:font-black{font-weight:900}@media screen and (min-width:640px){.m\:text-medium{font-size:2.25rem;line-height:2.5rem}}@media screen and (min-width:1024px){.m\:text-medium{font-size:3rem;line-height:1}}@media screen and (min-width:640px){.m\:text-large{font-size:3rem;line-height:1}}@media screen and (min-width:1024px){.m\:text-large{font-size:4.5rem;line-height:1}}.m\:text-black{color:rgba(var(--text-black),1)}.m\:text-white{color:rgba(var(--text-white),1)}.m\:text-inherit{color:rgb(var(--color-foreground))}.m\:text-color-subtext{color:rgb(var(--color-foreground-secondary))}.m\:text-color-body{color:rgb(var(--color-foreground))}.m\:text-color-warning{color:rgb(var(--color-warning))}.m\:text-color-error{color:rgb(var(--color-error))}.m\:text-color-success{color:rgb(var(--color-success))}.m\:color-price-regular{color:rgb(var(--color-price-regular))}.m\:color-price-sale{color:rgb(var(--color-price-sale))}.m\:text-heading{color:rgb(var(--color-heading))}.m\:rounded-full{border-radius:var(--rounded-full, 999px)}.m\:overflow-hidden{overflow:hidden}.m\:overflow-clip{overflow:clip}.m\:list-unstyled{margin:0;padding:0;list-style:none}.icon__fallback-text,.m\:visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.m\:visually-hidden--inline{margin:0;height:1em}.m\:uppercase{text-transform:uppercase}.m\:capitalize{text-transform:capitalize}.m\:object-cover{object-fit:cover}.m\:disabled,[disabled]{pointer-events:none;opacity:.5}[disabled=false],.m-button[disabled=false],[disabled=false].shopify-payment-button__button.shopify-payment-button__button--unbranded,[disabled=false].spr-button.spr-button-primary{pointer-events:auto;opacity:1}.m\:relative{position:relative}.m\:mx-auto{margin-left:auto;margin-right:auto}.m\:mr-auto{margin-right:auto}.m\:ml-auto{margin-left:auto}.m\:mt-cascade-1{margin-top:clamp(24px,2vw,42px)}.m\:mt-cascade-2{margin-top:clamp(32px,5vw,50px)}.m\:mt-cascade-3{margin-top:clamp(70px,12vw,120px)}.m\:mt-cascade-4{margin-top:clamp(100px,16vw,150px)}.m\:mt-cascade-5{margin-top:clamp(160px,24vw,230px)}@media screen and (max-width:767px){.m\:mt-cascade-5{margin-top:clamp(70px,20vw,160px)}}.m\:mt-cascade-6{margin-top:clamp(200px,32vw,250px)}.m\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.m\:fade-out{opacity:0;pointer-events:none}@media screen and (max-width:1279px){.xl\:m\:hide-br br{display:none}}@media screen and (max-width:767px){.md\:m\:hide-br br{display:none}}@media(prefers-reduced-motion:reduce){.motion-reduce\:transition-none{transition-property:none}}.m\:blocks-radius{border-radius:var(--blocks-radius);overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black)}.m\:blocks-radius-md{border-radius:var(--medium-blocks-radius);overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black)}@media screen and (max-width:767px){.md\:m\:blocks-radius-none{border-radius:0}}.order-first{order:-999}.order-last{order:999}.order-none{order:0}@media(min-width:640px){.sm\:order-first{order:-999}.sm\:order-last{order:999}.sm\:order-none{order:0}}@media(min-width:768px){.md\:order-first{order:-999}.md\:order-last{order:999}.md\:order-none{order:0}}@media(min-width:1024px){.lg\:order-first{order:-999}.lg\:order-last{order:999}.lg\:order-none{order:0}}@media(min-width:1280px){.xl\:order-first{order:-999}.xl\:order-last{order:999}.xl\:order-none{order:0}}@media(min-width:1536px){.xxl\:order-first{order:-999}.xxl\:order-last{order:999}.xxl\:order-none{order:0}}html.no-js .no-js-hidden{display:none!important}a.m-text-link{text-decoration:underline}a.m-text-link:hover{color:rgb(var(--color-foreground))}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.m-link-absolute{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}sup{top:-8px;color:#da3f3f}.m-hidden-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:6;display:block}.m-placeholder-svg{background-color:rgba(var(--color-foreground),.2);fill:rgba(var(--color-foreground),.4)}.m-placeholder-svg--no-border{border:none}.m-placeholder-wrapper{border:1px solid rgba(51,50,50,.2)}.m-link-lists--item{cursor:pointer;line-height:34px}.m-link-lists--item:hover .m-link,.m-link-lists--item.active .m-link{color:rgb(var(--color-foreground))}.m-link-lists--item:hover .m-link:after,.m-link-lists--item.active .m-link:after{width:100%}.m-link-lists--item.active .m-link{pointer-events:none}.m-link-lists .m-link{cursor:pointer;position:relative;color:rgb(var(--color-foreground-secondary));transition:all var(--m-duration-default, .25s) ease}.m-link-lists .m-link:after{content:"";height:1px;display:block;position:absolute;left:0;width:0;bottom:0;background-color:rgb(var(--color-foreground));transition:all var(--m-duration-default, .25s) ease}.m-link-lists--inline{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:stretch;align-items:flex-start;margin:0 -11px}.m-link-lists--inline .m-link-lists--item{margin:0 6px;padding:0 5px}.m-link-lists--border .m-link{color:rgb(var(--color-foreground-secondary));font-weight:500;display:block;padding-top:10px;padding-bottom:10px;transition:var(--m-duration-default, .25s) all}.m-link-lists--border .m-link.active,.m-link-lists--border .m-link:hover{color:rgb(var(--color-foreground))}.m-link-lists--border li+li .m-link{border-top:1px solid rgb(var(--color-border))}.social-media-links{display:flex;align-items:center;column-gap:24px;row-gap:12px;flex-wrap:wrap}.social-media-links--item{display:flex;align-items:center}.social-media-links--label{padding-left:10px}.m-svg-icon{width:16px;height:16px}.m-svg-icon--small{width:12px;height:12px}.m-svg-icon--medium-small{width:18px;height:18px}.m-svg-icon--medium{width:20px;height:20px}.m-svg-icon--large{width:24px;height:24px}.m-terms-conditons{width:100%;margin-top:20px}.m-countdown{display:flex}.m-countdown__heading{margin-bottom:20px}@media screen and (min-width:768px){.m-countdown__heading{margin-bottom:40px}}.m-countdown__button{margin-top:32px}@media screen and (min-width:768px){.m-countdown__button{margin-top:48px}}.m-countdown-timer{transition:opacity var(--m-duration-short, .1s) cubic-bezier(.4,0,.2,1)}.m-cart-icon-bubble{position:relative;padding:8px;white-space:nowrap;cursor:pointer}.m-cart-count{color:var(--color-cart-wishlist-count);font-size:12px;font-weight:500;height:22px;min-width:22px;background-color:var(--bg-cart-wishlist-count);position:absolute;top:5px;right:-5px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:9999px}@media screen and (max-width:1023px){.m-cart-count{right:-5px}}.m-cart-count.m\:hidden{display:none}.select-items,.m-scrollbar--vertical{overflow-y:auto}.select-items::-webkit-scrollbar,.m-scrollbar--vertical::-webkit-scrollbar{width:var(--sf-scroll-bar-width, 3px)}.select-items::-webkit-scrollbar-thumb,.m-scrollbar--vertical::-webkit-scrollbar-thumb{background:#ebebeb}.select-items::-webkit-scrollbar-thumb:hover,.m-scrollbar--vertical::-webkit-scrollbar-thumb:hover{background:#555}.m-breadcrumb--wrapper{margin:0 -15px}.m-breadcrumb--item{padding:15px;font-size:15px;color:inherit;white-space:nowrap;transition:all var(--m-duration-default, .25s) ease}.m-breadcrumb--item-current{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.m-breadcrumb--item:hover{color:rgb(var(--color-foreground))}.m-breadcrumb--separator svg{width:9px;height:9px}.m-collapsible--button,.collapsible--button{-webkit-user-select:none;user-select:none;font-weight:500;width:100%;padding-top:16px;padding-bottom:10px;border-bottom:1px solid rgb(var(--color-border));transition:all var(--m-duration-default, .25s);display:flex;align-items:center;justify-content:space-between}.m-collapsible--button span,.collapsible--button span{text-transform:initial}.m-collapsible--icon,.collapsible--icon{transition:transform var(--m-duration-default, .25s) ease}.m-collapsible--content__inner,.m-collapsible--content-inner,.collapsible--content__inner,.collapsible--content-inner{padding:16px 0}.m-collapsible [data-trigger],.collapsible [data-trigger]{cursor:pointer;position:relative}.m-collapsible [data-content],.collapsible [data-content]{height:auto;overflow:hidden;transition:height var(--m-duration-default, .25s);will-change:height}.m-collapsible[data-destroy=true] [data-content],.collapsible[data-destroy=true] [data-content]{display:block}.m-collapsible[data-destroy=true] .f-facets__block-header,.collapsible[data-destroy=true] .f-facets__block-header{pointer-events:none}.m-collapsible[open=true] .m-collapsible--icon,.collapsible[open=true] .m-collapsible--icon{transform:rotateX(180deg)}.m-collapsible[open=true] .m-collapsible--button,.collapsible[open=true] .m-collapsible--button{border-bottom-color:rgb(var(--color-foreground))}.m-sharing-social label{display:block;font-weight:500;margin-right:20px}.m-sharing-social a{display:flex;align-items:center;justify-content:center;min-width:24px;transition:all var(--m-duration-default, .25s) ease}.m-sharing-social a+a{margin-left:16px}.m-sharing-social a:hover{color:rgb(var(--color-foreground-secondary))}.m-sharing{padding:24px;width:380px;background-color:rgba(var(--bg-white),1)}.m-sharing label{display:block;font-weight:500;margin-bottom:14px;margin-right:0}.m-sharing .m-sharing-social{margin-top:20px}.m-product-form .m-add-to-cart{position:relative;flex-grow:1;flex-shrink:1}.m-product-form--input{width:130px}@media screen and (min-width:768px){.m-product-form--input{margin-right:20px}.m-product-media--layout-7 .m-product-form--input .m-product-option--label{display:none}}@media screen and (max-width:767px){.m-product-form--input{width:100%;margin-right:0;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.m-product-form--input label{margin-bottom:0;margin-right:20px}}.m-product-form .show-foxkit-preorder .m-product-dynamic-checkout{display:none}.m-quantity{display:flex;min-height:46px;border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius);background:rgb(var(--color-form-field));color:rgb(var(--color-form-field-text))}.m-quantity__button{width:44px;display:flex;align-items:center;justify-content:center}.m-quantity__button svg{width:12px;height:12px}.m-quantity__input{flex-grow:1;flex-shrink:1;width:44px;-webkit-appearance:none;appearance:none;text-align:center;background-color:#0000;padding:0}.m-modal{--m-bg-opacity: .3;--m-opacity: 0;--m-bg-color: 0,0,0;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;padding:0 20px;background-color:rgba(var(--m-bg-color),var(--m-bg-opacity));transition-duration:var(--m-duration-short, .1s);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);opacity:var(--m-opacity);pointer-events:none}.m-modal.m-open-modal{pointer-events:auto}.m-modal--close{color:rgb(var(--color-foreground));background:rgb(var(--color-background));border-radius:100%;z-index:10;position:absolute;padding:8px;right:6px;top:6px;transition:all var(--m-duration-default, .25s) ease}.m-modal--close svg{width:16px;height:16px}.m-modal--close:hover{background-color:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover));transform:rotate(180deg)}@media screen and (max-width:767px){.m-modal--close{right:5px;top:5px}}.m-modal--content{position:relative;border-radius:var(--blocks-radius);background:rgb(var(--color-background));max-height:90vh;overflow-y:auto;overflow-x:hidden;opacity:0;transform:scale(.9);transition:all var(--m-duration-default, .25s) ease-in-out}.m-open-modal .m-modal--content{transform:scale(1);opacity:1}.m-modal--content-inner{overflow-x:auto}.m-modal:has(.m-product-quickview) .m-product-media{--blocks-radius: 0}responsive-image{display:inline-block;transition-duration:var(--m-duration-long);transition-timing-function:ease;background-color:var(--bg-card-placeholder);transition-property:background-color}responsive-image img{opacity:0;backface-visibility:hidden;transition-property:transform,opacity}.no-js responsive-image img{opacity:1}responsive-image.m-image-loaded{background-color:#0000}responsive-image.m-image-loaded img{animation:mZoomFadeSmall var(--m-duration-animate) ease forwards}.m-image{width:var(--image-width, 100%);vertical-align:middle}.m-bg-lazy{background-image:none!important}.m-switcher-dropdown form{padding-left:16px;padding-right:16px}.container-full .m-switcher-dropdown:last-child .m-select-custom--options{left:auto;right:0}@media screen and (max-width:1279px){.m-switcher-dropdown:last-child .m-select-custom--options{left:auto;right:0}}m-select-component{display:block;position:relative}m-select-component select{border:0;background-color:#0000;display:none}.m-select-custom--plain{border-bottom:2px solid rgb(var(--color-foreground))}.m-select-custom--plain .m-select-custom--options{padding:20px 25px;line-height:inherit}.m-select-custom--plain .m-select-custom--trigger .m-select-custom--trigger-icon{padding-left:20px}.m-select-custom--custom-width{min-width:250px}@media screen and (max-width:1535px){.m-select-custom--custom-width{min-width:180px}}@media screen and (max-width:1279px){.m-select-custom--custom-width{min-width:130px}}.m-select-custom--options{background-color:rgb(var(--color-background));border-radius:5px;box-shadow:0 20px 30px rgba(var(--color-foreground),.12);color:rgba(var(--color-foreground),.75);left:0;line-height:32px;max-height:60vh;overflow-y:scroll;min-width:100%;padding:10px 20px;position:absolute;transform:translateZ(0);transition:all var(--m-duration-default, .25s) ease-in-out;width:min-content;z-index:80;opacity:0;top:calc(100% + 20px);visibility:hidden}.m-select-custom--options::-webkit-scrollbar{width:3px}.m-select-custom--options::-webkit-scrollbar-thumb{background:#ebebeb}.m-select-custom--options::-webkit-scrollbar-thumb:hover{background:#555}.m-select-custom--options-top{bottom:calc(100% + 20px);top:auto}.m-select-custom--option{color:rgba(var(--color-foreground),.75);max-width:250px;overflow:hidden;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--m-duration-default, .25s) ease;white-space:nowrap}.m-select-custom--option.isActive,.m-select-custom--option:hover{color:rgb(var(--color-foreground))}.m-country-switcher .m-select-custom--option{display:flex;align-items:center;gap:8px}.m-select-custom--trigger{align-items:center;cursor:pointer;display:flex;gap:8px;font-weight:inherit;justify-content:space-between;-webkit-user-select:none;user-select:none}.m-select-custom--trigger-icon{transition:transform var(--m-duration-default, .25s) ease-in-out}.m-select-custom--trigger-icon svg{height:8px;width:8px}.m-select-custom.isActive .m-select-custom--options{opacity:1;visibility:visible;top:100%}.m-select-custom.isActive .m-select-custom--options-top{bottom:100%;top:auto}.m-select-custom.isActive .m-select-custom--trigger-icon{transform:rotateX(180deg)}.m-swiper-overflow .swiper-container,.m-swiper-overflow .m-mixed-layout--mobile-scroll{padding-bottom:5px;margin-bottom:-5px}@media screen and (min-width:1024px){.m-swiper-overflow{--swiper-container-offset-top: 30px;--swiper-container-side-spacing: calc(-1 * var(--column-gap)/2)}.m-swiper-overflow .swiper-container{padding:var(--swiper-container-offset-top) calc(var(--column-gap, 0px)/2 - 1px) 60px;margin:calc(var(--swiper-container-offset-top)*-1) var(--swiper-container-side-spacing, auto) -60px}}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper--equal-height .swiper-slide{height:auto}.swiper--equal-height .swiper-slide>*{height:100%}.swiper-container{display:block}.swiper-pagination{display:inline-flex;justify-content:center;align-items:center;flex-flow:wrap;padding:5px 0;pointer-events:auto;z-index:29}@media screen and (min-width:768px){.m-slider-controls--absolute .swiper-pagination{margin-top:40px}.m-slider-controls--absolute .swiper-pagination--vertical{margin-top:0;flex-direction:column}}.swiper-pagination:empty{display:none!important}@media screen and (min-width:768px){.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button{left:calc(var(--column-gap-mobile, 0px)/2 + 25px);opacity:1}.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button-next{left:auto;right:calc(var(--column-gap-mobile, 0px)/2 + 25px)}}@media screen and (min-width:1024px){.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button{left:calc(var(--column-gap, 0px)/2 + 25px)}.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button-next{left:auto;right:calc(var(--column-gap, 0px)/2 + 25px)}}.m-slider-controls{margin-top:40px}.m-mixed-layout .m-slider-controls{padding-left:min(15px,var(--column-gap-mobile, var(--column-gap))/2);padding-right:min(15px,var(--column-gap-mobile, var(--column-gap))/2)}@media screen and (min-width:768px){.m-mixed-layout .m-slider-controls{padding-left:max(7.5px,var(--column-gap-mobile, var(--column-gap))/2);padding-right:max(7.5px,var(--column-gap-mobile, var(--column-gap))/2)}}@media screen and (min-width:1024px){.m-mixed-layout .m-slider-controls{padding-left:calc(var(--column-gap, 0)/2);padding-right:calc(var(--column-gap, 0)/2)}}.m-slider-controls.m\:hidden{display:none}.m-slider-controls__wrapper{display:inline-flex;align-items:center;justify-content:center;pointer-events:none;margin-left:-8px;margin-right:-8px}.m-slider-controls__button{width:45px;height:45px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgb(var(--color-border));border-radius:9999px;padding:0;margin-left:8px;margin-right:8px;z-index:1;transition:all var(--m-duration-default, .25s) ease;pointer-events:auto;cursor:pointer;outline:none;box-shadow:none;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.m-slider-controls__button[disabled]{opacity:.5;pointer-events:none}.m-slider-controls__button:after{display:none}.m-slider-controls__button:hover{border-color:rgb(var(--color-button-hover))}.m-slider-controls__button.m\:hidden{display:none}@media screen and (min-width:1280px){.m-slider-controls__button:hover{background:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover));border-color:rgb(var(--color-button-hover));box-shadow:0 0 0 .2rem rgb(var(--color-button-hover))}}@media screen and (max-width:767px){.m-slider-controls__button{width:40px;height:40px}}.m-slider-controls--absolute{margin-top:0;font-size:0}.m-slider-controls--absolute .m-slider-controls__button{--button-offset-top: calc(var(--offset-top) + var(--swiper-container-offset-top,0px));position:absolute;top:var(--button-offset-top, 50%);transform:translateY(-50%);left:-80px}@media screen and (min-width:1024px){.m-slider-control-hover-inside .m-slider-controls--absolute .m-slider-controls__button{opacity:0}}.m-slider-controls--absolute .m-slider-controls__button-next{left:auto;right:-80px}@media screen and (min-width:768px){.m-slider-controls--absolute .m-slider-controls__button{margin-left:0;margin-right:0}.m-slider-controls--absolute .swiper-pagination{position:absolute;width:auto}.m-slider-controls--absolute[class*=-middle-] .swiper-pagination{top:50%;transform:translateY(-50%)}.m-slider-controls--absolute[class*=-top-] .swiper-pagination{top:0;bottom:auto}.m-slider-controls--absolute[class*=-left] .swiper-pagination{left:0;right:auto}.m-slider-controls--absolute[class*=-right] .swiper-pagination{right:0;left:auto}.m-slider-controls--absolute[class*=-bottom-] .swiper-pagination{position:relative}}@media screen and (max-width:767px){.m-slider-controls--absolute{text-align:center}.m-slider-controls--absolute .m-slider-controls__button{position:static;transform:none;display:flex;flex:0 0 auto}.m-slider-controls--absolute .swiper-pagination{width:auto}}.m-slider-controls[class*=-bottom-left]{text-align:left}.m-slider-controls[class*=-bottom-center]{text-align:center}.m-slider-controls[class*=-bottom-right]{text-align:right}.m-slider-controls--full .m-slider-controls__button{left:30px}.m-slider-controls--full .m-slider-controls__button-next{left:auto;right:30px}.m-slider-controls--pagination-fraction .m-slider-controls__wrapper{display:inline-flex;height:40px;border-radius:44px;border:1px solid rgb(var(--color-border));margin-left:0;margin-right:0;padding:0 5px}.m-slider-controls--pagination-fraction .m-slider-controls__button{border:0;color:rgb(var(--color-foreground));background-color:#0000;box-shadow:unset;width:30px;height:40px}.m-slider-controls--pagination-fraction .m-slider-controls--show-pagination:not(.m-slider-controls--show-nav) .swiper-pagination{min-width:80px}.m-slider-controls--pagination-fraction .swiper-pagination,.m-slider-controls--pagination-fraction .m-slider-controls__button{margin:0}.m-slider-controls--pagination-fraction .swiper-pagination{color:rgb(var(--color-foreground));min-width:34px}@media screen and (max-width:767px){.m-slider-controls{max-width:100vw;margin-top:20px}.m-slider-controls--md-hidden{display:none}}.m-section__header{margin-bottom:var(--m-section-header-spacing-bottom, 60px)}@media screen and (max-width:1279px){.m-section__header{margin-bottom:40px}}@media screen and (max-width:767px){.m-section__header{margin-bottom:var(--m-section-header-spacing-bottom-mobile, 24px)}}@media screen and (min-width:768px){.m-section__header-with-button{display:flex;align-items:center;justify-content:space-between}}@media screen and (max-width:767px){.m-section__header-with-button .m-button,.m-section__header-with-button .shopify-payment-button__button.shopify-payment-button__button--unbranded,.m-section__header-with-button .spr-button.spr-button-primary{margin-top:12px}}@media screen and (max-width:767px){.m-section__heading br{display:none}}.m-section__subheading{margin-bottom:20px;color:rgb(var(--color-foreground))}@media screen and (max-width:767px){.m-section__subheading{margin-bottom:12px}}.m-section__description{color:rgb(var(--color-foreground-secondary));font-size:calc(var(--font-base-size, 16)*1px);margin-top:16px}.m-section__button{margin-top:32px}@media screen and (max-width:767px){.m-section__button{margin-top:24px}}.m-image-box{position:relative;overflow:hidden}.m-content-box__description{color:rgb(var(--color-foreground-secondary))}.m-gradient{background:rgb(var(--color-background));background:var(--gradient-background)}.m-image-with-text__content{display:flex;align-items:center}.m-collapsible-section .m-collapsible--content__inner{color:rgb(var(--color-foreground));line-height:1.7;padding-top:20px;padding-bottom:40px}.m-product-recommendations__wrapper,.m-recently-viewed__wrapper{position:relative}.m-collection-list-template{margin-bottom:60px}@media screen and (min-width:1024px){.m-collection-list-template{margin-bottom:80px}}.m-drawer__wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;touch-action:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:var(--m-duration-default, .25s);background-color:rgba(0,0,0,var(--m-bg-opacity))}.m-drawer__content{z-index:50;margin-left:auto;background-color:rgb(var(--color-background));transform:translate3d(var(--m-translate-x, 100%),0,0);transition-duration:var(--m-duration-default, .25s);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media screen and (min-width:768px){.m-drawer__content{width:450px}}@media screen and (max-width:767px){.m-drawer__content{width:calc(100% - 40px)}}.m-drawer__header{padding:16px 24px}@media screen and (min-width:768px){.m-drawer__header{padding-top:24px}}@media screen and (max-width:767px){.m-drawer__header{padding:16px}}.m-drawer__body{overscroll-behavior:contain;padding:16px 24px}@media screen and (max-width:767px){.m-drawer__body{padding:16px}}.m-drawer__close{position:absolute;top:5px;right:5px;cursor:pointer;padding:8px}.m-wishlist-count,.m-compare-count{color:var(--color-cart-wishlist-count);font-size:12px;line-height:22px;font-weight:500;background-color:var(--bg-cart-wishlist-count);width:22px;height:22px;position:absolute;right:-4px;top:11px;display:flex;align-items:center;justify-content:center;border-radius:9999px;text-align:center}.m-mobile-sticky-bar--wishlist .m-wishlist-count,.m-mobile-sticky-bar--wishlist .m-compare-count{right:-18px;top:-7px}.m-wishlist-count.m\:hidden,.m-compare-count.m\:hidden{display:none}deferred-media{display:block}.deferred-media>*:not(.zoom):not(.deferred-media__poster-button),.deferred-media model-viewer{display:flex;max-width:100%;position:absolute;top:0;left:0;height:100%;width:100%;align-items:center}.deferred-media__poster{background-color:#0000;border:none;cursor:pointer;margin:0;padding:0;height:100%;width:100%;overflow:hidden}.deferred-media__poster-button{background-color:rgb(var(--color-button, #f5f5f5));border:.1rem solid rgb(var(--color-button, #ddd));border-radius:50%;color:rgb(var(--color-button-text, #000));display:flex;align-items:center;justify-content:center;height:4.4rem;width:4.4rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);transition:var(--m-duration-default, .25s) ease all;z-index:1}.deferred-media__poster-button.m\:text-white{color:rgba(var(--text-white),1);border-color:rgba(var(--text-white),1)}.deferred-media__poster-button.m\:text-black{color:rgba(var(--text-black),1);border-color:rgba(var(--text-black),1)}.deferred-media__poster-button svg{color:rgb(var(--color-button-text, #000));width:22px;height:22px}.deferred-media[loaded]>.deferred-media__poster{display:none}.shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster{background-color:#f5f5f5;border:.1rem solid #ddd;border-radius:50%;color:#000;display:flex;align-items:center;justify-content:center;height:64px;width:64px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);transition:var(--m-duration-default, .25s) ease all;z-index:1}.shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster svg{margin:0;width:46px;height:46px}.shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster[hidden]{display:none}.m-richtext>*+*{margin:var(--child-margin-top, 32px) 0 0}.m-richtext>*+*:is(.m-richtext__description){margin-top:var(--text-margin-top, 24px)}.m-richtext>*:first-child:is(.m-richtext__subtitle){margin-bottom:var(--subheading-margin-bottom, 20px)}.m-richtext>*:first-child:is(.m-richtext__subtitle)+*{margin-top:0}@media screen and (max-width:767px){.m-richtext{--child-margin-top: 24px;--text-margin-top: 12px;--subheading-margin-bottom: 12px}}@media screen and (min-width:1280px){.m-richtext--large{--child-margin-top: 40px;--text-margin-top: 32px;--subheading-margin-bottom: 24px}}@media screen and (max-width:767px){.m-richtext--large{--child-margin-top: 24px;--text-margin-top: 16px;--subheading-margin-bottom: 16px}}.m-richtext--small{--child-margin-top: 20px;--text-margin-top: 16px;--subheading-margin-bottom: 12px}@media screen and (max-width:767px){.m-richtext--small{--child-margin-top: 16px;--text-margin-top: 12px;--subheading-margin-bottom: 12px}}@media screen and (max-width:767px){.responsive-table thead{display:none}.responsive-table th,.responsive-table td{float:left;clear:left;width:100%;text-align:right;padding:10px 0;border:0;margin:0;color:rgb(var(--color-foreground-secondary))}.responsive-table th:before,.responsive-table td:before{content:attr(data-label);float:left;text-align:center;font-size:16px;padding-right:10px;font-weight:500;color:rgb(var(--color-foreground))}.responsive-table__row+.responsive-table__row,tfoot>.responsive-table__row:first-child{position:relative;margin-top:10px;padding-top:55px}.responsive-table__row+.responsive-table__row:after,tfoot>.responsive-table__row:first-child:after{content:"";display:block;position:absolute;top:0;left:27.5px;right:27.5px;border-bottom:1px solid rgb(var(--color-border))}tfoot .small-hide{display:none}}.m-parallax{pointer-events:none;overflow:hidden}.m-parallax *:is(img,svg){width:100%;height:100%;object-fit:cover}.m-media{position:relative}.m-media img,.m-media svg{top:0;right:0;bottom:0;left:0;position:absolute!important;object-fit:cover;width:100%;height:100%}.template-product{padding-bottom:var(--f-sticky-atc-bar-height, 0px)}.template-product #MainContent{padding-bottom:60px}.m-progress-bar{height:var(--progress-bar-size, 5px);border-radius:var(--progress-bar-radius, 3px);background-color:rgba(var(--color-foreground),.075);position:relative;overflow:hidden;display:block;color:var(--color-progress-bar)}.m-progress-bar:before{content:"";background-color:currentColor;border-radius:inherit;display:block;height:100%;width:var(--scale-x, 0%);transition:width .6s cubic-bezier(.7,0,.3,1) .1s}.quantity__rules{display:flex}.quantity__rules:empty{display:none}.quantity__rules .divider+.divider:before{content:"\2022";margin-inline:6px;font-size:36px;font-weight:var(--font-weight-body);line-height:10px;vertical-align:middle}.quantity__rules-cart .m-spinner-icon{justify-content:flex-start}.quantity__rules-cart.loading .m-spinner-icon{display:inline-flex}.quantity__rules-cart.loading .animate-spin{display:block}.quantity__rules-cart.loading>:not(.m-spinner-icon){opacity:0}.m-quantity-price-breaks{row-gap:16px;margin-bottom:24px}.m-quantity-price-breaks__wrapper{row-gap:8px}.m-quantity-price-breaks__input .m-product-option--label{justify-content:flex-start;column-gap:6px}.animate-spin{animation:mSpin 1s linear infinite;display:none}.animate-spin.animate-spin-show{display:block}.animate-spin circle{opacity:.25}.animate-spin path{opacity:.75}.m-animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.m-spinner-icon{display:none;position:absolute;top:0;right:0;left:0;bottom:0;align-items:center;justify-content:center}.m-spinner-loading .m-spinner-button,.m-spinner-loading.m-spinner-button{position:relative;pointer-events:none}.m-spinner-loading .m-spinner-button>*:not(.m-spinner-icon),.m-spinner-loading.m-spinner-button>*:not(.m-spinner-icon){visibility:hidden}.m-spinner-loading .m-spinner-button .m-spinner-icon,.m-spinner-loading.m-spinner-button .m-spinner-icon{display:flex}.m-spinner-loading .m-spinner-button .animate-spin,.m-spinner-loading.m-spinner-button .animate-spin{display:block}@media(prefers-reduced-motion:no-preference){.m-scroll-trigger.animate--fade-in,.m-scroll-trigger.animate--fade-in-up,.m-scroll-trigger.animate--fade-in-left,.m-scroll-trigger.animate--fade-in-right,.m-scroll-trigger.animate--zoom-fade{opacity:.01;transition-property:opacity,transform}.m-scroll-trigger.animate--fade-in-up{transform:translateY(20px)}.m-scroll-trigger.animate--fade-in-left{transform:translate(-20px)}.m-scroll-trigger.animate--fade-in-right{transform:translate(20px)}.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--zoom-fade{opacity:1;transform:translateZ(0)}.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--zoom-fade .m-image,.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--zoom-fade .m-placeholder-svg{animation:var(--m-animation-zoom-fade)}.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in{opacity:1;animation:var(--m-animation-fade-in)}.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-up{animation:var(--m-animation-fade-in-up);animation-delay:calc(var(--animation-order)*75ms)}.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-left{animation:var(--m-animation-fade-in-left);animation-delay:calc(var(--animation-order)*75ms)}[dir=rtl] .m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-left{animation:var(--m-animation-fade-in-right-rtl)}.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-right{animation:var(--m-animation-fade-in-right);animation-delay:calc(var(--animation-order)*75ms)}[dir=rtl] .m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-right{animation:var(--m-animation-fade-in-left-rtl)}.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in,.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in-up,.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in-left,.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in-right,.m-scroll-trigger:not(.m-scroll-trigger--offscreen).m-scroll-trigger--cancel{opacity:1;animation:none;transition:none}@keyframes m-fade-in-left{0%{transform:translate(var(--m-translate, -20px));opacity:.01}to{transform:translate(0);opacity:1}}@keyframes m-fade-in-right{0%{transform:translate(var(--m-translate, 20px));opacity:.01}to{transform:translate(0);opacity:1}}@keyframes m-fade-in-left-rtl{0%{transform:translate(var(--m-translate, 20px));opacity:.01}to{transform:translate(0);opacity:1}}@keyframes m-fade-in-right-rtl{0%{transform:translate(var(--m-translate, -20px));opacity:.01}to{transform:translate(0);opacity:1}}@keyframes m-fade-in-up{0%{transform:translateY(var(--m-translate, 20px));opacity:.01}to{transform:translateY(0);opacity:1}}@keyframes m-fade-in{0%{opacity:.01}to{opacity:1}}@keyframes m-zoom-fade{0%{opacity:0;transform:scale(1.08)}50%{opacity:1}to{opacity:1;transform:scale(1)}}}@keyframes mSpin{to{transform:rotate(360deg)}}@keyframes shimmer{to{transform:translate(100%)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:hidden;opacity:0}to{transform:translateZ(0);visibility:visible;opacity:1}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:hidden;opacity:0}to{transform:translateZ(0);visibility:visible;opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes rise-up{0%{opacity:0;transform:translate3d(0,35px,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes moPopUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translate(0)}}@keyframes moPopUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes moLeftToRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes moLeftToRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes portSliderLine{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes mZoomFadeSmall{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes scrollText{0%{transform:translateZ(0)}to{transform:translate3d(-30%,0,0)}}@keyframes sf-scrolling-text-animation{0%{transform:translate(-20%) translateZ(0)}to{transform:translate(-120%) translateZ(0)}}@keyframes sf-scrolling-text-animation-reverse{0%{transform:translate(20%) translateZ(0)}to{transform:translate(120%) translateZ(0)}}@keyframes recipientAnimate{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes m-ping{75%,to{transform:scale(2);opacity:0}}@keyframes menu_slide_reveal{0%{transform:rotateX(-15deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes menu_slide_in{0%{transform:translate3d(var(--m-slide-from-val, 0),0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes menu_slide_out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(var(--m-slide-to-val, 0),0,0);opacity:0}}@keyframes mMoveUpDown{0%{transform:translateY(8px)}to{transform:translateY(-8px)}}@keyframes mMoveUpDownReverse{0%{transform:translateY(-8px)}to{transform:translateY(8px)}}@keyframes dotScale{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(var(--m-scale, 2.5))}}.m-tooltip{border-radius:9999px;cursor:pointer;background-color:rgba(var(--bg-white),1);position:relative;margin-bottom:8px;padding:5px}.m-tooltip--style-2{margin-bottom:0;background-color:#0000}.m-tooltip--style-2 .m-tooltip-icon--active{display:none}.m-tooltip--style-1{width:45px;height:45px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all var(--m-duration-default, .25s) ease;color:rgba(var(--text-black),1)}.m-tooltip--style-1.m-tooltip--top .m-tooltip__content{bottom:calc(120% + 8px)}.m-tooltip--style-1.m-tooltip--left .m-tooltip__content{right:calc(120% + 8px)}.m-tooltip--style-1.m-tooltip--bottom .m-tooltip__content{top:calc(120% + 8px)}.m-tooltip--style-1.m-tooltip--right .m-tooltip__content{left:calc(120% + 8px)}@media screen and (min-width:1280px){.m-tooltip--style-1:hover{background:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover));border-color:rgb(var(--color-button-hover))!important}}.m-tooltip--top .m-tooltip__content{bottom:110%;left:50%;transform:translate(-50%)}.m-tooltip--top .m-tooltip__content:after{left:calc(50% - 5px);bottom:-3px}.m-tooltip--top .m-tooltip__content:before{width:100%;height:8px;left:0;top:100%}.m-tooltip--left .m-tooltip__content{right:110%;top:50%;transform:translateY(-50%)}.m-tooltip--left .m-tooltip__content:after{right:-3px;top:calc(50% - 5px)}.m-tooltip--left .m-tooltip__content:before{height:100%;width:8px;top:0;right:100%}.m-tooltip--right .m-tooltip__content{left:110%;top:50%;transform:translateY(-50%)}.m-tooltip--right .m-tooltip__content:after{left:-3px;top:calc(50% - 5px)}.m-tooltip--right .m-tooltip__content:before{height:100%;width:8px;top:0;left:100%}.m-tooltip--bottom .m-tooltip__content{top:110%;left:50%;transform:translate(-50%)}.m-tooltip--bottom .m-tooltip__content:after{left:calc(50% - 5px);top:-3px}.m-tooltip--bottom .m-tooltip__content:before{width:100%;height:8px;left:0;bottom:100%}.m-tooltip__content{visibility:hidden;position:absolute;z-index:75;min-width:max-content;border-radius:.25rem;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:var(--m-duration-default, .25s);display:none;background:rgb(var(--color-tooltip));color:rgb(var(--color-tooltip-text))!important}.m-tooltip__content:after{content:"";width:10px;height:10px;background:rgb(var(--color-tooltip));position:absolute;transform:rotate(45deg);z-index:-1}.m-tooltip__content:before{position:absolute;content:"";background:#0000}@media screen and (min-width:1024px){.m-tooltip__content{display:block}}.m-tooltip--icon{color:#000}.m-tooltip:hover .m-tooltip__content{visibility:visible;opacity:1}.m-tooltip:hover.m-tooltip--style-1.m-tooltip--top .m-tooltip__content{bottom:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--style-1.m-tooltip--left .m-tooltip__content{right:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--style-1.m-tooltip--bottom .m-tooltip__content{top:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--style-1.m-tooltip--right .m-tooltip__content{left:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--bottom .m-tooltip__content{top:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--top .m-tooltip__content{bottom:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--left .m-tooltip__content{right:calc(100% + 8px)}.m-tooltip:hover.m-tooltip--right .m-tooltip__content{left:calc(100% + 8px)}.added-to-wishlist.m-tooltip--style-2 .m-tooltip-icon--active,.added-to-compare.m-tooltip--style-2 .m-tooltip-icon--active{display:block}.added-to-wishlist.m-tooltip--style-2 .m-tooltip-icon,.added-to-compare.m-tooltip--style-2 .m-tooltip-icon{display:none}.added-to-wishlist:not(.in-prod-page,.m-tooltip--style-2),.added-to-compare:not(.in-prod-page,.m-tooltip--style-2){background-color:rgb(var(--color-tooltip));color:rgb(var(--color-tooltip-text))}.added-to-wishlist.in-prod-page,.added-to-compare.in-prod-page{color:rgb(var(--color-success))}.added-to-wishlist .icon,.added-to-compare .icon{background-color:rgba(var(--bg-black),1);color:rgba(var(--text-white),1)}@media screen and (max-width:767px){.m-wishlist-remove-button{position:absolute;top:5px;right:15px;z-index:10}}.m-mixed-layout{margin-left:max(-15px,var(--column-gap-mobile, var(--column-gap))/-2);margin-right:max(-15px,var(--column-gap-mobile, var(--column-gap))/-2)}@media screen and (min-width:768px){.m-mixed-layout{margin-left:min(-7.5px,var(--column-gap-mobile, var(--column-gap))/-2);margin-right:min(-7.5px,var(--column-gap-mobile, var(--column-gap))/-2)}}@media screen and (min-width:1024px){.m-mixed-layout{margin-left:calc(var(--column-gap, 0)/-2);margin-right:calc(var(--column-gap, 0)/-2)}}.m-mixed-layout__inner{margin-left:0;margin-right:0}@media screen and (max-width:767px){.m-mixed-layout--mobile-grid .m-mixed-layout__inner{width:100%;display:grid;grid-template-columns:repeat(var(--grid-columns-mobile, 2),minmax(0,1fr))}.m-mixed-layout--mobile-grid .m-mixed-layout__inner .m\:column{width:100%;min-width:auto}.m-mixed-layout--mobile-1-cols{--grid-columns-mobile: 1}.m-mixed-layout--mobile-2-cols{--mobile-column-width: 40vw}.m-mixed-layout--mobile-scroll{--page-padding: 15px;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scroll-behavior:smooth;padding-inline:var(--page-padding);margin-inline:calc(var(--page-padding)*-1);scroll-padding-inline:var(--page-padding);scrollbar-width:none;display:grid!important;margin-right:-15px;margin-left:-15px;padding-left:15px}.m-mixed-layout--mobile-scroll .m-mixed-layout__inner{--slider-grid: auto / auto-flow var(--mobile-column-width, 66vw);display:grid;grid:var(--slider-grid);column-gap:var(--column-gap-mobile, var(--column-gap));margin-inline:0!important}.m-mixed-layout--mobile-scroll .m-mixed-layout__inner>*{scroll-snap-align:start;padding-inline:0!important;width:100%}.m-mixed-layout--mobile-scroll::-webkit-scrollbar{display:none}}.m-accordion--item-button{cursor:pointer;position:relative;font-weight:500;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.m-accordion--item-button.m-according{pointer-events:none}.m-accordion--item-icon{transition:transform var(--m-duration-default, .25s) ease}.m-accordion--item-content{transition:opacity var(--m-duration-short, .1s),max-height var(--duration, .3s);transition-timing-function:cubic-bezier(.4,0,.2,1);max-height:var(--content-max-height, 0);opacity:0}.m-accordion--item.open .m-accordion--item-icon{transform:rotateX(180deg)}.m-accordion--item.open .m-accordion--item-content{max-height:var(--content-max-height, auto)}.m-accordion--item.open .m-accordion--item-content.max-height-set{max-height:var(--content-max-height, 0)}.m-accordion--item:not(.order-first):last-child{margin-bottom:0}.notification{cursor:pointer;border-radius:4px;display:flex;align-items:center;transition-timing-function:cubic-bezier(.4,0,.2,1);opacity:0;padding:0 .75rem;max-height:0px;margin:10px 0}.notification svg{min-width:24px}.notification.show{transition:max-height var(--m-duration-default, .25s),padding var(--m-duration-default, .25s),opacity var(--m-duration-default, .25s) .2s;max-height:96px;padding:.5rem .75rem;opacity:1}.notification.hide{transition:max-height var(--m-duration-default, .25s) .2s,padding var(--m-duration-default, .25s) .2s,opacity var(--m-duration-default, .25s);opacity:0;padding:0 .75rem;max-height:0px}.notification.success{background-color:var(--color-success-bg);color:rgb(var(--color-success))}.notification.warning{background-color:var(--color-warning-bg);color:rgb(var(--color-warning))}.notification.error{background-color:var(--color-error-bg);color:rgb(var(--color-error))}.notification--sticky{position:fixed;top:12px;right:12px;z-index:999;max-height:100%!important;padding:7.5px 10px!important;opacity:1!important;margin:0!important;transition:var(--m-duration-default, .25s) all ease-in-out!important;transform:translate3d(calc(100% + 12px),0,0)!important}.notification--sticky.show{transform:translateZ(0)!important}.notification--error-message,.notification__text{margin-left:12px}.template-page .m-faqs-section:not(:first-of-type) .m-page-header{display:none}.template-page #MainContent{padding-bottom:80px}@media screen and (max-width:1279px){.template-page #MainContent{padding-bottom:60px}}@media screen and (max-width:767px){.template-page #MainContent{padding-bottom:48px}}.m-page-header{padding-top:30px;padding-bottom:30px}.m-page-header h1{font-size:26px;line-height:1.333}.m-page-header__description{color:rgb(var(--color-foreground-secondary));margin-top:8px}.m-page-header .m-breadcrumb{margin-top:8px}.m-page-header--template-order h1{margin-bottom:8px}.m-page-header--large .m-breadcrumb--item{padding-top:0;padding-bottom:0}.m-page-header--large .m-breadcrumb--separator{padding-top:10px;padding-bottom:10px}@media screen and (min-width:1024px){.m-page-header{padding-top:60px;padding-bottom:60px}.m-page-header h1{font-size:36px}.m-page-header--large h1{font-size:42px}}.m-wishlist-page-content,.m-compare-page-content{--row-gap: 40px;--row-gap-mobile: 40px;--column-gap: 30px;--column-gap-mobile: 16px}.m-wishlist-page-content__wrapper,.m-compare-page-content__wrapper{opacity:0}.m-wishlist-page-content__wrapper.is-visible,.m-compare-page-content__wrapper.is-visible{opacity:1}.m-compare-no-products h3,.m-wishlist-no-products h3{font-size:20px;line-height:1.4;text-align:center}.m-wishlist-card{position:relative}.m-wishlist-card__remove{position:absolute;top:13px;right:13px}.m-info-box h3{font-size:18px;line-height:1.444;font-weight:500;margin-bottom:14px}.m-info-box__content{color:rgb(var(--color-foreground-secondary))}.m-contact-form{--column-gap: 30px;--column-gap-mobile: 16px;margin-top:60px;margin-bottom:60px}@media screen and (max-width:767px){.m-contact-form{margin-top:40px;margin-bottom:40px}}.m-contact-form .m-row{display:flex;flex-wrap:wrap}@media screen and (max-width:1279px){.m-contact-form .m-row{flex-wrap:wrap-reverse}}.m-contact-form .form-field form-field--input{vertical-align:middle}.m-contact-form__heading{font-size:24px;line-height:1.333;font-weight:500;margin-bottom:10px}.m-contact-form__description{color:rgb(var(--color-foreground-secondary));margin-bottom:40px}@media screen and (max-width:1023px){.m-contact-form__description{margin-bottom:24px}}.m-contact-form__message{margin-bottom:20px;margin-top:calc(var(--column-gap))}@media screen and (max-width:1023px){.m-contact-form__message{margin-top:var(--column-gap-mobile)}}.m-contact-form__save{display:flex;align-items:start;margin-bottom:30px}.m-contact-form__save input{width:14px;height:14px}.m-contact-form__main{margin-left:auto;margin-right:auto}@media screen and (min-width:1280px){.m-contact-form__main{padding-right:100px}.m-contact-form__main--full{padding-right:0}}.m-contact-form__info{--column-gap: 30px;margin-bottom:10px}@media screen and (min-width:1280px){.m-contact-form__info{--column-gap: 0;flex-direction:column}}@media screen and (max-width:767px){.m-contact-form__info{flex-direction:column}}.m-contact-form .m-info-box{margin-bottom:30px}.m-contact-information{margin-top:50px;margin-bottom:50px}.m-contact-information .m-row{--column-gap: 60px}@media screen and (max-width:1023px){.m-contact-information .m-row{--column-gap: 30px}}@media screen and (max-width:767px){.m-contact-information .m-row{--column-gap: 0;--row-gap-mobile: 30px;flex-direction:column}}.m-contact-information h3{margin-bottom:10px}.m-contact-information__text{color:rgb(var(--color-foreground-secondary))}.m-faqs-section .m-row{display:flex;flex-direction:column-reverse}@media screen and (min-width:1024px){.m-faqs-section .m-row{flex-direction:row}}.m-faqs-section__menu{margin-top:40px}@media screen and (min-width:1024px){.m-faqs-section__menu{padding-right:60px;margin-top:0}}@media screen and (min-width:1280px){.m-faqs-section__menu{padding-right:100px}}.m-faqs-section__block-content{margin-top:40px;margin-bottom:40px}.m-faqs-section__block-content:last-child{margin-bottom:0}.m-faqs-section__block-content:first-child{margin-top:0}.m-faqs-section .m-collapsible--button{font-size:18px;line-height:1.555;padding-top:16px;padding-bottom:16px}.m-faqs-section .m-collapsible--content{color:rgb(var(--color-foreground-secondary));transition:all var(--m-duration-default, .25s)}.m-page404{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:130px;padding-bottom:130px}@media screen and (min-width:1024px){.m-page404{padding-top:200px;padding-bottom:200px}}.m-page404__icon{margin-bottom:16px}.m-page404__icon svg{width:64px;height:64px}.m-page404 h1{font-size:30px;font-weight:500;line-height:1.25}@media screen and (min-width:1024px){.m-page404 h1{font-size:60px}}.m-page404 p{font-size:30px;font-weight:300;line-height:1.25;margin-bottom:32px}@media screen and (min-width:1024px){.m-page404 p{font-size:60px}}.m-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.m-pagination>span{width:40px;height:40px;margin:0 4px;display:flex;align-items:center;justify-content:center}.m-pagination>span>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.m-pagination>span:not(.deco){border-radius:999px}.m-pagination>span:not(.deco).current,.m-pagination>span:not(.deco):hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.m-pagination>span:not(.deco).current{width:44px;height:44px}.m-dot-circle .m-dot,.m-dot-circle .swiper-pagination-bullet,.swiper-pagination .m-dot,.swiper-pagination .swiper-pagination-bullet{pointer-events:all;opacity:1;position:relative;cursor:pointer;width:var(--swiper-bullet-size, 20px);height:var(--swiper-bullet-size, 20px);margin:5px;display:inline-block;color:var(--swiper-controls-color, --color-body-text)}.m-dot-circle .m-dot:before,.m-dot-circle .m-dot:after,.m-dot-circle .swiper-pagination-bullet:before,.m-dot-circle .swiper-pagination-bullet:after,.swiper-pagination .m-dot:before,.swiper-pagination .m-dot:after,.swiper-pagination .swiper-pagination-bullet:before,.swiper-pagination .swiper-pagination-bullet:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:100%;width:var(--swiper-bullet-inactive-size, 8px);height:var(--swiper-bullet-inactive-size, 8px);z-index:1;-webkit-transition:all var(--m-duration-default, .25s) cubic-bezier(.645,.045,.355,1);transition:all var(--m-duration-default, .25s) cubic-bezier(.645,.045,.355,1)}.m-dot-circle .m-dot:after,.m-dot-circle .swiper-pagination-bullet:after,.swiper-pagination .m-dot:after,.swiper-pagination .swiper-pagination-bullet:after{border:var(--swiper-bullet-border-size, 1px) solid rgba(0,0,0,0);border-radius:50%}.m-dot-circle .m-dot:before,.m-dot-circle .swiper-pagination-bullet:before,.swiper-pagination .m-dot:before,.swiper-pagination .swiper-pagination-bullet:before{background:currentColor}.m-dot-circle .m-dot:hover:before,.m-dot-circle .swiper-pagination-bullet:hover:before,.swiper-pagination .m-dot:hover:before,.swiper-pagination .swiper-pagination-bullet:hover:before{width:var(--swiper-bullet-hover-size, 10px);height:var(--swiper-bullet-hover-size, 10px)}.m-dot-circle .m-dot--active:before,.m-dot-circle .m-dot-active:before,.m-dot-circle .swiper-pagination-bullet--active:before,.m-dot-circle .swiper-pagination-bullet-active:before,.swiper-pagination .m-dot--active:before,.swiper-pagination .m-dot-active:before,.swiper-pagination .swiper-pagination-bullet--active:before,.swiper-pagination .swiper-pagination-bullet-active:before{opacity:0}.m-dot-circle .m-dot--active:after,.m-dot-circle .m-dot-active:after,.m-dot-circle .swiper-pagination-bullet--active:after,.m-dot-circle .swiper-pagination-bullet-active:after,.swiper-pagination .m-dot--active:after,.swiper-pagination .m-dot-active:after,.swiper-pagination .swiper-pagination-bullet--active:after,.swiper-pagination .swiper-pagination-bullet-active:after{border-color:currentColor;width:var(--swiper-bullet-active-size, 14px);height:var(--swiper-bullet-active-size, 14px)}.sf__hover-bg-scale-up .sf__hover-bg-effect{backface-visibility:hidden;transition:transform var(--m-duration-image) cubic-bezier(.15,.75,.5,1) 0s}@media screen and (min-width:1280px){.sf__hover-bg-scale-up:hover .sf__hover-bg-effect{transform:scale(1.1) translateZ(0)}}@media screen and (min-width:1280px){.m-hover-box{overflow:hidden}.m-hover-box__wrapper{width:100%;border-radius:inherit;overflow:hidden}.m-hover-box--scale-down .m-hover-box__wrapper,.m-hover-box--scale-down .m-image,.m-hover-box--scale-down svg{transition:transform var(--m-duration-image) cubic-bezier(.15,.75,.5,1) 0s;backface-visibility:hidden;transform:scale(1) translateZ(0)}.m-hover-box--scale-down:hover .m-hover-box__wrapper{transform:scale(.95) translateZ(0)}.m-hover-box--scale-down:hover .m-image,.m-hover-box--scale-down:hover svg{transform:scale(1.15) translateZ(0)}.m-hover-box--scale-up{will-change:transform}.m-hover-box--scale-up .m-image,.m-hover-box--scale-up svg{transition:transform var(--m-duration-image) cubic-bezier(.15,.75,.5,1) 0s;backface-visibility:hidden}.m-hover-box--scale-up:hover .m-image,.m-hover-box--scale-up:hover svg{transform:scale(1.08) translateZ(0)}.m-hover-box--scale-up.m-collection-card__inner{overflow:visible}.m-hover-box--scale-up.m-collection-card__inner .m-image,.m-hover-box--scale-up.m-collection-card__inner svg{transition:transform var(--m-duration-image) cubic-bezier(.15,.75,.5,1) 0s;transform:scale(1.13) translateZ(0);backface-visibility:hidden}.m-hover-box--scale-up.m-collection-card__inner .m-hover-box__wrapper{transition:transform var(--m-duration-image) cubic-bezier(.15,.75,.5,1) 0s;backface-visibility:hidden}.m-hover-box--scale-up.m-collection-card__inner .m-collection-card__image{overflow:visible}.m-hover-box--scale-up.m-collection-card__inner:hover .m-hover-box__wrapper{transform:scale(1.08) translateZ(0)}.m-hover-box--scale-up.m-collection-card__inner:hover .m-image,.m-hover-box--scale-up.m-collection-card__inner:hover svg{transform:scale(1) translateZ(0)}.m-hover-box--zoom-in .m-image,.m-hover-box--zoom-in svg{transform:scale(1.06);transform-origin:top right;will-change:transform;transition:transform var(--m-duration-image) ease}.m-hover-box--zoom-in:hover .m-image,.m-hover-box--zoom-in:hover svg{transform:scale(1)}}.m-product-quickview .m-product-info--wrapper{padding-block-start:20px;padding-inline:30px}.m-product-quickview .m-product-info--wrapper .main-product__block-buy_buttons{padding-bottom:25px}@media screen and (max-width:767px){.m-product-quickview .m-product-info--wrapper{padding-inline:15px}}.m-product-quickview--media .m-product-media--slider__images{margin-bottom:0}.m-product-quickview--info{overflow-y:auto;height:100%}@media screen and (min-width:768px){.m-product-quickview--info{position:absolute;top:0;right:0}}.m-product-quickview--viewmore{text-decoration:underline;margin-top:8px}.m-product-quickview--viewmore:hover{color:rgb(var(--color-foreground-secondary))}@media screen and (max-width:767px){.m-product-quickview .m-main-product--wrapper{flex-direction:column}}.m-product-option .option-label--selected{font-weight:400}.m-product-option .foxkit-sizechart-button--label{margin-left:8px}.m-product-option input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.m-product-option--label{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;line-height:24px;margin-bottom:12px;font-weight:500}.m-product-option--color .m-product-option--content{margin:0 -2px}.m-product-option--image .m-product-option--content,.m-product-option--button .m-product-option--content,.m-product-option--default .m-product-option--content{margin:0 -5px}.m-product-option--swatch_dropdown select,.m-product-option--dropdown select{height:44px;border:1px solid rgb(var(--color-border));border-radius:4px;padding:0 40px 0 16px;cursor:pointer;width:100%}.m-product-option--button .m-product-option--node input:checked+label,.m-product-option--button .m-product-option--node__label[data-selected=true]{border-color:rgb(var(--color-button-hover));background-color:rgb(var(--color-button-hover));color:rgb(var(--color-button-text-hover))}.m-product-option--button .m-product-option--node__label{border:1px solid rgb(var(--color-border));min-width:35px;padding:10px;margin:5px;font-size:18px;border-radius:5px;transition:var(--m-duration-default, .25s) all;text-transform:capitalize;line-height:1.3;font-size:14px}variant-picker .m-product-option--button .m-product-option--node__label{font-size:var(--font-base-size);min-width:45px}.m-product-option--button .m-product-option--node__label:hover{border-color:rgb(var(--color-button-hover))}.m-product-option--image .m-product-option--node input:checked+label,.m-product-option--image .m-product-option--node__label[data-selected=true]{border-color:rgb(var(--color-button-hover))}.m-product-option--image .m-product-option--node__label{border:1px solid rgb(var(--color-border))}.m-product-option--image .m-product-option--node__label:hover{border-color:rgb(var(--color-button-hover))}.m-product-option--node__label{display:flex;align-items:center;justify-content:center;cursor:pointer}.m-product-option--node__label[data-option-type=default],.m-product-option--node__label[data-option-type=image].has-bg-img,.m-product-option--node__label[data-option-type=color]{font-size:0;line-height:0;background-size:cover;background-position:center}.m-product-option--node__label[data-option-type=image]{min-width:40px;height:calc(40px/var(--option-aspect-ratio, 1));margin:5px;padding:5px 10px}variant-picker .m-product-option--node__label[data-option-type=image]{width:75px;height:calc(75px/var(--option-aspect-ratio, 1))}@media screen and (max-width:639px){variant-picker .m-product-option--node__label[data-option-type=image]{width:45px;height:calc(45px/var(--option-aspect-ratio, 1))}}@media screen and (max-width:639px){.m-product-option--node__label[data-option-type=image]{width:60px;height:calc(60px/var(--option-aspect-ratio, 1))}}.m-product-option--node__label.option-loading{position:relative;overflow:hidden;background-color:#f8f8f8!important}.m-product-option--node__label.option-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite}.m-product-option--node__unavailable .m-product-option--node__label{position:relative;opacity:.4}.m-product-option--node__unavailable .m-product-option--node__label:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--color-border)) 50%,transparent calc(50% + 1px)) no-repeat;z-index:1}.m-product-option--node__unavailable .m-product-option--node__label[data-option-type=color]:before{border-radius:50%}.m-product-option--node.m-tooltip{padding:0;margin:0;background-color:#0000}.m-product-option--swatch{display:flex;align-items:center;justify-content:center}.m-product-option--swatch .m-product-option--node__label{border-radius:50%;position:relative;width:26px;height:26px;box-shadow:0 0 0 1px rgba(var(--color-foreground),.1);transition:box-shadow var(--m-duration-default, .25s) ease,transform var(--m-duration-default, .25s) ease;margin:5px;background-color:#0000}variant-picker .m-product-option--swatch .m-product-option--node__label[data-option-type=color],variant-picker .m-product-option--swatch .m-product-option--node__label[data-option-type=swatch_color]{width:40px;height:40px}.m-product-option--swatch .m-product-option--node__label[data-option-type=swatch_color]{background:var(--swatch-background);background-position:var(--swatch-focal-point, 50%);background-size:cover}@media screen and (max-width:767px){.m-product-option--swatch .m-product-option--node__label{width:24px;height:24px}}.m-product-option--swatch input:checked+label,.m-product-option--swatch .m-product-option--node__label[data-selected=true]{box-shadow:0 0 0 1px rgb(var(--color-foreground)),inset 0 0 0 4px rgb(var(--color-background))}@media screen and (min-width:1280px){.m-product-option--swatch:hover .m-product-option--node__label{box-shadow:0 0 0 1px rgb(var(--color-foreground)),0 8px 20px rgba(var(--color-foreground),.2),inset 0 0 0 4px rgb(var(--color-background));-webkit-transform:scale(1.1);transform:scale(1.1)}}.m-product-option--unselect{position:relative;display:block}.m-product-option--unselect:after{position:absolute;content:"";top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);z-index:-1;border:1px solid rgb(var(--color-error));background:rgba(var(--color-error),.045);border-radius:var(--btn-border-radius)}.m-product-option:not(:last-child){margin-bottom:20px}.m-product-tag{font-size:11px;text-transform:uppercase;line-height:16px;padding:2px 10px;font-weight:600;border-radius:11px;align-items:center}.m-product-tag:not(.hidden){display:inline-flex}.m-product-tag--discounted span{margin-left:5px}.m-product-tag--preorder .foxkit-preorder-badge{position:static;padding:0;background:#0000;font-weight:500;font-size:inherit;border-radius:11px}.m-product-tag--preorder .foxkit-preorder-badge:not(:first-child){display:none}.m-product-tag--soldout{width:54px;height:54px;font-size:10px;border-radius:50%;line-height:12px;align-items:center;justify-content:center;text-align:center;white-space:initial;padding:0 10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767px){.m-product-tag{font-size:10px;padding:2px 8px}}.m-topbar{--m-topbar-height: 40px;font-size:15px;height:var(--m-topbar-height);max-height:var(--m-topbar-height);padding-top:14px;padding-bottom:14px;white-space:nowrap;z-index:99;transition:background var(--m-duration-short, .1s);position:relative;display:none}.m-topbar--show-divider{border-bottom:1px solid rgb(var(--color-border))}.m-topbar.transparent-on-top{position:relative}.template-index .m-topbar.transparent-on-top{color:rgb(var(--header-transparent-text-color, #fff))}.m-topbar__right{column-gap:30px}.m-topbar__inner{cursor:pointer;column-gap:32px}.m-topbar__link{display:flex;align-items:center;padding-left:16px;padding-right:16px;transition:color var(--m-duration-default, .25s)}.m-topbar__link span{margin-left:8px}.m-topbar__link:hover{color:rgb(var(--color-foreground))}.m-topbar .m-switcher-dropdown form{padding:0}.m-topbar .social-media-links a{transition:color var(--m-duration-default, .25s)}.m-topbar .social-media-links a:hover{color:rgb(var(--color-foreground))}@media screen and (min-width:1024px){.m-topbar{display:flex;align-items:center}}.m-search .m-page-header__title{margin-bottom:24px}@media screen and (max-width:767px){.m-search .m-page-header__title{margin-bottom:16px}}@media screen and (max-width:639px){.m-search .m-page-header{padding-bottom:0}}.m-search .m-search-result.m-search-show-filter{margin-top:24px}@media screen and (max-width:639px){.m-search .m-search-result.m-search-show-filter{margin-top:12px}}.m-search--form{position:relative;width:60%}.m-search--form-button{position:absolute;top:0;right:0;height:100%;width:40px;display:flex;align-items:center;justify-content:center}.m-search--form-input{padding-right:40px}@media screen and (max-width:1023px){.m-search--form{width:80%}}@media screen and (max-width:767px){.m-search--form{width:100%}}.m-search--empty{padding:64px 0;text-align:center}.m-search--empty a{position:relative;color:rgb(var(--color-foreground-secondary))}.m-search--empty a:after{content:"";position:absolute;bottom:0;width:100%;height:1px;left:0;background:rgb(var(--color-foreground-secondary));transition:all var(--m-duration-default, .25s) ease}.m-search--empty a:hover{color:rgb(var(--color-foreground))}.m-search--empty a:hover:after{width:0;background:rgb(var(--color-foreground))}.m-search-popup{--m-bg-opacity: .6;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;background-color:rgba(0,0,0,var(--m-bg-opacity));z-index:100;height:100%;overscroll-behavior:contain;transition-duration:var(--m-duration-default, .25s);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-search-popup--wrapper{--m-translate-y: -50%;--m-durations: var(--m-duration-default, .25s);position:relative;z-index:10;min-height:100%;padding:16px 0;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);background-color:rgb(var(--color-background));transition-duration:var(--m-durations)}@media screen and (min-width:768px){.m-search-popup--wrapper{padding:32px 0;transform:translate3d(0,var(--m-translate-y),0);min-height:0}.m-search-popup--wrapper.m-show-search{transform:translateZ(0)}}.m-search-popup--header{margin-bottom:8px}.m-search-popup--header h3{font-weight:500}.m-search-popup--header [data-close-search]{padding:8px;color:rgb(var(--color-foreground))}.m-search-popup .m-logo{justify-content:flex-start;padding-left:0;padding-right:0}@media screen and (max-width:767px){.m-search-popup .m-logo{display:none}}.m-search-popup .m-logo__image{padding:0}.m-search-popup .m-logo__image-transparent{display:none}.m-search-popup .m-cart-count-bubble{right:-4px}.m-search-popup__search-form{position:relative;width:100%}@media screen and (min-width:768px){.m-search-popup__search-form{margin:0 50px}}@media screen and (min-width:1536px){.m-search-popup__search-form{margin:0 100px}}.m-search-popup__result{position:absolute;top:calc(100% + 5px);width:100%;overflow-y:auto;background:rgb(var(--color-background));max-height:var(--search-result-max-height);border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius);left:50%;transform:translate(-50%)}@media screen and (max-width:1279px){.m-search-popup__result{width:120%}}@media screen and (max-width:1023px){.m-search-popup__result{width:90vw}}@media screen and (max-width:767px){.m-search-popup__result{top:100%;width:calc(100% + 30px);border:none}}.m-search-form{height:46px;position:relative;border-radius:6px}.m-search-form--button{position:absolute;padding:12px 14px;top:1px;right:0}.m-search-form--spinner{position:absolute;visibility:hidden;top:0;right:0;padding:10px 12px}.m-search-form--clear{position:absolute;visibility:hidden;cursor:pointer;color:rgb(var(--color-foreground-secondary));padding:14px;top:0;right:32px}.m-search-form--clear:hover{color:rgb(var(--color-foreground))}.m-search-popular{margin-top:12px}.m-search-popular--label{margin-right:16px;color:rgb(var(--color-foreground-secondary))}.m-search-popular--item{cursor:pointer;text-decoration:underline;margin-right:16px;white-space:nowrap}.m-search-popular--item:hover{color:rgb(var(--color-foreground-secondary))}.m-search-count-result{width:100%;border-top:1px solid rgb(var(--color-border));padding:15px;color:rgb(var(--color-foreground-secondary));align-items:center}.m-search-count-result [data-more-result-icon]{margin-left:12px;transition:all var(--m-duration-default) ease}.m-search-count-result [data-query]{color:rgb(var(--color-foreground))}.m-search-count-result:hover{text-decoration:underline}.m-search-count-result:hover [data-more-result-icon]{transform:translate(5px)}.m-search-count-result:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}@media screen and (min-width:1280px){.m-search-count-result{padding:15px 30px}}.m-search-result .m-search-item{display:flex;padding:4px 15px;color:rgb(var(--color-foreground-secondary));transition:all var(--m-duration-default) ease}@media screen and (min-width:1280px){.m-search-result .m-search-item{padding:4px 30px}}.m-search-result .m-search-item--with-thumbnail{margin-bottom:12px}.m-search-result .m-search-item--content{flex-grow:1;padding-left:15px}.m-search-result .m-search-item--price{margin-top:4px}.m-search-result .m-search-item--image{flex:0 0 70px;position:relative}@media screen and (max-width:767px){.m-search-result .m-search-item--image{flex:0 0 50px}}.m-search-result .m-search-item:hover .m-search-item--title{text-decoration:underline}.m-search-result .m-search-item:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.m-search-result .m-search-item-page{background:var(--bg-card-placeholder);padding:12px;position:relative}.m-search-result .m-search-item-page--badge{font-size:14px;background:#fff;border:1px solid rgb(var(--color-border));padding:2px 10px;border-radius:12px;position:absolute;bottom:12px;left:12px}.m-search-result .m-search-item-page:hover .m-search-item-page--title{text-decoration:underline}.m-search-result__products-list{display:flex;flex-direction:column;gap:20px}.m-search-result--more{margin-top:20px}.m-search-result__group-wrapper{display:flex}@media screen and (max-width:767px){.m-search-result__group-wrapper{flex-direction:column}}.m-search-result__group{flex:1 1 auto;display:flex;flex-direction:column;gap:24px;padding:24px 0}.m-search-result__group:first-child{flex:0 0 35%}.m-search-result__group:only-child{flex-grow:1}.m-search-result__group:nth-child(2){border-left:1px solid rgba(var(--color-border))}@media screen and (max-width:767px){.m-search-result__group{padding-bottom:0}}.m-search-result__heading{font-weight:500;margin:0 15px 12px}@media screen and (min-width:1280px){.m-search-result__heading{margin:0 30px 12px}}@media screen and (max-width:767px){.m-search-result__heading{padding-bottom:12px;border-bottom:1px solid rgb(var(--color-border))}}.m-search-result__products-list{column-gap:20px;row-gap:12px}.m-search-pagination{padding:60px 0}@media screen and (max-width:767px){.m-search-pagination{padding:30px 0}}@media(max-width:767px){.template-search .page-header__breadcrumb{display:none}}.m-product-card{position:relative}.m-product-card__media{overflow:hidden;position:relative;border-radius:var(--pcard-radius)}@media screen and (min-width:1024px){.m-product-card__media:hover .m-product-card__main-image,.m-product-card__media:hover .m-placeholder-svg{transform:scale3d(1.1,1.1,1.1) translateZ(0)}.m-product-card__media:hover .m-countdown-timer{opacity:0;transform:translate3d(0,150%,0)}.m-product-card__media:hover .m-product-card__action{opacity:1;transform:translateZ(0);z-index:10}}.m-product-card__main-image,.m-product-card svg{transition:opacity .8s ease,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s}.m-product-card__hover-image{position:absolute;bottom:0;left:0;right:0;top:0;opacity:0;transition:opacity .8s ease,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s}.m-product-card__video{pointer-events:none}.m-product-card__tags{display:flex;flex-wrap:wrap;gap:8px;position:absolute;top:18px;left:18px}@media screen and (max-width:767px){.m-product-card__tags{top:13px;left:13px}}.m-product-card__tag-name{color:rgba(var(--text-white),1);font-size:11px;font-weight:500;line-height:16px;text-transform:uppercase;padding:2px 10px;border-radius:11px;display:inline-flex;align-items:center}.m-product-card__tag-name:empty{font-size:0;display:none;padding:0;margin:0}.m-product-card .m-countdown-timer{color:#ff706b;position:absolute;bottom:0;left:0;opacity:1;padding:8px;width:100%;transform:translateZ(0);transition:all var(--m-duration-default, .25s) ease}@media screen and (min-width:1280px){.m-product-card .m-countdown-timer{padding:16px}}.m-product-card .m-countdown-timer__wrapper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px}@media screen and (min-width:1024px){.m-product-card .m-countdown-timer__wrapper{gap:5px}}.m-product-card .m-countdown-timer__box{background-color:rgba(var(--bg-white),1);padding:4px;border-radius:6px;text-align:center;min-width:auto}@media screen and (min-width:1024px){.m-product-card .m-countdown-timer__box{padding:6px}}@media screen and (min-width:1280px){.m-product-card .m-countdown-timer__box{padding:8px}}.m-product-card .m-countdown-timer__digit{font-size:16px;line-height:1.333}@media screen and (min-width:1024px){.m-product-card .m-countdown-timer__digit{font-size:24px}}@media screen and (max-width:639px){.m-product-card .m-countdown-timer__digit{font-size:15px}}.m-product-card .m-countdown-timer__text{font-size:12px;font-weight:400;margin-top:0;text-transform:uppercase}@media screen and (max-width:639px){.m-product-card .m-countdown-timer__text{font-size:11px}}.m-product-card__addons .m-product-form{border-right:none;width:34px;height:auto}.m-cols-1 .m-product-card__addons .m-product-form{width:45px;height:45px}@media screen and (min-width:1024px){.m-product-card__addons .m-product-form{width:45px;height:45px}}.m-product-card__action{align-items:center;justify-content:center;position:absolute;left:10px;right:10px;bottom:10px;opacity:1;gap:10px 2px}@media screen and (max-width:1023px){.m-product-card__action .m-tooltip--style-1.m-button--icon{aspect-ratio:1}}@media screen and (min-width:1024px){.m-product-card__action{gap:10px;left:20px;right:20px;bottom:20px;opacity:0;transform:translate3d(0,150%,0);transition:all var(--m-duration-default, .25s) ease}}.m-product-card__action .m-button--icon{width:34px;height:34px;border-radius:50%;margin-bottom:0;border:1px solid rgb(var(--color-border))}.m-cols-1 .m-product-card__action .m-button--icon{width:45px;height:45px}.m-product-card__action .m-button--icon.added-to-compare,.m-product-card__action .m-button--icon.added-to-wishlist{border-color:rgb(var(--color-tooltip))}.m-product-card__action .m-button--icon.added-to-compare:hover,.m-product-card__action .m-button--icon.added-to-wishlist:hover{box-shadow:0 0 0 .2rem rgb(var(--color-tooltip));border-color:rgb(var(--color-tooltip))!important}@media screen and (min-width:1024px){.m-product-card__action .m-button--icon{width:45px;height:45px}}.m-product-card__action svg{width:15px;height:15px}@media screen and (min-width:1280px){.m-product-card__action svg{width:16px;height:16px}}.m-product-card__action .m-product-card__action-wrapper{display:flex}@media screen and (min-width:1024px){.m-product-card__action--top{flex-direction:column;top:20px;right:20px;left:auto;bottom:auto;transform:translate3d(150%,0,0)}}.m-product-card__content{position:relative}.m-product-card__content .m-price--on-sale .m-price__sale{justify-content:center}.m-product-card__content.m\:text-right .m-price--on-sale .m-price__sale{justify-content:flex-end}.m-product-card__content.m\:text-left .m-price--on-sale .m-price__sale{justify-content:flex-start}.m-product-card__info{margin-top:12px}@media screen and (min-width:1024px){.m-product-card__info{margin-top:20px}}.m-product-card__type{color:rgb(var(--color-foreground-secondary));font-size:14px;text-transform:uppercase}.m-product-card__vendor{color:rgb(var(--color-foreground-secondary));font-size:12px;line-height:1.333;margin-bottom:8px;text-transform:uppercase;display:block}.m-product-card__title{font-size:calc(var(--font-base-size, 16)*1px);margin-bottom:5px}.m-product-card__name{font-weight:500;line-height:1.5;display:block;transition:color var(--m-duration-default, .25s);overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--product-title-line-clamp, unset);-webkit-box-orient:vertical}.m-product-card__name:hover{color:rgb(var(--color-foreground-secondary))}.m-product-card__reviews{margin-bottom:10px}.m-product-card__reviews:empty,.m-product-card__reviews>div:empty{display:none;margin-bottom:0}.m-product-card__reviews .spr-badge{font-size:14px}.m-product-card__reviews .spr-starrating{align-items:center;justify-content:unset;margin-bottom:0;margin-top:0}.m-product-card__price{line-height:1.5}.m-product-card__price .m-price__unit{font-size:85%}.m-product-card__inventory{margin-top:12px}.m-product-card__content-footer{display:none;margin-top:20px}.m-product-card__content-footer .m-product-card__atc-button{display:none}.m-product-card__content-footer:empty{padding:0;margin:0}.m-product-card__description{color:rgb(var(--color-foreground-secondary));margin-bottom:16px;line-height:1.75}.m-product-card__background-expand{transform:scale(1) translateY(0) translateZ(0);display:block;content:"";position:absolute;height:100%;width:100%;background-color:rgb(var(--color-background));border-radius:5px;transition:transform var(--m-duration-long, .5s) cubic-bezier(.2,.75,.5,1);pointer-events:none;z-index:-1;top:0}.m-product-card__background-expand:before{display:block;content:"";position:absolute;z-index:-2;width:100%;height:100%;top:0;left:0;transform-origin:center;background-color:#0000;opacity:0;transition:opacity var(--m-duration-long, .5s) cubic-bezier(.2,.75,.5,1);box-shadow:0 10px 15px rgba(var(--color-foreground),.07)}@media screen and (max-width:767px){.m-product-card .m-product-option--node__label[data-option-type=image].has-bg-img,.m-product-card .m-product-option--node__label[data-option-type=default].has-bg-img{width:40px;height:calc(40px/var(--option-aspect-ratio, 1))}.m-product-card .m-product-option--node__label[data-option-type=image]:not(.has-bg-img),.m-product-card .m-product-option--node__label[data-option-type=default]:not(.has-bg-img){width:40px;height:calc(40px/var(--option-aspect-ratio, 1));font-size:14px}}@media screen and (min-width:1024px){.m-product-card--style-1 .m-product-card__addons .m-product-form:has(.m-product-card__atc-button),.m-product-card--style-1 .m-product-card__addons .m-product-card__atc-button{display:none}}.m-product-card--style-2 .m-product-card__media .m-product-card__action{gap:0}@media screen and (max-width:1023px){.m-product-card--style-2 .m-product-card__media .m-product-card__action{top:auto;bottom:20px;opacity:1;transform:none;transition:none}}.m-product-card--style-2 .m-product-card__media .m-product-card__action .m-button--icon{border-radius:0;box-shadow:none;border-width:0 1px 0 0;border-right:1px solid rgb(var(--color-border))}.m-product-card--style-2 .m-product-card__media .m-product-card__action>*:first-child{border-radius:5px 0 0 5px}.m-product-card--style-2 .m-product-card__media .m-product-card__action>*:last-child{border-right:0;border-radius:0 5px 5px 0}@media screen and (min-width:1024px){.m-product-card--style-2:hover{z-index:1}.m-product-card--style-2:hover .m-product-card__background-expand{transform:scale(1.06,1.05) translateY(0) translateZ(0)}.m-product-card--style-2:hover .m-product-card__background-expand:before{opacity:1;pointer-events:all}}@media screen and (min-width:768px){.m-product-card--style-3 .m-product-card__addons .m-wishlist-button{display:none}}.m-product-card--style-3 .m-product-card__action--top{top:15px;right:15px;transform:none;opacity:1}@media screen and (min-width:1024px){.m-product-card--style-3:hover{z-index:1}.m-product-card--style-3:hover .m-product-card__background-expand{transform:scale(1.06,1.05) translateY(0) translateZ(0)}.m-product-card--style-3:hover .m-product-card__background-expand:before{opacity:1;pointer-events:all}}.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper{width:100%;margin:20px auto 0}.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button,.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .shopify-payment-button__button.shopify-payment-button__button--unbranded,.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .spr-button.spr-button-primary{width:100%}.m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper{width:auto;margin:0}.m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper .m-button,.m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper .shopify-payment-button__button.shopify-payment-button__button--unbranded,.m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper .spr-button.spr-button-primary{width:auto}.m-product-card--style-5 .m-product-card__info .m-product-card__action{top:0;right:0;left:auto;bottom:auto;opacity:1;transform:none}.m-product-card--style-5 .m-product-card__info .m-wishlist-button{border:1px solid rgb(var(--color-border));background-color:#0000;color:rgb(var(--color-foreground))}.m-product-card--style-5 .m-product-card__info .m-wishlist-button.added-to-wishlist{color:rgb(var(--color-button-text-hover));border-color:rgb(var(--color-button-hover))!important;background-color:rgb(var(--color-button-hover));box-shadow:0 0 0 .2rem rgb(var(--color-button-hover))}@media screen and (max-width:767px){.m-product-card--style-5 .m-product-card__info .m-wishlist-button.added-to-wishlist{box-shadow:none}}@media screen and (min-width:1024px){.m-product-card--style-5 .m-product-card__info .m-wishlist-button:hover{color:rgb(var(--color-button-text-hover));border-color:rgb(var(--color-button-hover))!important;background-color:rgb(var(--color-button-hover));box-shadow:0 0 0 .2rem rgb(var(--color-button-hover))}}.m-product-card--style-5.m-product-card--enable-wishlist .m-product-card__info{padding-right:48px}@media screen and (min-width:1024px){.m-product-card--show-second-img .m-product-card__media:hover .m-product-card__main-image{transform:scaleZ(1) translateZ(0);opacity:0}.m-product-card--show-second-img .m-product-card__media:hover .m-product-card__hover-image{opacity:1;transform:scale3d(1.1,1.1,1.1) translateZ(0)}}.m-product-card--placeholder .m-product-card__media{margin-bottom:20px}@media screen and (min-width:1024px){.m-product-card--placeholder .m-product-card__media:hover svg{transform:scale3d(1.1,1.1,1.1) translateZ(0)}}.m-product-card--placeholder .m-product-card__name{margin-bottom:5px;color:rgb(var(--color-heading))}.m-product-card--placeholder .m-price{color:rgb(var(--color-price-regular))}.m-product-card .m-product-option{display:flex;margin-bottom:0;margin-top:12px}.m-product-card .m-product-option--more-option{display:flex;align-items:center;justify-content:center;border:none;color:rgb(var(--color-foreground),.75);min-width:30px;padding:6px}.m-product-card .m-product-option--more-option .m-tooltip{margin:0;padding:0}.m-cols-1 .m-product-card__content{text-align:left!important}.m-cols-1 .m-product-card--style-2:hover .m-product-card__background-expand,.m-cols-1 .m-product-card--style-3:hover .m-product-card__background-expand{transform:scale(1.03,1.1) translateY(0) translateZ(0)}.m-cols-1 .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper{display:none}.m-cols-1 .m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper{display:block}@media screen and (min-width:768px){.m-cols-1 .m-product-card{display:flex}.m-cols-1 .m-product-card__media{margin-right:30px;flex-shrink:0;width:270px;max-width:100%}.m-cols-1 .m-product-card__content{flex:1 1 0%;padding-right:0!important}.m-cols-1 .m-product-card__action{display:none}.m-cols-1 .m-product-card__content-footer{display:block}.m-cols-1 .m-product-card__content-footer .m-product-card__action{display:flex;justify-content:flex-start;position:static;transform:none;opacity:1}.m-cols-1 .m-product-card__content-footer .m-product-card__action-icons{display:flex;align-items:center;gap:10px}.m-cols-1 .m-product-card__content-footer .m-product-card__action svg{width:20px;height:20px;margin:auto}}.m-product-sale-progress{margin-top:15px;margin-bottom:15px}.m-product-sale-progress__bar{height:8px;width:100%;position:relative;background:#c02c301f;border-radius:2px}.m-product-sale-progress__bar>span{width:0;background:#ef2d2d;position:absolute;left:0;top:0;height:100%;transition:var(--m-duration-long, .5s) all}.m-product-sale-progress__text{color:rgb(var(--color-foreground-secondary));display:flex;justify-content:space-between;margin-top:8px}.m-product-sale-progress__text strong{color:rgb(var(--color-foreground))}.m-product-sale-progress+.m-product-form--wrapper{margin-top:30px}[data-enable-flashsale=true] .m-product-card .m-product-option{display:none}.m-wishlist-button--growave i{color:#000}.m-wishlist-button--growave:hover i{color:#fff!important}.m-wishlist-button--growave .faves-count{display:none}.m-compare-card .m-add-to-cart{flex-grow:1;flex-shrink:1;min-width:max-content;margin-top:20px;margin-bottom:20px;position:relative}.m-compare-card .m-product-attribute{display:flex;align-items:center;border-bottom:1px solid rgb(var(--color-border));padding-top:15px;padding-bottom:15px}.m-compare-card .m-product-attribute__col-left,.m-compare-card .m-product-attribute__col-right{flex:0 0 50%}.m-compare-card .m-product-attribute__col-left{color:rgb(var(--color-foreground-secondary))}.m-compare-card .m-product-attribute svg{flex-shrink:0}@media screen and (min-width:768px){.m-compare-card .m-product-attribute{padding-top:20px;padding-bottom:20px}}.m-compare-card .m-product-status{margin-left:4px}@media screen and (max-width:767px){.m-compare-card .m-product-card__action .m-button--icon{width:40px;height:40px}.m-compare-card .m-product-card__action--top{display:block;transform:translateZ(0);top:10px;right:10px;opacity:1}}.m-price__sale,.m-price__availability,.m-price .m-price__badge-sale,.m-price .m-price__badge-sold-out,.m-price--on-sale .m-price__regular,.m-price--on-sale .m-price__availability,.m-price--no-compare .m-price__compare{display:none}.m-price{gap:8px;color:rgb(var(--color-foreground))}.m-price__unit-wrapper{width:100%}.m-price__regular .m-price-item--regular,.m-price__regular .m-price-item--last,.m-price__sale .m-price-item--regular,.m-price__sale .m-price-item--last{font-family:var(--font-stack-body)}.m-price__regular{color:rgb(var(--color-price-regular))}.m-price__sale .m-price-item--regular{font-size:87.5%;text-decoration:line-through;color:rgb(var(--color-foreground-secondary))}.m-price__sale .m-price-item--last{color:rgb(var(--color-price-sale))}.m-price--on-sale .m-price__sale{display:flex;flex-direction:row;flex-wrap:wrap;gap:2px 8px;align-items:center}.m-price--sold-out .m-price__badge-sold-out,.m-price--sold-out .m-price__badges,.m-price--on-sale .m-price__badge-sale,.m-price--on-sale .m-price__badges{display:inline-flex}.m-price--sold-out .m-price__badge-sold-out .m-product-tag,.m-price--sold-out .m-price__badges .m-product-tag,.m-price--on-sale .m-price__badge-sale .m-product-tag,.m-price--on-sale .m-price__badges .m-product-tag{column-gap:4px}.m-country-flags{background:-webkit-image-set(url(//cdn.shopify.com/s/files/1/0646/2118/3226/t/6/assets/country-flags.png?v=37230036826556269641671675075) 1x,url(//cdn.shopify.com/s/files/1/0646/2118/3226/t/6/assets/country-flags-2x.png?v=119388446682176363021671675075) 2x) no-repeat top left;background:image-set(url(//cdn.shopify.com/s/files/1/0646/2118/3226/t/6/assets/country-flags.png?v=37230036826556269641671675075) 1x,url(//cdn.shopify.com/s/files/1/0646/2118/3226/t/6/assets/country-flags-2x.png?v=119388446682176363021671675075) 2x) no-repeat top left;width:20px;height:20px;flex-shrink:0;display:inline-block}.m-country-flags--AD{background-position:0 0}.m-country-flags--AE{background-position:-21px 0}.m-country-flags--AF{background-position:0 -21px}.m-country-flags--African_nion{background-position:-21px -21px}.m-country-flags--AG{background-position:-42px 0}.m-country-flags--AI{background-position:-42px -21px}.m-country-flags--AL{background-position:0 -42px}.m-country-flags--AM{background-position:-21px -42px}.m-country-flags--AMS{background-position:-42px -42px}.m-country-flags--AO{background-position:-63px 0}.m-country-flags--AQ{background-position:-63px -21px}.m-country-flags--AR{background-position:-63px -42px}.m-country-flags--AS{background-position:0 -63px}.m-country-flags--AT{background-position:-21px -63px}.m-country-flags--AU{background-position:-42px -63px}.m-country-flags--AW{background-position:-63px -63px}.m-country-flags--AX{background-position:-84px 0}.m-country-flags--AZ{background-position:-84px -21px}.m-country-flags--BA{background-position:-84px -42px}.m-country-flags--BB{background-position:-84px -63px}.m-country-flags--BD{background-position:0 -84px}.m-country-flags--BE{background-position:-21px -84px}.m-country-flags--BF{background-position:-42px -84px}.m-country-flags--BG{background-position:-63px -84px}.m-country-flags--BH{background-position:-84px -84px}.m-country-flags--BI{background-position:-105px 0}.m-country-flags--BJ{background-position:-105px -21px}.m-country-flags--BL{background-position:-105px -42px}.m-country-flags--BM{background-position:-105px -63px}.m-country-flags--BN{background-position:-105px -84px}.m-country-flags--BO{background-position:0 -105px}.m-country-flags--BQ-BO{background-position:-21px -105px}.m-country-flags--BQ-SA{background-position:-42px -105px}.m-country-flags--BQ-SE{background-position:-63px -105px}.m-country-flags--BR{background-position:-84px -105px}.m-country-flags--BS{background-position:-105px -105px}.m-country-flags--BT{background-position:-126px 0}.m-country-flags--BV{background-position:-126px -21px}.m-country-flags--BW{background-position:-126px -42px}.m-country-flags--BY{background-position:-126px -63px}.m-country-flags--BZ{background-position:-126px -84px}.m-country-flags--CA{background-position:-126px -105px}.m-country-flags--CC{background-position:0 -126px}.m-country-flags--CD{background-position:-21px -126px}.m-country-flags--CF{background-position:-42px -126px}.m-country-flags--CG{background-position:-63px -126px}.m-country-flags--CH{background-position:-84px -126px}.m-country-flags--CI{background-position:-105px -126px}.m-country-flags--CK{background-position:-126px -126px}.m-country-flags--CL{background-position:-147px 0}.m-country-flags--CM{background-position:-147px -21px}.m-country-flags--CN{background-position:-147px -42px}.m-country-flags--CO{background-position:-147px -63px}.m-country-flags--CR{background-position:-147px -84px}.m-country-flags--CU{background-position:-147px -105px}.m-country-flags--CV{background-position:-147px -126px}.m-country-flags--CW{background-position:0 -147px}.m-country-flags--CX{background-position:-21px -147px}.m-country-flags--CY{background-position:-42px -147px}.m-country-flags--CZ{background-position:-63px -147px}.m-country-flags--DE{background-position:-84px -147px}.m-country-flags--DJ{background-position:-105px -147px}.m-country-flags--DK{background-position:-126px -147px}.m-country-flags--DM{background-position:-147px -147px}.m-country-flags--DO{background-position:-168px 0}.m-country-flags--DZ{background-position:-168px -21px}.m-country-flags--EC{background-position:-168px -42px}.m-country-flags--EE{background-position:-168px -63px}.m-country-flags--EG{background-position:-168px -84px}.m-country-flags--EH{background-position:-168px -105px}.m-country-flags--ER{background-position:-168px -126px}.m-country-flags--ES{background-position:-168px -147px}.m-country-flags--ET{background-position:0 -168px}.m-country-flags--EUROPE{background-position:-21px -168px}.m-country-flags--FI{background-position:-42px -168px}.m-country-flags--FJ{background-position:-63px -168px}.m-country-flags--FK{background-position:-84px -168px}.m-country-flags--FM{background-position:-105px -168px}.m-country-flags--FO{background-position:-126px -168px}.m-country-flags--FR{background-position:-147px -168px}.m-country-flags--GA{background-position:-168px -168px}.m-country-flags--GB{background-position:-189px -63px}.m-country-flags--GB-NIR{background-position:-189px -21px}.m-country-flags--GB-SCT{background-position:-189px -42px}.m-country-flags--GB-UKM{background-position:-189px -63px}.m-country-flags--GB-WLS{background-position:-189px -84px}.m-country-flags--GD{background-position:-189px -105px}.m-country-flags--GE{background-position:-189px -126px}.m-country-flags--GF{background-position:-189px -147px}.m-country-flags--GG{background-position:-189px -168px}.m-country-flags--GH{background-position:0 -189px}.m-country-flags--GI{background-position:-21px -189px}.m-country-flags--GL{background-position:-42px -189px}.m-country-flags--GM{background-position:-63px -189px}.m-country-flags--GN{background-position:-84px -189px}.m-country-flags--GP{background-position:-105px -189px}.m-country-flags--GP{background-position:-126px -189px}.m-country-flags--GQ{background-position:-147px -189px}.m-country-flags--GR{background-position:-168px -189px}.m-country-flags--GS{background-position:-189px -189px}.m-country-flags--GT{background-position:-210px 0}.m-country-flags--GU{background-position:-210px -21px}.m-country-flags--GW{background-position:-210px -42px}.m-country-flags--GY{background-position:-210px -63px}.m-country-flags--HK{background-position:-210px -84px}.m-country-flags--HM{background-position:-210px -105px}.m-country-flags--HN{background-position:-210px -126px}.m-country-flags--HR{background-position:-210px -147px}.m-country-flags--HT{background-position:-210px -168px}.m-country-flags--HU{background-position:-210px -189px}.m-country-flags--ID{background-position:0 -210px}.m-country-flags--IE{background-position:-21px -210px}.m-country-flags--IL{background-position:-42px -210px}.m-country-flags--IM{background-position:-63px -210px}.m-country-flags--IN{background-position:-84px -210px}.m-country-flags--IO{background-position:-105px -210px}.m-country-flags--IQ{background-position:-126px -210px}.m-country-flags--IR{background-position:-147px -210px}.m-country-flags--IS{background-position:-168px -210px}.m-country-flags--IT{background-position:-189px -210px}.m-country-flags--JE{background-position:-210px -210px}.m-country-flags--JM{background-position:-231px 0}.m-country-flags--JO{background-position:-231px -21px}.m-country-flags--JP{background-position:-231px -42px}.m-country-flags--KG{background-position:-231px -63px}.m-country-flags--KH{background-position:-231px -84px}.m-country-flags--KI{background-position:-231px -105px}.m-country-flags--KM{background-position:-231px -126px}.m-country-flags--KN{background-position:-231px -147px}.m-country-flags--KN-SK{background-position:-231px -168px}.m-country-flags--KP{background-position:-231px -189px}.m-country-flags--KR{background-position:-231px -210px}.m-country-flags--KW{background-position:0 -231px}.m-country-flags--KY{background-position:-21px -231px}.m-country-flags--KZ{background-position:-42px -231px}.m-country-flags--LA{background-position:-63px -231px}.m-country-flags--LB{background-position:-84px -231px}.m-country-flags--LC{background-position:-105px -231px}.m-country-flags--LI{background-position:-126px -231px}.m-country-flags--LK{background-position:-147px -231px}.m-country-flags--LR{background-position:-168px -231px}.m-country-flags--LS{background-position:-189px -231px}.m-country-flags--LT{background-position:-210px -231px}.m-country-flags--LU{background-position:-231px -231px}.m-country-flags--LV{background-position:-252px 0}.m-country-flags--LY{background-position:-252px -21px}.m-country-flags--MA{background-position:-252px -42px}.m-country-flags--MC{background-position:-252px -63px}.m-country-flags--MD{background-position:-252px -84px}.m-country-flags--ME{background-position:-252px -105px}.m-country-flags--MF{background-position:-252px -126px}.m-country-flags--MG{background-position:-252px -147px}.m-country-flags--MH{background-position:-252px -168px}.m-country-flags--MK{background-position:-252px -189px}.m-country-flags--ML{background-position:-252px -210px}.m-country-flags--MM{background-position:-252px -231px}.m-country-flags--MN{background-position:0 -252px}.m-country-flags--MO{background-position:-21px -252px}.m-country-flags--MP{background-position:-42px -252px}.m-country-flags--MQ{background-position:-63px -252px}.m-country-flags--MQ-UNF{background-position:-84px -252px}.m-country-flags--MR{background-position:-105px -252px}.m-country-flags--MS{background-position:-126px -252px}.m-country-flags--MT{background-position:-147px -252px}.m-country-flags--MU{background-position:-168px -252px}.m-country-flags--MV{background-position:-189px -252px}.m-country-flags--MW{background-position:-210px -252px}.m-country-flags--MX{background-position:-231px -252px}.m-country-flags--MY{background-position:-252px -252px}.m-country-flags--MZ{background-position:-273px 0}.m-country-flags--NA{background-position:-273px -21px}.m-country-flags--NC{background-position:-273px -42px}.m-country-flags--NE{background-position:-273px -63px}.m-country-flags--NF{background-position:-273px -84px}.m-country-flags--NG{background-position:-273px -105px}.m-country-flags--NI{background-position:-273px -126px}.m-country-flags--NL{background-position:-273px -147px}.m-country-flags--NO{background-position:-273px -168px}.m-country-flags--NP{background-position:-273px -189px}.m-country-flags--NR{background-position:-273px -210px}.m-country-flags--NU{background-position:-273px -231px}.m-country-flags--NZ{background-position:-273px -252px}.m-country-flags--OM{background-position:0 -273px}.m-country-flags--PA{background-position:-21px -273px}.m-country-flags--PE{background-position:-42px -273px}.m-country-flags--PF{background-position:-63px -273px}.m-country-flags--PG{background-position:-84px -273px}.m-country-flags--PH{background-position:-105px -273px}.m-country-flags--PK{background-position:-126px -273px}.m-country-flags--PL{background-position:-147px -273px}.m-country-flags--PM{background-position:-168px -273px}.m-country-flags--Pm-UNF{background-position:-189px -273px}.m-country-flags--PN{background-position:-210px -273px}.m-country-flags--PR{background-position:-231px -273px}.m-country-flags--PS{background-position:-252px -273px}.m-country-flags--PT{background-position:-273px -273px}.m-country-flags--PW{background-position:-294px 0}.m-country-flags--PY{background-position:-294px -21px}.m-country-flags--QA{background-position:-294px -42px}.m-country-flags--RAINBOW{background-position:-294px -63px}.m-country-flags--RE{background-position:-294px -84px}.m-country-flags--RO{background-position:-294px -105px}.m-country-flags--RS{background-position:-294px -126px}.m-country-flags--RU{background-position:-294px -147px}.m-country-flags--RW{background-position:-294px -168px}.m-country-flags--SA{background-position:-294px -189px}.m-country-flags--SB{background-position:-294px -210px}.m-country-flags--SC{background-position:-294px -231px}.m-country-flags--SD{background-position:-294px -252px}.m-country-flags--SE{background-position:-294px -273px}.m-country-flags--SG{background-position:0 -294px}.m-country-flags--SH{background-position:-21px -294px}.m-country-flags--SI{background-position:-42px -294px}.m-country-flags--SJ{background-position:-63px -294px}.m-country-flags--SK{background-position:-84px -294px}.m-country-flags--SL{background-position:-105px -294px}.m-country-flags--SM{background-position:-126px -294px}.m-country-flags--SN{background-position:-147px -294px}.m-country-flags--SO{background-position:-168px -294px}.m-country-flags--SR{background-position:-189px -294px}.m-country-flags--SS{background-position:-210px -294px}.m-country-flags--ST{background-position:-231px -294px}.m-country-flags--SV{background-position:-252px -294px}.m-country-flags--SX{background-position:-273px -294px}.m-country-flags--SY{background-position:-294px -294px}.m-country-flags--SZ{background-position:-315px 0}.m-country-flags--TC{background-position:-315px -21px}.m-country-flags--TD{background-position:-315px -42px}.m-country-flags--TF{background-position:-315px -63px}.m-country-flags--TG{background-position:-315px -84px}.m-country-flags--TH{background-position:-315px -105px}.m-country-flags--TJ{background-position:-315px -126px}.m-country-flags--TK{background-position:-315px -147px}.m-country-flags--TL{background-position:-315px -168px}.m-country-flags--TM{background-position:-315px -189px}.m-country-flags--TN{background-position:-315px -210px}.m-country-flags--TO{background-position:-315px -231px}.m-country-flags--TR{background-position:-315px -252px}.m-country-flags--TT{background-position:-315px -273px}.m-country-flags--TV{background-position:-315px -294px}.m-country-flags--TW{background-position:0 -315px}.m-country-flags--TZ{background-position:-21px -315px}.m-country-flags--UA{background-position:-42px -315px}.m-country-flags--UG{background-position:-63px -315px}.m-country-flags--UM{background-position:-84px -315px}.m-country-flags--Union_f_outh_merican_ations{background-position:-105px -315px}.m-country-flags--US{background-position:-126px -315px}.m-country-flags--UY{background-position:-147px -315px}.m-country-flags--UZ{background-position:-168px -315px}.m-country-flags--VA{background-position:-189px -315px}.m-country-flags--VC{background-position:-210px -315px}.m-country-flags--VE{background-position:-231px -315px}.m-country-flags--VG{background-position:-252px -315px}.m-country-flags--VI{background-position:-273px -315px}.m-country-flags--VN{background-position:-294px -315px}.m-country-flags--VU{background-position:-315px -315px}.m-country-flags--WF{background-position:-336px 0}.m-country-flags--WS{background-position:-336px -21px}.m-country-flags--XK{background-position:-336px -42px}.m-country-flags--YE{background-position:-336px -63px}.m-country-flags--YT-UNF{background-position:-336px -84px}.m-country-flags--ZA{background-position:-336px -105px}.m-country-flags--ZM{background-position:-336px -126px}.m-country-flags--ZW{background-position:-336px -147px}.m-announcement-bar{position:relative;border-bottom:var(--border-width, 0) solid rgb(var(--color-border));z-index:71}.m-announcement-bar__container{position:relative}@media screen and (max-width:639px){.m-announcement-bar__container .m-slider-controls{display:none}}@media screen and (max-width:767px){.m-announcement-bar__container .m-slider-controls{margin-top:0;max-width:none}.m-announcement-bar__container .m-slider-controls__button{position:absolute;transform:translateY(-50%)}}.m-announcement-bar__container .m-slider-controls__button{border:none;background-color:#0000;height:100%;margin:0}.m-announcement-bar__container .m-slider-controls__button:focus,.m-announcement-bar__container .m-slider-controls__button:active,.m-announcement-bar__container .m-slider-controls__button:hover{box-shadow:none;color:rgb(var(--color-forceground))}.m-announcement-bar__container .m-slider-controls__button-prev{left:40px}.m-announcement-bar__container .m-slider-controls__button-next{right:40px}.m-announcement-bar__content{font-size:calc(var(--font-base-size, 16)*1px);display:flex;align-items:center;justify-content:center;padding:10px 16px;line-height:20px;max-height:40px;text-align:center}@media screen and (max-width:639px){.m-announcement-bar__content{overflow:hidden;display:block;max-height:initial;margin-right:0}}.m-announcement-bar__close{position:absolute;top:0;right:0;bottom:0;padding:10px;cursor:pointer;z-index:1}.m-announcement-bar__item{position:relative;width:100%;height:100%}.m-announcement-bar__link{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@font-face{font-family:NeueHaasUnicaW1G;src:url(/cdn/shop/files/Neue_Haas_Unica_W1G.woff?v=1748856449) format("woff")}@font-face{font-family:Monarda_Regular;src:url(/cdn/shop/files/Monarda_Regular.woff2?v=1768198842) format("woff2")}.shopify-payment-button__button.shopify-payment-button__button--unbranded{height:45px}.m-product-form--wrapper .m-add-to-cart:hover{color:#fff!important}.m-sticky-addtocart .m-product-form .m-add-to-cart{color:#fff}h1,h2,h3,h4,h5,h6,h2.m-richtext__title.h2.m-scroll-trigger.animate--fade-in-up,p,a,body{font-family:NeueHaasUnicaW1G!important}.ing-desk-content-did-you-know-content h4{margin-bottom:5px;font-size:18px;line-height:26px;color:#000}.ing-desk-content-did-you-know .ing-desk-content-did-you-know-icon{width:56.54px;height:56.54px}.ing-desk-content-did-you-know{background:#f3f4f7;border-radius:8px;padding:16px 12px;display:flex;align-items:start;gap:17px}.my-tab-new .is-open .collapsible__button-text.h4{background:#1c3a13;color:#fff;padding:10px 15px}.my-tab-new.m-collection-tabs .collapsible__item:before,.my-tab-new.m-collection-tabs .collapsible__item:after{content:none}.my-tab-new.m-collection-tabs .collapsible__item{padding:0!important}.my-tab-new collection-tabs{align-content:flex-start!important}.contents h4{font-size:16px;line-height:22.67px;font-weight:700}.contents li{text-align:left;color:#fff;font-size:14px;padding:3px 0}.contents p{color:#fff;font-size:16px;margin-bottom:20px}.contents ul{display:block;list-style-type:disc;margin-block-start:0em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px;unicode-bidi:isolate}.contents h2{text-align:left;font-size:36px;line-height:39px;font-weight:700;color:#fff;margin-bottom:20px}.contents{position:absolute;top:30px;left:30px;background:#fff;padding:25px 30px;background:#ffffffc4;gap:10px;border-radius:8px;max-width:500px;max-width:569px;width:100%;height:88%;z-index:1;clip-path:polygon(5% 0%,100% 0%,100% 100%,0% 100%,0% 5%);-webkit-clip-path:polygon(5% 0%,100% 0%,100% 100%,0% 100%,0% 5%);bottom:30px}.ing-desk-content-did-you-know-content p{margin-bottom:0}.my-tab-new.m-collection-tabs .m-collection-tab__image .collapsible__button-wrap{display:none}.my-tab-new .m-collection-tab__image .m-collection-tab__content-wrap{position:absolute;top:0;z-index:999}.my-tab-new .collapsible__content{position:absolute!important;left:250px;padding:25px 30px;background:#fff;gap:10px;border-radius:8px;width:569px;height:100%;position:relative;z-index:1;clip-path:polygon(5% 0%,100% 0%,100% 100%,0% 100%,0% 5%);-webkit-clip-path:polygon(5% 0%,100% 0%,100% 100%,0% 100%,0% 5%);max-width:569px;display:none}.my-tab-new collection-tabs .contents h3{color:#fff}.my-tab-new.m-collection-tabs .collapsible__button-text{font-size:16px!important;line-height:17px;text-align:left;width:234px;height:54px;background:#fff;color:#000;font-weight:700;display:flex;align-items:center;padding:10px 15px}.my-tab-new.m-collection-tabs .collapsible__button-text:hover{background:#1f54c43d}.my-tab-new.m-collection-tabs .collapsible__button{border:0;min-height:inherit;padding:0;position:relative;transition:.2s ease-in;display:flex;align-items:center;cursor:pointer}.my-tab-new .collapsible__button-icon.m\:text-base{display:none}.my-tab-new .m-collection-tab__content.flex-1{width:30%;margin-top:30px}.my-tab-new .m-collection-tab__images{width:70%;height:400px}.my-tab-new .m-collection-tab__image{height:100%;border-top-left-radius:0}.margs-helps .slick-prev:before,.margs-helps .slick-next:before{content:none!important}.my-blog .m-icon-box__description.rte.m\:text-color-subtext{font-size:.9em;letter-spacing:-.02em;color:#000!important;margin-bottom:30px;margin-top:10px}.my-blog .m-icon-box__heading{font-weight:700;margin-bottom:6px}.my-blog .m-icon-box--vertical .m-icon-box__content{margin-top:0}.my-blog h3.m-icon-box__heading.h4 span{color:#7ea4b1;margin-bottom:10px;font-size:16px;font-weight:400;display:inline-block;margin-top:15px!important}.my-blog .m-icon-box{background:#eee;padding:20px 30px}.var_desc{display:flex;gap:5px;flex-wrap:wrap}.variant-desc img{vertical-align:text-bottom;height:20px}.variant-desc{background:linear-gradient(to right,#f3f1f4 0% 100%)}.variant-desc{display:flex;align-items:center;font-size:15px;line-height:normal;padding:.25em .625em;margin-bottom:.5em;border-radius:5px}.desc_icon_box img{max-width:70px!important;height:70px!important}.wn-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center}.description_icons{justify-content:flex-start!important}.description_icons{font-size:1em;flex-wrap:wrap;row-gap:.75rem;padding-bottom:1em;padding-top:.5em;line-height:1.3;display:flex}.desc_icon_box{flex:0 0 50%;display:flex;align-items:center;column-gap:.5em;padding-right:.5em}.desc_icon_box-1{flex:0 0 50%}.m-product-option--label{margin-bottom:0}.m-product-option--content.m\:inline-flex.m\:flex-wrap{margin-top:60px}.my-blog .m-article-card__readmore{font-weight:700;--btn-link-border: 1px;font-size:18px;margin-top:30px}.my-blog .m-article-card__title{font-weight:700;line-height:1.4;margin:.5em 0;font-size:20px}.my-blog .m-article-card__excerpt{color:#000;margin-bottom:16px}.my-blog .m-article-card__content{padding-top:10px}.my-blog .m-article-card__date{color:#7ea4b1;margin-bottom:0;font-size:16px}.my-blog .m-article-card{background:#eee;padding:20px 30px}.my-blog .m-image{width:var(--image-width, 60px);vertical-align:middle}.m-footer .m-footer--bottom-right{row-gap:0!important}.m-footer__copyright,.m-footer--bottom-menu a{font-size:14px!important;color:#faebd7!important}.m-footer--middle .m-footer--block{padding-top:50px!important;padding-bottom:50px!important}.m-footer--middle .m-footer--block ul li a{color:#faebd7!important;font-size:18px!important}.m-footer--middle .m-footer--block-title{color:#faebd7;font-size:14px}.m-footer .m-logo__image{position:relative;padding-top:0;padding-bottom:0}.m-footer .m-logo__image-default.m-image img{width:56%}.my-newss .container.m-section-my.m-section-py,.m-footer .container{padding-left:0;padding-right:0;border-bottom:1px solid #142b6f}.my-newss .container.m-section-my.m-section-py{border-bottom:0}.my-newss .social-media-links{margin-top:40px}.my-newss{border-top:1px solid rgb(204,204,204)}.my-newss .m-newsletter-form__button-inline .m-newsletter-form__button.m-button--blank span{border-bottom:2px solid}.my-newss .m-newsletter-form__input{background:#f2f1f5;padding:0 24px;height:60px;border:0}.my-newss h2.m-newsletter-section__heading.h3{font-size:26px;font-weight:700}.faqsst .m-collapsible--button{padding-top:20px;padding-bottom:20px;border-bottom:0;font-size:15px;font-weight:500}.may-all{display:none}.faqsst .may-all{display:flex;font-size:18px;text-transform:uppercase;margin-top:50px;font-weight:500;align-items:center;column-gap:30px}.faqsst span.m-collapsible--icon{display:none}.faqsst .is-collapsed h3:after{content:"";display:inline-block;width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22V2M22 12H2" stroke="%231c3a13" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;background-size:contain}.faqsst .is-expanded h3:after{content:"";display:inline-block;width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M22 12H2" stroke="%231c3a13" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;background-size:contain}.faqsst.m-collapsible-section .m-collapsible--content__inner{line-height:1.7;padding-top:0;padding-bottom:40px}.faqsst.m-collapsible-section .m-collapsible--content__inner p{color:#1c3a13!important}.m-product-option--node .m-product-option--button .m-product-option--node input:checked+label{background:#fff!important}.faqsst collapsible-tab:after{border-bottom:1px solid #d0d5e2;content:"";display:block}.faqsst .m-collapsible-section__wrapper{width:60%}.faqsst .container-fluid.m-section-my.m-section-py{padding-left:60px;padding-right:60px;max-width:100%;display:flex;justify-content:space-between}.faqsst{position:relative!important}.margs-help .slick-slide{background-size:100%!important;min-width:375px!important;margin:0 10px!important;min-height:340px;background-position:bottom!important;padding:30px 20px}.margs-help .m-collage-tab--description p{font-size:18px!important}.margs-help{background:#dff8ef;padding:50px 0}.integrity .m-icon-box{background:transparent;border-right:1px solid #c1d0e4;border-top:1px solid #c1d0e4;border-radius:25px 25px 0 0;padding:20px 10px}.integrity .m\:column:last-child .m-icon-box{border-right:0}.integrity .m-icon-box .m-icon-box__icon{display:none}.integrity .m-icon-box__heading{font-weight:400;margin-bottom:6px;font-size:40px!important}.integrity p.m-section__subheading{font-weight:400}.integrity p{color:#000}.tul-kal .rte{color:#142b6f!important}.tul-kal li{font-size:1.125rem;line-height:1.75rem;font-weight:400;text-align:left;letter-spacing:0px;margin-bottom:24px;display:flex;align-items:center;column-gap:15px}.tul-kal svg{height:24px;width:24px}.tul-kal p.ml-3{margin-top:0;font-size:16px}.tul-kal ul.icon{padding:0}.tul-kal .content-text{padding-left:100px}.tul-kal h3.m-richtext__title.rte.h2{font-size:38px;font-weight:700;letter-spacing:0}.template-index .m-product-option--content{flex-direction:row;column-gap:15px;width:100%}.template-product .rte{color:#3c665e!important}.tab-mobos{display:none}@media(min-width:1400px)and (max-width:1599px){.m-product-option--content{width:90%}}@media(min-width:1200px)and (max-width:1399px){.m-product-option--content{width:100%}.my-newss .container.m-section-my.m-section-py,.m-footer .container{padding-left:30px!important;padding-right:30px!important}.my-tab-new.m-collection-tabs .collapsible__button-text{width:231px}}@media(min-width:992px)and (max-width:1199px){.my-newss .container.m-section-my.m-section-py,.m-footer .container{padding-left:15px!important;padding-right:15px!important}.m-footer--middle .m-footer--block{padding-top:0!important;padding-bottom:40px!important}.m-footer--middle{padding-top:30px;padding-bottom:30px}.m-product-option--content{width:100%}}@media(min-width:768px)and (max-width:991px){.my-newss .container.m-section-my.m-section-py,.m-footer .container{padding-left:15px!important;padding-right:15px!important}.m-footer--middle .m-footer--block{padding-top:0!important;padding-bottom:40px!important}.m-footer--middle{padding-top:30px;padding-bottom:30px}.m-product-option--content{width:100%}.m-main-product--wrapper{flex-direction:column}.m-main-product--wrapper .md\:m\:w-1\/2{width:100%}.variant-tablet{left:65px}.faqsst .container-fluid.m-section-my.m-section-py{padding-left:15px;padding-right:15px}}.main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:35%!important;margin-left:10px}@media only screen and (max-width:767px){.m-product-option--content{width:100%!important}.my-blog .m-mixed-layout--mobile-scroll .m-mixed-layout__inner{--slider-grid: auto / auto-flow var(--mobile-column-width, 84vw)}.desc_icon_box{flex:0 0 50%!important}.description_icons{font-size:14px!important}.m-product-option--node{width:47%!important;margin-bottom:60px}.variant-tablet{width:100%!important;left:0!important}.main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:47%!important;margin-left:10px}.m-product-option--button span.discount{font-size:12px!important}.m-product-option--label{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;line-height:24px;margin-bottom:36px;font-weight:500}.my-newss .container.m-section-my.m-section-py,.m-footer .container{padding-left:15px!important;padding-right:15px!important}.m-footer--middle .m-footer--block{padding-top:0!important;padding-bottom:0!important}.m-footer--middle{padding-top:30px;padding-bottom:30px}.m-footer .container{padding-bottom:30px}.m-footer--middle{padding-bottom:0}.m-footer--bottom-menu{column-gap:15px!important}.faqsst .container-fluid.m-section-my.m-section-py{padding-left:15px;padding-right:15px}.faqsst .container-fluid.m-section-my.m-section-py{flex-direction:column}.faqsst .m-collapsible-section__wrapper{width:100%}.tul-kal .content-text{padding-left:10px!important}.all-div{display:flex;column-gap:60px;align-items:center;flex-direction:column}.texi-sli{width:100%!important}.tab-buttons li{font-size:10px!important}.diver{display:flex;column-gap:30px;flex-direction:column;row-gap:30px}.margs-helps .slick-next{right:30px}.my-tab-new{display:none}.tab-mobos{display:block}.tab-mobos.faqsst{background:transparent!important}}@font-face{font-family:InterDisplay-SemiBold;font-style:normal;font-weight:600;font-display:swap;src:url(/cdn/shop/files/InterDisplay-SemiBold.woff2?v=1768129522) format("woff2")}@font-face{font-family:InterDisplay-Regular;font-style:normal;font-weight:400;font-display:swap;src:url(/cdn/shop/files/InterDisplay-Regular.woff2?v=1768126394) format("woff2")}@font-face{font-family:InterDisplay-Medium;font-style:normal;font-weight:500;font-display:swap;src:url(/cdn/shop/files/InterDisplay-Medium.woff2?v=1768126027) format("woff2")}@font-face{font-family:BenzGroteskHeavy;font-style:normal;font-weight:600;font-display:swap;src:url(/cdn/shop/files/BenzGroteskHeavy-z8Vo1.woff?v=1770636350) format("woff")}m-slideshow{overscroll-behavior:contain}.mys-slisders a.m-slide__button-first.m-button.m-button--primary,.mys-slisders.m-slideshow-section .m-slide__content .m-button--secondary{background:#1e1e1e!important;color:#fff!important;font-size:16px;text-transform:uppercase;border-radius:20px;padding:15px 30px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%;letter-spacing:0!important;font-weight:600;box-shadow:none!important;display:flex;align-items:center;gap:5px;border-color:#1e1e1e!important}.mys-slisders a.m-slide__button-first.m-button.m-button--primary:hover,.mys-slisders.m-slideshow-section .m-slide__content .m-button--secondary:hover{opacity:.8;box-shadow:none!important}.mys-slisders .m-richtext__description.m-slide__description.rte.m\:text-black.h6{margin-top:10px}.mys-slisders p{font-size:22px;width:633px;margin:0 auto;color:#fff;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%;letter-spacing:0!important}.mys-slisders h2.m-richtext__title.h2,.mys-slisders h2.m-richtext__title.m-slide__title{font-family:BenzGroteskHeavy!important;color:#fff;text-transform:uppercase;font-size:80px;font-weight:850;line-height:100%;letter-spacing:-.025em!important}.mys-slisders .m-slide__content{width:max-content;max-width:1190px;animation:none;margin:0 auto}a.m-menu__link.m-menu__link--main{font-size:14px;font-weight:600;line-height:100%;letter-spacing:0;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif!important;color:#fff;padding:20px}.m-header__container.container-fluid{padding:19px 30px}.swiper-slide-active .m-slide__subtitle,.swiper-slide-active .m-slide__description,.swiper-slide-active .m-slide__title,.swiper-slide-active .m-slide__button,.swiper-slide-active .m-slide__content{transition:none!important;transform:none!important;animation:none!important}a.m-cart-icon-bubble{background:#ffffff1a;height:52px;width:140px;border-radius:16px;text-align:center;display:flex;justify-content:center}.m-cart-count{right:40px}header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default{background:#ffffff03;border:0;border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.m-header__wrapper{box-shadow:none!important}m-header.m-header{width:1408px;margin:20px auto 0}.regencore .main-product__block.main-product__block-\@app{margin-top:10px!important}.regencore .jdgm-prev-badge__text{visibility:unset;font-size:18px;color:#904b9a}.regencore .jdgm-preview-badge .jdgm-star.jdgm-star{color:#904b9c;font-size:20px;margin-right:2px!important}.regencore .main-product__block.main-product__block-text .m-product-text{font-size:20px!important;color:#555;font-family:InterDisplay-Medium;margin-top:10px}.regencore header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default{background:#67438fb2;border-bottom-left-radius:0;border-bottom-right-radius:0}.regencore header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default .m-svg-icon--medium{fill:#fff}.regencore ul.m-menu{background:#77579b;border-radius:33px;padding-left:20px;padding-right:20px}.neuromito-max header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default{background:#6d724db2;border-bottom-left-radius:0;border-bottom-right-radius:0}.neuromito-max header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default .m-svg-icon--medium{fill:#fff}.neuromito-max ul.m-menu{background:#7c805f;border-radius:33px;padding-left:20px;padding-right:20px}.neuromito-b12 header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default{background:#e1e66ab2;border-bottom-left-radius:0;border-bottom-right-radius:0}.neuromito-b12 header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default .m-svg-icon--medium{fill:#63671c33}.neuromito-b12 ul.m-menu{background:#e1e66a;border-radius:33px;padding-left:20px;padding-right:20px}.neuromito-b12 a.m-menu__link.m-menu__link--main{color:#63671c}.neuromito-b12 a.m-cart-icon-bubble{background:#63671c33!important}.regencore .main-product__block .m-product-title{font-family:Plus Jakarta Sans,sans-serif!important;font-size:36px!important;color:#211b2d!important;font-weight:600;letter-spacing:0;line-height:100%}.regencore .tab-buttons li{width:50%;font-size:20px!important;background:#ead7fc!important;color:#1e1e1e!important;height:48px!important;text-align:center!important;padding:8px 15px!important;line-height:1.5;display:flex;justify-content:center;gap:8px;flex-direction:row;align-items:center;font-family:Inter,sans-serif;font-weight:400}.regencore .tab-buttons li.tab-2s{border-top-right-radius:15px!important;border-bottom-right-radius:15px!important}.regencore a.m-menu__link.m-menu__link--main,.neuromito-max a.m-menu__link.m-menu__link--main{color:#fff}.regencore .tab-buttons li.tab-1s{border-top-left-radius:15px!important;border-bottom-left-radius:15px!important}.regencore .tab-buttons li.tab-1s.active{border:2px solid #904b9a!important;background:#904b9a!important;color:#fcfcfc!important;border-radius:15px 0 0 15px!important;font-family:Inter,sans-serif;font-weight:500}.regencore .tab-content,.regencore .tab-content p{font-size:16px;color:#221c35!important;font-weight:500;font-family:Inter,sans-serif!important;line-height:150%}.big-card{width:100%!important;padding:0!important}.regencore .m-product-option--node{width:200px}.regencore .m-main-product{margin-top:40px}body#m-theme.regencore,.regencore product-info{background:#fcf7fb}.regencore .tab-buttons li.tab-2s.active{border:2px solid #904b9a!important;background:#904b9a!important;color:#fff!important;border-radius:0 15px 15px 0/0px 15px 15px 0px!important}.regencore .tab-buttons li.tab-2s.active svg path{stroke:#fff}.regencore .m-main-product--info{padding:0}.regencore .tab-buttons{border-bottom:0!important}.regencore li.tab-3{display:none}.regencore .container-fluid{max-width:1488px}.regencore .m-main-product--media{width:54%!important;padding-left:0}.regencore .m-main-product--info{width:46%!important}.regencore .m-product-option--button .m-product-option--node input:checked+label .tagtitle{background:transparent}.regencore .m-product-option--button .m-product-option--node input{background:transparent!important;filter:none;border:1px solid #DDDDDD;border-radius:16px!important}.regencore .m-product-option--button .m-product-option--node input:checked+label{background:transparent!important;filter:none;border:1px solid #924A9D!important;border-radius:16px!important}.regencore .m-product-option--node__unavailable .m-product-option--node__label{opacity:1}.regencore .m-product-option--content.m\:inline-flex.m\:flex-wrap{margin-top:0}.regencore variant-picker .m-product-option--button .m-product-option--node__label{margin-bottom:10px!important;background:transparent!important;text-align:center;padding:13px!important}.regencore .tagtitle{padding:0;background:transparent}.regencore .metadvnc-features{justify-content:center;border-right:none;width:100%;gap:10px;border-radius:3px;align-items:center;margin-bottom:15px}.regencore .servingss-mtsa{font-size:14px;color:#9c00b480;font-weight:700;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;margin-top:5px;margin-bottom:5px}.regencore .servingss-mta{background:#9d6fa433;color:#9d6fa4;font-size:14px;text-transform:uppercase;font-family:Inter,sans-serif;font-weight:600;padding:5px 8px;border-radius:30px;letter-spacing:0}.regencore span.cstmVariTitle.metdvance_new_variants{width:100%;background:transparent;color:#555;padding:0;text-align:center;border-radius:0;margin:0 auto;font-size:16px;font-family:Inter,sans-serif;font-weight:600}.regencore .m-product-option--button .m-product-option--node input:checked+label span.cstmVariTitle.metdvance_new_variants{color:#1e1e1e}.regencore .m-product-option--button .m-product-option--node input:checked+label .servingss-mtsa{color:#9c00b4}.regencore .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:10px}.regencore variant-picker .m-product-option--button .m-product-option--node__label{border:1px solid #ddd!important}.regencore span.money{font-size:24px;color:#1e1e1e;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.regencore del span.money{font-size:14px;color:#999;font-family:Inter,sans-serif;font-weight:600}.regencore .cstmPrice del{color:#999!important}.regencore span.mrp-inclusive-taxes-metadvance{font-size:14px;font-weight:500;font-family:Inter,sans-serif!important;color:#1e1e1e}.regencore .mrp-inclusive{text-align:center}.regencore .m-product-form--wrapper{flex-direction:column-reverse;align-items:flex-start;gap:10px}.regencore .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:100%!important;margin-left:auto}.regencore .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:100%;margin-top:0}.points{padding:8px 18px;background:#924a9d1a;border-radius:8px;margin-bottom:0;display:inline-flex}.points p{font-size:14px;color:#924a9d;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:400}.points p b{font-weight:600}.neuromito-max .points{background:#3335261a}.neuromito-max .points p{color:#333526}.neuromito-b12 .points{background:#63671c1a}.neuromito-b12 .points p{color:#63671c}.regencore .shopify-payment-button__button.shopify-payment-button__button--unbranded{height:72px;border-radius:20px!important;background:#924a9d;border-color:#924a9d;font-size:18px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:#fcfcfc}.regencore .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{box-shadow:none!important;border:0!important;background:#904b98!important;opacity:.8}.regencore .m-product-form .m-add-to-cart{position:relative;flex-grow:1;flex-shrink:1;width:100%;height:56px;border:1px solid #924A9D;border-radius:99px;font-size:18px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:#924a9d!important}.regencore .m-product-form .m-add-to-cart:hover{box-shadow:none!important;border:1px solid #924A9D!important;background:transparent!important;opacity:.8}.m-sticky-addtocart button.m-add-to-cart.m-spinner-button.m-button.m-button--primary:hover{background:#222!important;border:1px solid #222!important;opacity:.8}.regencore .m-media-gallery__wrapper .m-product-media--slider__thumbnails{margin-top:0;position:absolute;bottom:20px;padding:0 20px;width:100%}.regencore .m-media-gallery__wrapper .m-product-media--slider__thumbnails .swiper-slide.media-type-image.swiper-slide-visible.swiper-slide-active.swiper-slide-thumb-active{width:100px!important}.regencore .m-media-gallery__wrapper .nav-swiper-container .m-product-media{padding:0;border:1px solid transparent;cursor:pointer;width:100px}.regencore .m-media-gallery__wrapper .nav-swiper-container .swiper-slide-thumb-active .m-product-media{border:1px solid rgb(142 74 150)}.regencore .m-media-gallery__wrapper .swiper-button-control{background-color:#904b98}.promotionss .container-fluid{padding-left:0;padding-right:0}.regencore .promotionss,.neuromito-b12 .promotionss,.neuromito-max .promotionss{background:#1e1e1e;width:1408px;margin:0 auto}.nun-all-page.promotionss{background:#1e1e1e}.nun-all-page.promotionss .m-promotion__text{color:#fff;font-family:Inter,sans-serif;text-transform:uppercase;font-weight:600}.nun-all-page.promotionss .m-promotion__icon svg{height:8px}.regencore .m-promotion__text{color:#fff;font-family:Inter,sans-serif;text-transform:uppercase;font-weight:600}.regencore .m-promotion__icon svg{height:8px}.regencore .m-main-product{margin-bottom:20px}.regencore .m-main-product--wrapper{background:#f9f3ff;padding:15px;border-radius:20px}.mpromos h3.m-icon-box__heading.h4{font-size:20px;font-weight:500;font-family:Inter,sans-serif!important;color:#555}.mpromos,.mpromos .m-icon-box,.mpromos-new,.mpromos-new .m-icon-box,.misestone,.misestone .m-color-default{background:transparent!important}.mpromos .m-icon-box--vertical .m-icon-box__content{margin-top:5px}body#m-theme.regencore [data-layout=horizontal] .m-image-comparison__button:after,body#m-theme.regencore [data-layout=horizontal] .m-image-comparison__button:before{width:0;height:50%;left:50%;margin-left:-2.5px}.beforess,.image-coneer,.image-coneer .m-color-default,.coron .m-color-default,.may-another-icons .m-color-default,.use-option,.use-option .m-color-default,.my-faqs,.my-faqs .m-color-default{background:transparent!important}.image-coneer .m-custom-content__container{padding-left:0;padding-right:0}.beforess .m-image-comparison__button span{display:none}.beforess img.m-image-comparison__image-desktop{border-radius:15px}.beforess .m-image-comparison__before p.m-image-comparison__heading{display:flex;justify-content:right;align-items:center;width:50%;left:0;background:transparent;font-size:56px;color:#fff;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%;min-height:95px}.beforess .m-image-comparison__after p.m-image-comparison__heading{display:flex;justify-content:left;align-items:center;width:50%;right:0;background:transparent;font-size:56px;color:#9d6fa4;font-family:Monarda_Regular!important;font-weight:400;line-height:120%;min-height:95px}.mpromos-new h3.m-icon-box__heading.h4{font-size:24px;font-weight:500;font-family:Inter,sans-serif!important;color:#9c00b4;line-height:100%;letter-spacing:-.025em!important}.image-coneer .m-custom-content__block-image_card.m-custom-content__block{width:28.4%}.image-coneer .m-custom-content__block-image{width:71.6%}.image-coneer .contents-field{background:#9b5ea4;border-radius:20px;padding:16px 24px;margin-top:16px;color:#fff;font-size:20px;font-family:Inter,sans-serif;font-style:normal;font-weight:400}.regencore .m-section__heading,.coron h3.m-richtext__title.h2{font-size:56px;color:#1e1e1e;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%;letter-spacing:0}.regencore .m-section__heading span,.coron h3.m-richtext__title.h2 span{font-size:56px;color:#9d6fa4;font-family:Monarda_Regular!important;font-weight:400;line-height:120%}.regencore .m-section__header{margin-bottom:25px}a.new-btn{background:#1e1e1e;color:#fff;font-size:18px;border-radius:20px;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;padding:19px 25px;text-transform:uppercase;height:64px;display:flex;align-items:center;gap:10px}a.new-btn:hover{opacity:.8}.main-headings{display:flex;width:100%;justify-content:space-between}.coron{background:linear-gradient(to bottom,#533c56,#b582bc);border-radius:20px;padding:16px;margin:0 auto}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1408px}.jdgm-widget.jdgm-widget{max-width:1408px!important}.nadakhi{display:flex;width:100%;gap:16px;align-items:end;margin-top:50px}.coron .main-headings{display:flex;width:100%;justify-content:center}.regencore .coron .m-section__heading{color:#fff}.coron .m-custom-content__block-image_card_3{width:64.3%;background:#9474b7;border-radius:20px;padding:16px}.coron .m-custom-content__block-image_card{width:35.7%;padding-right:0;padding-left:16px}.regencore .w-full.m-section-my.m-section-py{margin:0 auto}p.imags_para{color:#fff;font-size:24px;line-height:120%;letter-spacing:-.025em!important;font-weight:400;padding-right:20px;font-family:Inter,sans-serif!important}.m-custom-content__block-image_toggle{width:490px;padding-right:0;padding-left:14px}.my-new-texts .m-image-card__content{position:relative;bottom:inherit;top:0;padding:0}.my-new-texts .m-image-card__inner.m-gradient.m-color-default{flex-direction:column-reverse}.my-new-texts .m-richtext__description,.my-new-texts .m-richtext__description p{font-size:20px;color:#f2f2f2!important;line-height:100%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;margin-bottom:20px}.coron .container-full.m-section-my.m-section-py.m-custom-content__container{width:100%;padding-left:8px!important;padding-right:8px!important}.may-another-icons{background:#b582bc!important;margin:0 auto;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.may-another-icons .main-headings,.use-option .main-headings{display:flex;width:100%;justify-content:center}.coron h3.m-richtext__title.h2{color:#fff;margin-top:80px;margin-bottom:40px}.coron h3.m-richtext__title.h2 span{color:#db96e6}.my-imagess{padding:0}.imagres{width:33.33%}.imagres img{width:100%}.icon-cards{border-radius:20px;padding:16px;height:200px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.icon-images{display:flex;justify-content:right}img.image-absulate{position:absolute;right:0;bottom:0}.rong-tamasha h3{font-size:48px;line-height:100%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;margin-bottom:10px}.rong-tamasha p{font-size:20px;line-height:120%;letter-spacing:-.025em!important;font-weight:600;font-family:Inter,sans-serif!important}div#m-custom__block--icon_card_e4bLLa{padding-left:0!important}div#m-custom__block--icon_card_8gxXAj{padding-right:0!important}.use-option .m-image-card__img{border-radius:20px}.use-option .m-image-card__content{padding:24px}.desktop-nones{display:none!important}.use-option .m-image-card__content .m-richtext__title{line-height:150%;letter-spacing:-.025em!important;font-weight:600;font-family:Inter,sans-serif!important;font-size:20px;color:#fff}.use-option .m-image-card__content .m-richtext__description{line-height:150%;letter-spacing:-.025em!important;font-weight:400;font-family:Inter,sans-serif!important;font-size:20px;margin-top:5px;color:#ccc!important}.first-card .m-image-card__content .m-richtext__description{color:#333!important}.first-card .m-image-card__content .m-richtext__title{color:#1e1e1e}.use-option .container.m-section-my.m-section-py.m-custom-content__container{max-width:1246px}.doshon .m-hero{border-radius:20px}.doshon .m-hero__title{font-size:56px;line-height:120%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;color:#fcfcfc}.doshon .m-hero__content{max-width:75rem}.doshon .m-hero__text{font-family:InterDisplay-Regular;font-weight:400;color:#fcfcfc!important;font-size:20px;line-height:120%;margin-bottom:10px}.doshon a.m-button.m-button--primary{background:#fcfcfc;color:#1e1e1e;font-size:18px;height:56px;padding:16px 18px;border-radius:30px;text-transform:uppercase;border-color:#fcfcfc;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;width:160px;box-shadow:none!important}.doshon .new-btner{background:transparent;color:#fcfcfc;font-size:18px;height:56px;padding:16px 18px;border-radius:30px;text-transform:uppercase;border:1px solid #FCFCFC;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;display:flex;width:inherit;align-items:center;gap:7px;width:284px}.doshon .new-btner:hover{opacity:.6}.doshon a.m-button.m-button--primary:hover{opacity:.8}.buttenrs{display:flex;width:100%;justify-content:center;align-items:center;gap:16px;margin-top:30px}.misestone .m-custom-content__block-image{width:415px}.misestone .m-custom-content__block-icon_card{width:251px}.regencore .misestone .container-full{padding-left:0;padding-right:0}.misestone .m-custom-content__wrapper{align-items:flex-end}.misestone .icon-cards{padding:24px}.misestone img.image-absulate{position:relative;right:inherit;bottom:inherit;width:32px}.rong-tamasha p{font-size:20px;line-height:120%;letter-spacing:0!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600}.icon-cards.card-1{height:240px}.icon-cards.card-2{height:260px}.icon-cards.card-4{height:280px}.mpromos-new.mpromos-new-1 h3.m-icon-box__heading.h4{color:#9d6fa4;letter-spacing:-.025em!important;font-size:20px}.mpromos-new.mpromos-new-1 .m-mixed-layout__inner{margin-left:-15px;margin-right:-15px}.mpromos-new.mpromos-new-1 .m-icon-box--horizontal .m-icon-box__icon{margin-right:15px}.mpromos-new.mpromos-new-1 .m-icon-box__inner{display:flex;align-items:center!important}.mpromos-new-1 .m\:column:nth-child(2) .m-icon-box.m-icon-box--horizontal.m-gradient.m-color-default.color-scheme-inherit{display:flex;justify-content:center}.my-faqs .container-narrow{max-width:775px;width:100%;margin:0 auto;padding-left:0;padding-right:0}.my-faqs .m-collapsible--icon{display:none}.my-faqs h3.m-collapsible--button.h5{font-size:18px;color:#1e1e1e;line-height:150%;letter-spacing:0!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;border-bottom:0!important;padding:20px 24px}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5{color:#fcfcfc;border-top-left-radius:20px;border-top-right-radius:20px;position:relative;z-index:999}.my-faqs collapsible-tab.m-collapsible.is-expanded .m-collapsible--content{padding:0 24px 20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.my-faqs collapsible-tab.m-collapsible .m-collapsible--content .rte,.my-faqs collapsible-tab.m-collapsible .m-collapsible--content .rte p{color:#ddd!important;font-size:16px;line-height:150%;letter-spacing:-.025em!important;font-weight:400;font-family:Inter,sans-serif!important;position:relative;z-index:999}.anoter-texts .m-richtext__description p{color:#9c00b4!important;font-size:16px;line-height:120%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;position:relative;z-index:999}.my-faqs collapsible-tab{border-radius:20px;transition:all var(--m-duration-default, .25s)}.vuliniamis m-video-component.m\:block.m\:blocks-radius{height:415px}.my-faqs collapsible-tab.is-expanded{position:relative;background-color:#924a9d!important;display:block;border-radius:20px;transition:all var(--m-duration-default, .25s)}.reviews-products .container-full{padding-left:0;padding-right:0}.my-faqs.m-collapsible-section .m-collapsible--content__inner{padding-top:0!important;padding-bottom:0!important}.my-faqs.m-collapsible-section .m-collapsible--content__inner ul{padding-left:16px!important;margin-top:0}.my-faqs collapsible-tab.m-collapsible.is-expanded .m-collapsible--content .rte p{margin-bottom:30px;margin-top:0}a.see-all{background:#924a9d1a;border:1px solid #924A9D;color:#924a9d;font-size:18px;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;padding:11px 24px;border-radius:30px;letter-spacing:0}a.see-all:hover,.my-rich-text a.m-button.m-button--primary:hover{opacity:.8}.my-faqs .m-collapsible-section__wrapper.collapsed collapsible-tab:nth-child(n+7){display:none}.see-btn{width:100%;text-align:center;margin-top:40px;margin-bottom:30px}.my-rich-text,.pay-image,.pay-image .m-color-default{background:transparent!important}.my-rich-text h2.m-richtext__title.h2{font-size:32px;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;color:#1e1e1e;line-height:130%}.pay-image .container.m-section-my.m-section-py.m-custom-content__container{width:671px;text-align:center}.pay-image .main-headings{justify-content:center}.pay-image p.m-section__subheading{font-size:16px;color:#1e1e1e;line-height:150%;font-weight:500;font-family:Inter,sans-serif!important;margin-bottom:0}.pay-image h3.m-richtext__title.h2{font-size:24px;line-height:150%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;color:#1e1e1e}.my-rich-text a.m-button.m-button--primary{background:#924a9d;color:#fcfcfc;font-size:18px;font-family:InterDisplay-SemiBold!important;text-transform:uppercase;border-color:#924a9b;box-shadow:none!important;padding:16px 43px;border-radius:30px}.regencore-section .container-full.m-section-my.m-section-py.m-custom-content__container{padding-left:0;padding-right:0}.regencore-section,.regencore-section .m-color-default,.single-heading,.single-heading .m-color-default{background:transparent!important}.single-heading .container-full.m-section-my.m-section-py.m-custom-content__container{padding-left:0;padding-right:0}.image-card-112{width:1068px}.image-card-113{width:355px}.regencore-section .image-card-112 h3.m-richtext__title.m-image-card__heading.h2{font-size:32px;line-height:120%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;color:#fcfcfc}.regencore-section .image-card-113 h3.m-richtext__title.m-image-card__heading.h3,.regencore-section .image-card-114 h3.m-richtext__title.m-image-card__heading.h2{font-size:24px;line-height:120%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;color:#fcfcfc}.regencore-section .icon-cards{height:272px;justify-content:flex-end}.regencore-section .image-card-113 .icon-cards{margin-top:16px}.regencore-section .image-card-112 .m-image-card__content{padding:24px;top:inherit}.regencore-section .image-card-113 .m-image-card__content,.regencore-section .image-card-114 .m-image-card__content{padding:16px}.regencore-section .image-card-112 .m-image-card__content:after,.regencore-section .image-card-113 .m-image-card__content:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:99999;background:linear-gradient(to bottom,#0000,#000000b3)}.regencore-section .rong-tamasha h3{font-size:24px;line-height:120%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;color:#fcfcfc;margin-bottom:0}.regencore-section .rong-tamasha p{color:#ddd!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:400;font-family:Inter,sans-serif!important;margin-bottom:10px}.regencore-section .m-richtext__description{color:#ddd!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:400;font-family:Inter,sans-serif!important;margin-top:15px}.regencore-section .m-image-card__inner{overflow:hidden;border-radius:20px}.regencore-section .m-richtext.m-image-card__content-inner{position:relative;z-index:99999999}.icon-cards.well-first p{color:#555!important;margin-top:10px;margin-bottom:0}.single-texts .m-richtext__description{color:#9d6fa4!important;font-size:24px!important;line-height:120%;font-family:InterDisplay-Medium!important}.mustakim-scrolling{background:transparent!important}.mustakim-scrolling .m-promotion-testimonial{display:flex;align-items:center;gap:20px}.mustakim-scrolling .m-promotion-testimonial p{color:#9d6fa4;letter-spacing:-.025em!important;font-size:20px;font-family:Inter,sans-serif!important;font-weight:500;line-height:100%}.neuromito-max .mustakim-scrolling .m-promotion-testimonial p{color:#333526}.mustakim-scrolling .m-promotion-testimonial__image{margin:0!important;width:64px}.mustakim-scrolling.m-scrolling-promotion-section .container-full{width:100%}.mustakim-scrolling .m-promotion__item-testimonial{width:365px;max-width:50vw}.mustakim-scrolling .m-promotion__item-testimonial:nth-child(2){width:230px;max-width:20vw}#tavbser .container-full{background:linear-gradient(to bottom,#efe9f1,#b1a1c4);border-radius:20px;padding:40px 0}#tavbser table.tableel{width:100%}#tavbser table.tableel tr th,#tavbser table.tableel tr td{width:20%;height:100%;display:flex;justify-content:center;align-items:center;border-bottom:1px #1E1E1E33 dashed;border-left:1px #1E1E1E33 dashed}.main-headsser,.ther:first-child{border-left:0!important}#tavbser table.tableel tr{display:flex;justify-content:center;align-items:center;height:85px}td.actives{background:#9d6fa4;border-bottom:1px transparent dashed!important;border-right:1px transparent dashed!important}#tavbser table.tableel tr:last-child td{border-bottom:0!important}#tavbser .m-section__heading{text-align:center}.main-headsser{color:#1e1e1e!important;font-size:20px;line-height:120%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;padding-left:30px;padding-right:15px;justify-content:left!important}.fourths{color:#9c00b4!important;font-size:16px;line-height:100%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;gap:5px}.ther{color:#333!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:400;font-family:Inter,sans-serif!important}th.ther.actives{font-size:24px;line-height:120%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;color:#9d6fa4!important;margin-bottom:0}.my-contents{position:absolute;width:3062px;left:0;display:flex;gap:12%;bottom:-31px}.my-image{width:3062px;height:362px;position:relative}.hj-section{position:relative;width:100%;padding:100px 0;text-align:center;overflow:hidden}.hj-section-bg-text span{font-family:InterDisplay-Regular;font-size:320px;line-height:320px;letter-spacing:-.06em;color:#6666661a;white-space:nowrap;pointer-events:none;text-transform:lowercase}.bg-left{position:absolute;top:0;left:0;width:100%;text-align:left}.bg-right{position:absolute;bottom:70px;right:30px;width:100%;text-align:right}.hj-main-heading{font-size:48px;font-weight:700;margin-bottom:40px;z-index:1}.hj-content-wrapper{overflow-x:auto;overflow-y:hidden;white-space:nowrap;height:450px;scrollbar-width:none;padding-left:16px}.hj-content-wrapper::-webkit-scrollbar{display:none}.scroll-inner{display:inline-flex;position:relative}.wave_image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;object-fit:cover;z-index:0}.healty-content{min-width:364px;position:relative;z-index:1;text-align:left}.healty-content:first-child{top:100px}.healty-content:nth-child(3){left:5%}.healty-content:nth-child(4){left:8%;top:-16px}.hj-subheading{display:inline-block;padding:24px 30px;border-radius:30px;font-size:16px;letter-spacing:0;text-transform:capitalize;margin-bottom:15px;line-height:100%;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:400}.hj-subheading span{font-weight:500}.hj-heading{font-size:24px;margin-bottom:16px;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;line-height:100%;letter-spacing:0}.hj-paragraph,.hj-paragraph ul li{font-size:16px!important;line-height:100%;font-weight:500;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important}.hj-paragraph ul li{padding-bottom:15px}.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars{flex-direction:column}.jdgm-rev-widg{padding:24px 0}.jdgm-rev-widg__header{text-align:left!important;display:flex;flex-direction:column-reverse}.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div{display:flex;flex-direction:column;align-items:baseline!important;justify-content:left!important;width:560px!important}.jdgm-rev-widg__summary-text{visibility:unset;font-size:18px;color:#333;text-decoration:underline;font-weight:400;line-height:100%!important;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important;margin-top:15px!important;margin-bottom:30px!important}.jdgm-rev-widg{padding:24px 0!important}.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram,.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper,.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper{border-left:0!important}.jdgm-histogram__star span{display:none!important}.jdgm-histogram__star span:first-child{display:block!important}.jdgm-histogram .jdgm-star{color:#9d6fa3!important;font-size:24px!important}.jdgm-widget-actions-wrapper{display:none!important}.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__title{margin-bottom:24px;font-size:24px!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;line-height:100%;letter-spacing:0;margin-top:20px;color:#1e1e1e!important;border-bottom:1px solid #DDDDDD;padding-bottom:25px}.jdgm-rev__icon,.jdgm-row-extra,span.jdgm-rev__timestamp{display:none!important}.jdgm-row-rating span.jdgm-star{font-size:20px;color:#9d6fa4!important}.jdgm-row-profile{position:absolute;bottom:0}.jdgm-rev.jdgm-divider-top.jdgm--done-setup{position:relative}.jdgm-rev__body{margin-bottom:25px!important}b.jdgm-rev__title{color:#1e1e1e;font-size:18px;font-weight:500;line-height:100%!important;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important}.jdgm-rev__body p{font-size:16px;color:#555;font-weight:400;line-height:1.2!important;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important}span.jdgm-rev__author{color:#555!important;font-size:20px;font-weight:500;line-height:100%!important;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important}span.jdgm-rev__author:before{content:"\2014";margin-right:6px}.jdgm-rev.jdgm-divider-top.jdgm--done-setup{border:0!important;width:46%}.jdgm-rev-widg__reviews{display:flex;flex-wrap:wrap;column-gap:100px;row-gap:40px}.reviews-products .container-full{margin-bottom:100px}.noners{display:none}.m-sticky-addtocart{width:1020px;margin:0 auto;bottom:40px!important;border-radius:100px!important;background:#3333331a!important;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(252,252,252,.1)!important;transform:inherit!important}.m-sticky-addtocart .container-fluid{padding:4px}.m-sticky-addtocart--image{padding:0!important}.m-sticky-addtocart--leftblock{padding-left:24px}.m-sticky-addtocart--rightblock{padding:0!important}.m-sticky-addtocart button.m-add-to-cart.m-spinner-button.m-button.m-button--primary{height:59px;border:1px solid #222222;border-radius:99px;font-size:18px;text-transform:capitalize;background:#222;color:#fff!important;font-family:InterDisplay-SemiBold!important;box-shadow:none!important;min-width:240px}.m-sticky-addtocart--title{padding:0!important}.para-text{color:#e3e3e3!important;font-size:12px;font-weight:400;line-height:100%!important;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important;margin-bottom:0;margin-top:5px}.m-sticky-addtocart--leftblock{align-items:center}.m-sticky-addtocart--title h3{font-family:InterDisplay-SemiBold!important;font-size:24px;color:#fcfcfc!important}.m-sticky-addtocart responsive-image.m-image.m\:blocks-radius-md.m-image-loaded{width:54px;border-radius:0}.m-sticky-addtocart .m-product-option--dropdown-select{display:none}.m-sticky-addtocart--quantity{display:none!important}.jdgm-histogram__bar{margin:0 15px!important;width:315px!important;height:8px!important;border-radius:30px!important;background:#b453a133!important}.jdgm-histogram__bar-content{background-color:#333!important;border-radius:30px!important}.jdgm-histogram__row{height:24px!important}.jdgm-rev-widg__summary .jdgm-star{font-size:36px!important;color:#9d6fa4!important;padding:0 8px 0 0!important}.jdgm-rev-widg__summary-stars{display:flex;align-items:center}.jdgm-row-actions{display:none!important}span.jdgm-rev-widg__summary-average{color:#1e1e1e;font-size:24px;font-weight:400;letter-spacing:-.025em!important;font-family:Inter,sans-serif!important;margin-top:15px}.anoter-texts{margin-top:20px}.my-faqs collapsible-tab.m-collapsible h3.m-collapsible--button.h5:after{content:"";display:inline-block;width:24px;height:24px;margin-left:8px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M11.6636 3.74467C11.7798 3.62851 11.8862 3.59068 11.9999 3.59068C12.1134 3.59074 12.2195 3.62813 12.3355 3.74398C12.4516 3.86009 12.4895 3.96661 12.4895 4.08027V11.5104H12.9894L19.9189 11.5097C20.0326 11.5097 20.1391 11.5477 20.2552 11.6637C20.3714 11.7799 20.4092 11.8863 20.4092 12C20.4092 12.1137 20.3714 12.2201 20.2552 12.3363C20.1391 12.4523 20.0326 12.4903 19.9189 12.4903L12.9894 12.4896H12.4895V19.9197C12.4895 20.0334 12.4516 20.1399 12.3355 20.256C12.2195 20.3719 12.1134 20.4093 11.9999 20.4093C11.8862 20.4093 11.7798 20.3715 11.6636 20.2553C11.5476 20.1392 11.5096 20.0327 11.5096 19.919V12.4903H11.0097L4.08017 12.4896C3.96646 12.4896 3.86003 12.4518 3.74388 12.3356C3.62794 12.2196 3.59058 12.1136 3.59058 12C3.59058 11.8864 3.62794 11.7804 3.74388 11.6644C3.86003 11.5482 3.96646 11.5104 4.08017 11.5104L11.0097 11.5097H11.5096V4.08096C11.5096 3.9673 11.5476 3.86077 11.6636 3.74467Z' fill='%231E1E1E' stroke='%231E1E1E'/></svg>");background-size:contain;background-repeat:no-repeat}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5:after{transform:rotate(45deg);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M11.6636 3.74467C11.7798 3.62851 11.8862 3.59068 11.9999 3.59068C12.1134 3.59074 12.2195 3.62813 12.3355 3.74398C12.4516 3.86009 12.4895 3.96661 12.4895 4.08027V11.5104H12.9894L19.9189 11.5097C20.0326 11.5097 20.1391 11.5477 20.2552 11.6637C20.3714 11.7799 20.4092 11.8863 20.4092 12C20.4092 12.1137 20.3714 12.2201 20.2552 12.3363C20.1391 12.4523 20.0326 12.4903 19.9189 12.4903L12.9894 12.4896H12.4895V19.9197C12.4895 20.0334 12.4516 20.1399 12.3355 20.256C12.2195 20.3719 12.1134 20.4093 11.9999 20.4093C11.8862 20.4093 11.7798 20.3715 11.6636 20.2553C11.5476 20.1392 11.5096 20.0327 11.5096 19.919V12.4903H11.0097L4.08017 12.4896C3.96646 12.4896 3.86003 12.4518 3.74388 12.3356C3.62794 12.2196 3.59058 12.1136 3.59058 12C3.59058 11.8864 3.62794 11.7804 3.74388 11.6644C3.86003 11.5482 3.96646 11.5104 4.08017 11.5104L11.0097 11.5097H11.5096V4.08096C11.5096 3.9673 11.5476 3.86077 11.6636 3.74467Z' fill='%23fcfcfc' stroke='%23fcfcfc'/></svg>")}.conters{position:absolute;bottom:35px;left:24px}body#m-theme.neuromito-b12,body#m-theme.neuromito-max,body#m-theme.regencore{padding-bottom:0}.bottomer{position:relative}.m-footer--block-newsletter .social-media-links{display:none}.bottomer .social-media-links{margin-top:0!important;position:absolute;bottom:0;right:0}.bottomer .social-media-links .m-svg-icon{width:24px;height:24px}.globalss .jhor{display:none}body#m-theme m-footer.m-footer{background:url(/cdn/shop/files/Group_8.png?v=1769510287);height:565px;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:15px;background-position:bottom}.regencore .m-logo__image-transparent,.neuromito-max .m-logo__image-transparent{display:flex}.regencore .m-logo__image-default.m-image,.neuromito-max .m-logo__image-default.m-image{display:none}body#m-theme.regencore .m-footer--middle.m-gradient,.neuromito-max .m-footer--middle.m-gradient,body#m-theme.neuromito-b12 .m-footer--middle.m-gradient,body .m-footer--middle.m-gradient{background:transparent}.neuromito-b12 .m-header__account path{stroke:#63671c}.neuromito-b12 .m-cart-icon-bubble path.paths{stroke:#63671c;fill:#63671c}.neuromito-b12 .m-cart-icon-bubble .pathss{stroke:#63671c}.m-footer--middle .container{max-width:1328px}.m-footer--middle .container{max-width:1408px;background:#fcfcfc1a;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:20px;padding:40px;border:0}.m-footer--block-custom_text .block-image{margin:0 auto;margin-bottom:0!important}.m-footer--block-custom_text p{font-size:14px;text-align:center;font-family:Inter,sans-serif!important;font-weight:500;line-height:150%;letter-spacing:0}p.m-footer--block-newsletter-desc{font-size:16px;font-family:Inter,sans-serif!important;font-weight:400;line-height:150%;letter-spacing:-.025em!important}.m-footer--block-newsletter .m-footer--block-inner{padding-right:0!important}.m-footer--block-newsletter{width:473px}.m-footer--middle .m-footer--block-title{font-family:Plus Jakarta Sans,sans-serif!important;font-size:24px!important;color:#fcfcfc!important;font-weight:600!important;letter-spacing:0;line-height:150%}.m-footer--middle .m-footer--block ul li a{font-size:16px!important;font-family:Inter,sans-serif!important;font-weight:400;line-height:150%;letter-spacing:-.025em!important;color:#fcfcfc!important}.m-link-lists{width:208px}.m-newsletter-form__button-inline .m-newsletter-form__button--text{border-width:1px!important;border-style:solid!important;border-color:#fcfcfc!important;width:187px;height:48px!important;padding:0;margin-left:15px!important;position:relative!important;border-radius:12px!important;background:#fcfcfc;font-size:16px;font-family:Inter,sans-serif!important;font-weight:600;color:#1e1e1e}span.m-newsletter-form__icon{display:none}p.small-font{font-size:12px;color:#fcfcfc80;margin-top:10px;font-family:Inter,sans-serif!important;font-weight:400}.m-footer--middle ::-webkit-input-placeholder{color:#fcfcfc99!important}.m-footer--middle ::-moz-placeholder{color:#fcfcfc99!important}.m-footer--middle :-ms-input-placeholder{color:#fcfcfc99!important}.m-footer--middle :-moz-placeholder{color:#fcfcfc99!important}.m-footer--middle .m-footer--accordion{margin:0!important}.m-newsletter-form__input-wrapper{background-color:transparent!important;color:#fcfcfc99!important;border-radius:12px!important}.m-footer .form-field{border:1px solid #FCFCFC80!important;background-color:transparent!important;color:#fcfcfc99!important;height:48px;padding:16px!important;border-radius:12px!important}.m-footer .social-media-links a{color:#ddd!important}.m-footer--block-custom_text .m-footer--block-inner{padding-right:0!important}.m-footer--middle .m-footer--accordion{max-width:1328px;gap:40px}.m-link-lists--item{line-height:40px}.m-footer--bottom.m-footer--bottom-footer-1{display:none}.m-footer--middle .m-footer--block{padding-top:0!important;padding-bottom:50px!important}.m-footer--bottom-menu{justify-content:inherit!important}.m-footer--bottomf{display:flex;gap:20px;align-items:center}.m-footer--bottom-menu{column-gap:20px!important}.m-footer__copyright,.m-footer--bottom-menu a{font-size:14px!important;color:#ddd!important;font-family:Inter,sans-serif!important;font-weight:400;line-height:150%;letter-spacing:0!important}.m-footer--bottom-menu .m-link-lists .m-link{text-decoration:underline}span.m-footer__copyright{width:70%}ul.m-footer--bottom-menu.m-link-lists.m-link-lists--inline{margin-top:0}.neuromito-max .main-product__block.main-product__block-\@app{margin-top:10px!important}.neuromito-max .jdgm-prev-badge__text{visibility:unset;font-size:18px;color:#333526}.neuromito-max .jdgm-preview-badge .jdgm-star.jdgm-star{color:#333526;font-size:20px;margin-right:2px!important}.neuromito-max .main-product__block.main-product__block-text .m-product-text{font-size:20px!important;color:#555;font-family:InterDisplay-Medium;margin-top:10px}.neuromito-max .main-product__block .m-product-title{font-family:Plus Jakarta Sans,sans-serif!important;font-size:36px!important;color:#1d1f10!important;font-weight:600;letter-spacing:0;line-height:100%}.neuromito-max .tab-buttons li{width:50%;font-size:20px!important;background:#33352680!important;color:#fcfcfc!important;height:48px!important;text-align:center!important;padding:8px 15px!important;line-height:1.5;display:flex;justify-content:center;gap:8px;flex-direction:row;align-items:center;font-family:Inter,sans-serif;font-weight:400}.neuromito-max .tab-buttons li.tab-2s{border-top-right-radius:15px!important;border-bottom-right-radius:15px!important}.neuromito-max .tab-buttons li.tab-1s{border-top-left-radius:15px!important;border-bottom-left-radius:15px!important}.neuromito-max .tab-buttons li.tab-1s.active{border:2px solid #333526!important;background:#333526!important;color:#fcfcfc!important;border-radius:15px 0 0 15px!important;font-family:Inter,sans-serif;font-weight:500}.neuromito-max .tab-content,.neuromito-max .tab-content p{font-size:16px;color:#221c35!important;font-weight:500;font-family:Inter,sans-serif!important;line-height:150%}.neuromito-max .m-product-option--node{width:200px}.neuromito-max .m-main-product{margin-top:40px}body#m-theme.neuromito-max,.neuromito-max product-info{background:#e9f1ec}.neuromito-max .tab-buttons li.tab-2s.active{border:2px solid #333527!important;background:#333527!important;color:#fff!important;border-radius:0 15px 15px 0/0px 15px 15px 0px!important}.neuromito-max .tab-buttons li.tab-2s.active svg path{stroke:#fff}.neuromito-max .m-main-product--info{padding:0}.neuromito-max .tab-buttons{border-bottom:0!important}.neuromito-max li.tab-3{display:none}.neuromito-max .container-fluid{max-width:1488px}.neuromito-max .m-main-product--media{width:54%!important;padding-left:0}.neuromito-max .m-main-product--info{width:46%!important}.neuromito-max .m-product-option--button .m-product-option--node input:checked+label .tagtitle{background:transparent}.neuromito-max .m-product-option--button .m-product-option--node input{background:transparent!important;filter:none;border:1px solid #DDDDDD;border-radius:16px!important}.neuromito-max .m-product-option--button .m-product-option--node input:checked+label{background:transparent!important;filter:none;border:1px solid #333526!important;border-radius:16px!important}.neuromito-max .m-product-option--node__unavailable .m-product-option--node__label{opacity:1}.neuromito-max .m-product-option--content.m\:inline-flex.m\:flex-wrap{margin-top:0}.neuromito-max variant-picker .m-product-option--button .m-product-option--node__label{margin-bottom:10px!important;background:transparent!important;text-align:center;padding:13px!important}.neuromito-max .tagtitle{padding:0;background:transparent}.neuromito-max .metadvnc-features{justify-content:center;border-right:none;width:100%;gap:10px;border-radius:3px;align-items:center;margin-bottom:15px}.neuromito-max .servingss-mtsa{font-size:14px;color:#33352680;font-weight:700;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;margin-top:5px;margin-bottom:5px}.neuromito-max .servingss-mta{background:#33352633;color:#333526;font-size:14px;text-transform:uppercase;font-family:Inter,sans-serif;font-weight:600;padding:5px 8px;border-radius:30px;letter-spacing:0}.neuromito-max span.cstmVariTitle.metdvance_new_variants{width:100%;background:transparent;color:#555;padding:0;text-align:center;border-radius:0;margin:0 auto;font-size:16px;font-family:Inter,sans-serif;font-weight:600}.neuromito-max .my-rich-text .m-richtext__description.rte{margin-top:10px}.neuromito-max .my-rich-text a.m-button.m-button--primary{background:#333526;border-color:#333526;border-radius:20px}.neuromito-max a.see-all{background:#3335261a;border:1px solid #333526;color:#333526}.neuromito-max .my-faqs collapsible-tab.m-collapsible.is-expanded{background:#333527!important}.neuromito-max .mpromos-new.mpromos-new-1 h3.m-icon-box__heading.h4{color:#333526}.neuromito-max .misestone .main-headings{justify-content:center}.neuromito-max .misestone .m-custom-content__block-icon_card{width:20%}.neuromito-max #tavbser .container-full{background:#fdfff3}.neuromito-max td.actives{background:#333526;border-bottom:1px transparent dashed!important;border-right:1px transparent dashed!important}.neuromito-max th.ther.actives{color:#333526!important}.neuromito-max #tavbser table.tableel tr th:last-child,.neuromito-max #tavbser table.tableel tr td:last-child{display:none}.neuromito-max #tavbser table.tableel tr th,.neuromito-max #tavbser table.tableel tr td{width:25%}.neuromito-max td.tt-color{color:#333!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important}.neuromito-max .actives{color:#fff!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;padding:0 75px}.neuromito-max .single-heading .m-section__description{color:#555!important;font-size:20px;line-height:150%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important}.neuromito-max .single-heading .m-section__heading{color:#1e1e1e}.neuromito-max .m-product-option--button .m-product-option--node input:checked+label span.cstmVariTitle.metdvance_new_variants{color:#1e1e1e}.neuromito-max .m-product-option--button .m-product-option--node input:checked+label .servingss-mtsa{color:#333526}.neuromito-max .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:10px}.neuromito-max variant-picker .m-product-option--button .m-product-option--node__label{border:1px solid #ddd!important}.neuromito-max span.money{font-size:24px;color:#1e1e1e;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.neuromito-max del span.money{font-size:14px;color:#999;font-family:Inter,sans-serif;font-weight:600}.neuromito-max .cstmPrice del{color:#999!important}.neuromito-max span.mrp-inclusive-taxes-metadvance{font-size:14px;font-weight:500;font-family:Inter,sans-serif!important;color:#1e1e1e}.neuromito-max .mrp-inclusive{text-align:center}.neuromito-max .m-product-form--wrapper{flex-direction:column-reverse;align-items:flex-start;gap:10px}.neuromito-max .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:100%!important;margin-left:auto}.neuromito-max .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:100%;margin-top:0}.neuromito-max .shopify-payment-button__button.shopify-payment-button__button--unbranded{height:72px;border-radius:20px!important;background:#333526;border-color:#333526;font-size:18px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:#fcfcfc;box-shadow:none!important}.neuromito-max .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{background:#333526!important;border-color:#333526!important;opacity:.8}.neuromito-max .m-product-form .m-add-to-cart{position:relative;flex-grow:1;flex-shrink:1;width:100%;height:56px;border:1px solid #333526;border-radius:99px;font-size:18px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:#333526!important;box-shadow:none!important}.neuromito-max .m-product-form .m-add-to-cart:hover{background:transparent!important;color:#333526!important;border:1px solid #333526!important;opacity:.8}.neuromito-max .m-media-gallery__wrapper .m-product-media--slider__thumbnails{margin-top:0;position:absolute;bottom:20px;padding:0 20px;width:100%}.neuromito-max .m-media-gallery__wrapper .m-product-media--slider__thumbnails .swiper-slide.media-type-image.swiper-slide-visible.swiper-slide-active.swiper-slide-thumb-active{width:100px!important}.neuromito-max .m-media-gallery__wrapper .nav-swiper-container .m-product-media{padding:0;border:1px solid transparent;cursor:pointer;width:100px}.neuromito-max .m-media-gallery__wrapper .nav-swiper-container .swiper-slide-thumb-active .m-product-media{border:1px solid rgb(142 74 150)}.neuromito-max .m-media-gallery__wrapper .swiper-button-control{background-color:#904b98}.neuromito-max .promotionss{background:#1e1e1e}.neuromito-max .m-promotion__text{color:#fff;font-family:Inter,sans-serif;text-transform:uppercase;font-weight:600}.neuromito-max .m-promotion__icon svg{height:8px}.neuromito-max .m-main-product{margin-bottom:20px}.neuromito-max .m-main-product--wrapper{background:#c8cf991a;padding:15px;border-radius:20px}body#m-theme.neuromito-max [data-layout=horizontal] .m-image-comparison__button:after,body#m-theme.neuromito-max [data-layout=horizontal] .m-image-comparison__button:before{width:0;height:50%;left:50%;margin-left:-2.5px}.neuromito-max .m-section__heading{font-size:56px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%;letter-spacing:0}.neuromito-max .m-section__heading span{font-size:56px;color:#9d6fa4;font-family:Monarda_Regular!important;font-weight:400;line-height:120%}.neuromito-max .jdgm-rev-widg__summary .jdgm-star{color:#333526!important}.neuromito-max .jdgm-histogram .jdgm-star{color:#333526!important;font-size:24px!important}.neuromito-max .jdgm-row-rating span.jdgm-star{color:#333526!important}.neuromito-max .jdgm-histogram__bar{background:#33352633!important}.neuromito-max .my-rich-text p{color:#555;font-family:Inter,sans-serif!important;font-weight:500;font-size:16px;line-height:130%;letter-spacing:0}.neuromito-max .m-section__header{margin-bottom:25px}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1408px}.neuromito-max .coron .m-section__heading{color:#fff}.neuromito-max .w-full.m-section-my.m-section-py{margin:0 auto}.neuromito-max .misestone .container-full{padding-left:0;padding-right:0}.neuromito-max .workinger,.neuromito-max .workinger .m-color-default,.neuromito-max .another-texts,.neuromito-max .systemer,.neuromito-max .systemer .m-color-default,.neuromito-max .capsules,.neuromito-max .capsules .m-color-default,.neuromito-max .vuliniami,.neuromito-max .vuliniami .m-color-default{background:transparent}.neuromito-max .workinger .m-section__heading{font-size:32px;color:#8a934a;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;line-height:120%;letter-spacing:0}.neuromito-max .workinger .container-full{padding:0}.neuromito-max .workinger .m-section__description.rte{font-size:40px;color:#333526!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%;letter-spacing:0;text-transform:uppercase;max-width:1102px;margin-top:30px;margin-bottom:40px}.neuromito-max .workinger .m-section__header{margin:0 auto}.neuromito-max .workinger .m-section__description.rte span{color:#33352680}.neuromito-max .workinger a.m-button.m-button--primary{background:#333526;font-size:18px;display:flex;justify-content:center;width:240px;height:64px;align-items:center;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;border-radius:20px;gap:5px;box-shadow:none!important}.neuromito-max .workinger .m-richtext__button.content__button{justify-content:center;display:flex}.neuromito-max .another-texts .container{width:1046px}.neuromito-max .another-texts h2.m-richtext__title.h2{color:#333526;font-family:Inter,sans-serif!important;font-weight:600;font-size:32px;line-height:120%;letter-spacing:-.025em!important}.neuromito-max .another-texts p.m-richtext__subtitle{background:#7c80671a;color:#7c8067;font-size:14px;padding:8px 16px;border-radius:99px;display:inline-block;line-height:120%;letter-spacing:-.025em!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500}.neuromito-max .systemer .main-headings{justify-content:center}.neuromito-max .systemer .m-section__description{color:#555!important;font-family:Inter,sans-serif!important;font-weight:600;font-size:28px;line-height:120%;letter-spacing:-.025em!important;margin-top:20px}.neuromito-max .systemer .m-section__description span{color:#333!important}.neuromito-max .systemer .m-custom-content__block-image{margin:0 auto}.neuromito-max .capsules .container.m-section-my.m-section-py.m-custom-content__container{max-width:1280px;padding-left:0;padding-right:0}.neuromito-max .capsules .m-section__heading{font-size:32px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;line-height:150%;letter-spacing:-.025em!important}.neuromito-max .capsules .m-section__heading{font-size:32px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;line-height:150%;letter-spacing:-.025em!important;text-transform:uppercase}.neuromito-max .capsules .m-section__heading span{font-size:32px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;text-transform:uppercase;font-weight:700;font-style:italic;margin-right:5px}.neuromito-max .capsules ul{background:#3335261a;display:flex;gap:8px;width:auto;justify-content:center;align-items:center;padding:8px 16px;border-radius:99px;color:#333;font-family:Inter,sans-serif!important;font-weight:400;font-size:16px;line-height:150%;letter-spacing:-.025em!important;list-style:none!important;margin-top:0;text-transform:uppercase}.neuromito-max .capsules .main-headings{display:flex;width:100%;justify-content:center}.neuromito-max .capsules ul li{line-height:inherit}.neuromito-max .capsules ul li:before{content:"";height:8px;width:8px;background:#333526;display:inline-block;border-radius:100%;margin-right:10px;position:relative;top:-2px}.neuromito-max .capsules ul li:first-child:before{content:none!important}.neuromito-max .m-richtext__description.rte.m\:text-color-subtext.h6{display:inline-block}.neuromito-max .vuliniami .m-custom-content__block-icon_card_5{width:762px}.neuromito-max .vuliniami .m-custom-content__block-image{width:628px}.neuromito-max .vuliniami .container-fluid{max-width:1505px}.neuromito-max .cards-two,.neuromito-max .cards-three{display:flex;flex-wrap:nowrap;gap:15px}.neuromito-max .cards-two .icon-cards{width:50%;min-height:200px;padding:24px}.neuromito-max .cards-two{margin-bottom:15px}.neuromito-max .cards-three .icon-cards{width:33.33%;min-height:200px;padding:24px}.neuromito-max .cards-two .rong-tamasha h3,.neuromito-max .cards-three .rong-tamasha h3{font-size:24px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:100%;letter-spacing:0!important;font-weight:600}.neuromito-max .vuliniami a.btnrs_code{background:#333526;width:100%;display:block;margin-top:15px;border-radius:20px;color:#fcfcfc;font-size:18px;text-transform:uppercase;display:flex;justify-content:center;height:64px;align-items:center}.neuromito-max .vuliniami a.btnrs_code:hover{opacity:.8}.neuromito-max .vuliniami .icon-images{display:flex;justify-content:left}.neuromito-max .vuliniami .m-section__heading{color:#1e1e1e}.neuromito-max .vuliniami .m-section__description{font-family:Inter,sans-serif!important;font-weight:500;font-size:20px;line-height:150%;letter-spacing:-.025em!important;color:#555!important}.neuromito-max .actives{text-align:center}.neuromito-max .my-contents:before{background-image:url(/cdn/shop/files/line-5.png?v=1768984700)}.neuromito-b12 .healty-content:nth-child(2){top:-82px;left:66px}.neuromito-b12 .healty-content:first-child{top:0}.neuromito-b12 .my-contents:before{background-image:url(/cdn/shop/files/line-5.png?v=1768984700)}.neuromito-b12 .main-product__block.main-product__block-\@app{margin-top:10px!important}.neuromito-b12 .jdgm-prev-badge__text{visibility:unset;font-size:18px;color:#63671c}.neuromito-b12 .jdgm-preview-badge .jdgm-star.jdgm-star{color:#63671c;font-size:20px;margin-right:2px!important}.neuromito-b12 .main-product__block.main-product__block-text .m-product-text{font-size:20px!important;color:#555;font-family:InterDisplay-Medium;margin-top:10px}.neuromito-b12 .main-product__block .m-product-title{font-family:Plus Jakarta Sans,sans-serif!important;font-size:36px!important;color:#63671c!important;font-weight:600;letter-spacing:0;line-height:100%}.neuromito-b12 .tab-buttons li{width:50%;font-size:20px!important;background:#e1e66a80!important;color:#5b5b5b!important;height:48px!important;text-align:center!important;padding:8px 15px!important;line-height:1.5;display:flex;justify-content:center;gap:8px;flex-direction:row;align-items:center;font-family:Inter,sans-serif;font-weight:400}.neuromito-b12 .tab-buttons li.tab-2s{border-top-right-radius:15px!important;border-bottom-right-radius:15px!important}.neuromito-b12 .tab-buttons li.tab-1s{border-top-left-radius:15px!important;border-bottom-left-radius:15px!important}.neuromito-b12 .tab-buttons li.tab-1s.active{border:2px solid #E1E66A!important;background:#e1e66a!important;color:#63671c!important;border-radius:15px 0 0 15px!important;font-family:Inter,sans-serif;font-weight:500}.neuromito-b12 .tab-content,.neuromito-b12 .tab-content p{font-size:16px;color:#1d1f10!important;font-weight:500;font-family:Inter,sans-serif!important;line-height:150%}.neuromito-b12 .m-product-option--node{width:200px}.neuromito-b12 .m-main-product{margin-top:40px}body#m-theme.neuromito-b12,.neuromito-b12 product-info{background:#fffffb}.neuromito-b12 .tab-buttons li.tab-2s.active{border:2px solid #E1E66A!important;background:#e1e66a!important;color:#63671c!important;border-radius:0 15px 15px 0!important}.neuromito-b12 .tab-buttons li.tab-2s.active svg path{stroke:#63671c}.neuromito-b12 .m-main-product--info{padding:0}.neuromito-b12 .tab-buttons{border-bottom:0!important}.neuromito-b12 li.tab-3{display:none}.neuromito-b12 .container-fluid{max-width:1488px}.neuromito-b12 .m-main-product--media{width:54%!important;padding-left:0}.neuromito-b12 .m-main-product--info{width:46%!important}.neuromito-b12 .m-product-option--button .m-product-option--node input:checked+label .tagtitle{background:transparent}.neuromito-b12 .m-product-option--button .m-product-option--node input{background:transparent!important;filter:none;border:1px solid #DDDDDD;border-radius:16px!important}.neuromito-b12 .m-product-option--button .m-product-option--node input:checked+label{background:transparent!important;filter:none;border:1px solid #63671C!important;border-radius:16px!important}.neuromito-b12 .m-product-option--node__unavailable .m-product-option--node__label{opacity:1}.neuromito-b12 .m-product-option--content.m\:inline-flex.m\:flex-wrap{margin-top:0}.neuromito-b12 variant-picker .m-product-option--button .m-product-option--node__label{margin-bottom:10px!important;background:transparent!important;text-align:center;padding:13px!important}.neuromito-b12 .tagtitle{padding:0;background:transparent}.neuromito-b12 .baris{flex-direction:column;justify-content:center;align-items:center;text-align:center}.neuromito-b12 .swiper-heading{margin-bottom:0}.neuromito-b12 .text-2 p{color:#1e1e1e!important}.neuromito-b12 .text-2{align-items:baseline;width:475px!important;flex-direction:column!important;justify-content:center!important;text-align:center!important;margin-top:40px}.neuromito-b12 .mustakim-scrolling .m-promotion-testimonial p{color:#63671c}.neuromito-b12 .my-faqs collapsible-tab.is-expanded:after{background-color:#636723!important}.voir{margin-bottom:-25px!important;display:block}.neuromito-b12 h3.m-richtext__title.h2{font-size:32px;color:#63671c;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:400;letter-spacing:0;line-height:100%;text-transform:uppercase;font-style:italic}.neuromito-b12 h3.m-richtext__title.h2 b{font-weight:700;font-style:normal!important}.neuromito-b12 .workinger .m-custom-content__block-image{width:846px;margin:0 auto}.neuromito-max .workinger .container-full{width:1130px}.neuromito-max .vuliniami .m-custom-content__block-video_card{width:628px}.neuromito-max .vuliniami .m-custom-content__block-video_card m-video-component{height:494px}.neuromito-max .workinger .m-custom-content__wrapper{align-items:center}.neuromito-max .workinger a.m-button.m-button--primary{margin-top:50px}.neuromito-max .workinger m-video-component{height:400px!important;border-radius:20px!important}.neuromito-max .m-custom-content__block-video_card{width:315px}.neuromito-max .workinger .m-custom-content__block-image{width:415px}.neuromito-max .capsules .m-custom-content__block-image{width:1310px}.neuromito-max .systemerrss .m-custom-content__block-image{width:961px}.neuromito-b12 .metadvnc-features{justify-content:center;border-right:none;width:100%;gap:10px;border-radius:3px;align-items:center;margin-bottom:15px}.neuromito-b12 .servingss-mtsa{font-size:14px;color:#63671c80;font-weight:700;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;margin-top:5px;margin-bottom:5px}.neuromito-b12 .servingss-mta{background:#e1e66a33;color:#63671c;font-size:14px;text-transform:uppercase;font-family:Inter,sans-serif;font-weight:600;padding:5px 8px;border-radius:30px;letter-spacing:0}.sustainability .m-header__account path{stroke:#227235}.sustainability .m-cart-icon-bubble path.paths{stroke:#227235;fill:#227235}.sustainability .m-cart-icon-bubble .pathss{stroke:#227235}.contact .m-header__account path{stroke:#c94885}.contact .m-cart-icon-bubble path.paths{stroke:#c94885;fill:#c94885}.contact .m-cart-icon-bubble .pathss{stroke:#c94885}.policy .m-header__account path{stroke:#c94885}.policy .m-cart-icon-bubble path.paths{stroke:#c94885;fill:#c94885}.policy .m-cart-icon-bubble .pathss{stroke:#c94885}.neuromito-b12 span.cstmVariTitle.metdvance_new_variants{width:100%;background:transparent;color:#555;padding:0;text-align:center;border-radius:0;margin:0 auto;font-size:16px;font-family:Inter,sans-serif;font-weight:600}.neuromito-b12 .my-rich-text .m-richtext__description.rte{margin-top:10px}.neuromito-b12 .my-rich-text a.m-button.m-button--primary{background:#63671c;border-color:#63671c;border-radius:20px}.neuromito-b12 a.see-all{background:#ec75861a;border:1px solid #63671C;color:#63671c}.neuromito-b12 .my-faqs collapsible-tab.m-collapsible.is-expanded{background:#63671c!important}.m-mega-menu__inner{max-width:100%!important;margin:0 auto}.m-sub-menu__item>a{color:#000!important;background:transparent!important;padding:8px 0!important}.m-sub-menu__item>a:hover{color:#63671c!important;background:transparent!important;padding:8px 0!important}.neuromito-b12 a.m-header__wishlist svg{fill:#636723!important}.neuromito-b12 .m-hero__inner{padding-left:30px}.neuromito-b12 .doshon .m-hero__title{color:#333}.neuromito-b12 .misestone .m-section__description.rte{background:#7e69131a;display:inline-block;color:#7e6913!important;font-size:16px;line-height:120%;padding:8px 15px;border-radius:33px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif}.neuromito-b12 .doshon .m-hero__content{max-width:640px}.neuromito-b12 .buttenrs{justify-content:left}.neuromito-b12 .doshon .m-hero__text{color:#555!important}.neuromito-b12 .doshon .new-btner{background:#1e1e1e1a}.neuromito-b12 .misestone .main-headings{justify-content:center}.neuromito-b12 .misestone .m-custom-content__block-icon_card{width:20%}.neuromito-b12 #tavbser .container-full{background:#fdfff3}.neuromito-b12 td.actives{background:#e1e667;border-bottom:1px transparent dashed!important;border-right:1px transparent dashed!important}.neuromito-b12 th.ther.actives{color:#63671c!important}.neuromito-b12 #tavbser table.tableel tr th,.neuromito-b12 #tavbser table.tableel tr td{width:20%}.sovab{margin-top:15px}.neuromito-b12 td.tt-color{text-align:center;padding:0 15px}.neuromito-b12 #tavbser table.tableel tr{height:95px}.neuromito-b12 td.tt-color{color:#333!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important}.neuromito-b12 .actives{color:#63671c!important;font-size:18px;line-height:120%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;padding:0 15px}.neuromito-b12 .single-heading .m-section__description{color:#555!important;font-size:20px;line-height:150%;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important}.neuromito-b12 .single-heading .m-section__heading{color:#63671c}.m-media-gallery__wrapper .m-product-media--slider__navigation{display:none!important}.sovab p{color:#555;font-size:20px;font-family:Inter,sans-serif!important;font-weight:500;line-height:150%;letter-spacing:-.025em!important}.neuromito-b12 .m-product-option--button .m-product-option--node input:checked+label span.cstmVariTitle.metdvance_new_variants{color:#1e1e1e}.neuromito-b12 .m-product-option--button .m-product-option--node input:checked+label .servingss-mtsa{color:#63671c}.neuromito-b12 .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:10px}.neuromito-b12 variant-picker .m-product-option--button .m-product-option--node__label{border:1px solid #ddd!important}.neuromito-b12 span.money{font-size:24px;color:#1e1e1e;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.neuromito-b12 .systemerss .m-section__header{margin-bottom:50px}.neuromito-b12 del span.money{font-size:14px;color:#999;font-family:Inter,sans-serif;font-weight:600}.neuromito-b12 .cstmPrice del{color:#999!important}.neuromito-b12 span.mrp-inclusive-taxes-metadvance{font-size:14px;font-weight:500;font-family:Inter,sans-serif!important;color:#1e1e1e}.neuromito-b12 .mrp-inclusive{text-align:center}.neuromito-b12 .m-product-form--wrapper{flex-direction:column-reverse;align-items:flex-start;gap:10px}.neuromito-b12 .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:100%!important;margin-left:auto}.neuromito-b12 .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart{width:100%;margin-top:0}.neuromito-b12 .shopify-payment-button__button.shopify-payment-button__button--unbranded{height:72px;border-radius:20px!important;background:#e1e66a;border-color:#e1e66a;font-size:18px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:#63671c;box-shadow:none!important}.neuromito-b12 .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{background:#e1e66a!important;border-color:#e1e66a!important;color:#63671c!important;opacity:.8}.neuromito-b12 .m-product-form .m-add-to-cart{position:relative;flex-grow:1;flex-shrink:1;width:100%;height:56px;border:1px solid #63671C;border-radius:99px;font-size:18px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:#63671c!important;box-shadow:none!important}.neuromito-b12 .m-product-form .m-add-to-cart:hover{border:1px solid #63671C;color:#63671c!important;opacity:.8;background:transparent}.neuromito-b12 .m-media-gallery__wrapper .m-product-media--slider__thumbnails{margin-top:0;position:absolute;bottom:20px;padding:0 20px;width:100%}.neuromito-b12 .m-media-gallery__wrapper .m-product-media--slider__thumbnails .swiper-slide.media-type-image.swiper-slide-visible.swiper-slide-active.swiper-slide-thumb-active{width:100px!important}.neuromito-b12 .m-media-gallery__wrapper .nav-swiper-container .m-product-media{padding:0;border:1px solid transparent;cursor:pointer;width:100px}.neuromito-b12 .m-media-gallery__wrapper .nav-swiper-container .swiper-slide-thumb-active .m-product-media{border:1px solid rgb(142 74 150)}.neuromito-b12 .m-media-gallery__wrapper .swiper-button-control{background-color:#904b98}.neuromito-b12 .promotionss{background:#1e1e1e}.neuromito-b12 .m-promotion__text{color:#fff;font-family:Inter,sans-serif;text-transform:uppercase;font-weight:600}.neuromito-b12 .m-promotion__icon svg{height:8px}.neuromito-b12 .m-main-product{margin-bottom:20px}.neuromito-b12 .m-main-product--wrapper{background:#c8cf991a;padding:15px;border-radius:20px}body#m-theme.neuromito-b12 [data-layout=horizontal] .m-image-comparison__button:after,body#m-theme.neuromito-b12 [data-layout=horizontal] .m-image-comparison__button:before{width:0;height:50%;left:50%;margin-left:-2.5px}.jdgm-notification__title:before{text-align:center}.neuromito-b12 .m-section__heading{font-size:56px;color:#63671c;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%;letter-spacing:0}.neuromito-b12 .m-section__heading span{font-size:56px;color:#9d6fa4;font-family:Monarda_Regular!important;font-weight:400;line-height:120%}.neuromito-b12 .jdgm-rev-widg__summary .jdgm-star{color:#63671c!important}.neuromito-b12 .jdgm-histogram .jdgm-star{color:#63671c!important;font-size:24px!important}.jdgm-histogram__frequency{color:#222}.neuromito-b12 .jdgm-row-rating span.jdgm-star{color:#636723!important}.neuromito-b12 .jdgm-histogram__bar{background:#ec758633!important}.neuromito-b12 .my-rich-text p{color:#555;font-family:Inter,sans-serif!important;font-weight:500;font-size:16px;line-height:130%;letter-spacing:0}.neuromito-b12 .m-section__header{margin-bottom:25px}.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1408px}.neuromito-b12 .coron .m-section__heading{color:#fff}.neuromito-b12 .w-full.m-section-my.m-section-py{margin:0 auto}.neuromito-b12 .misestone .container-full{padding-left:0;padding-right:0}.neuromito-b12 .workinger,.neuromito-b12 .workinger .m-color-default,.neuromito-b12 .another-texts,.neuromito-b12 .systemer,.neuromito-b12 .systemer .m-color-default,.neuromito-b12 .capsules,.neuromito-b12 .capsules .m-color-default,.neuromito-b12 .vuliniami,.neuromito-b12 .vuliniami .m-color-default{background:transparent}.neuromito-b12 .workinger .m-section__heading{font-size:32px;color:#8a934a;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;line-height:120%;letter-spacing:0}.neuromito-b12 .workinger .container-full{padding:0}.neuromito-b12 .workinger .m-section__description.rte{font-size:40px;color:#333526!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%;letter-spacing:0;text-transform:uppercase;max-width:1102px;margin-top:30px;margin-bottom:40px}.neuromito-b12 .workinger .m-section__header{margin:0 auto}.neuromito-b12 .workinger .m-section__description.rte span{color:#33352680}.neuromito-b12 .workinger a.m-button.m-button--primary{background:#333526;font-size:18px;display:flex;justify-content:center;width:240px;height:64px;align-items:center;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600;border-radius:20px;gap:5px;box-shadow:none!important}.neuromito-b12 .workinger .m-richtext__button.content__button{justify-content:center;display:flex}.neuromito-b12 .another-texts .container{width:1046px}.neuromito-b12 .another-texts h2.m-richtext__title.h2{color:#333526;font-family:Inter,sans-serif!important;font-weight:600;font-size:32px;line-height:120%;letter-spacing:-.025em!important}.neuromito-b12 .another-texts p.m-richtext__subtitle{background:#7c80671a;color:#7c8067;font-size:14px;padding:8px 16px;border-radius:99px;display:inline-block;line-height:120%;letter-spacing:-.025em!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500}.neuromito-b12 .systemer .main-headings{justify-content:center}.neuromito-b12 .systemer .m-section__description{color:#1e1e1e!important;font-family:Inter,sans-serif!important;font-weight:600;font-size:28px;line-height:120%;letter-spacing:-.025em!important;margin-top:20px}.neuromito-b12 .systemer .m-section__description span{color:#333!important}.neuromito-b12 .systemer .m-custom-content__block-image{margin:0 auto;width:1118px}.neuromito-b12 .systemer.systemerss .m-custom-content__block-image{width:596px}.neuromito-b12 .systemer.systemerss .m-custom-content__block-image{margin-bottom:-160px}.neuromito-b12 .capsules .container.m-section-my.m-section-py.m-custom-content__container{max-width:1280px;padding-left:0;padding-right:0}.neuromito-b12 .text-2 p{font-size:12px!important;text-align:center;width:100%}.neuromito-b12 .text-2{width:100%;padding:0!important}.neuromito-b12 .capsules .m-section__heading{font-size:32px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;line-height:150%;letter-spacing:-.025em!important}.neuromito-b12 .capsules .m-section__heading{font-size:32px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;line-height:150%;letter-spacing:-.025em!important;text-transform:uppercase}.neuromito-b12 .capsules .m-section__heading span{font-size:32px;color:#333526;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;text-transform:uppercase;font-weight:700;font-style:italic}.neuromito-b12 .capsules ul{background:#3335261a;display:flex;gap:8px;width:auto;justify-content:center;align-items:center;padding:8px 16px;border-radius:99px;color:#333;font-family:Inter,sans-serif!important;font-weight:400;font-size:16px;line-height:150%;letter-spacing:-.025em!important;list-style:none!important;margin-top:0;text-transform:uppercase}.neuromito-b12 .capsules .main-headings{display:flex;width:100%;justify-content:center}.neuromito-b12 .capsules ul li{line-height:inherit}.neuromito-b12 .capsules ul li:before{content:"";height:8px;width:8px;background:#333526;display:inline-block;border-radius:100%;margin-right:10px;position:relative;top:-2px}.neuromito-b12 .capsules ul li:first-child:before{content:none!important}.neuromito-b12 .m-richtext__description.rte.m\:text-color-subtext.h6{display:inline-block}.neuromito-b12 .vuliniami .container-fluid{max-width:1505px}.neuromito-b12 .cards-two,.neuromito-b12 .cards-three{display:flex;flex-wrap:nowrap;gap:15px}.neuromito-b12 .cards-two .icon-cards{width:50%;min-height:200px;padding:24px}.neuromito-b12 .cards-two{margin-bottom:15px}.neuromito-b12 .cards-three .icon-cards{width:33.33%;min-height:200px;padding:24px}.neuromito-b12 .cards-two .rong-tamasha h3,.neuromito-b12 .cards-three .rong-tamasha h3{font-size:24px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:100%;letter-spacing:0!important;font-weight:600}.neuromito-b12 .vuliniami a.btnrs_code{background:#333526;width:100%;display:block;margin-top:15px;border-radius:20px;color:#fcfcfc;font-size:18px;text-transform:uppercase;display:flex;justify-content:center;height:64px;align-items:center}.neuromito-b12 .vuliniami .icon-images{display:flex;justify-content:left}.neuromito-b12 .vuliniami .m-section__heading{color:#1e1e1e}.neuromito-b12 .vuliniami .m-section__description{font-family:Inter,sans-serif!important;font-weight:500;font-size:20px;line-height:150%;letter-spacing:-.025em!important;color:#555!important}.neuromito-b12 .actives{text-align:center}.neuromito-b12 .vuliniami .m-section__heading{color:#63671c}.neuromito-b12 .vuliniami .m-section__description{color:#7f690f!important}.neuromito-b12 .vuliniami .main-headings{justify-content:center}.neuromito-b12 .icon-cards.icon-cards_5{display:none}.neuromito-b12 .cards-three .icon-cards{width:50%}.neuromito-b12 a.btnrs_code{display:none!important}.neuromito-b12 .vuliniami .m-custom-content__block-icon_card_5,.neuromito-b12 .vuliniami .m-custom-content__block-image{width:50%}.neuromito-b12 .swiper-section-image{background:#e1e66a!important}.neuromito-b12 .swiper-section-heading{color:#63671c!important}.neuromito-b12 .passings p{line-height:130%!important;color:#63671c!important;width:616px!important}.neuromito-b12 .swiper-section-image .swiper-slide .para-2{font-size:24px;margin-bottom:0}.neuromito-b12 .pagi-btn .swiper-button-next,.neuromito-b12 .pagi-btn .swiper-button-prev{background:#63671c33}.neuromito-b12 .pagi-btn .swiper-button-prev path,.pagi-btn .swiper-button-prev path,.neuromito-b12 .pagi-btn .swiper-button-next path{stroke:#63671c!important}.neuromito-b12 section.swiper-cards-section{background:#e1e673!important}.neuromito-max .workinger a.m-button.m-button--primary:hover{opacity:.8}.neuromito-b12 .swiper-heading{font-size:96px!important;color:#63671c!important}.my-policy-head .container.m-section-my.m-section-py{background:#c948851a;max-width:1408px;padding:150px 0 30px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:108px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:120%;letter-spacing:0!important;font-weight:400;color:#c94885}.policy_head a.doc-nav-link{color:#555;font-size:16px;font-family:Inter,sans-serif!important;font-weight:400;line-height:120%;letter-spacing:-.025em!important;padding:8px 0!important}.policy_head .doc-nav-link:hover,.policy_head .doc-nav-link.active{background-color:transparent;opacity:1;font-weight:500;color:#1e1e1e;font-family:Inter,sans-serif!important}.policy_head.documentation-wrapper{max-width:1408px;padding:80px 0;gap:296px}.policy_head .doc-section h2{font-weight:400;color:#333;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.policy_head .doc-section h4{font-size:24px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:120%;letter-spacing:0!important;font-weight:600;color:#1e1e1e;margin-bottom:20px;margin-top:70px}.policy_head .doc-section p{font-weight:400;color:#333;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-size:20px}.policy_head .doc-section ul li{font-weight:400;color:#333;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-size:20px;margin-bottom:20px}.policy_head .doc-section ul li strong{font-weight:600}.policy_head .doc-section ul{margin:20px 0 0;padding-left:20px;list-style:disc}.policy_head h5{font-weight:600;color:#333;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-size:20px;margin-bottom:20px}span.for-svg{display:flex;align-items:center;gap:10px}.policy_head .doc-section{margin-bottom:80px;scroll-margin-top:120px;border-bottom:1px solid #DDDDDD;padding-bottom:80px}.policy_head .doc-section h3{font-size:32px;color:#c94885;text-decoration:underline;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%;letter-spacing:0!important;font-weight:700;margin-bottom:-20px!important}.policy_head .doc-section ul.different{margin:20px 0 0;padding-left:60px!important;list-style:none!important}.policy_head .doc-section ul.different li{background:#c948851a;padding:12px 20px;width:max-content;border-radius:12px;font-weight:500;color:#9b3766;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-size:20px}.policy_head .doc-section ul.different li span{display:flex;align-items:center;gap:8px}section#ingredients{border-bottom:0;padding-bottom:0;margin-bottom:0}.contact .policy_head .doc-section h4 span{display:flex;align-items:center;gap:10px}.contact .doc-sidebar,.contact .doc-section{display:none}.contact section#overview{width:835px;margin:0 auto;left:140px;position:relative;display:block}.conta-test .container.m-section-my.m-section-py{width:835px;background:#c948851a;border-radius:20px;padding:24px;margin:0 auto;position:relative;left:140px}.conta-test h2.m-richtext__title.h2{font-size:24px;color:#c94885;font-family:Plus Jakarta Sans,sans-serif!important;line-height:120%;letter-spacing:0!important;font-weight:600;text-transform:uppercase}.conta-test .m-richtext__description.rte p{font-weight:400;color:#333;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-size:20px}.about-us .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:104px}img.pro-imgs{position:absolute;bottom:33px;right:5px}.about-us .container-fluid.m-section-my.m-section-py{padding-left:0;padding-right:0;max-width:1408px}.about-us .flex-rich .m-richtext{display:flex;justify-content:space-between}.about-us .flex-rich .m-richtext__description.rte{width:895px;margin-top:0}.about-us .flex-rich h2.m-richtext__title.h2{font-size:28px;line-height:100%;color:#1e1e1e;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600}.about-us .flex-rich .m-richtext__description.rte p{font-weight:400;color:#333;font-family:Inter,sans-serif!important;line-height:120%;letter-spacing:-.025em!important;font-size:20px}.about-us .flex-rich .m-richtext__description.rte p strong{font-weight:600}.about-us .flex-rich .m-richtext__description.rte h4{font-weight:600;color:#1e1e1e;font-family:Inter,sans-serif!important;line-height:120%;letter-spacing:-.025em!important;font-size:20px;text-transform:uppercase;margin-top:0}.my-ing-texts .container-fluid.m-section-my.m-section-py .m-color-default,.only-imager .container-fluid.m-section-my.m-section-py .m-color-default{background:transparent}.my-ing-texts .container-fluid.m-section-my.m-section-py{background:#c94885;padding:40px 98px;border-radius:20px}.my-ing-texts h2.m-section__heading.h3{font-size:56px;font-family:Plus Jakarta Sans,sans-serif!important;color:#fcfcfc;font-weight:700;line-height:100%;letter-spacing:0!important}.my-ing-texts h3.m-richtext__title.h2{font-size:32px;font-family:Plus Jakarta Sans,sans-serif!important;color:#fcfcfc;font-weight:600;line-height:100%;letter-spacing:0!important}.my-ing-texts .m-richtext__description p{font-weight:400;color:#fcfcfc;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-size:20px}.onlys-text h2.m-richtext__title.h2{font-size:56px;font-family:Plus Jakarta Sans,sans-serif!important;color:#c94885;font-weight:400;line-height:120%;letter-spacing:0!important}.onlys-text h2.m-richtext__title.h2 b{font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;font-style:italic}.onlys-text .container.m-section-my.m-section-py{max-width:1254px;padding-left:0;padding-right:0}.onlys-text .m-richtext__description p{font-weight:400;color:#1e1e1e;font-family:Inter,sans-serif!important;line-height:100%;letter-spacing:-.025em!important;font-size:24px}.onlys-text .m-richtext__description.rte{display:flex;justify-content:flex-end}.onlys-text a.m-button.m-button--primary{background:#c94885;box-shadow:none!important;border-color:#c94885;font-size:18px;color:#fcfcfc;height:64px;border-radius:20px;display:flex;width:max-content;justify-content:center;align-items:center;gap:5px;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600}.onlys-text .m-richtext__button{justify-content:center;display:flex}.onlys-text .m-richtext__subtitle{font-weight:400;color:#555;font-family:Inter,sans-serif!important;line-height:100%;letter-spacing:-.025em!important;font-size:16px;margin-top:20px}.only-imager .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:1080px;background:#c948851a;padding:16px;border-radius:20px}.sustainability .my-policy-head .container.m-section-my.m-section-py{background:#2272351a}.sustainability .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:104px;color:#227235}.health-text .m-richtext__description.rte p{width:1192px;font-family:Plus Jakarta Sans,sans-serif!important;font-size:40px;line-height:100%;font-weight:700;color:#1e933a80;letter-spacing:0}.health-text .m-richtext__description.rte p strong{color:#1e933a}.sustainability .swiper-section-image .swiper-slide{border-radius:0;padding:0;background:transparent!important}.sustainability .swiper-slide img{max-width:100%;height:auto;margin-bottom:0}.sustainability .passings{width:672px!important}.sustainability .swiper-section-image .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{border-left:1px solid #D1D1D1;padding-left:40px;width:703px!important}.sustainability .passings p{line-height:120%;color:#555;width:100%}.sustainability .swiper-section-image{background:transparent;width:1408px;margin:0 auto;border-top-left-radius:20px;border-top-right-radius:20px;padding:0 0 80px}.sustainability .swiper-section-heading{color:#1e1e1e}.sustainability .pagi-btn .swiper-button-prev,.sustainability .pagi-btn .swiper-button-next{background:#1e1e1e1a}.sustainability .pagi-btn .swiper-button-prev svg path,.sustainability .pagi-btn .swiper-button-next svg path{stroke:#1e1e1e!important}.sustainability .my-ing-texts .container-fluid.m-section-my.m-section-py{background:#227235;padding:40px 98px;border-radius:20px;width:1408px}.text-imgrses h2.m-section__heading.h3,.misestone-22 h2.m-section__heading.h3,.nidnaabe h2.m-section__heading.h3{font-family:Plus Jakarta Sans,sans-serif!important;font-size:56px!important;line-height:120%!important;font-weight:700!important;color:#1e1e1e!important;letter-spacing:0!important}.misestone-22 .m-section__description{font-family:Plus Jakarta Sans,sans-serif!important;font-size:20px!important;line-height:100%!important;font-weight:600!important;color:#555!important;letter-spacing:0!important;margin-top:25px;margin-bottom:20px}.text-imgrses .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:1280px;padding-left:0;padding-right:0}.text-imgrses p{font-size:32px;color:#1e933a;font-family:Plus Jakarta Sans,sans-serif!important;line-height:100%!important;padding:0 52px;font-weight:400!important}.text-imgrses p strong{font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700!important}.text-imgrses .m-section__header.m\:text-center{margin-bottom:0}.premodhara .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:1360px;padding-left:0;padding-right:0}.premodhara h3.m-richtext__title.h2{font-size:20px;color:#555;font-weight:500;font-family:Inter,sans-serif!important;line-height:120%;letter-spacing:-.025em!important;text-transform:uppercase}.bepanas .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:1199px;padding-left:0;padding-right:0}.bepanas .icon-images{display:flex;justify-content:left}.bepanas .icon-cards{border-radius:20px;padding:16px;height:160px;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.bepanas .rong-tamasha p{font-weight:400}.bepanas .rong-tamasha p b{font-weight:600}.my-ing-texts-2 .m-custom-content__block-image{padding:0}.my-ing-texts-2 .m-custom-content__wrapper.m\:flex.m\:flex-wrap{padding:0 46px}.my-ing-texts-2 .m-custom-content__block-text.evens{padding-left:0!important;padding-right:80px!important}.my-ing-texts-2 .m-custom-content__block-text.odd{padding-left:80px!important;padding-right:0!important}.misestone-22 .container-full.m-section-my.m-section-py.m-custom-content__container{max-width:1408px;padding-right:0;padding-left:0}.misestone-22 .m-custom-content__block-icon_card{width:25%}.misestone-22 .icon-images{display:flex;justify-content:left}.misestone-22 .main-headings{justify-content:center}.nidnaabe .m-section__description{font-size:32px;color:#1e933a;font-family:Plus Jakarta Sans,sans-serif!important;line-height:120%!important;padding:0 52px;font-weight:400!important}.nidnaabe .m-section__description b{font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700!important}.nidnaabe .container-full.m-section-my.m-section-py.m-custom-content__container{width:1390px;padding-left:0;padding-right:0}.nidnaabe .m-section__header{display:flex;flex-direction:column-reverse;gap:60px}.nidnaabe h2.m-section__heading.h3{color:#1e933a!important;padding:0 30px}.science-template .my-policy-head .container.m-section-my.m-section-py{background:#1e1e1e1a}.science-template .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:104px;color:#1e1e1e}.text-link-section{width:1408px;margin:0 auto;display:flex;justify-content:center;padding:40px 0;gap:20px}a.text-link-section__item{font-family:Plus Jakarta Sans,sans-serif!important;padding:16px 24px;border-radius:16px;font-size:20px;line-height:100%;font-weight:600}.science-template .container-fluid.m-section-my.m-section-py{width:1360px;padding-right:0;padding-left:0}.image-w-text .m-richtext__description p{font-size:20px;color:#333;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.image-w-text .m-richtext__description p strong{font-weight:600}.image-w-text .m-image-with-text__image{width:715px}.image-w-text .m-image-with-text__content{width:676px}.image-w-text .m-image-with-text__inner{align-items:flex-start}.image-w-text .m-section__header{margin-bottom:20px}.science-template .swiper-section-image3 .container-fluid.m-section-my.m-section-py .swiper-container{width:100%;padding-right:0;padding-left:0;overflow:inherit;max-width:100%}.science-template .swiper-section-image3 img{width:100%}.science-template .swiper-section-image3 .passings{width:1360px;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.science-template .swiper-section-image3 .swiper-section-heading,.text-11 h3.m-richtext__title.h2,.monerbagane h2.m-section__heading.h3,.text-11 h2.m-richtext__title.h2{font-family:Plus Jakarta Sans,sans-serif!important;font-size:40px!important;line-height:120%!important;font-weight:700!important;color:#1e1e1e!important;letter-spacing:0!important}.monerbagane .m-section__header{margin-bottom:20px}.text-112 h2.m-richtext__title.h2{font-family:Plus Jakarta Sans,sans-serif!important;font-size:40px!important;line-height:120%!important;font-weight:700!important;color:#1e1e1e!important;letter-spacing:0!important}.text-112 .m-richtext__description:nth-child(2){margin-bottom:80px!important}.text-12-texts{width:1004px;margin:0 auto 40px}.text-12-texts h3.m-richtext__title.h2{color:#333526!important}.text-13 .text-12-texts .m-custom-content__block-inner .m-richtext{background:transparent;padding:0;border-radius:0}.shantos .m-richtext__description:nth-child(2){margin-bottom:50px!important}.science-template .swiper-section-image3 .passings p{font-size:16px;color:#555;font-weight:500;font-family:Inter,sans-serif!important;line-height:120%;letter-spacing:-.025em!important}.text-11 .m-richtext__description.rte p{font-size:20px;color:#333;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.text-11 .m-richtext__description.rte p strong{font-weight:600}.text-12 h2.m-richtext__title.h2{color:#333526!important}.text-12 p.m-richtext__subtitle{font-size:24px;font-family:Plus Jakarta Sans,sans-serif!important;color:#1e1e1e;font-weight:500;line-height:120%;letter-spacing:0}.text-12 .container-fluid.m-section-my.m-section-py{width:1004px}.text-13 .m-custom-content__block-inner .m-richtext{background:#f0f0f0;padding:24px;border-radius:20px}.text-13 h3.m-richtext__title.h2{font-size:28px;font-weight:600;color:#1e1e1e;line-height:150%;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0}.text-13 .m-richtext__description p,.text-13 .m-richtext__description ul li{font-size:20px;color:#333;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.text-13 .m-richtext__description strong{font-weight:600}.text-13 .m-richtext__description ul li{padding-bottom:20px}.text-13 img{margin:0 auto}.text-14 h2.m-section__heading.h3,.text-15 .headingsser h3.m-richtext__title.h2{font-family:Plus Jakarta Sans,sans-serif!important;font-size:40px!important;line-height:150%!important;font-weight:700!important;color:#1e1e1e!important;letter-spacing:0!important;text-transform:uppercase}.text-15 .headingsser .m-richtext{background:transparent!important;padding:0!important}.text-15 .headingsser h3.m-richtext__title.h2,.text-15 h2.m-section__heading.h3{text-transform:capitalize}.text-15 .rong-tamasha h3{font-family:Plus Jakarta Sans,sans-serif!important;font-size:24px!important;line-height:100%!important;font-weight:600!important;letter-spacing:0!important}.text-14 h3.m-richtext__title.h2{font-family:Plus Jakarta Sans,sans-serif!important;font-size:28px!important;line-height:150%!important;font-weight:600!important;color:#1e1e1e!important;letter-spacing:0!important;display:flex;align-items:center;gap:15px}.text-14 .m-section__description.rte{font-size:24px;color:#333;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.text-14 .m-richtext__description p,.text-14 .m-richtext__description ul li{font-size:20px;color:#333;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.text-14 .m-richtext__description{margin-top:10px!important}.text-14 .m-richtext__description ul{padding-left:20px!important}.text-14 .m-richtext__description ul li{padding-bottom:20px}.text-15 .rong-tamasha p{font-size:20px;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.text-15 .rong-tamasha{height:100%;display:flex;flex-direction:column;justify-content:space-between}.text-16 .icon-cards{padding:40px;height:auto}.text-16 .rong-tamasha p{font-size:20px;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.text-16 .rong-tamasha p span{display:block;margin-top:25px!important}.text-16 .rong-tamasha h3{font-family:Plus Jakarta Sans,sans-serif!important;font-size:28px!important;line-height:100%!important;font-weight:600!important;letter-spacing:0!important}.text-16 .rong-tamasha h3 span{background:#fcfcfc1a;padding:8px 16px;font-size:16px;border-radius:99px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%!important;font-weight:600!important;letter-spacing:0!important;margin-left:12px}.new-image-w-text.image-w-text h2.m-section__heading.h3{font-size:40px;color:#1e1e1e!important}.new-image-w-text.image-w-text .m-image-with-text__image,.new-image-w-text.image-w-text .m-image-with-text__content{width:696px}.image-w-text h2.m-section__heading.h3{font-family:Plus Jakarta Sans,sans-serif!important;font-size:56px!important;line-height:120%!important;font-weight:700!important;color:#333526!important;letter-spacing:0!important}.text-12.text-18 .container-fluid.m-section-my.m-section-py{width:1360px}.text-28 .rong-tamasha h3{margin-bottom:20px}.text-28 .m-richtext__description{margin-top:0!important}.text-13.monerbagane .m-custom-content__block-inner .m-richtext{background:#f3f4ed;padding:24px;border-radius:20px}.text-13.monerbagane img{margin-top:20px}.text-13.monerbagane .m-custom-content__block-inner .m-richtext:last-child{margin-top:20px}.new-image-w-text1.image-w-text h2.m-section__heading.h3{color:#7d43bc!important}.new-image-w-text1.image-w-text .m-richtext__description ul li{font-size:20px;color:#333;font-weight:400;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;padding-bottom:20px}.text-13 .m-richtext__description ul{padding-left:20px!important}.monerbagane1.text-13 h3.m-richtext__title.h2{font-size:24px;color:#723dad}.monerbagane1.text-13.monerbagane .m-custom-content__block-inner .m-richtext{background:#f6f3fb;padding:24px;border-radius:20px}.monerbagane1.text-13 .m-richtext__description p,.monerbagane1.text-13 .m-richtext__description ul li{color:#7d43bc}.monerbagane1.text-13.monerbagane .m-custom-content__block-inner .m-richtext:last-child{margin-top:0}.monerbagane1.text-13.monerbagane .mar-bottom{margin-bottom:20px}.firstsd .m-richtext{height:416px;display:flex;flex-direction:column;justify-content:space-between}.monerbagane1 h2.m-section__heading.h3,.image-w-text h3.m-richtext__title.h2{font-family:Plus Jakarta Sans,sans-serif!important;font-size:40px!important;line-height:120%!important;font-weight:700!important;color:#1e1e1e!important;letter-spacing:0!important}.image-w-text h3.m-richtext__title.h2{margin-bottom:-30px!important;margin-top:30px}.shantos.new-image-w-text.image-w-text h2.m-section__heading.h3,.shantos h2.m-richtext__title.h2{font-size:28px!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:600!important;color:#1e1e1e!important}.shantos.new-image-w-text.image-w-text h2.m-section__heading.h3 span,.shantos h2.m-richtext__title.h2 span{background:#e8e8e8;padding:8px 16px;border-radius:33px;font-size:16px;margin-left:10px;font-family:Plus Jakarta Sans,sans-serif!important;vertical-align:middle;font-weight:600!important}.top-morgind{margin-top:-50px}.text-11.shantos .keblas h3.m-richtext__title.h2{font-size:28px!important;font-weight:600!important;color:#1e1e1e!important;line-height:150%!important;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0!important}.tahiduls{margin-top:30px}.shantos .tahiduls .m-richtext__description:nth-child(2){margin-bottom:20px!important}.ginipigs{margin-top:-50px}.shantos .keblas h3.m-richtext__title.h2 span{background:#1e1e1e1a;padding:8px 16px;border-radius:33px;font-size:16px;margin-left:10px;font-family:Plus Jakarta Sans,sans-serif!important;vertical-align:middle;font-weight:600!important}.m-account__navigation{border-right:0!important;background:#c94885;padding:20px!important;border-radius:20px;width:492px!important;height:436px;position:relative}.m-account__navigation a{font-size:22px;color:#fcfcfc!important;background:transparent;padding:16px;border-radius:20px;font-weight:500;font-family:Inter,sans-serif!important}.m-account__navigation a.active{background:#fcfcfc3b;padding:16px;border-radius:20px}.m-account__navigation a:last-child{padding:15px 38px;border:1px solid #fff;text-align:center;border-radius:20px;position:absolute;bottom:20px;width:92%;left:20px;right:20px;font-size:18px;text-transform:uppercase;color:#fff;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700!important}.m-page-header.m-page-header--template-account,.m-page-header.m-page-header--template-addresses{text-align:left;padding-top:80px;padding-bottom:30px}.m-page-header.m-page-header--template-account h1.m-page-header__title,.m-page-header.m-page-header--template-addresses h1.m-page-header__title{font-size:32px;font-family:Plus Jakarta Sans,sans-serif!important;color:#1e1e1e;font-weight:600}.template-account nav.m-breadcrumb.m\:w-full,.template-addresses nav.m-breadcrumb.m\:w-full{display:none}.m-account__content{padding-left:40px!important}.m-customer-info a.m-button.m-button--primary,button.m-customer__add-new-btn.m-button.m-button--primary,button.m-customer__edit-btn.m-button.m-button--primary,.template-addresses .m-customer__action .m-button.m-button--primary{background:#c94885;border:1px solid #C94885;padding:15px 38px;font-family:Plus Jakarta Sans,sans-serif!important;font-size:18px;text-transform:uppercase;font-weight:600;box-shadow:none!important}.m-account__title{font-size:24px;line-height:1.333;font-weight:600;margin-bottom:30px;color:#1e1e1e;font-family:Plus Jakarta Sans,sans-serif!important}.m-account__greeting{margin-bottom:40px;font-size:20px;color:#333;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500}.m-customer-info__field{font-size:20px;color:#1e1e1e;font-weight:400;font-family:Inter,sans-serif!important}.m-customer__form-delete button.m-button.m-button--secondary,.template-addresses button.m-customer__cancel-edit-btn.m-button.m-button--secondary{border:1px solid #1e1e1e;padding:15px 38px;font-family:Plus Jakarta Sans,sans-serif!important;font-size:18px;text-transform:uppercase;font-weight:600;box-shadow:none!important}.m-customer__form-delete button.m-button.m-button--secondary:hover,.template-addresses button.m-customer__cancel-edit-btn.m-button.m-button--secondary:hover{background:#c94885;border:1px solid #C94885;padding:15px 38px;font-family:Plus Jakarta Sans,sans-serif!important;font-size:18px;text-transform:uppercase;font-weight:600;box-shadow:none!important}.m-account .m-customer-info__field>div:last-child{color:#333}.template-addresses .form-field--label{margin-bottom:5px;display:block;font-size:16px;color:#333;font-weight:400;font-family:Inter,sans-serif!important}.template-account .notification.success{background-color:#c9478526!important;color:#333!important;border-radius:20px}.mobo-display{display:none!important}.image-over-text .m-richtext.m-image-card__content-inner{background:#fcfcfc0d;padding:24px;border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.image-over-text .m-richtext__description p{font-size:20px;color:#fcfcfc;font-weight:300;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.image-over-text .m-richtext__description p strong{font-weight:600;font-family:Inter,sans-serif!important}.science-template section#tavbser{width:1408px;margin:0 auto}.science-template #tavbser .container-full{background:transparent;border-radius:0;padding:0}.science-template .table-scroll-mobile{background:#7d43bc1a;border-radius:20px;padding:40px}.science-template td.actives{background:transparent;border-bottom:inherit!important;border-right:inherit!important;border-bottom:1px #1E1E1E33 dashed!important;border-left:1px #1E1E1E33 dashed}.science-template th.ther:last-child{display:none!important}.science-template td.fourths.tt-color:last-child{display:none!important}.science-template #tavbser table.tableel tr th,.science-template #tavbser table.tableel tr td{width:25%}.science-template #tavbser table.tableel tr td{color:#333!important;font-size:18px!important;line-height:120%!important;letter-spacing:-.025em!important;font-weight:500;font-family:Inter,sans-serif!important;padding-left:15px;padding-right:15px;justify-content:center!important;text-align:center}.science-template #tavbser table.tableel tr th{color:#7d43bc!important;font-size:24px!important;line-height:120%;letter-spacing:-.025em!important;font-weight:600;font-family:Inter,sans-serif!important}.science-template #tavbser .m-section__heading{font-size:40px!important;font-weight:700!important;color:#1e1e1e!important;line-height:120%!important;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0!important}.science-template #tavbser .sovab p{color:#333;font-size:20px;font-family:Inter,sans-serif!important;font-weight:400;line-height:150%;letter-spacing:-.025em!important}.science-template .sovab{width:70%;margin:15px auto 0}.science-template #tavbser table.tableel tr th{padding:0 15px}.science-template #tavbser table.tableel tr{height:120px}.science-template #tavbser .sovab.sovab22 p{font-weight:500;font-size:16px}.science-template .sovab.sovab22{width:60%;margin:30px auto 0;text-align:center}.text-14 .back-color h3.m-richtext__title.h2{background:#c2cf371a;display:inline-flex;padding:12px 24px;border-radius:99px}.image-w-text.seshdari .m-image-with-text__image,.image-w-text.seshdari .m-image-with-text__content{width:696px}.image-w-text.seshdari h2.m-section__heading.h3{color:#b0b445!important}.formulass .m-section__header{width:100%;display:flex;justify-content:space-between;margin-bottom:30px}.formulass h2.m-section__heading.h3{font-size:40px!important;font-weight:700!important;color:#1e1e1e!important;line-height:120%!important;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0!important}.formulass .m-section__description{color:#555;font-size:16px;font-family:Inter,sans-serif!important;font-weight:500;line-height:120%;letter-spacing:-.025em!important}.andaban .m-richtext{background:#bac01b1a;padding:40px;border-radius:20px}.andaban .mar-bottom{margin-bottom:20px}.andaban h3.m-richtext__title.h2{color:#1e1e1e!important;font-size:24px!important;font-family:Inter,sans-serif!important;font-weight:600!important;line-height:150%;letter-spacing:-.025em!important}.shantos .andaban .m-richtext__description:nth-child(2){margin-bottom:0!important}.maarvubon .m-section__header{display:flex;justify-content:space-between;width:100%;align-items:flex-end}.text-14.maarvubon .m-section__description.rte{font-size:16px;color:#555;font-weight:600;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important;font-style:italic}.text-cards .m-richtext{background:#c2cf371a;padding:12px 24px;border-radius:99px;margin-top:40px}.mys-slisders .swiper-pagination .m-dot:after{border:0;width:4px;height:45px;border-radius:99px;background:#ffffff1a}.mys-slisders .swiper-pagination .m-dot{width:4px;height:45px;margin:10px 0!important}.mys-slisders .swiper-pagination .m-dot--active:after{background:#fff}.mys-slisders .swiper-pagination .m-dot:before{content:none}.mys-promos .container.m-section-my.m-section-py{width:946px;background:#fff;padding:12px 20px;border:1px solid #FFFFFF;border-radius:20px;margin-top:-64px;position:relative;z-index:9;box-shadow:0 1px 0 1px #ddd}.mys-promos .m-icon-box--horizontal .m-icon-box__icon{margin-right:0!important}.mys-promos h3.m-icon-box__heading.h4{font-size:18px;font-weight:700;color:#1e1e1e;line-height:140%;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0}.mys-promos .m-icon-box__description p{font-size:14px;font-weight:500;color:#1e1e1e;line-height:140%;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0}.mys-promos .m-icon-box__inner{align-items:center}.udashis .container.m-section-my.m-section-py{width:878px;padding-left:0;padding-right:0}.udashis h2.m-richtext__title.h2{display:flex;font-size:40px;font-weight:600;line-height:170%;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:-.025em!important;justify-content:center;align-items:center}.udashis h2.m-richtext__title.h2:nth-child(2){flex-direction:column;text-align:left;justify-content:flex-start;align-items:baseline}.udashis h2.m-richtext__title.h2:nth-child(2) span{display:flex;align-items:center}.udashis h2.m-richtext__title.h2:nth-child(3){flex-direction:column;text-align:left;justify-content:flex-start;align-items:baseline}.udashis h2.m-richtext__title.h2:nth-child(3) span{display:flex;align-items:center}.udashis .m-richtext__title{transition:color .4s ease;color:#cecece!important}.bahaduri .m-image-card__img{border-radius:40px}.bahaduri .m-richtext.m-image-card__content-inner{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column-reverse}.bahaduri a.m-richtext__button.m-button.m-button--white{font-size:20px;text-transform:uppercase;border-radius:16px;padding:12px 30px;font-family:Plus Jakarta Sans,sans-serif!important;line-height:150%;letter-spacing:0!important;font-weight:600;box-shadow:none!important;display:flex;align-items:center;gap:10px;color:#1e1e1e!important}.bahaduri a.m-richtext__button.m-button.m-button--white:hover{color:#1e1e1e!important;background:#fff!important;opacity:.8}.bahaduri p,.bahaduri ul li{color:#f0f0f0;margin-top:20px!important;font-weight:600;font-size:14px;text-transform:uppercase;font-family:Inter,sans-serif!important;line-height:100%;letter-spacing:1.2px!important}.bahaduri ul{margin-top:0!important}.bahaduri ul li{display:inline-block;border-left:1px solid #f0f0f0;padding:0 8px}.bahaduri ul li:first-child{border-left:0}.udashis .m-richtext__title.is-active{color:#1e1e1e!important}.udashis .m-richtext{overscroll-behavior:contain}.udashis img{height:51px}.bahaduri .container-full.m-section-my.m-section-py.m-custom-content__container{width:1408px;padding-left:0;padding-right:0}.bahaduri .main-headings{display:flex;width:100%;justify-content:center}.bahaduri h2.m-section__heading.h3{font-size:36px;font-weight:700;color:#1e1e1e;line-height:100%;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:0!important}.bahaduri .m-section__description{font-size:20px;color:#333;font-weight:500;font-family:Inter,sans-serif!important;line-height:150%;letter-spacing:-.025em!important}.bahaduri .m-section__header{margin-bottom:25px}.bahaduri .poors.m-custom-content__block{width:auto;margin:0 auto}.bahaduri a.m-button.m-button--primary{color:#fcfcfc;text-transform:uppercase;display:flex;font-size:20px;font-weight:700;line-height:150%;font-family:Plus Jakarta Sans,sans-serif!important;background:#1e1e1e;border-radius:20px;padding:16px 38px;align-items:center;gap:10px;box-shadow:none!important}.bahaduri a.m-button.m-button--primary:hover{opacity:.8}.globalss .container-full.m-section-my.m-section-py.m-custom-content__container{padding-left:0;padding-right:0}.globalss .m-image-card__img{border-radius:0}.globalss h3.m-richtext__title.m-image-card__heading.h2{color:#fff;font-size:56px;font-weight:700;line-height:150%;font-family:Plus Jakarta Sans,sans-serif!important;letter-spacing:-.025em!important}.globalss h3.m-richtext__title.m-image-card__heading.h2 span{color:#555;display:block;width:100%}.globalss{position:relative}.songs{width:486px;position:absolute;bottom:120px;left:40px;padding:0}.m-menu__item--mega .m-sub-menu--level-1{display:none}.m-menu__item--mega .m-mega-menu{background:#1e1e1e80;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:0!important;border-radius:0 0 20px 20px;margin-top:0}.m-mega-active .m-header__desktop{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.m-mega-active .m-header__bg{opacity:1;background:#1e1e1e80;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.swiper-slides.m\:column{width:33.33%;padding:24px;border-left:1px solid #FFFFFF66}.swiper-slides.m\:column:first-child{border-left:0}.m-mega-menu__content{width:100%;padding-left:0;flex:auto}.m-menu__item--has-submenu .m-mega-menu__content{padding-left:0;background:#be1f65b2;border-radius:12px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:16px!important;display:flex}.m-menu__item--mega .m-mega-menu__inner{padding:20px!important}.m-mega-banner__title{font-size:20px!important;font-weight:700!important;color:#fff!important;line-height:140%;font-family:Plus Jakarta Sans,sans-serif!important;margin-top:-15px}.m-mega-banner__description{color:#fff!important;font-size:14px!important;margin-top:8px;font-weight:500!important;line-height:140%!important;font-family:Plus Jakarta Sans,sans-serif!important}.m-mega-banner{height:100%;position:relative;width:33.33%;padding:24px;border-left:1px solid #FFFFFF66}.m-mega-banner__image{overflow:hidden;width:84px;font-family:Plus Jakarta Sans,sans-serif!important;margin-left:-30px}.m-mega-banner:first-child{border-left:0}.m-mega-menu__container{padding:0!important}.swiper-wrapperss{display:flex}.m-header__overlay{opacity:0!important}.transparent-on-top .m-logo__image-transparent{display:flex!important}.transparent-on-top .m-logo__image-default{display:none!important}.m-header__dropdown-bg{background:transparent!important}.m-header__bg{transition:inherit;background:transparent}.songs .m-richtext__description p{color:#fff;font-size:20px;line-height:150%;font-weight:500;font-family:Inter,sans-serif!important;letter-spacing:-.025em!important}.songs a.m-button.m-button--primary{font-weight:600;font-size:18px;line-height:150%;display:flex;background:#fff;color:#1e1e1e;border-radius:20px;padding:14px 20px;align-items:center;gap:5px;box-shadow:none}.songs .m-richtext__button.content__button{width:auto!important;display:flex}.swiper.mySwiper.swiper-cards.swiper-3d.swiper-initialized.swiper-vertical.swiper-watch-progress{position:absolute;bottom:200px;right:40px}.bahaduri .m-custom-content__block-inner{position:relative}.mySwiper,.mySwiper .swiper-slide,.mySwiper .slide-content{transform:rotate(180deg)}.mySwiper .swiper-slide{background-color:#ffffff26;transition-duration:0ms;backdrop-filter:blur(46px);-webkit-backdrop-filter:blur(46px);border-radius:20px}.dual-con{display:flex;justify-content:space-between;align-items:center;border-bottom:1.5px solid #FFFFFF0D;box-shadow:0 0 #00000040;padding-bottom:15px;margin-bottom:10px}.dual-con h4{color:#ccc;font-size:20px;font-weight:400;line-height:100%;letter-spacing:0;font-family:Plus Jakarta Sans,sans-serif!important}.card .slide-content h2{font-size:32px!important;font-weight:600!important;color:#fff!important;font-family:Plus Jakarta Sans,sans-serif!important;line-height:100%!important;letter-spacing:0!important}.dual-con p{display:flex;align-items:center;gap:5px;font-size:20px;text-transform:capitalize!important;font-weight:500;margin-top:0!important;font-family:Inter,sans-serif!important;line-height:100%;letter-spacing:0!important;color:#52d755}.globalss .m-image-card__heading span{color:#555}.globalss .m-image-card__heading span.is-active{color:#fff!important}.songs a.m-button.m-button--primary:hover{opacity:.7}.swiper-section-image52 .swiper-button-next,.swiper-section-image52 .swiper-button-prev{color:transparent}.reel-app .container.m-section-my{max-width:1408px;padding:0}.quinn_card_story_container.svelte-1o6p5d6{width:335px!important}.svelte-nq3wdf{width:100%!important}p.svelte-1rxewty{display:none!important}.svelte-nq3wdf{width:100%!important;height:480px!important;border-radius:20px!important;padding-top:10px!important}div.svelte-nq3wdf{border-radius:20px!important;box-shadow:none!important;border:0!important}.quinn_video_wrapper.svelte-nq3wdf{height:540px!important;padding:0!important;background:transparent!important;width:350px!important}.quinn-swiper-slide .svelte-nq3wdf{padding-top:0!important}.quinn-swiper-slide div{background:transparent!important}.quinn_video-container.svelte-jk0m5r video.svelte-jk0m5r{border-radius:20px!important}.quinn_card_loading{background-color:transparent!important}.jhamelarkaj .m-custom-content__container{background:#c14377;width:1408px;border-radius:40px;padding:0 0 30px!important;height:880px;position:relative;margin-top:150px}.m-slider{height:100vh;min-height:100svh}.m-slider .swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events,.m-slider .container-full,m-slideshow,.m-slide,.m-slide__media{height:100%!important}.jhamelarkaj .m-gradient.m-color-default{background:transparent;height:100%}.jhamelarkaj .m-custom-content__wrapper{overflow:hidden;display:flex;height:100%;flex-direction:column;justify-content:flex-end}.jhamelarkaj .m-custom-content__block-scrolling_marquee{width:100%}.jhamelarkaj .marquee-item{color:#faf7f9b2;font-weight:700!important;line-height:150%;font-family:Plus Jakarta Sans,sans-serif!important}.jhamelarkaj .single-women.m-custom-content__block-image{position:absolute;bottom:0;left:-22%;z-index:999}.jhamelarkaj .single-women [style*=--aspect-ratio]:before{padding-top:calc(126% / (.0001 + var(--aspect-ratio, 16 / 9)))}.jhamelarkaj .line-img.m-custom-content__block-image{position:absolute;bottom:0;left:0;z-index:999;padding:0}.fixed-top{position:absolute;top:40px;right:40px;width:880px;z-index:9999999}.fixed-top .m-richtext h3.m-richtext__title.h2{font-family:BenzGroteskHeavy!important;color:#fff;text-transform:uppercase;font-size:120px;font-weight:850;line-height:80%;letter-spacing:-.025em!important}.fixed-top a.m-button.m-button--white{color:#1e1e1e;font-weight:600!important;line-height:150%;font-family:Plus Jakarta Sans,sans-serif!important;font-size:20px;display:flex;align-items:center;gap:8px;padding:12px 30px;border-radius:20px;margin-bottom:40px;box-shadow:none!important}.fixed-top a.m-button.m-button--white:hover{color:#1e1e1e;background:#fff!important;opacity:.7}.fixed-top .m-richtext__button.content__button{width:auto!important;display:inline-block}.fixed-top .m-richtext p{font-size:14px;font-weight:500;line-height:150%;color:#fcfcfc;font-family:Inter,sans-serif!important;letter-spacing:0!important}.fixed-top .mar-bottom.m-richtext p{font-size:24px;font-weight:600;width:540px;margin-right:0;margin-left:auto;line-height:130%;color:#fcfcfc;font-family:Inter,sans-serif!important;letter-spacing:-.025em!important}.mobo-dis{display:none!important}.reel-app h2.m-section__heading.h3{font-size:36px;line-height:120%;color:#1e1e1e;font-weight:700;letter-spacing:0;font-family:Plus Jakarta Sans,sans-serif!important}.reel-app h2.m-section__heading.h3 span{color:#c14377}.reel-app .m-section__header.m\:text-center{margin-bottom:20px;margin-top:40px}.m-slide__bg video{height:1150px!important}.m-header .m-cart-icon-bubble{margin-left:20px}.second-border .marqu-1,.second-border .marqu-2,.second-border .marqu-3{border:2px solid #FAF7F9B2;padding:2px 24px;border-radius:24px}.jdgm-widget .jdgm-verified-checkmark{display:none}.rparine .m-custom-content__block-inner{background:#c94885;border-radius:12.5px;padding:24px;height:468px;display:flex;flex-direction:column;justify-content:space-between}.rparine .m-richtext.higibiji{display:flex;flex-direction:row-reverse;align-items:center;gap:40px}.rparine img.firsy-img{position:relative;margin:0 auto;top:40px}.jhor{width:131px}.rparine .m-richtext.higibiji .m-richtext__description.rte.m\:text-color-subtext.h6{width:70%}.rparine h3.m-richtext__title.h2{font-size:32px;color:#fcfcfc;text-transform:uppercase;font-weight:700;line-height:100%;letter-spacing:0;font-family:Plus Jakarta Sans,sans-serif!important;margin-bottom:30px}.rparine h4{font-size:24px;font-weight:600;color:#fcfcfc;line-height:100%;font-family:Inter,sans-serif!important;letter-spacing:-.025em!important;margin-bottom:10px!important}.rparine p{font-size:20px;color:#fcfcfc;font-weight:400;line-height:100%;letter-spacing:0;font-family:Plus Jakarta Sans,sans-serif!important;margin-top:0!important}.rparine .m-richtext.higibiji p{font-size:24px;color:#fcfcfc;font-weight:500;line-height:150%;letter-spacing:0;font-family:Plus Jakarta Sans,sans-serif!important;margin-bottom:0}.rparine .m-richtext.higibiji{margin-bottom:-43px}@keyframes colorChange{0%{color:#555}to{color:#fff}}@media(min-width:1600px)and (max-width:1899px){.swiper-section-image52 .pagi-btn{right:-25px!important}}@media(min-width:1500px)and (max-width:1599px){.m-product-option--content{width:100%!important}.swiper-section-image52 .pagi-btn{right:0!important}}@media(min-width:1440px)and (max-width:1499px){.regencore .m-main-product .container-fluid,.neuromito-b12 .m-main-product .container-fluid{max-width:1358px!important;padding:0!important}.neuromito-b12 .m-product-option--node{width:197px}.jhamelarkaj .m-custom-content__container{width:1408px}#quinn-lite-cards-1.quinn_cards{padding:10px 0!important}.neuromito-max .actives{padding:0 40px}.swiper-section-image52 .pagi-btn{right:12px!important}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1408px}.neuromito-max .m-main-product .container-fluid{max-width:1358px!important;padding:0!important}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py,.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py{width:1408px}.m-product-option--content{width:100%!important}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5{margin-bottom:-1px!important}.neuromito-max .vuliniami .container-fluid{max-width:1430px}.neuromito-max .vuliniami .container-fluid{max-width:1400px;padding:0}.neuromito-max .vuliniami .m-custom-content__block-icon_card_5{width:787px}.neuromito-b12 .vuliniami .container-fluid{max-width:1430px}.neuromito-b12 .vuliniami .container-fluid{max-width:1400px;padding:0}.neuromito-b12 .vuliniami{margin:50px 0}.m-slide__bg video{height:865px!important}}@media(min-width:1416px)and (max-width:1439px){.my-policy-head .container.m-section-my.m-section-py{max-width:1380px}.regencore .promotionss,.neuromito-b12 .promotionss,.neuromito-max .promotionss{background:#1e1e1e;width:1380px;margin:0 auto}#image-toggle-image_toggle_mxFFRC .toggle-switch{right:53px!important}.swiper-section-image52 .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{width:100%!important}.swiper-section-image52 .pagi-btn{right:20px!important}.m-custom-content__block-image_toggle{width:477px}.jhamelarkaj .m-custom-content__container{width:1380px}.bahaduri .container-full.m-section-my.m-section-py.m-custom-content__container{max-width:1380px}m-header.m-header{max-width:1380px}.sustainability .swiper-section-image{width:1380px}.science-template section#tavbser{width:1360px;margin:0 auto}.premodhara .container-fluid.m-section-my.m-section-py.m-custom-content__container,.sustainability .my-ing-texts .container-fluid.m-section-my.m-section-py{width:1380px}.misestone-22 .container-full.m-section-my.m-section-py.m-custom-content__container{max-width:1380px}.m-footer--middle .container{width:1360px}.policy_head.documentation-wrapper,.about-us .container-fluid.m-section-my.m-section-py{max-width:1380px}.regencore .m-main-product .container-fluid{max-width:1335px!important;padding:0!important}.neuromito-b12 .vuliniami{margin:50px 0}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1370px}.neuromito-max .m-main-product .container-fluid{max-width:1335px!important;padding:0!important}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py{width:1370px}.neuromito-b12 .m-main-product .container-fluid{max-width:1335px!important;padding:0!important}.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py{width:1370px}.image-card-112{width:1030px}.misestone .m-custom-content__block-icon_card{width:242px}.m-product-option--content{width:100%!important}.regencore-section .icon-cards{height:260px}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5{margin-bottom:-1px!important}.neuromito-max .vuliniami .container-fluid{max-width:1375px;padding:0}.neuromito-max .actives{padding:0 40px}.neuromito-b12 .vuliniami .container-fluid{max-width:1375px;padding:0}.neuromito-b12 .actives{padding:0 40px}.misestone-22 .m-custom-content__block-icon_card{width:25%!important}.m-slide__bg video{height:850px!important}}@media(min-width:1400px)and (max-width:1415px){.my-policy-head .container.m-section-my.m-section-py{max-width:1350px}.regencore .promotionss,.neuromito-b12 .promotionss,.neuromito-max .promotionss{background:#1e1e1e;width:1360px;margin:0 auto}#image-toggle-image_toggle_mxFFRC .toggle-switch{right:53px!important}.science-template section#tavbser{width:1360px;margin:0 auto}.m-custom-content__block-image_toggle{width:475px;padding-right:0;padding-left:14px}.m-footer--middle .container{width:1360px}m-header.m-header{max-width:1360px}.jhamelarkaj .m-custom-content__container{width:1360px}.reel-app .container.m-section-my{max-width:1370px}.jhamelarkaj .m-custom-content__container{margin-top:100px}.swiper-section-image52 .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{width:100%!important}.swiper-section-image52 .pagi-btn{right:20px!important}.bahaduri .container-full.m-section-my.m-section-py.m-custom-content__container{width:1360px}.sustainability .swiper-section-image,.premodhara .container-fluid.m-section-my.m-section-py.m-custom-content__container,.sustainability .my-ing-texts .container-fluid.m-section-my.m-section-py{width:1350px}.misestone-22 .container-full.m-section-my.m-section-py.m-custom-content__container{max-width:1350px}.about-us .container-fluid.m-section-my.m-section-py{padding-left:0;padding-right:0;max-width:1350px}.policy_head.documentation-wrapper{max-width:1350px}.my-ing-texts .container-fluid.m-section-my.m-section-py{padding:40px 70px!important}.about-us .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:86px}.regencore .m-main-product .container-fluid{max-width:1315px;padding:0}.neuromito-b12 .vuliniami{margin:50px 0}section.swiper-cards-section{width:100%!important}.baris,.swiper-section-image{width:100%!important}.neuromito-max .actives{padding:0 30px}.neuromito-max .vuliniami .m-custom-content__block-icon_card_5{width:751px}.neuromito-max .vuliniami .container-fluid{max-width:1364px;padding:0}.neuromito-max .m-main-product .container-fluid{max-width:1315px;padding:0}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py{width:1365px}.neuromito-max .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}.neuromito-b12.actives{padding:0 30px}.neuromito-b12 .vuliniami .container-fluid{max-width:1364px;padding:0}.neuromito-b12 .m-main-product .container-fluid{max-width:1315px;padding:0}.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py{width:1365px}.neuromito-b12 .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5{margin-bottom:-1px!important}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1365px}.image-card-112{width:1025px}.regencore-section .icon-cards{height:255px}.misestone .m-custom-content__block-icon_card{width:241px}.m-product-option--content{width:100%!important}.regencore .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}body#m-theme.neuromito-b12 m-footer.m-footer{padding:15px}span.m-footer__copyright{width:80%}.m-footer--block-custom_text p{font-size:13px}.misestone-22 .m-custom-content__block-icon_card{width:25%!important}.nidnaabe .container-full.m-section-my.m-section-py.m-custom-content__container{width:1350px}.text-link-section{width:1360px}.m-slide__bg video{height:840px!important}}@media(min-width:1240px)and (max-width:1399px){.my-policy-head .container.m-section-my.m-section-py{max-width:1150px}.swiper-section-image52 .pagi-btn{right:20px!important}#image-toggle-image_toggle_mxFFRC .toggle-switch{right:51px!important}.swiper-section-image52 .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{width:100%!important}.coron .m-custom-content__block-image_card_3{width:58.3%}.m-custom-content__block-image_toggle{width:472px}.bahaduri .container-full.m-section-my.m-section-py.m-custom-content__container{width:1150px}m-header.m-header{max-width:1160px}.m-slide__bg video{height:720px!important}.jhamelarkaj .m-custom-content__container{width:1160px}.reel-app .container.m-section-my{max-width:1170px}.jhamelarkaj .m-custom-content__container{margin-top:100px}.text-13 .m-richtext__description p,.text-13 .m-richtext__description ul li,.text-14 .m-richtext__description p,.text-14 .m-richtext__description ul li{font-size:16px}.monerbagane1.text-13 h3.m-richtext__title.h2{font-size:20px}.firstsd .m-richtext{height:368px}.text-11 .m-richtext__description.rte p{font-size:17px}.science-template section#tavbser{width:1150px}.science-template #tavbser table.tableel tr th{font-size:20px!important}.science-template #tavbser table.tableel tr td{font-size:16px!important}.image-w-text .m-richtext__description p{font-size:17px!important}.text-14 h2.m-section__heading.h3,.text-15 .headingsser h3.m-richtext__title.h2{font-size:30px!important}.text-14 h3.m-richtext__title.h2{font-size:24px!important}.text-13 h3.m-richtext__title.h2{font-size:24px}.policy_head.documentation-wrapper{max-width:1150px;gap:100px}.text-link-section{width:1150px}.image-w-text .m-image-with-text__image{width:591px!important}.image-w-text .m-richtext__description p{font-size:18px}.image-w-text .m-image-with-text__content{width:591px!important}.science-template .container-fluid.m-section-my.m-section-py{width:1150px;padding-right:0;padding-left:0}.science-template .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:80px}.nidnaabe .container-full.m-section-my.m-section-py.m-custom-content__container{width:1150px;padding-left:0;padding-right:0}.misestone-22 .m-custom-content__block-icon_card{width:25%!important}.about-us .container-fluid.m-section-my.m-section-py{max-width:1150px}.sustainability .swiper-section-image,.premodhara .container-fluid.m-section-my.m-section-py.m-custom-content__container,.sustainability .my-ing-texts .container-fluid.m-section-my.m-section-py{width:1150px}.misestone-22 .container-full.m-section-my.m-section-py.m-custom-content__container{max-width:1150px}.about-us .flex-rich .m-richtext__description.rte{width:700px}.my-ing-texts .container-fluid.m-section-my.m-section-py{padding:40px}.onlys-text .container.m-section-my.m-section-py{max-width:1150px}.onlys-text h2.m-richtext__title.h2{font-size:50px}.regencore .m-main-product .container-fluid{max-width:1115px;padding:0}.m-footer--middle .container{max-width:100%}.m-footer--middle.m-gradient{padding:0 15px}.m-footer--middle .m-footer--block ul li a{font-size:14px!important}.m-footer--block-custom_text p{font-size:10px}span.m-footer__copyright{width:98%}.neuromito-b12 .m-product-option--content{gap:7px!important}.neuromito-b12 .m-product-option--node,.neuromito-max .m-product-option--node{width:169px!important}.neuromito-b12 #tavbser table.tableel tr{height:126px}.neuromito-max .capsules .container.m-section-my.m-section-py.m-custom-content__container{max-width:1160px;padding-left:0;padding-right:0}.neuromito-max .vuliniami .container-fluid{max-width:100%}.neuromito-max .vuliniami .m-custom-content__block-icon_card_5{width:630px}.neuromito-max .vuliniami .m-custom-content__block-image{width:555px}.neuromito-max .cards-two .rong-tamasha h3,.neuromito-max .cards-three .rong-tamasha h3{font-size:14px}.neuromito-max .actives{padding:0 20px}.neuromito-max .m-main-product .container-fluid{max-width:1115px;padding:0}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py{width:1165px}.neuromito-b12 .capsules .container.m-section-my.m-section-py.m-custom-content__container{max-width:1160px;padding-left:0;padding-right:0}.neuromito-b12 .vuliniami .container-fluid{max-width:100%}.neuromito-b12 .vuliniami .m-custom-content__block-image{width:555px}.neuromito-b12 .cards-two .rong-tamasha h3,.neuromito-b12 .cards-three .rong-tamasha h3{font-size:14px}.neuromito-b12 .actives{padding:0 20px}.neuromito-b12 .m-main-product .container-fluid{max-width:1115px;padding:0}.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py{width:1165px}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5{margin-bottom:-1px!important}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1165px}.image-card-112{width:850px}.image-card-113{width:330px}.regencore-section .icon-cards{height:227px}.misestone .m-custom-content__block-image{width:313px}.regencore-section .image-card-113 .icon-cards{height:183px}.misestone .m-custom-content__block-icon_card{width:216px}.rong-tamasha p{font-size:16px}.my-faqs collapsible-tab.m-collapsible.is-expanded .m-collapsible--content{padding:20px 24px}.jdgm-rev.jdgm-divider-top.jdgm--done-setup{width:45%}.m-product-option--content{width:100%!important}.regencore .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}.regencore .m-product-option--node{width:169px}.regencore span.money,.regencore-section .rong-tamasha h3{font-size:18px}.m-scrolling-promotion-section .container-full{padding:10px 0}section.swiper-cards-section{width:1180px}.neuromito-b12 .m-product-option--node{width:198px}.neuromito-b12 .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}.m-slide__bg video{height:740px!important}.card-stack{width:475px!important;height:100px!important;bottom:195px!important}.card:nth-child(2){top:-22px!important}.card:nth-child(3){top:-44px!important}.neuromito-max .vuliniami .m-custom-content__block-video_card{width:555px}.about-us .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:84px}.regencore .promotionss,.neuromito-b12 .promotionss,.neuromito-max .promotionss{background:#1e1e1e;width:1160px;margin:0 auto}.m-footer--middle .container:before{left:0!important}.swiper-section-image{width:100%!important;border-radius:0!important}.neuromito-max .servingss-mta{font-size:12px}.neuromito-max .m-product-option--node{width:167px!important}section.swiper-cards-section{width:100%!important}.baris{width:100%!important}.swiper-heading{font-size:80px!important}}@media(min-width:1200px)and (max-width:1239px){.my-policy-head .container.m-section-my.m-section-py{max-width:1150px}.bepanas .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:1160px;padding-left:0;padding-right:0}.swiper-section-image{width:100%!important;border-radius:0!important}.neuromito-max .servingss-mta{font-size:12px}.neuromito-max .m-product-option--node{width:167px!important}.regencore .promotionss,.neuromito-b12 .promotionss,.neuromito-max .promotionss{background:#1e1e1e;width:1160px;margin:0 auto}.about-us .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:84px}.neuromito-max .vuliniami .m-custom-content__block-video_card{width:555px}section.swiper-cards-section{width:100%!important}#image-toggle-image_toggle_mxFFRC .toggle-switch{right:51px!important}.coron .m-custom-content__block-image_card_3{width:58.3%}.m-custom-content__block-image_toggle{width:472px}.card-stack{width:475px!important;height:100px!important;bottom:195px!important}.card:nth-child(2){top:-22px!important}.card:nth-child(3){top:-44px!important}.swiper-section-image52 .pagi-btn{right:20px!important}.swiper-section-image52 .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{width:100%!important}.bahaduri .container-full.m-section-my.m-section-py.m-custom-content__container{width:1150px}m-header.m-header{max-width:1160px}.m-slide__bg video{height:720px!important}.jhamelarkaj .m-custom-content__container{width:1160px}.reel-app .container.m-section-my{max-width:1170px}.jhamelarkaj .m-custom-content__container{margin-top:100px}.text-13 .m-richtext__description p,.text-13 .m-richtext__description ul li,.text-14 .m-richtext__description p,.text-14 .m-richtext__description ul li{font-size:16px}.monerbagane1.text-13 h3.m-richtext__title.h2{font-size:20px}.firstsd .m-richtext{height:368px}.text-11 .m-richtext__description.rte p{font-size:17px}.science-template section#tavbser{width:1150px}.science-template #tavbser table.tableel tr th{font-size:20px!important}.science-template #tavbser table.tableel tr td{font-size:16px!important}.image-w-text .m-richtext__description p{font-size:17px!important}.text-14 h2.m-section__heading.h3,.text-15 .headingsser h3.m-richtext__title.h2{font-size:30px!important}.text-14 h3.m-richtext__title.h2{font-size:24px!important}.text-13 h3.m-richtext__title.h2{font-size:24px}.policy_head.documentation-wrapper{max-width:1150px;gap:100px}.text-link-section{width:1150px}.image-w-text .m-image-with-text__image{width:591px!important}.image-w-text .m-richtext__description p{font-size:18px}.image-w-text .m-image-with-text__content{width:591px!important}.science-template .container-fluid.m-section-my.m-section-py{width:1150px;padding-right:0;padding-left:0}.science-template .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:80px}.nidnaabe .container-full.m-section-my.m-section-py.m-custom-content__container{width:1150px;padding-left:0;padding-right:0}.misestone-22 .m-custom-content__block-icon_card{width:25%!important}.about-us .container-fluid.m-section-my.m-section-py{max-width:1150px}.sustainability .swiper-section-image,.premodhara .container-fluid.m-section-my.m-section-py.m-custom-content__container,.sustainability .my-ing-texts .container-fluid.m-section-my.m-section-py{width:1150px}.misestone-22 .container-full.m-section-my.m-section-py.m-custom-content__container{max-width:1150px}.about-us .flex-rich .m-richtext__description.rte{width:700px}.my-ing-texts .container-fluid.m-section-my.m-section-py{padding:40px}.onlys-text .container.m-section-my.m-section-py{max-width:1150px}.onlys-text h2.m-richtext__title.h2{font-size:50px}.regencore .m-main-product .container-fluid{max-width:1115px;padding:0}.m-footer--middle .container{max-width:100%}.m-footer--middle.m-gradient{padding:0 15px}.m-footer--middle .m-footer--block ul li a{font-size:14px!important}.m-footer--block-custom_text p{font-size:10px}span.m-footer__copyright{width:98%}.neuromito-b12 .m-product-option--content{gap:7px!important}.neuromito-b12 .m-product-option--node,.neuromito-max .m-product-option--node{width:169px!important}.neuromito-b12 #tavbser table.tableel tr{height:126px}.neuromito-max .capsules .container.m-section-my.m-section-py.m-custom-content__container{max-width:1160px;padding-left:0;padding-right:0}.neuromito-max .vuliniami .container-fluid{max-width:100%}.neuromito-max .vuliniami .m-custom-content__block-icon_card_5{width:630px}.neuromito-max .vuliniami .m-custom-content__block-image{width:555px}.neuromito-max .cards-two .rong-tamasha h3,.neuromito-max .cards-three .rong-tamasha h3{font-size:14px}.neuromito-max .actives{padding:0 20px}.neuromito-max .m-main-product .container-fluid{max-width:1115px;padding:0}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py{width:1165px}.neuromito-b12 .capsules .container.m-section-my.m-section-py.m-custom-content__container{max-width:1160px;padding-left:0;padding-right:0}.neuromito-b12 .vuliniami .container-fluid{max-width:100%}.neuromito-b12 .vuliniami .m-custom-content__block-image{width:555px}.neuromito-b12 .cards-two .rong-tamasha h3,.neuromito-b12 .cards-three .rong-tamasha h3{font-size:14px}.neuromito-b12 .actives{padding:0 20px}.neuromito-b12 .m-main-product .container-fluid{max-width:1115px;padding:0}.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py{width:1165px}.my-faqs collapsible-tab.m-collapsible.is-expanded h3.m-collapsible--button.h5{margin-bottom:-1px!important}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:1165px}.image-card-112{width:850px}.image-card-113{width:330px}.regencore-section .icon-cards{height:227px}.misestone .m-custom-content__block-image{width:313px}.regencore-section .image-card-113 .icon-cards{height:183px}.misestone .m-custom-content__block-icon_card{width:216px}.rong-tamasha p{font-size:16px}.my-faqs collapsible-tab.m-collapsible.is-expanded .m-collapsible--content{padding:20px 24px}.jdgm-rev.jdgm-divider-top.jdgm--done-setup{width:45%}.m-product-option--content{width:100%!important}.regencore .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}.regencore .m-product-option--node{width:169px}.regencore span.money,.regencore-section .rong-tamasha h3{font-size:18px}.m-scrolling-promotion-section .container-full{padding:10px 0}section.swiper-cards-section{width:1180px}.swiper-heading{font-size:70px!important}.m-footer--middle .container:before{left:0!important}.baris{width:100%!important}.neuromito-b12 .m-product-option--node{width:198px}.neuromito-b12 .m-product-option--content.m\:inline-flex.m\:flex-wrap{gap:7px}}@media(min-width:992px)and (max-width:1190px){.neuromito-b12 .m-product-option--node{width:174px}}@media only screen and (max-width:767px){.mys-slisders.m-slider--adapt .m-slide__media{height:655px!important}m-header.m-header{width:100%;margin:0 auto;padding:0}.mobo-hide{display:none!important}.mobo-dis{display:flex!important}.bahaduri .container-full.m-section-my.m-section-py.m-custom-content__container{width:100%;padding-left:15px;padding-right:15px}.my-policy-head .container.m-section-my.m-section-py{max-width:100%;padding:60px 0 20px;border-bottom-left-radius:0;border-bottom-right-radius:0}.policy_head.documentation-wrapper{max-width:100%;padding:40px 16px;gap:20px}.doc-nav-list{display:flex;flex-wrap:wrap;gap:8px;flex-direction:column}.my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:64px}.regencore .m-main-product .container-fluid{max-width:100%;padding:0 15px}.regencore .container-full,.regencore .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:100%}.regencore .m-main-product--media{width:100%!important;padding-left:15px;padding-right:15px}.m-sticky-addtocart{width:100%;bottom:50px!important}.regencore .m-main-product--wrapper{padding:15px 0;border-radius:0;margin:0 -15px}.regencore .m-main-product{margin-top:0}.m-product-media .m-image{height:600px}.m-product-media [style*=--aspect-ratio]:before{padding-top:calc(150% / (.0001 + var(--aspect-ratio-mobile, var(--aspect-ratio, 16 / 9))))}.m-media-gallery__wrapper .m-product-media--slider__navigation{display:none!important}.m-product-media--desktop .swiper-pagination{width:100%;margin-top:0;position:absolute;bottom:10px}.m-product-media--desktop .swiper-pagination .swiper-pagination-bullet:before{background:#fcfcfc4d;height:8px;width:8px}.m-product-media--desktop span.swiper-pagination-bullet.swiper-pagination-bullet-active:after{background:#fcfcfc;height:8px;width:16px;border:0;border-radius:99px}.regencore .m-main-product--info{width:100%!important;padding:0 15px}.regencore .main-product__block .m-product-title{font-size:24px!important}.regencore .tab-buttons li{font-size:18px!important}.regencore .m-product-option--content.m\:inline-flex.m\:flex-wrap{flex-direction:column}.m-product-option--node{width:100%!important;margin-bottom:0}.m-product-option--content{width:100%!important;margin:0!important}.regencore variant-picker .m-product-option--button .m-product-option--node__label{align-items:baseline!important;flex-direction:row!important;justify-content:space-between!important;text-align:left!important}.regencore .main-product__block.main-product__block-buy_buttons{margin-top:20px!important}.mpromos h3.m-icon-box__heading.h4,.mpromos-new h3.m-icon-box__heading.h4{font-size:16px;padding:0 60px!important}.mpromos .m-icon-box__icon,.mpromos-new .m-icon-box__icon{width:24px!important}.regencore .m-section__heading,.coron h3.m-richtext__title.h2,.regencore .m-section__heading span,.coron h3.m-richtext__title.h2 span{font-size:32px}div#shopify-section-template--19096235540522__custom_content_6gkHR6{padding:0 15px}.coron .m-custom-content__block-image_card_3{width:100%;padding:15px}p.imags_para{font-size:18px}.nadakhi{flex-direction:column;margin-top:30px}.imagres{width:100%}.noners{display:block}.mos_nons{display:none}.coron .m-custom-content__block-image_card{width:100%;padding-right:0;padding-left:0}.regencore .m-section__heading span,.coron h3.m-richtext__title.h2 span{width:100%;display:block}.rong-tamasha h3{font-size:28px}.rong-tamasha p{font-size:18px}.coron .m-custom-content__block-icon_card{padding:0!important}.coron .m-image-card--content-stack .m-image-card__content,a.new-btn{display:none}.image-coneer .m-custom-content__block-image_card.m-custom-content__block{width:100%}.image-coneer{padding:0 15px}.image-coneer .m-custom-content__block-image{width:100%}.image-coneer .m-image-card--content-stack .m-image-card__content{display:none}.image-coneer .contents-field{background:#9b5ea4;border-radius:20px;padding:16px;margin-top:16px;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-style:normal;font-weight:400}.exrta-btns a.m-button.m-button--primary{font-size:16px;width:100%;display:flex;justify-content:center;align-items:center;background:#1e1e1e;color:#fcfcfc;border-radius:20px;text-transform:uppercase;height:54px;margin-top:20px;font-family:InterDisplay-SemiBold;box-shadow:none!important}.regencore-section .image-card-112 h3.m-richtext__title.m-image-card__heading.h2{font-size:21px}.regencore-section .m-richtext__description{font-size:14px}.regencore-section{padding:0 15px}.image-card-113{width:100%}.regencore-section .icon-cards{height:160px;justify-content:flex-end}.regencore-section .rong-tamasha h3{font-size:20px}.regencore-section .rong-tamasha p{font-size:14px}.regencore-section .m-image-card:not(.m-image-card--content-stack) .m-image-card__content.m\:items-end{padding-bottom:24px}.image-coneer .m-section__heading span,.regencore-section .m-section__heading span,.tabla-3 .m-section__heading span,.single-heading .m-section__heading span{width:auto;display:inline}.single-heading .m-section__heading{text-align:left}.single-texts .m-richtext__description{font-size:18px!important}div#shopify-section-template--19096235540522__table_3_47DyMR{padding:0 15px}.table-scroll-mobile{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;position:relative}.table-scroll-mobile .tableel{width:max-content;min-width:1100px;border-collapse:collapse}.main-headsser{font-size:16px;padding-left:15px;padding-right:15px;white-space:normal!important;max-width:220px}.table-scroll-mobile::-webkit-scrollbar{display:none}.table-scroll-mobile{scrollbar-width:none}.tableel th,.tableel td{white-space:nowrap}.tabla-3 h3.m-section__heading.h3{padding:0 30px}.hj-section-bg-text span{font-size:140px;line-height:140px}.bg-right{bottom:inherit;right:21px;top:140px}.misestone .m-custom-content__block-icon_card{width:100%}.misestone .icon-cards{height:160px!important}.single-heading{padding:0 15px}section.hj-section{padding-left:15px;padding-right:15px}.bg-left{left:15px}.hj-content-wrapper{overflow-x:inherit;overflow-y:inherit;white-space:inherit;height:auto;scrollbar-width:none;padding-left:16px}.hj-content-wrapper{overflow-x:hidden}.scroll-inner{display:flex;flex-direction:column;gap:24px}.my-contents{display:flex;flex-direction:column;gap:24px;position:relative;width:100%;left:inherit;bottom:inherit}.healty-content{width:100%}.healty-content{top:inherit!important;left:inherit!important}.my-image{display:none}.my-contents{position:relative;gap:40px;padding-left:25px}.my-contents:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background-image:url(/cdn/shop/files/line-2.png?v=1768746155);background-repeat:repeat-y;background-size:contain}.hj-content-wrapper{padding-left:105px}.healty-content{min-width:100%}.hj-paragraph,.hj-paragraph ul li{font-size:14px!important}.apotti responsive-image.m-image.m-image-loaded,.misestone responsive-image.m-image.m-image-loaded{display:none}.misestone .m-custom-content__block-image{width:100%}.misestone{padding:0 15px}.misestone .noners{width:100%}.misestone .rong-tamasha p{font-size:16px}.hj-section{padding:100px 0 40px}.mpromos h3.m-icon-box__heading.h4,.mpromos-new h3.m-icon-box__heading.h4{font-size:16px;padding:0!important}.mpromos-new.mpromos-new-1 h3.m-icon-box__heading.h4{font-size:16px}.mpromos-new.mpromos-new-1 .m-mixed-layout--mobile-scroll .m-mixed-layout__inner{--slider-grid: auto / auto-flow var(--mobile-column-width, 47vw)}.mpromos-new.mpromos-new-1 .m-image-card:not(.m-image-card--content-stack) .m-image-card__content.m\:items-end{padding-bottom:24px}.reviews-products{padding:0 15px}.jdgm-rev-widg__summary .jdgm-star{font-size:24px!important;padding:0 5px 0 0!important}span.jdgm-rev-widg__summary-average{font-size:20px}.jdgm-all-reviews__summary-text--verified{justify-content:left!important}.jdgm-rev-widg__summary-text{font-size:16px}.jdgm-rev.jdgm-divider-top.jdgm--done-setup{border:0!important;width:100%}.jdgm-histogram__bar{width:311px!important}.jdgm-rev-widg__title{font-size:24px!important;color:#1e1e1e!important;border-bottom:1px solid #ddd!important;padding:0 0 10px!important;margin-top:15px!important;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500}.jdgm-rev__body p{font-size:14px}.jdgm-rev-widg__reviews{row-gap:25px}.doshon .m-hero{border-radius:0}.doshon .m-hero__content{max-width:100%}.doshon .m-hero__title{font-size:32px}.doshon .m-hero__text{font-size:16px}.buttenrs{flex-direction:column}.doshon a.m-button.m-button--primary,.doshon .m-hero__btn{width:100%}.doshon .new-btner{width:100%!important;text-align:center;justify-content:center}.my-faqs h3.m-collapsible--button.h5{font-size:16px;margin-bottom:-1px}.my-faqs h3.m-collapsible--button span{width:85%}.my-faqs{padding:0 15px}a.see-all{font-size:16px}.my-rich-text h2.m-richtext__title.h2{font-size:24px}.pay-image .container.m-section-my.m-section-py.m-custom-content__container{width:100%}.m-sticky-addtocart--leftblock{display:flex}.m-sticky-addtocart button.m-add-to-cart.m-spinner-button.m-button.m-button--primary{max-width:157px;min-width:157px;position:absolute;top:3px;right:3px}.m-sticky-addtocart{width:93%!important}.m-sticky-addtocart--leftblock{padding-left:0!important}.m-sticky-addtocart responsive-image.m-image.m\:blocks-radius-md.m-image-loaded{width:38px;border-radius:0}.m-sticky-addtocart--image{width:38px!important;margin-right:10px}.m-sticky-addtocart--title h3{font-size:18px}.m-sticky-addtocart--title{padding:0!important;width:156px}.m-sticky-addtocart{height:67px}.m-sticky-addtocart .container-fluid{height:100%}sticky-atc{height:100%}.beforess{display:none}.desktop-nones{display:block!important}.desktop-nones{background:transparent!important}.desktop-nones .m-richtext__subtitle{font-size:32px;color:#fff;font-family:Plus Jakarta Sans,sans-serif!important;font-weight:700;line-height:120%}.desktop-nones span{font-size:32px;color:#9d6fa4;font-family:Monarda_Regular!important;font-weight:400;line-height:120%}.neuromito-max .m-main-product .container-fluid{max-width:100%;padding:0 15px}.neuromito-max .container-full,.neuromito-max .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:100%}.neuromito-max .m-main-product--media{width:100%!important;padding-left:15px;padding-right:15px}.neuromito-max .m-main-product--wrapper{padding:15px 0;border-radius:0;margin:0 -15px}.neuromito-max .m-main-product{margin-top:0}.neuromito-max .m-main-product--info{width:100%!important;padding:0 15px}.neuromito-max .main-product__block .m-product-title{font-size:24px!important}.neuromito-max .tab-buttons li{font-size:18px!important}.neuromito-max .m-product-option--content.m\:inline-flex.m\:flex-wrap{flex-direction:column}.neuromito-max variant-picker .m-product-option--button .m-product-option--node__label{align-items:baseline!important;flex-direction:row!important;justify-content:space-between!important;text-align:left!important}.neuromito-max .main-product__block.main-product__block-buy_buttons{margin-top:20px!important}.neuromito-max .m-section__heading,.coron h3.m-richtext__title.h2,.neuromito-max .m-section__heading span,.coron h3.m-richtext__title.h2 span{font-size:32px}.neuromito-max .m-section__heading span,.coron h3.m-richtext__title.h2 span{width:100%;display:block}.neuromito-max -section .image-card-112 h3.m-richtext__title.m-image-card__heading.h2{font-size:21px}.neuromito-max -section .m-richtext__description{font-size:14px}.neuromito-max -section{padding:0 15px}.neuromito-max span.swiper-pagination-bullet.swiper-pagination-bullet-active{background:transparent}.neuromito-max .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;background:transparent}.neuromito-max .misestone .m-custom-content__block-icon_card{width:50%}.neuromito-max .misestone .m-custom-content__block-icon_card:last-child{width:100%}.neuromito-max .main-headsser{max-width:inherit}.neuromito-max .actives{text-align:center;white-space:inherit;padding:0 15px}.neuromito-max .desktop-nones{display:none!important}.neuromito-max .workinger responsive-image.m-image.m-image-loaded{display:none}.neuromito-max .workinger img.noners{margin:0 auto}.neuromito-max .workinger a.m-button.m-button--primary{font-size:16px;width:100%}.neuromito-max .workinger .m-richtext__button.content__button{padding:0 15px}.neuromito-max .workinger .m-section__description.rte{font-size:20px;padding:0 15px}.neuromito-max .workinger .m-section__heading{font-size:24px}.neuromito-max .systemer responsive-image.m-image.m-image-loaded{display:none}.neuromito-max .another-texts .container{width:100%}.neuromito-max .another-texts h2.m-richtext__title.h2{font-size:20px;padding:0 5px}.neuromito-max .another-texts p.m-richtext__subtitle{font-size:12px}.neuromito-max .systemer .m-section__description{font-size:20px}.neuromito-max .vuliniami .m-section__description{font-size:14px}.neuromito-max .vuliniami .m-custom-content__block-icon_card_5{width:100%}.neuromito-max .cards-two .rong-tamasha h3,.neuromito-max .cards-three .rong-tamasha h3{font-size:16px}.neuromito-max .cards-two .icon-cards{height:160px}.neuromito-max .cards-three{flex-wrap:wrap}.neuromito-max .cards-three .icon-cards{width:48%;height:160px}.neuromito-max .cards-three .icon-cards:last-child{width:100%}.neuromito-max .capsules .m-section__heading br{display:none}.neuromito-max .capsules .m-section__heading span{width:inherit;display:inline}.neuromito-max .capsules .m-section__heading span,.neuromito-max .capsules .m-section__heading{font-size:20px;text-align:left;padding:0 15px}.neuromito-max .capsules ul{font-size:13px}.neuromito-max .m-richtext__description.rte.m\:text-color-subtext.h6{display:inline-block;padding:0 15px}.neuromito-max .capsules ul{gap:8px;padding:8px 10px;font-size:13px}.neuromito-max .m-richtext__description.rte.m\:text-color-subtext.h6{display:inline-block;padding:0}.neuromito-max .capsules responsive-image.m-image.m-image-loaded{display:none}.neuromito-max .capsules img{margin:0 auto}.swiper-section-image{flex-direction:column!important}.swiper-section-heading{font-size:32px!important}.swiper-section-image{width:100%!important;padding-top:50px!important;padding-bottom:50px!important}.passings{width:100%!important}.passings p{font-size:14px!important;width:100%!important}.pagi-btn{display:none!important}.neuromito-b12 .passings p{width:100%!important}.swiper-section-image .swiper-slide{min-height:516px}.swiper-section-image .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{width:100%!important}.swiper-section-image .swiper-slide h3{font-size:20px!important}.swiper-section-image .swiper-slide .para-2{font-size:24px!important}.swiper-section-image .swiper-slide .para-3{font-size:14px}section.swiper-cards-section{width:100%!important;padding:0 0 50px 15px!important;margin-top:-1px!important}.swiper-heading{font-size:32px!important;text-align:left;margin-bottom:30px!important}.text-1{font-size:16px!important;width:100%!important}.baris{width:100%!important;flex-direction:column!important}.text-2 h4{font-size:18px!important}.text-2 p{font-size:14px!important}.gijis{width:100%!important;height:auto!important;margin:auto!important}.swiper-heading,.text-2,.text-1{padding-right:15px}.gijis{display:none!important}.gijisr{display:block!important;width:100%}.neuromito-b12 .m-main-product .container-fluid{max-width:100%;padding:0 15px}.neuromito-b12 .container-full,.neuromito-b12 .w-full.m-section-my.m-section-py,.may-another-icons,.coron{width:100%}.neuromito-b12 .m-main-product--media{width:100%!important;padding-left:15px;padding-right:15px}.neuromito-b12 .m-main-product--wrapper{padding:15px 0;border-radius:0;margin:0 -15px}.neuromito-b12 .m-main-product{margin-top:0}.neuromito-b12 .m-main-product--info{width:100%!important;padding:0 15px}.neuromito-b12 .main-product__block .m-product-title{font-size:24px!important}.neuromito-b12 .tab-buttons li{font-size:18px!important}.neuromito-b12 .m-product-option--content.m\:inline-flex.m\:flex-wrap{flex-direction:column}.neuromito-b12 variant-picker .m-product-option--button .m-product-option--node__label{align-items:baseline!important;flex-direction:row!important;justify-content:space-between!important;text-align:left!important}.neuromito-b12 .main-product__block.main-product__block-buy_buttons{margin-top:20px!important}.neuromito-b12 .m-section__heading,.coron h3.m-richtext__title.h2,.neuromito-b12 .m-section__heading span,.coron h3.m-richtext__title.h2 span{font-size:32px}.neuromito-b12 .m-section__heading span,.coron h3.m-richtext__title.h2 span{width:100%;display:block}.neuromito-b12 -section .image-card-112 h3.m-richtext__title.m-image-card__heading.h2{font-size:21px}.neuromito-b12 -section .m-richtext__description{font-size:14px}.neuromito-b12 -section{padding:0 15px}.neuromito-b12 span.swiper-pagination-bullet.swiper-pagination-bullet-active{background:transparent}.neuromito-b12 .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;background:transparent}.neuromito-b12 .misestone .m-custom-content__block-icon_card{width:50%}.neuromito-b12 .misestone .m-custom-content__block-icon_card:last-child{width:100%}.neuromito-b12 .main-headsser{max-width:inherit}.neuromito-b12 .actives{text-align:center;white-space:inherit;padding:0 15px}.neuromito-b12 .desktop-nones{display:none!important}.neuromito-b12 .workinger responsive-image.m-image.m-image-loaded{display:none}.neuromito-b12 .workinger img.noners{margin:0 auto}.neuromito-b12 .workinger a.m-button.m-button--primary{font-size:16px;width:100%}.neuromito-b12 .workinger .m-richtext__button.content__button{padding:0 15px}.neuromito-b12 .workinger .m-section__description.rte{font-size:20px;padding:0 15px}.neuromito-b12 .workinger .m-section__heading{font-size:24px}.neuromito-b12 .systemer responsive-image.m-image.m-image-loaded{display:none}.neuromito-b12 .another-texts .container{width:100%}.neuromito-b12 .another-texts h2.m-richtext__title.h2{font-size:20px;padding:0 5px}.neuromito-b12 .another-texts p.m-richtext__subtitle{font-size:12px}.neuromito-b12 .systemer .m-section__description{font-size:20px}.neuromito-b12 .vuliniami .m-section__description{font-size:14px}.vuliniami responsive-image.m-image.m-image-loaded{display:none}.neuromito-b12 .vuliniami .m-custom-content__block-icon_card_5{width:100%}.neuromito-b12 .cards-two .rong-tamasha h3,.neuromito-b12 .cards-three .rong-tamasha h3{font-size:16px}.neuromito-b12 .cards-two .icon-cards{height:160px}.neuromito-b12 .cards-three{flex-wrap:wrap}.neuromito-b12 .cards-three .icon-cards{width:48%;height:160px}.neuromito-b12 .cards-three .icon-cards:last-child{width:100%}.neuromito-b12 .capsules .m-section__heading br{display:none}.neuromito-b12 .capsules .m-section__heading span{width:inherit;display:inline}.neuromito-b12 .capsules .m-section__heading span,.neuromito-b12 .capsules .m-section__heading{font-size:20px;text-align:left;padding:0 15px}.neuromito-b12 .capsules ul{font-size:13px}.neuromito-b12 .m-richtext__description.rte.m\:text-color-subtext.h6{display:inline-block;padding:0 15px}.neuromito-b12 .capsules ul{gap:8px;padding:8px 10px;font-size:13px}.neuromito-b12 .m-richtext__description.rte.m\:text-color-subtext.h6{display:inline-block;padding:0}.neuromito-b12 .capsules responsive-image.m-image.m-image-loaded{display:none}.neuromito-b12 .capsules img{margin:0 auto}.neuromito-b12 .hj-heading{font-size:18px}.neuromito-b12 .hj-content-wrapper{padding-left:60px}.neuromito-b12 h3.m-richtext__title.h2{font-size:28px}.neuromito-b12 .systemer .m-section__description{font-size:18px;color:#1e1e1e!important}.neuromito-b12 .vuliniami .m-custom-content__block-image{width:100%!important}.neuromito-b12 .swiper-heading{font-size:32px!important;margin-bottom:0!important}body#m-theme.neuromito-b12 m-footer.m-footer{padding:0 15px 15px}.m-footer--middle .m-footer--block{padding-top:0!important;padding-bottom:0!important}.m-footer--middle .m-footer--block-inner{padding:0!important}span.m-accordion--item-icon.md\:m\:hidden{display:none}.m-footer--middle .m-footer--accordion{max-width:100%;gap:0}.m-footer--middle .m-footer--block-title{font-size:20px!important}.m-footer--middle .m-footer--block ul li a{font-size:14px!important}.m-link-lists--item{line-height:35px}p.m-footer--block-newsletter-desc{font-size:14px}.m-newsletter-form__wrapper{flex-direction:column}.m-newsletter-form__button-inline .m-newsletter-form__button--text{width:100%;margin-left:0!important;margin-top:15px}.m-footer--bottomf{display:flex;gap:10px;align-items:center;flex-direction:column;text-align:center}.bottomer .social-media-links{position:relative;bottom:inherit;right:inherit}body m-footer.m-footer{padding:0 15px 15px}p.small-font{text-align:center;margin-bottom:30px}.m-footer__copyright,.m-footer--bottom-menu a{font-size:12px!important}span.m-footer__copyright{width:100%}.m-footer--bottom-menu{justify-content:center!important}.bottomer .social-media-links{justify-content:center;margin-top:20px!important}.m-footer--bottom-menu{margin-top:0}.policy_head .doc-section h2{font-size:22px}.policy_head .doc-section h4{font-size:20px}.policy_head .doc-section ul li{font-size:16px}.policy_head .doc-section h3{font-size:24px}.contact section#overview{width:100%;left:inherit}.conta-test .container.m-section-my.m-section-py{width:100%;background:#c948851a;border-radius:20px;padding:24px;margin:0 auto;position:relative;left:0}.conta-test{padding:0 15px}.about-us .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:64px}img.pro-imgs{position:absolute;bottom:23px;right:43px;width:66px}.about-us .container-fluid.m-section-my.m-section-py{padding-left:15px;padding-right:15px;max-width:100%}.about-us .flex-rich .m-richtext{display:flex;justify-content:space-between;flex-direction:column}.about-us .flex-rich .m-richtext__description.rte{width:100%;margin-top:0}.about-us .flex-rich h2.m-richtext__title.h2{font-size:20px;margin-bottom:20px}.about-us .flex-rich .m-richtext__description.rte p{font-size:16px}.about-us .flex-rich .m-richtext__description.rte h4{font-size:18px}.about-us .flex-rich .m-richtext__description.rte h4{font-size:16px!important}.my-ing-texts{padding:0 15px}.my-ing-texts h2.m-section__heading.h3{font-size:24px}.my-ing-texts responsive-image.m-image.m-image-loaded,.lutepute responsive-image.m-image.m-image-loaded{display:none}.my-ing-texts h3.m-richtext__title.h2{font-size:20px;line-height:150%}.my-ing-texts .m-richtext__description p{font-size:16px}.mar-bottoms{margin-bottom:50px}.onlys-text h2.m-richtext__title.h2{font-size:24px}.onlys-text .container.m-section-my.m-section-py{max-width:100%;padding-left:15px;padding-right:15px}.onlys-text .m-richtext__description p{font-size:16px}.onlys-text a.m-button.m-button--primary{height:48px;width:100%}.only-imager .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:100%}.only-imager{padding:0 15px}.only-imager .m-custom-content__wrapper{flex-direction:column-reverse}.sustainability .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:64px;color:#227235}.health-text .m-richtext__description.rte p{width:100%;font-size:20px}.sustainability .passings{width:100%!important;padding:0 15px}.sustainability .swiper-section-image .swiper-slide{min-width:inherit!important}.sustainability .swiper-section-image .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{border-left:0!important;padding-left:15px!important;width:100%!important}.mobo-none{display:none}.mobo-display{display:block!important}.text-imgrses .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:100%;padding-left:15px;padding-right:15px}.text-imgrses h2.m-section__heading.h3{font-size:24px!important;margin-bottom:20px}.text-imgrses h2.m-section__heading.h3,.misestone-22 h2.m-section__heading.h3,.nidnaabe h2.m-section__heading.h3{font-size:24px!important;line-height:120%}.text-imgrses responsive-image.m-image-loaded{display:none}.text-imgrses p{font-size:20px;padding:0}.premodhara .container-fluid.m-section-my.m-section-py.m-custom-content__container,.bepanas .container-fluid.m-section-my.m-section-py.m-custom-content__container{width:100%;padding-left:15px;padding-right:15px}.premodhara h3.m-richtext__title.h2{text-align:left;margin-bottom:-20px}.bgepaner .rong-tamasha h3{color:#1e1e1e!important;font-weight:700}.bgepaner .rong-tamasha h3 span{font-size:32px;color:#1e1e1e1a;margin-right:5px}.bgepaner .icon-cards{height:auto}.bgepaner .rong-tamasha p{font-size:16px;line-height:150%}.sustainability .my-ing-texts .container-fluid.m-section-my.m-section-py{padding:40px 15px;width:100%}.my-ing-texts h2.m-section__heading.h3{text-align:left;line-height:120%}img.noners{width:100%}.my-ing-texts-2 .m-custom-content__wrapper.m\:flex.m\:flex-wrap{padding:0 7.5px}.my-ing-texts-2 .m-custom-content__block-text.odd,.my-ing-texts-2 .m-custom-content__block-text.evens{padding-left:0!important;padding-right:0!important}.misestone-22 .m-section__description{margin-top:15px;margin-bottom:0}.nidnaabe .container-full.m-section-my.m-section-py.m-custom-content__container{width:100%;padding-left:20px;padding-right:20px}.nidnaabe .m-section__description{font-size:20px;padding:0}.nidnaabe h2.m-section__heading.h3{padding:0}.m-account__navigation{width:100%!important}.m-account__navigation{height:350px!important;flex-direction:column!important}.m-account__navigation a.active{font-size:18px!important}.m-account__navigation{gap:10px!important}.m-page-header.m-page-header--template-account,.m-page-header.m-page-header--template-addresses{padding-top:50px;padding-bottom:30px}.m-account__content{padding-left:0!important}.m-customer-info__field,.m-account__navigation a{font-size:16px!important}.m-account__navigation a:last-child{font-size:16px!important}.m-customer-info a.m-button.m-button--primary,button.m-customer__add-new-btn.m-button.m-button--primary,button.m-customer__edit-btn.m-button.m-button--primary,.template-addresses .m-customer__action .m-button.m-button--primary,.m-customer__form-delete button.m-button.m-button--secondary,.template-addresses button.m-customer__cancel-edit-btn.m-button.m-button--secondary{font-size:16px!important}.science-template .my-policy-head .container.m-section-my.m-section-py .m-richtext__title{font-size:48px}.text-link-section{padding:40px 15px;gap:12px;width:100%}a.text-link-section__item{padding:17px 7px;font-size:14px;width:124px;text-align:center}.image-w-text h2.m-section__heading.h3{font-size:32px!important;text-align:center}.science-template .container-fluid.m-section-my.m-section-py{width:100%;padding-right:15px;padding-left:15px}.image-w-text .m-richtext__description p{font-size:14px}.science-template .swiper-section-image3 .swiper-section-heading,.text-11 h3.m-richtext__title.h2,.monerbagane h2.m-section__heading.h3,.text-11 h2.m-richtext__title.h2{font-size:24px!important}.science-template .swiper-section-image3 .passings{flex-direction:column!important;text-align:left!important;justify-content:flex-start!important;gap:15px!important;align-items:flex-start!important}.swiper-section-image3 .swiper-wrapper{flex-direction:column;gap:15px}.text-11 .m-richtext__description.rte p{font-size:16px;margin-top:20px}.text-12 p.m-richtext__subtitle{font-size:20px}.text-13 h3.m-richtext__title.h2{font-size:24px}.text-13 .m-richtext__description p,.text-13 .m-richtext__description ul li{font-size:16px}.text-15 .headingsser h3.m-richtext__title.h2,.text-15 h2.m-section__heading.h3{text-transform:capitalize;margin-top:40px;font-size:24px!important}.text-15 .icon-cards{height:189px}.text-14 h2.m-section__heading.h3{font-size:24px!important;margin-top:25px}.text-16 .rong-tamasha h3{font-size:20px!important;line-height:150%!important}.text-16 .icon-cards{padding:16px;height:auto}.text-16 .rong-tamasha h3 span{margin-left:0;width:100%;display:block;margin-top:15px;text-align:center}.text-16 .rong-tamasha h3{text-align:center}.text-16 .rong-tamasha p{font-size:16px}.image-w-text h3.m-richtext__title.h2{margin-bottom:0!important;margin-top:40px;font-size:24px!important;line-height:150%!important}.text-14 .m-richtext__description p,.text-14 .m-richtext__description ul li{font-size:16px}.text-16 responsive-image.m-image.m-image-loaded,.text-11 responsive-image.m-image.m-image-loaded{display:none}img.noners{width:100%;margin:10px 0 0}.top-morgind{margin-top:0}.text-13.monerbagane h3.m-richtext__title.h2{font-size:20px}.text-14 .m-section__description.rte{font-size:16px}.text-14 h3.m-richtext__title.h2{font-size:20px!important}.new-image-w-text1.image-w-text h2.m-section__heading.h3{font-size:24px!important}.new-image-w-text1.image-w-text .m-richtext__description ul li{font-size:16px}.monerbagane1 h2.m-section__heading.h3{text-align:left}.firstsd .m-richtext{height:inherit}.text-11.shantos .keblas h3.m-richtext__title.h2{font-size:20px!important}.shantos .keblas h3.m-richtext__title.h2 span{width:100%;display:block;text-align:center;margin-top:15px}.monerbagane1 h2.m-section__heading.h3,.image-w-text h3.m-richtext__title.h2{font-size:24px!important;line-height:150%!important}.image-over-text .m-richtext__description p{font-size:16px}.science-template section#tavbser{width:100%;margin:0 auto;padding:0 15px}.science-template #tavbser .m-section__heading{text-align:left}.science-template #tavbser .m-section__heading{padding:0;font-size:24px!important}.science-template .sovab{width:100%}.science-template #tavbser .sovab p{font-size:16px}.science-template #tavbser table.tableel tr{justify-content:flex-start}.science-template .table-scroll-mobile{padding:0}.science-template #tavbser table.tableel tr th,.science-template #tavbser table.tableel tr td{width:25%;max-width:inherit}.tableel th,.tableel td{white-space:inherit}.science-template .table-scroll-mobile{background:transparent;border-radius:0}.science-template #tavbser table.tableel{width:100%;background:#7d43bc1a;padding:15px!important;border-radius:20px}.science-template .sovab.sovab22{width:100%;margin:30px auto 0;text-align:left}.science-template #tavbser .sovab.sovab22 p{font-size:14px}.formulass .m-section__header{justify-content:flex-start;flex-direction:column;text-align:left}.formulass .m-section__description{font-size:12px}.formulass responsive-image.m-image.m-image-loaded{display:none}.andaban .m-richtext{padding:15px}.maarvubon .m-section__header{display:flex;justify-content:space-between;width:100%;align-items:flex-start;flex-direction:column}.text-14.maarvubon .m-section__description.rte{font-size:12px;margin-top:0}.maarvubon .m-richtext{margin-bottom:30px}.text-14 .text-cards h3.m-richtext__title.h2{font-size:16px!important}.bahaduri responsive-image.m-image.m-image-loaded{display:none}.mys-promos .m-icon-box__content{display:none}.mys-promos .container.m-section-my.m-section-py{width:100%;margin-top:-40px}.mys-slisders .swiper-pagination .m-dot{width:25px;height:4px;margin:10px 0!important}.mys-slisders .swiper-pagination .m-dot:after{border-color:#fff;width:25px;height:4px;border-radius:99px}.mys-promos{padding:0 15px}.mys-promos .m-mixed-layout__inner{margin-left:0;margin-right:0;display:flex;column-gap:15px}.mys-promos .m-icon-box--horizontal.m-icon-box--col-1 .m-icon-box__icon{width:80px!important}.mys-promos .m\:column{width:33.33%}.mys-slisders.m-slider .swiper-pagination{position:absolute;width:auto;bottom:40px;gap:10px}.mys-promos .m-icon-box__inner{align-items:center;justify-content:center}.mys-promos .container.m-section-my.m-section-py{padding:0 20px}.udashis .container.m-section-my.m-section-py{width:100%;padding-left:15px;padding-right:15px}.udashis h2.m-richtext__title.h2{font-size:20px;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:0 22px 0 0}.udashis h2.m-richtext__title.h2:nth-child(2),.udashis h2.m-richtext__title.h2:nth-child(3){flex-direction:column;text-align:left;justify-content:flex-start;align-items:baseline;color:#1e1e1e;padding:0}.udashis h2.m-richtext__title.h2:nth-child(2) span,.udashis h2.m-richtext__title.h2:nth-child(3) span{display:flex;align-items:center;width:100%;flex-wrap:wrap}.udashis h2.m-richtext__title.h2:nth-child(2) span:nth-child(2){color:#b30a5a}.bahaduri h2.m-section__heading.h3{font-size:32px}.udashis img{height:40px}.bahaduri .m-section__description{font-size:14px}.bahaduri .poors.m-custom-content__block{width:100%;margin:0 auto}.bahaduri a.m-button.m-button--primary{padding:13px 38px;width:100%;justify-content:center}.swiper-section-image52 .swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{width:100%!important;overflow:inherit}.swiper-section-image52 .swiper-slide h3{font-size:20px!important;margin-bottom:10px}.swiper-section-image52 .swiper-slide .para-1{font-size:16px!important}.conters{position:absolute;bottom:10px!important;left:0!important;padding:15px!important}.globalss h3.m-richtext__title.m-image-card__heading.h2{font-size:32px}.songs{width:100%;position:absolute;bottom:80px;left:0;padding:0 15px}.songs .m-richtext__button.content__button{width:100%!important;display:flex}.songs a.m-button.m-button--primary{padding:10px 20px;width:100%;justify-content:center}.mobo-dis{top:60px;position:absolute;z-index:999}.m-logo.m-logo--mobile{padding:0!important;justify-content:flex-start}a.m-cart-icon-bubble{background:transparent;height:auto;width:auto;border-radius:16px;text-align:center;display:flex;justify-content:center}.m-cart-icon-bubble{position:relative;padding:0;white-space:nowrap;cursor:pointer;margin-right:40px}.m-cart-count{right:-10px;top:-3px}.m-logo__image{padding-top:0!important}.m-logo__image-transparent.m\:display-flex.m-image{width:30px}.m-menu-drawer__wrapper{color:#fcfcfc!important;background-color:#be1f65!important}.m-menu-customer{margin-top:40px;display:none}header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open{background:#be1e65!important}a.m-cart-icon-bubble,.neuromito-b12 a.m-cart-icon-bubble{background:transparent!important}.m-hamburger-box__inner:before,.m-hamburger-box__inner:after,.m-hamburger-box__inner{background:#ececec!important}.transparent-on-top.m-header header{transition:all var(--m-duration-default, .25s);padding:15px}.mys-slisders h2.m-richtext__title.h2,.mys-slisders h2.m-richtext__title.m-slide__title{font-size:32px}.mys-slisders .m-slide__content{max-width:100%;padding:0}.mys-slisders p{font-size:14px;width:100%}.mys-slisders a.m-slide__button-first.m-button.m-button--primary,.mys-slisders.m-slideshow-section .m-slide__content .m-button--secondary{width:100%;justify-content:center}.swiper.mySwiper.swiper-cards.swiper-3d.swiper-initialized.swiper-vertical.swiper-watch-progress{display:none}.bahaduri .m-image-card__img{border-radius:20px}.bahaduri .m-image-card:not(.m-image-card--content-stack) .m-image-card__content.m\:items-end{padding-bottom:20px}.bahaduri a.m-richtext__button.m-button.m-button--white{width:100%;justify-content:center}.bahaduri p,.bahaduri ul li{margin-top:10px!important;font-size:12px;line-height:150%;letter-spacing:0px!important;text-align:center!important}.bahaduri .m-image-card__content{padding:15px}.bahaduri ul{display:none}.bahaduri .m-richtext.m-image-card__content-inner{width:100%}.bahaduri .m-richtext.m-image-card__content-inner{justify-content:center!important;align-items:center;width:100%}.songs .m-richtext__description p{font-size:16px!important}.reel-app .container.m-section-my{max-width:100%;padding:0 10px}.jhamelarkaj .m-custom-content__container{width:100%;border-radius:20px;height:560px;margin-top:50px}.svelte-nq3wdf{width:100%!important;height:inherit!important;border-radius:20px!important;padding-top:0!important}.jhamelarkaj{padding:0 15px}.jhamelarkaj .single-women [style*=--aspect-ratio]:before{padding-top:calc(166% / (.0001 + var(--aspect-ratio, 16 / 9)))}.jhamelarkaj .marquee-item{font-size:10px!important}.quinn_card_story_container.svelte-1o6p5d6{width:330px!important}.card-stack{display:none}.line-img [style*=--aspect-ratio]:before{padding-top:calc(142% / (.0001 + var(--aspect-ratio-mobile, var(--aspect-ratio, 16 / 9))))}.fixed-top{position:absolute;top:15px!important;right:15px!important;width:100%!important;z-index:9999999}.fixed-top .m-richtext h3.m-richtext__title.h2{font-size:40px;padding-left:40px}.fixed-top .m-richtext p{font-size:10px;width:70%;margin-left:auto}.fixed-top .mar-bottom.m-richtext p{font-size:14px;width:100%;margin-right:0;margin-left:auto;padding-left:40px}.fixed-top .m-richtext__button.content__button{width:100%!important;display:inline-block;padding-left:30px;text-align:center}.fixed-top a.m-button.m-button--white{width:100%;justify-content:center}.m-header__account{padding:0!important}.swiper-section-image52{padding-bottom:30px!important}.m-footer--middle .container:before{content:none!important;display:none!important}.m-custom-content__block-image_toggle{padding-left:0}.toggle-switch{right:60px!important;top:26px!important}.mustakim-scrolling .m-promotion-testimonial p{font-size:16px}.mustakim-scrolling .m-promotion-testimonial__image{margin:0!important;width:24px}.mustakim-scrolling .m-promotion-testimonial{gap:10px}.mustakim-scrolling .m-promotion__item-testimonial{max-width:63vw}.neuromito-max .workinger .container-full{width:100%;padding:0 15px}.neuromito-max .m-custom-content__block-video_card{width:100%}.neuromito-max .workinger m-video-component{margin-bottom:-40px}.neuromito-max .workinger .m-richtext__button.content__button{padding:0}.neuromito-max .workinger a.m-button.m-button--primary{margin-top:0}.rparine h3.m-richtext__title.h2{font-size:20px}.rparine h4,.rparine p{font-size:16px}.rparine .m-custom-content__block-inner{height:300px}.jhor{width:80px}.rparine img.firsy-img{top:30px;height:40px}.rparine .m-richtext.higibiji p{font-size:16px;top:-20px;position:relative}.rparine .m-richtext.higibiji{gap:20px}.rparine .m-richtext.higibiji{margin-bottom:-68px}.neuromito-b12 .actives{font-size:14px}.hj-subheading{padding:12px 10px;width:120px;text-align:center}.neuromito-b12 .systemer.systemerss .m-custom-content__block-image{margin-bottom:0}.neuromito-b12 .workinger .m-custom-content__block-image{width:100%;padding:0 20px}.promotionss{z-index:9}.m-slide__bg video{height:655px!important}.mys-slisders .m-slider .swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events,.mys-slisders .m-slider .container-full,.mys-slisders m-slideshow,.m-slide,.m-slide__media{height:655px!important}.regencore m-header.m-header.m\:block{margin-top:0}.regencore header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default{background:#67438fb2;padding:15px 15px 10px}.neuromito-b12 m-header.m-header.m\:block{margin-top:0}.neuromito-b12 header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default{background:#bfa22bb2;padding:15px 15px 10px}.neuromito-max m-header.m-header.m\:block{margin-top:0}.neuromito-max header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default{background:#6d724db2;padding:15px 15px 10px}.neuromito-b12 .m-hamburger-box__inner:before,.neuromito-b12 .m-hamburger-box__inner:after,.neuromito-b12 .m-hamburger-box__inner{background:#636723!important}.neuromito-b12 .m-logo__image-transparent{display:block}.neuromito-b12 .m-logo__image-default.m\:display-flex.m-image{display:none}.about-us m-header.m-header.m\:block{margin-top:0!important}.about-us header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default{background:#c948851a;padding:15px 15px 10px}.science-template m-header.m-header.m\:block{margin-top:0!important}.science-template header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default{background:#7b7b7b5e!important;padding:15px 15px 10px}.science-template .m-hamburger-box__inner:before,.science-template .m-hamburger-box__inner:after,.science-template .m-hamburger-box__inner{background:#1e1e1e!important}.science-template m-header.m-header.m\:block{position:relative}.sustainability m-header.m-header.m\:block{margin-top:0!important}.sustainability header.m-header__mobile.container-fluid{background:#22723580!important;padding:15px 15px 10px}.sustainability .m-hamburger-box__inner:before,.science-template .m-hamburger-box__inner:after,.science-template .m-hamburger-box__inner{background:#fff!important}.sustainability m-header.m-header.m\:block{position:relative!important}.sustainability .m-logo__image-default.m\:display-flex.m-image{width:30px}.my-policy-head{margin-top:0!important}.about-us m-header.m-header.m\:block{position:relative}.my-policy-head .container.m-section-my.m-section-py{border-radius:0!important}.sustainability .swiper-section-image .swiper-slide{min-height:inherit}header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open .m-header__account path{stroke:#fff!important}header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open .m-cart-icon-bubble path.paths{stroke:#fff!important;fill:#fff!important}header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open .m-cart-icon-bubble .pathss{stroke:#fff}header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open .m-hamburger-box__inner:before,header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open .m-hamburger-box__inner:after,header.m-header__mobile.container-fluid.m\:flex.m\:items-center.m-gradient.m-color-default.header-drawer-open .m-hamburger-box__inner{background:#fff!important}.my-policy-head .container.m-section-my.m-section-py{background:#c9488514}.about-us .m-hamburger-box__inner:before,.about-us .m-hamburger-box__inner:after,.about-us .m-hamburger-box__inner{background:#c94885!important}.template-index .m-logo__image-transparent.m\:display-flex.m-image{display:none}.template-index .m-logo__image-default,.about-us .m-logo__image-default,.science-template .m-logo__image-default{display:flex!important;width:30px}.mys-slisders.m-slider{min-height:100%!important;height:100%!important}.m-main-product--wrapper .swiper-pagination-bullet-active,.m-main-product--wrapper .swiper-pagination-bullet{background:transparent;margin:0}.regencore-info-box{width:100%!important}.stack-wrapper{display:none!important}.premodhara h3.m-richtext__title.h2{text-align:left;margin-bottom:30px}}@media only screen and (max-width:480px){.neuromito-b12 .cards-three .icon-cards{width:47%;height:160px}img.pro-imgs{right:15px}.image-over-text .m-richtext__description p{font-size:12px}.m-sticky-addtocart button.m-add-to-cart.m-spinner-button.m-button.m-button--primary{max-width:110px;min-width:110px;top:8px;font-size:14px;height:50px;padding:10px}.neuromito-max .cards-three .icon-cards{width:47%;height:160px}.rong-tamasha h3{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/main.css.map */
