:root {
  --font-family-primary: GeneralSans, sans-serif; 
  --font-family-heading: GeneralSans, sans-serif;
  --font-weight-base: 500;
  --font-weight-heading: 600;
  --font-letter-spacing-heading: -0.02em;
  --line-height-base: 1.5;
  --line-height-heading: 1.1;
  
  --sp-16-160: clamp(1rem, -2.4615rem + 13.8462vw, 10rem); /* 16 - 160 */
  --sp-96-144: clamp(6rem, 4.8462rem + 4.6154vw, 9rem); /* 96 - 144 */
  --sp-24-100: clamp(1.5rem, -0.3269rem + 7.3077vw, 6.25rem); /* 24 - 100 */
  --sp-40-96: clamp(2.5rem, 1.1538rem + 5.3846vw, 6rem); /* 40 - 96 */
  --sp-40-80: clamp(2.5rem, 1.5385rem + 3.8462vw, 5rem); /* 40 - 80 */
  --sp-16-80: clamp(1rem, -0.5385rem + 6.1538vw, 5rem); /* 16 - 80 */
  --sp-48-64: clamp(3rem, 2.6154rem + 1.5385vw, 4rem); /* 48 - 64 */
  --sp-24-64: clamp(1.5rem, 0.5385rem + 3.8462vw, 4rem); /* 24 - 64 */
  --sp-16-64: clamp(1rem, -0.1538rem + 4.6154vw, 4rem); /* 16 - 64 */
  --sp-24-48: clamp(1.5rem, 0.9231rem + 2.3077vw, 3rem); /* 24 - 48 */
  --sp-24-40: clamp(1.5rem, 1.1154rem + 1.5385vw, 2.5rem); /* 24 - 40 */
  --sp-16-48: clamp(1rem, 0.2308rem + 3.0769vw, 3rem); /* 16 - 48 */
  --sp-16-40: clamp(1rem, 0.4231rem + 2.3077vw, 2.5rem); /* 16 - 40 */
  --sp-16-32: clamp(1rem, 0.6154rem + 1.5385vw, 2rem); /* 16 - 32 */
  --sp-16-24: clamp(1rem, 0.8077rem + 0.7692vw, 1.5rem); /* 12 - 24 */
  --sp-12-24: clamp(0.75rem, 0.4615rem + 1.1538vw, 1.5rem); /* 12 - 24 */
  --sp-0-16: clamp(0rem, -0.3846rem + 1.5385vw, 1rem); /* 0 - 16 */
  
  --border-r--40: 0;
  --border-r--24: 0;
  --border-r--16: 16px;
  --border-r--8: 8px;
  
  --blog-headings: clamp(1.25rem, 1.1538rem + 0.3846vw, 1.5rem); /* 24px */
}


@font-face {
    font-family: GeneralSans;
    src: url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-400.woff2") format("woff2"),
         url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GeneralSans;
    src: url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-500.woff2") format("woff2"),
         url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GeneralSans;
    src: url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-600.woff2") format("woff2"),
         url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GeneralSans;
    src: url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-700.woff2") format("woff2"),
         url("/wp-content/themes/ptg-by-i3studio/assets/fonts/GeneralSans-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: lg;
    src: url("/wp-content/themes/ptg-by-i3studio/assets/fonts/lg.ttf") format("truetype"), 
         url("/wp-content/themes/ptg-by-i3studio/assets/fonts/lg.woff") format("woff"),
         url("/wp-content/themes/ptg-by-i3studio/assets/fonts/lg.svg") format("svg"); 
    font-weight: 400;
    font-style: normal;
}

.logged-in.admin-bar #header-nav {
    margin-top: 32px;
}

html {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family-primary);  
  scroll-behavior: smooth;
}
body {
    overflow-x: clip;
    font-size: 16px;
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-body-text);
    background-color: var(--color-body-bg);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body, nav, h1, h2, h3, h4, h5, h6, header, footer, address,
p, hr, blockquote, dl, dt, figure, figcaption, div, main,
a, strong, s, q, data, time, code, var, sub, sup, i, b, u, rt, span, br,
img, iframe, embed, object, param, video, source, track, map, area,
form, label, optgroup, option, output, progress {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
}
img {
    max-width: 100%;
}
.img-holder {
    display: flex;
}
.img-holder img {
    height: 100%;
    object-fit: cover;
}
p.has-text-align-center {
    text-align: center;
}
ul, ol {
    padding-left: 24px;
    margin-top: 0;
}
 figcaption, figure, footer, header, main, nav {
  display: block;
}

hr {
  height: 0;
  border-bottom: 1px solid #000;
}


blockquote {
  page-break-inside: avoid;
}

strong, b {
  font-weight: 700;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

 th, td {
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
  transition: color .2s;
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.wp-block-heading {
    margin-top: 16px;
    margin-bottom: 8px;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h4, .h5, .h6 {
  font-family: var(--font-family-heading);
  line-height: var(--line-height-heading);
  font-weight: var(--font-weight-heading);
  color: var(--color-headings--dark);
  letter-spacing: var(--font-letter-spacing-heading);
}
.ff--head {
    font-family: var(--font-family-heading)!important;
    color: var(--color-headings--dark);
    font-weight: var(--font-weight-heading);
    line-height: var(--line-height-heading);
    letter-spacing: var(--font-letter-spacing-heading);
}
.fs--italic {
    font-style: italic;
}
.tt--upper {
    text-transform: uppercase;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-chil {
  margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h4 a, .h5 a, .h6 a, a {
  color: inherit;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
p {
  margin-bottom: 12px;
  line-height: var(--line-height-base);
}
p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 993px) {
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}

/* 36 - 64px */
.fs--64 {
    font-size: clamp(2.25rem, 1.5769rem + 2.6923vw, 4rem);
}
/* 36 - 56px */
.fs--56 {
    font-size: clamp(2.25rem, 1.7692rem + 1.9231vw, 3.5rem);
}
/* 28 - 48px */
.fs--48 {
    font-size: clamp(1.75rem, 1.3173rem + 1.7308vw, 2.875rem);
}
/* 26 - 40px */
.fs--40 {
    font-size: clamp(1.75rem, 1.4615rem + 1.1538vw, 2.5rem);
}
/* 24 - 36px */
.fs--36 {
    font-size: clamp(1.5rem, 1.2115rem + 1.1538vw, 2.25rem);
}
/* 22 - 32px */
.fs--32 {
    font-size: clamp(1.5rem, 1.3077rem + 0.7692vw, 2rem);
}
/* 22 - 28px */
.fs--28 {
    font-size: clamp(1.375rem, 1.2308rem + 0.5769vw, 1.75rem);
}
/* 20 - 24px */
.fs--24 {
    font-size: clamp(1.25rem, 1.1538rem + 0.3846vw, 1.5rem);
}
/* 18 - 22px */
.fs--22 {
    font-size: clamp(1.125rem, 1.0288rem + 0.3846vw, 1.375rem);
}
/* 16 - 20px */
.fs--20 {
    font-size: clamp(1rem, 0.9038rem + 0.3846vw, 1.25rem);
}
/* 16 - 18px */
.fs--18 {
    font-size: clamp(1rem, 0.9519rem + 0.1923vw, 1.125rem);
}
/* 15 - 18px */
.fs--16 {
    font-size: clamp(0.9375rem, 0.9135rem + 0.0962vw, 1rem);
}
/* 13 - 14px */
.fs--14 {
    font-size: clamp(0.8125rem, 0.7885rem + 0.0962vw, 0.875rem);
}
/* 12 - 13px */
.fs--13 {
    font-size: 13px;
}
.fs--12 {
    font-size: 12px;
}
.fs--10 {
    font-size: 10px;
}

.fc--white {
    color: #fff!important;
}
.fc--primary {
    color: var(--color-primary);
}
.fc--secondary {
    color: var(--color-secondary);
}
.fc--dark {
    color: var(--color-text--dark);
}
.fc--medium {
    color: var(--color-text--medium);
}
.fc--light {
    color: var(--color-text--light);
}

.fw--700 {
    font-weight: 600;
}
.fw--600 {
    font-weight: 600;
}
.fw--500 {
    font-weight: 500;
}
.fw--400 {
    font-weight: 400;
}


.l-h--16 {
    line-height: 1.6;
}
.l-h--13 {
    line-height: 1.3;
}
.l-h--12 {
    line-height: 1.2;
}

.text--underline {
    text-decoration: underline;
}
.text--center {
    width: 100%;
    text-align: center;
}
.b-radius--8 {
    border-radius: var(--border-r--8);
}
.b-radius--16 {
    border-radius: var(--border-r--16);
}
.b-radius--24 {
    border-radius: var(--border-r--24);
}
.b-radius--40 {
    border-radius: var(--border-r--40);
}

.flickity-slider {
    display: flex;
    flex-direction: row;
}
.flickity-viewport {
    width: 100%;
    min-height: 100%!important;
}
.flickity-viewport:before {
    content: "";
    width: 50vw;
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    right: calc(100% + 24px);
    background: #fff;
    z-index: 1;
}
.carousel-nav-wrap {
    width: calc(100% - var(--sp-s));
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}


section {
    overflow-x: clip;
}

main section:first-child {
    margin-top: 96px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1240px;
    padding: clamp(2.5rem, 0.3846rem + 8.4615vw, 8rem) 20px; /* 40 - 128px */
    position: relative;
    display: flex;
    flex-direction: column;
}
.container.--full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.pad-t--96 {
    padding-top: clamp(2rem, 0.4615rem + 6.1538vw, 6rem);; /* 32 - 96px */
}
.pad-b--96 {
    padding-bottom: clamp(2rem, 0.4615rem + 6.1538vw, 6rem);; /* 32 - 96px */
}
.pad-t--48 {
    padding-top: clamp(2rem, 1.6154rem + 1.5385vw, 3rem); /* 32 - 48px */
}
.pad-b--48 {
    padding-bottom: clamp(2rem, 1.6154rem + 1.5385vw, 3rem); /* 32 - 48px */
}
.pad-t--0 {
    padding-top: 0;
}
.pad-b--0 {
    padding-bottom: 0;
}
@media(max-width: 540px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.pt--0 {
    padding-top: 0;
}
.pt--24 {
    padding-top: 24px;
}
.pb--0 {
    padding-bottom: 0;
}

.w--100 {
    width: 100%;
}

.col-wrap {
    display: flex;
    gap: var(--sp-24-48);
}
.col--80,
.col--75,
.col--70, 
.col--65,
.col--60,
.col--55, 
.col--50, 
.col--45,
.col--40,
.col--35,
.col--30,
.col--25,
.col--20 {
    position: relative;
    z-index: 2;
}
.col--80 {
    width: 80%;
}
.col--75 {
    width: 75%;
}
.col--70 {
    width: 70%;
}
.col--65 {
    width: 65%;
}
.col--60 {
    width: 60%;
}
.col--55 {
    width: 55%;
}
.col--50 {
    width: 50%;
}
.col--45 {
    width: 45%;
}
.col--40 {
    width: 40%;
}
.col--35 {
    width: 35%;
}
.col--30 {
    width: 30%;
}
.col--25 {
    width: 25%;
}
.col--20 {
    width: 20%;
}

@media (max-width: 991px) {
    .col-wrap {
        flex-direction: column;
    }
    .col-wrap--rev {
        flex-direction: column-reverse!important
    }
    .col--80,
    .col--75,
    .col--70, 
    .col--65,
    .col--60,
    .col--55, 
    .col--50, 
    .col--45,
    .col--40,
    .col--35,
    .col--30,
    .col--25,
    .col--20 {
        width: 100%;
    }
}

.max-w--1100 {
    width: 100%;
    max-width: 1100px;
}
.max-w--1000 {
    width: 100%;
    max-width: 1000px;
}
.max-w--950 {
    width: 100%;
    max-width: 950px;
}
.max-w--860 {
    width: 100%;
    max-width: 860px;
}
.max-w--750 {
    width: 100%;
    max-width: 750px;
}
.max-w--660 {
    width: 100%;
    max-width: 660px;
}
.max-w--550 {
    width: 100%;
    max-width: 550px;
}
.max-w--500 {
    width: 100%;
    max-width: 500px;
}
.max-w--450 {
    width: 100%;
    max-width: 450px;
}
.vert--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vert--bottom {
    display: flex;
    align-items: flex-end;
}
.align--right {
    margin-left: auto;
}
.align--center {
    margin-left: auto;
    margin-right: auto;
}

.bg--primary {
    background-color: var(--color-primary);
}
.bg--dark {
    background-color: var(--color-bg--dark);
}
.bg--medium {
    background-color: var(--color-bg--medium);
}
.bg--light {
    background-color: var(--color-bg--light);
}
.bg--white {
    background-color: #fff;
}


.mb--4 {
    margin-bottom: 4px;
}
.mb--6 {
    margin-bottom: 6px;
}
.mb--8 {
    margin-bottom: 8px;
}
.mb--12 {
    margin-bottom: 12px;
}
.mb--16 {
    margin-bottom: 16px;
}
.mb--24 {
    margin-bottom: 24px;
}
.mb--32 {
    margin-bottom: clamp(1.5rem, 1.3077rem + 0.7692vw, 2rem); /* 24 - 32 */
}
.mb--40 {
    margin-bottom: clamp(1.5rem, 1.1154rem + 1.5385vw, 2.5rem); /* 24 - 40 */
}
.mb--48 {
    margin-bottom: clamp(1.5rem, 0.9231rem + 2.3077vw, 3rem); /* 24 - 48 */
}
.mb--64 {
    margin-bottom: clamp(1.5rem, 0.5385rem + 3.8462vw, 4rem); /* 24 - 64 */
}
.mb--80 {
    margin-bottom: clamp(1.5rem, 0.1538rem + 5.3846vw, 5rem); /* 24 - 80 */
}
.mb--120 {
    margin-bottom: clamp(1.5rem, -0.8077rem + 9.2308vw, 7.5rem); /* 24 - 120 */
}
.mt--auto {
    margin-top: auto;
}
.mb--auto {
    margin-bottom: auto;
}

.grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-24-48);
}
.grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-24-40);
}
.grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-24-40);
}
.grid--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--sp-24-40);
}
.grid--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--sp-24-40);
}
.grid--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: var(--sp-24-40);
}
@media (max-width: 1024px) {
    .grid--5 {
        grid-template-columns: repeat(3, 1fr);
    } 
    .grid--8 {
        grid-template-columns: repeat(4, 1fr);
    } 
}
@media (max-width: 991px) {
    .grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid--3 {
        grid-template-columns: repeat(1, 1fr);
    }
   .grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 540px) {
    .grid--2,
    .grid--3,
    .grid--4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid--6,
    .grid--8 {
        grid-template-columns: repeat(2, 1fr);
    }
}






/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 12px;
	bottom: 12px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 0;
	box-shadow: inset  0 0 0 2px #B4BED0;
	z-index: 990;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 50%;
    mix-blend-mode: multiply;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap__icon {
	position: absolute;
	height: 18px;
	width: 18px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.progress-wrap .progress-wrap__icon path {
    fill: #B4BED0;
}
.progress-wrap:hover .progress-wrap__icon {
	opacity: 1;
}

.progress-wrap svg.progress-circle path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--color-headings--dark);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.carousel__arrows-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.carousel__arrows-wrap .carousel__arrow {
    cursor: pointer;
    display: flex;
}
.carousel__arrows-wrap .carousel__arrow svg path,
.carousel__arrows-wrap .carousel__arrow svg rect {
    transition: .2s;
}
.carousel__arrows-wrap .carousel__arrow:hover svg path,
.carousel__arrows-wrap .carousel__arrow:hover svg rect {
    stroke: var(--color-bg--dark);
}


ins {
    text-decoration: none!important;
}
del {
    opacity: .6!important;
}
.added_to_cart {
    display: none;
}

.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, 
p.no-comments {
    padding: var(--sp-16-24) var(--sp-16-24)!important;
    border-radius: var(--border-r--8)!important;
    background-color: var(--color-light)!important;
    z-index: 11;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce-error,
.woocommerce-error ul {
    list-style: none!important;
    background-color: #fae6e6!important;
    
    li,
    li a {
        color: #e15334 !important;;
    }
}

.skeleton-loader {
    min-width: 270px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeletonLoading 1.2s infinite;
    border-radius: 5px;
}

@keyframes skeletonLoading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


.d-mobile {
    display: none!important;
}

@media (max-width: 992px) {
    .d-mobile--none {
        display: none!important;
    }
    .d-mobile {
        display: flex!important;
    }
}

@media (max-width: 540px) {
    body {
        font-size: 15px;
    }
}