.ib-header {
    position: relative;
    width: 100%;
    height: 78px;
    background: #fff;
    color: #111;
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.home .ib-header {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    color: #fff;
    border-bottom-color: rgba(255,255,255,.28);
}

.ib-header-inner {
    width: 100%;
    height: 100%;
    padding: 0 42px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.ib-logo {
    grid-column: 2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: nowrap;
}

.ib-menu-toggle {
    grid-column: 1;
    justify-self: start;
    width: 27px;
    height: 19px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ib-menu-toggle span {
    width: 100%;
    height: 1px;
    display: block;
    background: currentColor;
}

.ib-header-actions {
    grid-column: 3;
    justify-self: end;
}

.ib-cart {
    position: relative;
    width: 25px;
    height: 27px;
    display: block;
}

.ib-cart svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
}

.ib-cart-count {
    position: absolute;
    right: -8px;
    top: -6px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 20px;
    background: #111;
    color: #fff;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .ib-cart-count {
    background: #fff;
    color: #111;
}

.ib-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1998;
    background: rgba(0,0,0,.35);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}

.ib-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.ib-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    width: min(520px,100%);
    height: 100vh;
    background: #fff;
    color: #111;
    transform: translateX(-100%);
    transition: transform .4s ease;
    overflow-y: auto;
}

.ib-drawer.is-open {
    transform: translateX(0);
}

.ib-drawer-top {
    height: 82px;
    padding: 0 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ib-menu-close {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 34px;
    font-weight: 200;
    cursor: pointer;
}

.ib-drawer-content {
    padding: 25px 38px 50px;
}

.ib-menu-link,
.ib-submenu-toggle {
    width: 100%;
    min-height: 59px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.ib-submenu-toggle span:last-child {
    font-size: 20px;
    font-weight: 300;
}

.ib-submenu {
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    transition: max-height .35s ease;
}

.ib-submenu.is-open {
    max-height: 400px;
}

.ib-submenu a {
    display: block;
    padding: 12px 0 12px 18px;
    color: #555;
    font-size: 11px;
    letter-spacing: 1.2px;
}

body.ib-menu-open {
    overflow: hidden;
}

.ib-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    background: #c9b29f;
}

.ib-hero-image {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero.jpg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ib-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.14);
}

.ib-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 110px 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.ib-hero-eyebrow {
    margin: 0 0 20px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 4px;
}

.ib-hero-content h1 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px,5.3vw,82px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -1px;
}

.ib-hero-line {
    width: 65px;
    height: 1px;
    margin: 28px 0 18px;
    background: rgba(255,255,255,.9);
}

.ib-hero-signature {
    margin: 0;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3.5px;
}

.ib-home-products {
    padding: 105px 45px 115px;
    background: #fff;
}

.ib-section-heading {
    margin-bottom: 48px;
    text-align: center;
}

.ib-section-heading > p {
    margin: 0 0 12px;
    color: #777;
    font-size: 8px;
    letter-spacing: 3px;
}

.ib-section-heading h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(32px,3vw,46px);
    line-height: 1.1;
    font-weight: 400;
}

.ib-heading-line {
    width: 38px;
    height: 1px;
    margin: 18px auto;
    display: block;
    background: #cfc9c3;
}

.ib-heading-description {
    color: #777;
    font-size: 12px;
    letter-spacing: .4px;
}

.ib-featured-products {
    max-width: 1260px;
    margin: 0 auto;
}

.ib-featured-products ul.products {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px;
}

.ib-featured-products ul.products::before,
.ib-featured-products ul.products::after {
    display: none !important;
}

.ib-featured-products ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

.ib-featured-products ul.products li.product img {
    width: 100%;
    aspect-ratio: 3/4;
    margin: 0 0 16px !important;
    object-fit: cover;
}

.ib-featured-products .woocommerce-loop-product__title {
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: #111;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ib-featured-products .price {
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.ib-featured-products .button,
.ib-featured-products .added_to_cart {
    display: none !important;
}

.ib-featured-products .onsale {
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px 9px !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.94) !important;
    color: #111 !important;
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: 1px;
}

.ib-section-button {
    margin-top: 48px;
    text-align: center;
}

.ib-outline-button {
    min-width: 200px;
    min-height: 49px;
    padding: 0 25px;
    border: 1px solid #111;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.8px;
    transition: .25s ease;
}

.ib-outline-button span {
    font-size: 17px;
    font-weight: 300;
}

.ib-outline-button:hover {
    background: #111;
    color: #fff;
}

.ib-collection {
    padding: 105px 30px 120px;
    background: #f7f5f2;
}

.ib-collection-heading {
    max-width: 1450px;
    margin: 0 auto 42px;
}

.ib-collection-heading p {
    margin: 0 0 10px;
    color: #777;
    font-size: 8px;
    letter-spacing: 3px;
}

.ib-collection-heading h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ib-category-grid {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.ib-category-card {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #ded8d2;
}

.ib-category-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .7s ease;
}

.ib-category-card:hover .ib-category-image {
    transform: scale(1.025);
}

.ib-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(0,0,0,.24),transparent 35%);
}

.ib-category-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.7px;
}

.ib-fit-editorial {
    min-height: 580px;
    padding: 80px 30px;
    background: #d5c3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ib-fit-editorial-content {
    max-width: 750px;
}

.ib-fit-editorial-content > p {
    margin: 0 0 18px;
    font-size: 8px;
    letter-spacing: 3px;
}

.ib-fit-editorial-content h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(45px,5vw,72px);
    line-height: 1;
    font-weight: 400;
}

.ib-fit-editorial-content > span {
    width: 55px;
    height: 1px;
    margin: 25px auto;
    display: block;
    background: #8f7e70;
}

.ib-fit-editorial-content > div {
    margin-bottom: 30px;
    color: #4d4640;
    font-size: 15px;
    line-height: 1.6;
}

.ib-fit-editorial-content a {
    min-height: 48px;
    padding: 0 28px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.6px;
    transition: .25s ease;
}

.ib-fit-editorial-content a:hover {
    background: transparent;
    color: #111;
}

.ib-cup-section {
    padding: 90px 30px 95px;
    background: #fff;
    text-align: center;
}

.ib-cup-section .ib-section-heading {
    margin-bottom: 25px;
}

.ib-cup-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ib-cup-navigation a {
    width: 48px;
    height: 48px;
    border: 1px solid #c9c5c1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    transition: .25s ease;
}

.ib-cup-navigation a:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.ib-cup-caption {
    margin: 18px 0 0;
    color: #999;
    font-size: 10px;
    letter-spacing: .5px;
}

.ib-benefits {
    padding: 40px 30px;
    border-top: 1px solid #e8e5e2;
    border-bottom: 1px solid #e8e5e2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.ib-benefit {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ib-benefit + .ib-benefit {
    border-left: 1px solid #e8e5e2;
}

.ib-benefit svg {
    width: 24px;
    height: 24px;
    margin-bottom: 13px;
    fill: none;
    stroke: #333;
    stroke-width: 1.2;
}

.ib-benefit strong {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 1.5px;
}

.ib-benefit span {
    color: #888;
    font-size: 9px;
}

.ib-footer {
    padding: 75px 50px 25px;
    background: #f7f5f2;
    color: #171717;
}

.ib-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 70px;
}

.ib-footer-logo {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.ib-footer-subtitle {
    margin: 0 0 28px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: italic;
}

.ib-footer-description,
.ib-footer-address {
    color: #666;
    font-size: 12px;
    line-height: 1.8;
}

.ib-footer-address {
    margin-top: 22px;
}

.ib-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ib-footer-column h3 {
    margin: 0 0 22px;
    font-size: 9px;
    letter-spacing: 1.7px;
}

.ib-footer-column a {
    margin-bottom: 13px;
    color: #555;
    font-size: 12px;
}

.ib-footer-bottom {
    max-width: 1400px;
    margin: 60px auto 0;
    padding-top: 23px;
    border-top: 1px solid #d9d6d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ib-footer-social {
    display: flex;
    gap: 25px;
}

.ib-footer-bottom p,
.ib-footer-social a {
    margin: 0;
    color: #777;
    font-size: 9px;
    letter-spacing: 1.2px;
}

@media (max-width: 1000px) {
    .ib-featured-products ul.products {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 35px 14px;
    }

    .ib-category-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ib-footer-inner {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .ib-footer-brand {
        grid-column: 1/-1;
    }
}

@media (max-width: 768px) {
    .ib-header {
        height: 64px;
    }

    .ib-header-inner {
        padding: 0 18px;
    }

    .ib-logo {
        font-size: 13px;
        letter-spacing: 1.7px;
    }

    .ib-menu-toggle {
        width: 22px;
        height: 16px;
    }

    .ib-cart {
        width: 21px;
        height: 23px;
    }

    .ib-drawer {
        width: 100%;
    }

    .ib-drawer-top {
        height: 65px;
        padding: 0 20px;
        font-size: 13px;
        letter-spacing: 1.6px;
    }

    .ib-drawer-content {
        padding: 14px 22px 40px;
    }

    .ib-menu-link,
    .ib-submenu-toggle {
        min-height: 57px;
        font-size: 11px;
    }

    .ib-hero {
        height: 100svh;
        min-height: 620px;
    }

    .ib-hero-image {
        background-position: center center;
    }

    .ib-hero-content {
        padding: 90px 18px 45px;
    }

    .ib-hero-eyebrow {
        margin-bottom: 17px;
        font-size: 8px;
        letter-spacing: 3px;
    }

    .ib-hero-content h1 {
        font-size: clamp(38px,11vw,55px);
        line-height: 1;
    }

    .ib-hero-line {
        width: 50px;
        margin: 23px 0 16px;
    }

    .ib-home-products {
        padding: 72px 15px 80px;
    }

    .ib-section-heading {
        margin-bottom: 35px;
    }

    .ib-section-heading h2 {
        font-size: 30px;
    }

    .ib-featured-products ul.products {
        gap: 28px 10px;
    }

    .ib-featured-products ul.products li.product img {
        margin-bottom: 11px !important;
    }

    .ib-section-button {
        margin-top: 38px;
    }

    .ib-collection {
        padding: 70px 10px 80px;
    }

    .ib-collection-heading {
        padding: 0 6px;
        margin-bottom: 28px;
    }

    .ib-category-grid {
        gap: 8px;
    }

    .ib-category-name {
        bottom: 15px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .ib-fit-editorial {
        min-height: 500px;
        padding: 65px 20px;
    }

    .ib-fit-editorial-content h2 {
        font-size: 44px;
    }

    .ib-fit-editorial-content > div {
        font-size: 13px;
    }

    .ib-cup-section {
        padding: 70px 15px 75px;
    }

    .ib-cup-navigation {
        gap: 7px;
    }

    .ib-cup-navigation a {
        width: 43px;
        height: 43px;
        font-size: 14px;
    }

    .ib-benefits {
        padding: 0 20px;
        display: block;
    }

    .ib-benefit {
        min-height: 130px;
    }

    .ib-benefit + .ib-benefit {
        border-left: 0;
        border-top: 1px solid #e8e5e2;
    }

    .ib-footer {
        padding: 55px 24px 24px;
    }

    .ib-footer-inner {
        display: block;
        text-align: center;
    }

    .ib-footer-brand {
        margin-bottom: 40px;
    }

    .ib-footer-logo {
        font-size: 17px;
    }

    .ib-footer-description br {
        display: none;
    }

    .ib-footer-column {
        padding: 26px 0 13px;
        border-top: 1px solid #ddd9d4;
        align-items: center;
    }

    .ib-footer-bottom {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
}
.ib-category-bras {
    background-image: url('../images/grudnjaci.png.jpeg');
}

.ib-category-underwear {
    background-image: url('../images/donji-ves.png.png');
}

.ib-category-bodysuits {
    background-image: url('../images/bodiji.png.png');
}

.ib-category-shapewear {
    background-image: url('../images/steznici.png.png');
}
.ib-calculator-page {
    width: 100%;
    background: #ffffff;
    color: #171717;
}

.ib-calculator-hero {
    padding: 120px 24px 105px;
    background: #f5f2ee;
    text-align: center;
}

.ib-calculator-eyebrow {
    margin: 0 0 18px;
    color: #7d7a77;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3.2px;
}

.ib-calculator-hero h1 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(50px, 5.2vw, 78px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.8px;
}

.ib-calculator-line {
    width: 50px;
    height: 1px;
    margin: 30px auto 24px;
    display: block;
    background: #aaa29a;
}

.ib-calculator-intro {
    max-width: 540px;
    margin: 0 auto;
    color: #686562;
    font-size: 13px;
    line-height: 1.8;
}

.ib-measure-guide {
    max-width: 1180px;
    margin: 0 auto;
    padding: 105px 35px 110px;
}

.ib-measure-heading {
    margin-bottom: 58px;
    text-align: center;
}

.ib-measure-heading > p {
    margin: 0 0 13px;
    color: #8b8885;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
}

.ib-measure-heading h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 37px;
    line-height: 1.15;
    font-weight: 400;
}

.ib-measure-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 75px;
}

.ib-measure-item {
    padding-top: 25px;
    border-top: 1px solid #cbc6c1;
}

.ib-measure-number {
    display: block;
    color: #aaa29b;
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    line-height: 1;
}

.ib-measure-item h3 {
    margin: 30px 0 17px;
    color: #222;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.ib-measure-item p {
    max-width: 480px;
    margin: 0;
    color: #686562;
    font-size: 12px;
    line-height: 1.9;
}

.ib-calculator-section {
    padding: 110px 25px;
    background: #f5f2ee;
}

.ib-calculator-box {
    max-width: 760px;
    margin: 0 auto;
    padding: 70px 70px 48px;
    background: #ffffff;
}

.ib-calculator-heading {
    margin-bottom: 45px;
    text-align: center;
}

.ib-calculator-heading > p {
    margin: 0 0 12px;
    color: #8b8885;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
}

.ib-calculator-heading h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
}

.ib-calculator-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ib-field label {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #282828;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.ib-field label small {
    color: #999590;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0;
}

.ib-field input {
    width: 100%;
    height: 59px;
    padding: 0 17px;
    border: 1px solid #ccc7c2;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    appearance: textfield;
    transition: border-color .2s ease;
}

.ib-field input:focus {
    border-color: #111111;
}

.ib-field input::placeholder {
    color: #aaa6a2;
    opacity: 1;
}

.ib-field input::-webkit-inner-spin-button,
.ib-field input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.ib-calculator-button {
    width: 100%;
    min-height: 57px;
    margin-top: 22px;
    padding: 15px 20px;
    border: 1px solid #111111;
    border-radius: 0;
    background: #111111;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.8px;
    cursor: pointer;
    transition: background .25s ease, color .25s ease;
}

.ib-calculator-button:hover {
    background: #ffffff;
    color: #111111;
}

.ib-calculator-message {
    margin-top: 28px;
    padding: 20px 22px;
    border: 1px solid #d9d4cf;
    background: #f8f6f4;
    color: #55514e;
    text-align: center;
    font-size: 11px;
    line-height: 1.75;
}

.ib-calculator-message[hidden],
.ib-calculator-result[hidden] {
    display: none !important;
}

.ib-calculator-result {
    margin-top: 45px;
    padding-top: 44px;
    border-top: 1px solid #dedad6;
    text-align: center;
}

.ib-result-label {
    margin: 0;
    color: #77736f;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.ib-result-size {
    margin: 15px 0 17px;
    font-family: "Manrope", sans-serif;
    font-size: 88px;
    line-height: .95;
    font-weight: 400;
    letter-spacing: -2px;
}

.ib-result-text {
    max-width: 470px;
    margin: 0 auto;
    color: #5f5b58;
    font-size: 12px;
    line-height: 1.75;
}

.ib-result-divider {
    width: 52px;
    height: 1px;
    margin: 48px auto;
    background: #c5bfb9;
}

.ib-instagram-help {
    max-width: 560px;
    margin: 0 auto;
}

.ib-instagram-eyebrow {
    margin: 0 0 11px;
    color: #99948f;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2.8px;
}

.ib-instagram-help h3 {
    margin: 0 0 19px;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.ib-instagram-help > p:not(.ib-instagram-eyebrow) {
    margin: 0 auto 29px;
    color: #66615e;
    font-size: 11px;
    line-height: 1.85;
}

.ib-instagram-button {
    min-height: 51px;
    padding: 0 23px;
    border: 1px solid #111111;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    color: #111111;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: background .25s ease, color .25s ease;
}

.ib-instagram-button span:last-child {
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
}

.ib-instagram-button:hover {
    background: #111111;
    color: #ffffff;
}

.ib-calculator-note {
    margin: 45px 0 0;
    padding-top: 26px;
    border-top: 1px solid #e5e1dd;
    color: #96918c;
    text-align: center;
    font-size: 9px;
    line-height: 1.75;
}

@media (max-width: 768px) {
    .ib-calculator-hero {
        padding: 78px 20px 70px;
    }

    .ib-calculator-eyebrow {
        margin-bottom: 14px;
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .ib-calculator-hero h1 {
        font-size: 43px;
        line-height: 1;
        letter-spacing: -.5px;
    }

    .ib-calculator-line {
        width: 42px;
        margin: 25px auto 20px;
    }

    .ib-calculator-intro {
        max-width: 335px;
        font-size: 11px;
        line-height: 1.75;
    }

    .ib-measure-guide {
        padding: 70px 20px 75px;
    }

    .ib-measure-heading {
        margin-bottom: 42px;
    }

    .ib-measure-heading > p {
        margin-bottom: 11px;
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .ib-measure-heading h2 {
        font-size: 29px;
        line-height: 1.15;
    }

    .ib-measure-grid {
        display: block;
    }

    .ib-measure-item {
        padding-top: 21px;
    }

    .ib-measure-item + .ib-measure-item {
        margin-top: 48px;
    }

    .ib-measure-number {
        font-size: 24px;
    }

    .ib-measure-item h3 {
        margin: 21px 0 14px;
        font-size: 9px;
        line-height: 1.55;
        letter-spacing: 1.2px;
    }

    .ib-measure-item p {
        max-width: none;
        font-size: 11px;
        line-height: 1.85;
    }

    .ib-calculator-section {
        padding: 55px 12px;
    }

    .ib-calculator-box {
        max-width: none;
        padding: 48px 20px 36px;
    }

    .ib-calculator-heading {
        margin-bottom: 36px;
    }

    .ib-calculator-heading > p {
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .ib-calculator-heading h2 {
        font-size: 29px;
    }

    .ib-calculator-fields {
        display: block;
    }

    .ib-field + .ib-field {
        margin-top: 23px;
    }

    .ib-field input {
        height: 58px;
        font-size: 16px;
    }

    .ib-calculator-button {
        min-height: 56px;
        margin-top: 27px;
    }

    .ib-calculator-message {
        margin-top: 24px;
        padding: 18px 16px;
        font-size: 10px;
    }

    .ib-calculator-result {
        margin-top: 37px;
        padding-top: 37px;
    }

    .ib-result-label {
        font-size: 7px;
        letter-spacing: 2.1px;
    }

    .ib-result-size {
        margin: 14px 0 16px;
        font-size: 75px;
    }

    .ib-result-text {
        max-width: 300px;
        font-size: 11px;
    }

    .ib-result-divider {
        margin: 39px auto;
    }

    .ib-instagram-eyebrow {
        font-size: 7px;
    }

    .ib-instagram-help h3 {
        margin-bottom: 17px;
        font-size: 25px;
    }

    .ib-instagram-help > p:not(.ib-instagram-eyebrow) {
        font-size: 10px;
        line-height: 1.8;
    }

    .ib-instagram-button {
        width: 100%;
        min-height: 53px;
    }

    .ib-calculator-note {
        margin-top: 38px;
        padding-top: 23px;
        font-size: 8px;
    }
}
.ib-cart-page {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    color: #171717;
}

.ib-cart-hero {
    padding: 95px 25px 70px;
    background: #f5f2ee;
    text-align: center;
}

.ib-cart-hero > p {
    margin: 0 0 14px;
    color: #85817d;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
}

.ib-cart-hero h1 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(46px, 5vw, 70px);
    line-height: 1;
    font-weight: 400;
}

.ib-cart-hero > span {
    width: 48px;
    height: 1px;
    margin: 26px auto 20px;
    display: block;
    background: #aaa29a;
}

.ib-cart-hero > div {
    color: #6d6965;
    font-size: 11px;
    line-height: 1.7;
}

.ib-cart-content {
    max-width: 1380px;
    margin: 0 auto;
    padding: 75px 35px 120px;
}

.ib-cart-content .woocommerce {
    width: 100%;
}

.ib-cart-content .woocommerce-notices-wrapper {
    margin-bottom: 25px;
}

.ib-cart-content .woocommerce-message,
.ib-cart-content .woocommerce-info,
.ib-cart-content .woocommerce-error {
    margin: 0 0 25px;
    padding: 17px 20px 17px 45px;
    border: 1px solid #ddd8d3;
    border-top: 1px solid #ddd8d3;
    background: #f8f6f4;
    color: #444;
    font-size: 11px;
    line-height: 1.6;
}

.ib-cart-content .woocommerce-message::before,
.ib-cart-content .woocommerce-info::before,
.ib-cart-content .woocommerce-error::before {
    top: 17px;
    color: #111;
}

.ib-cart-content form.woocommerce-cart-form {
    width: calc(100% - 420px);
    padding-right: 60px;
    float: left;
}

.ib-cart-content table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.ib-cart-content table.shop_table thead th {
    padding: 0 12px 17px;
    border: 0;
    border-bottom: 1px solid #dcd7d2;
    background: transparent;
    color: #77736f;
    font-size: 8px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ib-cart-content table.shop_table thead th:first-child {
    padding-left: 0;
}

.ib-cart-content table.shop_table tbody td {
    padding: 25px 12px;
    border: 0;
    border-bottom: 1px solid #e5e1dd;
    background: transparent;
    vertical-align: middle;
}

.ib-cart-content table.shop_table tbody td:first-child {
    padding-left: 0;
}

.ib-cart-content td.product-remove {
    width: 30px;
}

.ib-cart-content td.product-remove a.remove {
    width: 24px;
    height: 24px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777 !important;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.ib-cart-content td.product-remove a.remove:hover {
    background: transparent;
    color: #111 !important;
}

.ib-cart-content td.product-thumbnail {
    width: 125px;
}

.ib-cart-content td.product-thumbnail img {
    width: 105px;
    height: 135px;
    display: block;
    object-fit: cover;
    background: #f5f3f1;
}

.ib-cart-content td.product-name {
    min-width: 180px;
}

.ib-cart-content td.product-name > a {
    color: #111;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ib-cart-content .variation {
    margin: 10px 0 0;
    color: #777;
    font-size: 9px;
    line-height: 1.6;
}

.ib-cart-content .variation dt,
.ib-cart-content .variation dd {
    margin: 0 4px 0 0;
    padding: 0;
    display: inline;
    float: none;
}

.ib-cart-content .variation dt {
    color: #999;
    font-weight: 400;
}

.ib-cart-content .variation dd::after {
    content: "";
    display: block;
}

.ib-cart-content td.product-price,
.ib-cart-content td.product-subtotal {
    color: #333;
    font-size: 11px;
    white-space: nowrap;
}

.ib-cart-content td.product-quantity {
    width: 90px;
}

.ib-cart-content .quantity .qty {
    width: 60px;
    height: 43px;
    padding: 0 5px;
    border: 1px solid #cbc6c1;
    border-radius: 0;
    background: #fff;
    color: #111;
    text-align: center;
    font-size: 11px;
    outline: none;
}

.ib-cart-content td.actions {
    padding: 28px 0 0 !important;
    border: 0 !important;
}

.ib-cart-content td.actions .coupon {
    display: flex;
    align-items: stretch;
}

.ib-cart-content td.actions .coupon label {
    display: none;
}

.ib-cart-content td.actions .coupon .input-text {
    width: 190px !important;
    height: 45px;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid #cbc6c1 !important;
    border-radius: 0 !important;
    background: #fff;
    color: #111;
    font-size: 10px;
    outline: none;
}

.ib-cart-content td.actions .coupon .input-text::placeholder {
    color: #999;
}

.ib-cart-content td.actions .button {
    min-height: 45px;
    padding: 0 18px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ib-cart-content td.actions .coupon .button {
    border-left: 0 !important;
}

.ib-cart-content td.actions > .button {
    float: right;
}

.ib-cart-content td.actions .button:hover {
    background: #111 !important;
    color: #fff !important;
}

.ib-cart-content td.actions .button:disabled,
.ib-cart-content td.actions .button.disabled {
    opacity: .4;
}

.ib-cart-content .cart-collaterals {
    width: 420px;
    float: right;
}

.ib-cart-content .cart-collaterals .cart_totals {
    width: 100%;
    padding: 35px;
    float: none;
    background: #f5f2ee;
}

.ib-cart-content .cart_totals h2 {
    margin: 0 0 27px;
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
}

.ib-cart-content .cart_totals table.shop_table {
    margin: 0 0 27px;
}

.ib-cart-content .cart_totals table.shop_table th,
.ib-cart-content .cart_totals table.shop_table td {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #dcd6d0;
    background: transparent;
    font-size: 10px;
    vertical-align: top;
}

.ib-cart-content .cart_totals table.shop_table th {
    width: 45%;
    color: #666;
    font-weight: 500;
    text-align: left;
}

.ib-cart-content .cart_totals table.shop_table td {
    color: #222;
    text-align: right;
}

.ib-cart-content .cart_totals .order-total th,
.ib-cart-content .cart_totals .order-total td {
    padding-top: 20px;
    border-bottom: 0;
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.ib-cart-content .cart_totals .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ib-cart-content .cart_totals .woocommerce-shipping-methods li {
    margin: 0 0 7px;
}

.ib-cart-content .cart_totals .woocommerce-shipping-destination {
    color: #777;
    font-size: 9px;
    line-height: 1.6;
}

.ib-cart-content .cart_totals .shipping-calculator-button {
    color: #333;
    font-size: 9px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ib-cart-content .wc-proceed-to-checkout {
    padding: 0;
}

.ib-cart-content .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    min-height: 55px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    transition: .25s ease;
}

.ib-cart-content .wc-proceed-to-checkout a.checkout-button:hover {
    background: transparent;
    color: #111;
}

.ib-cart-content .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

.ib-cart-content .cart-empty {
    margin: 0;
    padding: 60px 20px 20px !important;
    border: 0;
    background: transparent;
    color: #555;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
}

.ib-cart-content .cart-empty::before {
    display: none;
}

.ib-cart-content .return-to-shop {
    margin: 25px 0 60px;
    text-align: center;
}

.ib-cart-content .return-to-shop .button {
    min-height: 50px;
    padding: 0 27px;
    border: 1px solid #111;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ib-cart-content .return-to-shop .button:hover {
    background: #fff;
    color: #111;
}

@media (max-width: 1000px) {
    .ib-cart-content form.woocommerce-cart-form {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .ib-cart-content .cart-collaterals {
        width: 100%;
        max-width: 520px;
        margin: 55px 0 0 auto;
        float: none;
    }
}

@media (max-width: 768px) {
    .ib-cart-hero {
        padding: 72px 20px 55px;
    }

    .ib-cart-hero > p {
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .ib-cart-hero h1 {
        font-size: 42px;
    }

    .ib-cart-hero > span {
        width: 40px;
        margin: 22px auto 18px;
    }

    .ib-cart-hero > div {
        font-size: 10px;
    }

    .ib-cart-content {
        padding: 42px 15px 80px;
    }

    .ib-cart-content table.shop_table thead {
        display: none;
    }

    .ib-cart-content table.shop_table,
    .ib-cart-content table.shop_table tbody,
    .ib-cart-content table.shop_table tr,
    .ib-cart-content table.shop_table td {
        display: block;
        width: 100%;
    }

    .ib-cart-content table.shop_table tr.cart_item {
        position: relative;
        min-height: 165px;
        padding: 0 0 25px 112px;
        margin-bottom: 27px;
        border-bottom: 1px solid #e3dfdb;
    }

    .ib-cart-content table.shop_table tr.cart_item td {
        padding: 0;
        border: 0;
        text-align: left !important;
    }

    .ib-cart-content td.product-remove {
        position: absolute;
        top: -5px;
        right: 0;
        width: auto !important;
    }

    .ib-cart-content td.product-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 95px !important;
    }

    .ib-cart-content td.product-thumbnail::before {
        display: none;
    }

    .ib-cart-content td.product-thumbnail img {
        width: 95px;
        height: 125px;
    }

    .ib-cart-content td.product-name {
        padding-right: 28px !important;
    }

    .ib-cart-content td.product-name::before {
        display: none;
    }

    .ib-cart-content td.product-name > a {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .ib-cart-content .variation {
        margin-top: 7px;
        font-size: 8px;
    }

    .ib-cart-content td.product-price {
        margin-top: 11px;
        font-size: 10px;
    }

    .ib-cart-content td.product-price::before {
        display: none;
    }

    .ib-cart-content td.product-quantity {
        width: 58px !important;
        margin-top: 12px;
    }

    .ib-cart-content td.product-quantity::before {
        display: none;
    }

    .ib-cart-content .quantity .qty {
        width: 55px;
        height: 38px;
    }

    .ib-cart-content td.product-subtotal {
        display: none !important;
    }

    .ib-cart-content td.actions {
        padding: 5px 0 0 !important;
    }

    .ib-cart-content td.actions::before {
        display: none;
    }

    .ib-cart-content td.actions .coupon {
        width: 100%;
    }

    .ib-cart-content td.actions .coupon .input-text {
        width: 100% !important;
        flex: 1;
    }

    .ib-cart-content td.actions .coupon .button {
        flex-shrink: 0;
    }

    .ib-cart-content td.actions > .button {
        width: 100%;
        margin-top: 10px;
        float: none;
    }

    .ib-cart-content .cart-collaterals {
        max-width: none;
        margin-top: 45px;
    }

    .ib-cart-content .cart-collaterals .cart_totals {
        padding: 28px 22px;
    }

    .ib-cart-content .cart_totals h2 {
        margin-bottom: 22px;
        font-size: 25px;
    }

    .ib-cart-content .wc-proceed-to-checkout a.checkout-button {
        min-height: 54px;
    }

    .ib-cart-content .cart-empty {
        padding-top: 35px !important;
        font-size: 22px;
    }
}
.ib-checkout-page {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    color: #171717;
}

.ib-checkout-hero {
    padding: 95px 25px 70px;
    background: #f5f2ee;
    text-align: center;
}

.ib-checkout-hero > p {
    margin: 0 0 14px;
    color: #85817d;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
}

.ib-checkout-hero h1 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    font-weight: 400;
}

.ib-checkout-hero > span {
    width: 48px;
    height: 1px;
    margin: 26px auto 20px;
    display: block;
    background: #aaa29a;
}

.ib-checkout-hero > div {
    color: #6d6965;
    font-size: 11px;
    line-height: 1.7;
}

.ib-checkout-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 75px 35px 120px;
}

.ib-checkout-content .woocommerce {
    width: 100%;
}

.ib-checkout-content .woocommerce-form-coupon-toggle,
.ib-checkout-content .woocommerce-form-login-toggle {
    margin-bottom: 15px;
}

.ib-checkout-content .woocommerce-info {
    margin: 0;
    padding: 16px 20px;
    border: 1px solid #ddd8d3;
    border-top: 1px solid #ddd8d3;
    background: #f8f6f4;
    color: #555;
    font-size: 10px;
    line-height: 1.6;
}

.ib-checkout-content .woocommerce-info::before {
    display: none;
}

.ib-checkout-content .woocommerce-info a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ib-checkout-content form.checkout_coupon,
.ib-checkout-content form.login {
    margin: 15px 0 30px;
    padding: 25px;
    border: 1px solid #ddd8d3;
    border-radius: 0;
}

.ib-checkout-content form.checkout {
    margin-top: 45px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    column-gap: 70px;
    align-items: start;
}

.ib-checkout-content #customer_details {
    width: 100%;
}

.ib-checkout-content #customer_details .col-1,
.ib-checkout-content #customer_details .col-2 {
    width: 100%;
    float: none;
}

.ib-checkout-content #customer_details .col-2 {
    margin-top: 45px;
}

.ib-checkout-content .woocommerce-billing-fields > h3,
.ib-checkout-content .woocommerce-shipping-fields h3,
.ib-checkout-content .woocommerce-additional-fields > h3 {
    margin: 0 0 32px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd8d3;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.ib-checkout-content .form-row {
    margin: 0 0 21px;
    padding: 0;
}

.ib-checkout-content .form-row-first,
.ib-checkout-content .form-row-last {
    width: calc(50% - 8px);
}

.ib-checkout-content .form-row-first {
    float: left;
}

.ib-checkout-content .form-row-last {
    float: right;
}

.ib-checkout-content .form-row-wide {
    clear: both;
}

.ib-checkout-content .form-row label {
    margin-bottom: 8px;
    display: block;
    color: #333;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ib-checkout-content .form-row label .required {
    color: #777;
    text-decoration: none;
}

.ib-checkout-content .input-text,
.ib-checkout-content select,
.ib-checkout-content .select2-container .select2-selection--single {
    width: 100%;
    min-height: 51px;
    border: 1px solid #cbc6c1;
    border-radius: 0;
    background: #fff;
    color: #222;
    box-shadow: none;
    outline: none;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
}

.ib-checkout-content .input-text {
    padding: 0 14px;
}

.ib-checkout-content textarea.input-text {
    min-height: 120px;
    padding: 14px;
    resize: vertical;
}

.ib-checkout-content .input-text:focus,
.ib-checkout-content select:focus {
    border-color: #111;
}

.ib-checkout-content .select2-container .select2-selection--single {
    height: 51px;
}

.ib-checkout-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 38px 0 14px;
    line-height: 49px;
}

.ib-checkout-content .select2-container .select2-selection--single .select2-selection__arrow {
    height: 49px;
    right: 8px;
}

.ib-checkout-content #ship-to-different-address {
    margin: 0 0 25px;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 500;
}

.ib-checkout-content #ship-to-different-address label {
    cursor: pointer;
}

.ib-checkout-content #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 35px 35px 20px;
    background: #f5f2ee;
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 400;
}

.ib-checkout-content #order_review {
    grid-column: 2;
    grid-row: 1;
    margin-top: 75px;
    padding: 0 35px 35px;
    background: #f5f2ee;
}

.ib-checkout-content #order_review table.shop_table {
    width: 100%;
    margin: 0 0 25px;
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.ib-checkout-content #order_review table.shop_table th,
.ib-checkout-content #order_review table.shop_table td {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #dcd6d0;
    background: transparent;
    color: #333;
    font-size: 10px;
    line-height: 1.6;
}

.ib-checkout-content #order_review table.shop_table th {
    font-weight: 600;
    text-align: left;
}

.ib-checkout-content #order_review table.shop_table td {
    text-align: right;
}

.ib-checkout-content #order_review table.shop_table thead th {
    color: #777;
    font-size: 8px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.ib-checkout-content #order_review .product-name {
    padding-right: 15px;
    text-align: left !important;
}

.ib-checkout-content #order_review .product-total {
    text-align: right;
    white-space: nowrap;
}

.ib-checkout-content #order_review .cart-subtotal th,
.ib-checkout-content #order_review .shipping th {
    color: #666;
    font-weight: 500;
}

.ib-checkout-content #order_review .order-total th,
.ib-checkout-content #order_review .order-total td {
    padding-top: 20px;
    border-bottom: 0;
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.ib-checkout-content #order_review .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ib-checkout-content #order_review .woocommerce-shipping-methods li {
    margin: 0 0 7px;
}

.ib-checkout-content #payment {
    margin-top: 25px;
    border-radius: 0;
    background: transparent;
}

.ib-checkout-content #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
}

.ib-checkout-content #payment ul.payment_methods li {
    margin-bottom: 12px;
    padding: 17px;
    border: 1px solid #d6d1cc;
    background: #fff;
}

.ib-checkout-content #payment ul.payment_methods li label {
    color: #222;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.ib-checkout-content #payment div.payment_box {
    margin: 15px 0 0;
    padding: 15px;
    background: #f7f5f3;
    color: #666;
    font-size: 10px;
    line-height: 1.7;
}

.ib-checkout-content #payment div.payment_box::before {
    display: none;
}

.ib-checkout-content #payment .place-order {
    margin: 25px 0 0;
    padding: 0;
}

.ib-checkout-content .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
    color: #777;
    font-size: 9px;
    line-height: 1.7;
}

.ib-checkout-content .woocommerce-privacy-policy-text a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ib-checkout-content #place_order {
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    transition: .25s ease;
}

.ib-checkout-content #place_order:hover {
    background: #fff;
    color: #111;
}

.ib-checkout-content .woocommerce-error {
    margin: 0 0 30px;
    padding: 18px 20px 18px 45px;
    border: 1px solid #d7d2cd;
    border-top: 1px solid #d7d2cd;
    background: #f8f6f4;
    color: #444;
    font-size: 10px;
    line-height: 1.7;
}

.ib-checkout-content .woocommerce-error::before {
    top: 18px;
    color: #111;
}

@media (max-width: 1000px) {
    .ib-checkout-content form.checkout {
        grid-template-columns: minmax(0, 1fr) 370px;
        column-gap: 40px;
    }
}

@media (max-width: 768px) {
    .ib-checkout-hero {
        padding: 72px 20px 55px;
    }

    .ib-checkout-hero > p {
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .ib-checkout-hero h1 {
        font-size: 38px;
        line-height: 1.05;
    }

    .ib-checkout-hero > span {
        width: 40px;
        margin: 22px auto 18px;
    }

    .ib-checkout-hero > div {
        max-width: 300px;
        margin: 0 auto;
        font-size: 10px;
    }

    .ib-checkout-content {
        padding: 42px 16px 80px;
    }

    .ib-checkout-content form.checkout {
        margin-top: 35px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .ib-checkout-content #customer_details {
        order: 1;
    }

    .ib-checkout-content #order_review_heading {
        order: 2;
        margin-top: 45px;
        padding: 28px 22px 18px;
        font-size: 25px;
    }

    .ib-checkout-content #order_review {
        order: 3;
        margin-top: 0;
        padding: 0 22px 28px;
    }

    .ib-checkout-content .woocommerce-billing-fields > h3,
    .ib-checkout-content .woocommerce-shipping-fields h3,
    .ib-checkout-content .woocommerce-additional-fields > h3 {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .ib-checkout-content .form-row-first,
    .ib-checkout-content .form-row-last {
        width: 100%;
        float: none;
    }

    .ib-checkout-content .form-row {
        margin-bottom: 18px;
    }

    .ib-checkout-content .input-text,
    .ib-checkout-content select,
    .ib-checkout-content .select2-container .select2-selection--single {
        min-height: 53px;
        font-size: 16px;
    }

    .ib-checkout-content .select2-container .select2-selection--single {
        height: 53px;
    }

    .ib-checkout-content .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 51px;
        font-size: 13px;
    }

    .ib-checkout-content .select2-container .select2-selection--single .select2-selection__arrow {
        height: 51px;
    }

    .ib-checkout-content #customer_details .col-2 {
        margin-top: 35px;
    }

    .ib-checkout-content #order_review table.shop_table th,
    .ib-checkout-content #order_review table.shop_table td {
        font-size: 9px;
    }

    .ib-checkout-content #order_review .order-total th,
    .ib-checkout-content #order_review .order-total td {
        font-size: 12px;
    }

    .ib-checkout-content #payment ul.payment_methods li {
        padding: 15px;
    }

    .ib-checkout-content #place_order {
        min-height: 55px;
    }
}
.ib-shop-content ul.products li.product .cfvsw_variations_form,
.ib-shop-content ul.products li.product .variations_form,
.ib-shop-content ul.products li.product table.variations,
.ib-shop-content ul.products li.product .variation,
.ib-shop-content ul.products li.product .variations,
.ib-shop-content ul.products li.product .cfvsw-swatches-container,
.ib-shop-content ul.products li.product .cfvsw_variation_wrapper {
    display: none !important;
}
@media (max-width: 768px) {
    .ib-header .ib-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        max-width: calc(100% - 150px);
        margin: 0;
        padding: 0;
        display: block;
        white-space: nowrap;
        font-size: 17px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 2.5px;
        text-align: center;
    }

    .ib-header .ib-logo::before,
    .ib-header .ib-logo::after {
        display: none !important;
        content: none !important;
    }
}
.home .ib-header .ib-logo {
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
}

body:not(.home) .ib-header .ib-logo {
    visibility: visible !important;
}
.ib-collection {
    padding: 90px 30px 110px;
    background: #fff;
}

.ib-collection-heading {
    margin-bottom: 42px;
    text-align: center;
}

.ib-collection-heading p {
    margin: 0 0 13px;
    color: #a98d79;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 3.5px;
}

.ib-collection-heading h2 {
    margin: 0;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -1px;
}

.ib-collection-heading::after {
    content: "";
    width: 42px;
    height: 1px;
    margin: 23px auto 0;
    display: block;
    background: #b99b86;
}

.ib-category-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ib-category-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 3 / 4;
}

.ib-category-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease;
}

.ib-category-card:hover .ib-category-image {
    transform: scale(1.025);
}

.ib-category-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 48%,
        rgba(0, 0, 0, .42) 100%
    );
}

.ib-category-name {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

@media (max-width: 768px) {
    .ib-collection {
        padding: 68px 12px 82px;
    }

    .ib-collection-heading {
        margin-bottom: 31px;
    }

    .ib-collection-heading p {
        margin-bottom: 10px;
        font-size: 7px;
        letter-spacing: 3px;
    }

    .ib-collection-heading h2 {
        font-size: 35px;
        line-height: 1.05;
        letter-spacing: -.6px;
    }

    .ib-collection-heading::after {
        width: 38px;
        margin-top: 18px;
    }

    .ib-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ib-category-card {
        aspect-ratio: 3 / 4;
        border-radius: 18px;
    }

    .ib-category-name {
        left: 8px;
        right: 8px;
        bottom: 18px;
        font-size: 10px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 1.4px;
    }
}
@media (max-width: 768px) {

    body .ib-collection {
        padding: 70px 12px 85px !important;
        background: #ffffff !important;
    }

    body .ib-collection .ib-collection-heading {
        width: 100% !important;
        margin: 0 auto 32px !important;
        padding: 0 10px !important;
        text-align: center !important;
    }

    body .ib-collection .ib-collection-heading p {
        display: block !important;
        margin: 0 0 11px !important;
        color: #a98d79 !important;
        font-size: 7px !important;
        font-weight: 500 !important;
        letter-spacing: 3px !important;
        text-align: center !important;
    }

    body .ib-collection .ib-collection-heading h2 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #111111 !important;
        font-family: "Manrope", sans-serif !important;
        font-size: 34px !important;
        line-height: 1.1 !important;
        font-weight: 400 !important;
        letter-spacing: -0.5px !important;
        text-align: center !important;
    }

    body .ib-collection .ib-collection-heading::after {
        content: "" !important;
        display: block !important;
        width: 38px !important;
        height: 1px !important;
        margin: 18px auto 0 !important;
        background: #b99b86 !important;
    }

    body .ib-collection .ib-category-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body .ib-collection .ib-category-card {
        position: relative !important;
        overflow: hidden !important;
        aspect-ratio: 3 / 4 !important;
        border-radius: 18px !important;
    }

    body .ib-collection .ib-category-overlay {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,0) 45%,
            rgba(0,0,0,.5) 100%
        ) !important;
    }

    body .ib-collection .ib-category-name {
        position: absolute !important;
        z-index: 5 !important;
        left: 5px !important;
        right: 5px !important;
        bottom: 18px !important;
        color: #ffffff !important;
        font-family: "Manrope", sans-serif !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        letter-spacing: 1.5px !important;
        text-align: center !important;
    }
}
.ib-home-collections-new {
    width: 100%;
    padding: 95px 30px 110px;
    background: #ffffff;
}

.ib-home-collections-title-new {
    width: 100%;
    margin: 0 auto 45px;
    text-align: center;
}

.ib-home-collections-title-new p {
    margin: 0 0 13px;
    color: #a98d79;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 3.5px;
}

.ib-home-collections-title-new h2 {
    margin: 0;
    color: #111111;
    font-family: "Manrope", sans-serif;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -1px;
}

.ib-home-collections-title-new span {
    display: block;
    width: 42px;
    height: 1px;
    margin: 22px auto 0;
    background: #b99b86;
}

.ib-home-collections-grid-new {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ib-home-collection-card-new {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #f5f2ef;
}

.ib-home-collection-card-new img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.ib-home-collection-card-new:hover img {
    transform: scale(1.025);
}

.ib-home-collection-shade-new {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 42%,
        rgba(0, 0, 0, .48) 100%
    );
}

.ib-home-collection-label-new {
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 25px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

@media (max-width: 768px) {
    .ib-home-collections-new {
        padding: 72px 12px 82px;
    }

    .ib-home-collections-title-new {
        margin-bottom: 32px;
        padding: 0 8px;
    }

    .ib-home-collections-title-new p {
        margin-bottom: 11px;
        font-size: 7px;
        letter-spacing: 3px;
    }

    .ib-home-collections-title-new h2 {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -.5px;
    }

    .ib-home-collections-title-new span {
        width: 38px;
        margin-top: 18px;
    }

    .ib-home-collections-grid-new {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ib-home-collection-card-new {
        aspect-ratio: 3 / 4;
        border-radius: 18px;
    }

    .ib-home-collection-label-new {
        left: 5px;
        right: 5px;
        bottom: 18px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }
}

body.home .ib-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: transparent !important;
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.28) !important;
    z-index: 1000 !important;
}

body.home .ib-header .ib-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
}

body.home .ib-header .ib-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-align: center !important;
    white-space: nowrap !important;
    z-index: 3 !important;
    animation: ibHeaderBrandIn .9s cubic-bezier(.22,1,.36,1) .15s both !important;
}

body.home .ib-header .ib-menu-toggle,
body.home .ib-header .ib-header-actions {
    position: relative !important;
    z-index: 4 !important;
}

body.home .ib-hero {
    position: relative !important;
    width: 100% !important;
    height: min(790px, 88svh) !important;
    min-height: 650px !important;
    overflow: hidden !important;
    background: #9c8474 !important;
    color: #fff !important;
}

body.home .ib-hero .ib-hero-image {
    position: absolute !important;
    inset: -3% !important;
    background-image: url('https://intimabellissima.com/wp-content/uploads/2026/08/3DB3AAB9-D0C4-4FA2-A4F9-0C77C6B522BC.png') !important;
    background-size: cover !important;
    background-position: 52% center !important;
    background-repeat: no-repeat !important;
    transform: scale(1.04);
    animation: ibHeroZoom 14s ease-out forwards !important;
}

body.home .ib-hero .ib-hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(180deg,rgba(30,20,14,.28) 0%,rgba(30,20,14,.06) 25%,rgba(30,20,14,.08) 52%,rgba(30,20,14,.33) 100%) !important;
    pointer-events: none !important;
}

body.home .ib-hero .ib-hero-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 110px 20px 60px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #fff !important;
}

body.home .ib-hero .ib-hero-eyebrow {
    margin: 0 0 15px !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: 2.8px !important;
    opacity: 0;
    transform: translateY(22px);
    animation: ibHeroTextIn .9s cubic-bezier(.22,1,.36,1) .35s forwards !important;
}

body.home .ib-hero .ib-hero-content h1 {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(46px,6vw,70px) !important;
    line-height: 1.06 !important;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    opacity: 0;
    transform: translateY(24px);
    animation: ibHeroTextIn 1s cubic-bezier(.22,1,.36,1) .55s forwards !important;
}

body.home .ib-hero .ib-hero-line {
    display: block !important;
    width: 37px !important;
    height: 1px !important;
    margin: 25px 0 17px !important;
    background: #d8b58d !important;
    opacity: 0;
    transform: scaleX(0);
    animation: ibHeroLineIn .8s cubic-bezier(.22,1,.36,1) .85s forwards !important;
}

body.home .ib-hero .ib-hero-signature {
    margin: 0 !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: 3.2px !important;
    opacity: 0;
    transform: translateY(18px);
    animation: ibHeroTextIn .9s cubic-bezier(.22,1,.36,1) 1s forwards !important;
}

@keyframes ibHeaderBrandIn {
    from { opacity: 0; transform: translate(-50%, calc(-50% - 10px)); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}

@keyframes ibHeroZoom {
    from { transform: scale(1.04); }
    to { transform: scale(1.10); }
}

@keyframes ibHeroTextIn {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes ibHeroLineIn {
    from { opacity: 0; transform: scaleX(0); }
    to { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 768px) {
    body.home .ib-header {
        height: 64px !important;
    }

    body.home .ib-header .ib-header-inner {
        height: 64px !important;
        padding: 0 18px !important;
    }

    body.home .ib-header .ib-logo {
        top: 50% !important;
        left: 50% !important;
        max-width: calc(100% - 120px) !important;
        font-size: 11px !important;
        letter-spacing: 1.7px !important;
    }

    body.home .ib-hero {
        height: 760px !important;
        min-height: 0 !important;
    }

    body.home .ib-hero .ib-hero-image {
        background-position: 52% center !important;
    }

    body.home .ib-hero .ib-hero-content {
        padding: 90px 18px 45px !important;
    }

    body.home .ib-hero .ib-hero-eyebrow {
        margin-bottom: 15px !important;
        font-size: 8px !important;
        letter-spacing: 2.8px !important;
    }

    body.home .ib-hero .ib-hero-content h1 {
        font-size: 43px !important;
        line-height: 1.08 !important;
        letter-spacing: 1.3px !important;
    }

    body.home .ib-hero .ib-hero-line {
        margin: 25px 0 17px !important;
    }
}

@media (max-width: 390px) {
    body.home .ib-header .ib-logo {
        font-size: 10px !important;
        letter-spacing: 1.35px !important;
    }

    body.home .ib-hero {
        height: 700px !important;
    }

    body.home .ib-hero .ib-hero-content h1 {
        font-size: 38px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .ib-header .ib-logo,
    body.home .ib-hero .ib-hero-image,
    body.home .ib-hero .ib-hero-eyebrow,
    body.home .ib-hero .ib-hero-content h1,
    body.home .ib-hero .ib-hero-line,
    body.home .ib-hero .ib-hero-signature {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    body.home .ib-header .ib-logo {
        transform: translate(-50%, -50%) !important;
    }
}
body.home .ib-header .ib-header-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body.home .ib-header .ib-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;

    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    text-align: center !important;
    white-space: nowrap !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;

    z-index: 20 !important;
}

body.home .ib-header .ib-menu-toggle {
    position: relative !important;
    z-index: 21 !important;
    margin-right: auto !important;
}

body.home .ib-header .ib-header-actions {
    position: relative !important;
    z-index: 21 !important;
    margin-left: auto !important;
}

@media (max-width: 390px) {
    body.home .ib-header .ib-logo {
        font-size: 11px !important;
        letter-spacing: 1.6px !important;
    }
}


/* HOME HEADINGS */

.ib-home-heading {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 38px;
    text-align: center;
}

.ib-home-heading h2 {
    margin: 0;
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 3.2px;
}

.ib-home-heading p {
    max-width: 480px;
    margin: 13px auto 0;
    color: #777;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}


/* BESTSELLERS */

.ib-bestsellers {
    width: 100%;
    padding: 82px 20px 88px;
    background: #fff;
}

.ib-bestsellers .ib-featured-products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ib-bestsellers .woocommerce ul.products {
    margin: 0 !important;
}

.ib-bestsellers .woocommerce ul.products li.product {
    margin-bottom: 0 !important;
}

.ib-bestsellers .woocommerce ul.products li.product img {
    width: 100% !important;
    display: block;
    margin: 0 0 16px !important;
}

.ib-bestsellers .woocommerce-loop-product__title {
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: 1.3px !important;
    text-transform: uppercase;
}

.ib-bestsellers .price {
    margin: 0 !important;
    color: #555 !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

.ib-home-action {
    width: 100%;
    margin: 44px auto 0;
}

.ib-home-action a {
    width: 100%;
    max-width: 310px;
    height: 54px;
    margin: 0 auto;
    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    background: #111;
    border: 1px solid #111;

    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2.2px;

    transition:
        background .25s ease,
        color .25s ease;
}

.ib-home-action a span {
    font-size: 17px;
    font-weight: 300;
    transition: transform .25s ease;
}

.ib-home-action a:hover {
    background: #fff;
    color: #111;
}

.ib-home-action a:hover span {
    transform: translateX(4px);
}


/* COLLECTIONS */

.ib-collections {
    width: 100%;
    padding: 88px 20px 96px;
    background: #f7f7f7;
}

.ib-collection-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ib-collection-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #eee;
}

.ib-collection-card img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;

    transition: transform .6s cubic-bezier(.22,.61,.36,1);
}

.ib-collection-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 45%,
        rgba(0,0,0,.58) 100%
    );
}

.ib-collection-content {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;

    color: #fff;
}

.ib-collection-content strong {
    display: block;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
}

.ib-collection-content span {
    display: block;
    margin-top: 8px;

    font-size: 8px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.7px;

    opacity: .85;
}

.ib-collection-card:hover img {
    transform: scale(1.035);
}


/* FIT GUIDE */

.ib-fit-editorial {
    width: 100%;
    min-height: 540px;
    padding: 90px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d8c5b4;
}

.ib-fit-editorial-content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;

    text-align: center;
}

.ib-fit-editorial-content .ib-fit-kicker {
    margin: 0 0 20px;

    color: rgba(17,17,17,.65);
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2.6px;
}

.ib-fit-editorial-content h2 {
    margin: 0;

    color: #111;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.ib-fit-description {
    margin: 24px 0 0;

    color: rgba(17,17,17,.72);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}

.ib-fit-editorial-content > a {
    width: 100%;
    max-width: 310px;
    height: 54px;
    margin: 34px auto 0;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    background: #111;
    border: 1px solid #111;

    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.ib-fit-editorial-content > a span {
    font-size: 17px;
    font-weight: 300;
}


/* CUP */

.ib-cup-section {
    width: 100%;
    padding: 90px 20px 96px;
    background: #fff;
}

.ib-cup-navigation {
    width: 100%;
    max-width: 760px;
    margin: 42px auto 0;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.ib-cup-navigation a {
    aspect-ratio: 1 / 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;
    border-radius: 50%;

    background: #fff;
    color: #111;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.ib-cup-navigation a strong {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
}

.ib-cup-navigation a span {
    margin-top: 7px;

    font-size: 7px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.ib-cup-navigation a:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}


/* BENEFITS */

.ib-benefits {
    width: 100%;
    padding: 42px 20px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    background: #f6f6f6;
    border-top: 1px solid #e8e8e8;
}

.ib-benefit {
    min-height: 80px;
    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    border-right: 1px solid #ddd;
}

.ib-benefit:last-child {
    border-right: 0;
}

.ib-benefit svg {
    width: 24px;
    height: 24px;

    fill: none;
    stroke: #111;
    stroke-width: 1.3;
}

.ib-benefit div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ib-benefit strong {
    color: #111;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.ib-benefit div span {
    color: #777;
    font-size: 10px;
    line-height: 1.3;
}


/* MOBILE */

@media (max-width: 768px) {

    .ib-home-heading {
        margin-bottom: 30px;
        padding: 0 8px;
    }

    .ib-home-heading h2 {
        font-size: 17px;
        line-height: 1.2;
        letter-spacing: 2.6px;
    }

    .ib-home-heading p {
        max-width: 300px;
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.55;
    }


    .ib-bestsellers {
        padding: 64px 12px 70px;
    }

    .ib-bestsellers .woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 32px 8px !important;
    }

    .ib-bestsellers .woocommerce ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }

    .ib-bestsellers .woocommerce ul.products li.product img {
        margin-bottom: 13px !important;
    }

    .ib-bestsellers .woocommerce-loop-product__title {
        margin-bottom: 5px !important;
        font-size: 10px !important;
        letter-spacing: 1.1px !important;
    }

    .ib-bestsellers .price {
        font-size: 10px !important;
    }

    .ib-home-action {
        margin-top: 38px;
    }

    .ib-home-action a {
        max-width: 100%;
        height: 52px;
    }


    .ib-collections {
        padding: 68px 12px 76px;
    }

    .ib-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .ib-collection-card {
        aspect-ratio: 3 / 4;
    }

    .ib-collection-content {
        left: 13px;
        right: 13px;
        bottom: 15px;
    }

    .ib-collection-content strong {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .ib-collection-content span {
        margin-top: 6px;
        font-size: 7px;
        letter-spacing: 1.2px;
    }


    .ib-fit-editorial {
        min-height: 480px;
        padding: 75px 22px;
    }

    .ib-fit-editorial-content .ib-fit-kicker {
        margin-bottom: 18px;
        font-size: 8px;
        letter-spacing: 2px;
    }

    .ib-fit-editorial-content h2 {
        font-size: 26px;
        line-height: 1.15;
        letter-spacing: 2px;
    }

    .ib-fit-description {
        margin-top: 21px;
        font-size: 12px;
    }

    .ib-fit-editorial-content > a {
        max-width: 100%;
        height: 52px;
        margin-top: 30px;
    }


    .ib-cup-section {
        padding: 70px 12px 78px;
    }

    .ib-cup-navigation {
        max-width: 100%;
        margin-top: 32px;
        gap: 5px;
    }

    .ib-cup-navigation a strong {
        font-size: 21px;
    }

    .ib-cup-navigation a span {
        margin-top: 5px;
        font-size: 6px;
        letter-spacing: .8px;
    }


    .ib-benefits {
        padding: 0 20px;
        display: block;
    }

    .ib-benefit {
        min-height: 94px;
        padding: 0;

        justify-content: flex-start;

        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .ib-benefit:last-child {
        border-bottom: 0;
    }

    .ib-benefit svg {
        width: 23px;
        height: 23px;
    }

    .ib-benefit strong {
        font-size: 9px;
    }

    .ib-benefit div span {
        font-size: 10px;
    }
}
body.home .ib-home {
    --ib-font: "Manrope", sans-serif;
    font-family: "Manrope", sans-serif !important;
    background: #fff;
}

body.home .ib-home * {
    font-family: "Manrope", sans-serif;
}


/* SECTION HEAD */

.ib-new-section-head {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.ib-new-section-head span {
    display: block;
    margin-bottom: 7px;
    color: #777;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .8px;
}

.ib-new-section-head h2 {
    margin: 0;
    color: #111;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -.9px;
}

.ib-new-section-head > a {
    padding-bottom: 2px;
    color: #111;
    border-bottom: 1px solid #111;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}


/* BESTSELLERS */

.ib-new-products {
    width: 100%;
    padding: 76px 22px 84px;
    background: #fff;
}

.ib-new-product-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ib-new-products .woocommerce ul.products {
    margin: 0 !important;
}

.ib-new-products .woocommerce ul.products li.product {
    margin-bottom: 0 !important;
}

.ib-new-products .woocommerce ul.products li.product img {
    width: 100% !important;
    margin: 0 0 14px !important;
    display: block;
}

.ib-new-products .woocommerce-loop-product__title {
    margin: 0 0 5px !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.ib-new-products .price {
    margin: 0 !important;
    color: #666 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}


/* COLLECTIONS */

.ib-new-collections {
    width: 100%;
    padding: 84px 22px 90px;
    background: #f6f6f6;
}

.ib-new-collection-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ib-new-collection {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 650px;
    background: #eee;
}

.ib-new-collection::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 50%,
        rgba(0,0,0,.45) 100%
    );
}

.ib-new-collection img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(.22,.61,.36,1);
}

.ib-new-collection:hover img {
    transform: scale(1.025);
}

.ib-new-collection-text {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    bottom: 28px;
    color: #fff;
}

.ib-new-collection-text h3 {
    margin: 0;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.5px;
}

.ib-new-collection-text span {
    display: inline-block;
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
}


/* FIT */

.ib-new-fit {
    width: 100%;
    min-height: 570px;
    padding: 80px 22px;
    display: flex;
    align-items: center;
    background: #d8c6b7;
}

.ib-new-fit-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ib-new-fit-inner > span {
    display: block;
    margin-bottom: 20px;
    color: #5f534a;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.ib-new-fit-inner h2 {
    max-width: 650px;
    margin: 0;
    color: #111;
    font-size: 54px;
    line-height: .98;
    font-weight: 500;
    letter-spacing: -2px;
}

.ib-new-fit-inner p {
    max-width: 500px;
    margin: 25px 0 0;
    color: #4f4741;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

.ib-new-fit-inner a {
    display: inline-block;
    margin-top: 32px;
    padding-bottom: 5px;
    color: #111;
    border-bottom: 1px solid #111;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .5px;
}


/* CUPS */

.ib-new-cups {
    width: 100%;
    padding: 85px 22px 95px;
    background: #fff;
}

.ib-new-cup-links {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.ib-new-cup-links a {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    border-right: 1px solid #d9d9d9;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    transition: background .2s ease, color .2s ease;
}

.ib-new-cup-links a:last-child {
    border-right: 0;
}

.ib-new-cup-links a:hover {
    background: #111;
    color: #fff;
}


/* BENEFITS */

.ib-new-benefits {
    width: 100%;
    padding: 0 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.ib-new-benefits > div {
    min-height: 120px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    text-align: center;
}

.ib-new-benefits > div:last-child {
    border-right: 0;
}

.ib-new-benefits strong {
    color: #111;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.ib-new-benefits span {
    margin-top: 5px;
    color: #777;
    font-size: 11px;
    line-height: 1.3;
}


/* MOBILE */

@media (max-width: 768px) {

    .ib-new-section-head {
        margin-bottom: 22px;
        padding: 0 2px;
    }

    .ib-new-section-head span {
        margin-bottom: 6px;
        font-size: 9px;
        letter-spacing: .5px;
    }

    .ib-new-section-head h2 {
        font-size: 25px;
        line-height: 1.08;
        letter-spacing: -.7px;
    }

    .ib-new-section-head > a {
        font-size: 11px;
    }


    .ib-new-products {
        padding: 58px 12px 66px;
    }

    .ib-new-products .woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        gap: 28px 6px !important;
    }

    .ib-new-products .woocommerce ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }

    .ib-new-products .woocommerce ul.products li.product img {
        margin-bottom: 11px !important;
    }

    .ib-new-products .woocommerce-loop-product__title {
        margin-bottom: 4px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .ib-new-products .price {
        font-size: 11px !important;
    }


    .ib-new-collections {
        padding: 62px 0 0;
        background: #fff;
    }

    .ib-new-collections .ib-new-section-head {
        padding: 0 14px;
        margin-bottom: 25px;
    }

    .ib-new-collection-grid {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .ib-new-collection {
        min-height: 0;
        height: 76vh;
        max-height: 650px;
    }

    .ib-new-collection-text {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .ib-new-collection-text h3 {
        font-size: 27px;
        letter-spacing: -.7px;
    }

    .ib-new-collection-text span {
        margin-top: 7px;
        font-size: 11px;
    }


    .ib-new-fit {
        min-height: 500px;
        padding: 72px 20px;
    }

    .ib-new-fit-inner > span {
        margin-bottom: 16px;
        font-size: 9px;
    }

    .ib-new-fit-inner h2 {
        max-width: 340px;
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1.5px;
    }

    .ib-new-fit-inner p {
        max-width: 330px;
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.55;
    }

    .ib-new-fit-inner a {
        margin-top: 29px;
        font-size: 10px;
    }


    .ib-new-cups {
        padding: 68px 14px 75px;
    }

    .ib-new-cup-links {
        margin-top: 28px;
    }

    .ib-new-cup-links a {
        height: 76px;
        font-size: 24px;
    }


    .ib-new-benefits {
        padding: 0;
        grid-template-columns: 1fr;
    }

    .ib-new-benefits > div {
        min-height: 82px;
        padding: 18px 20px;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .ib-new-benefits > div:last-child {
        border-bottom: 0;
    }

    .ib-new-benefits strong {
        font-size: 11px;
    }

    .ib-new-benefits span {
        font-size: 10px;
    }
}
@media (max-width: 768px) {

    .ib-new-products {
        padding: 58px 12px 64px !important;
        overflow: hidden !important;
    }

    .ib-new-products .ib-new-product-grid {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .ib-new-products .woocommerce {
        width: 100% !important;
    }

    .ib-new-products .woocommerce ul.products {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 6px !important;
        row-gap: 28px !important;
    }

    .ib-new-products .woocommerce ul.products::before,
    .ib-new-products .woocommerce ul.products::after {
        display: none !important;
        content: none !important;
    }

    .ib-new-products .woocommerce ul.products li.product,
    .ib-new-products .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;
        clear: none !important;

        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;

        transform: none !important;

        display: block !important;
    }

    .ib-new-products .woocommerce ul.products li.product:nth-child(n) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none !important;
        clear: none !important;
    }

    .ib-new-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
        width: 100% !important;
        display: block !important;
    }

    .ib-new-products .woocommerce ul.products li.product img {
        width: 100% !important;
        height: auto !important;

        aspect-ratio: 3 / 4 !important;
        object-fit: cover !important;

        display: block !important;

        margin: 0 0 11px !important;
        padding: 0 !important;
    }

    .ib-new-products .woocommerce-loop-product__title {
        margin: 0 0 4px !important;
        padding: 0 !important;

        font-size: 12px !important;
        line-height: 1.3 !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
    }

    .ib-new-products .price {
        display: block !important;
        margin: 0 !important;

        font-size: 11px !important;
        line-height: 1.4 !important;
        font-weight: 400 !important;
    }

    .ib-new-products .woocommerce ul.products li.product .button,
    .ib-new-products .woocommerce ul.products li.product a.button,
    .ib-new-products .woocommerce ul.products li.product .added_to_cart {
        display: none !important;
    }
}
.ib-footer-new {
    width: 100%;
    background: #f7f6f4;
    color: #151515;
    font-family: "Manrope", sans-serif;
}

.ib-footer-new-main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 75px 30px 65px;

    display: grid;
    grid-template-columns: 1.4fr 2fr;
    gap: 100px;
}

.ib-footer-new-brand {
    max-width: 390px;
}

.ib-footer-new-logo {
    display: inline-block;

    color: #111;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
}

.ib-footer-new-tagline {
    margin: 12px 0 0;

    color: #555;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}

.ib-footer-new-description {
    max-width: 340px;
    margin: 31px 0 0;

    color: #666;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

.ib-footer-new-address {
    margin: 22px 0 0;

    color: #666;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.ib-footer-new-navigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.ib-footer-new-toggle {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: transparent;
    border: 0;

    color: #111;
    text-align: left;

    font-family: "Manrope", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.3px;

    cursor: default;
}

.ib-footer-new-plus {
    display: none;
}

.ib-footer-new-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.ib-footer-new-links a {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;

    transition: color .2s ease;
}

.ib-footer-new-links a:hover {
    color: #111;
}

.ib-footer-new-bottom {
    width: calc(100% - 60px);
    max-width: 1220px;
    margin: 0 auto;
    padding: 25px 0 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid #ddd;
}

.ib-footer-new-social {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ib-footer-new-social a,
.ib-footer-new-bottom p {
    margin: 0;

    color: #777;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .5px;
}


/* MOBILE FOOTER */

@media (max-width: 768px) {

    .ib-footer-new-main {
        display: block;
        padding: 55px 20px 0;
    }

    .ib-footer-new-brand {
        max-width: 100%;
        padding-bottom: 40px;
        text-align: left;
    }

    .ib-footer-new-logo {
        font-size: 17px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1.7px;
    }

    .ib-footer-new-tagline {
        margin-top: 9px;

        color: #555;
        font-size: 11px;
        line-height: 1.4;
        font-style: normal;
    }

    .ib-footer-new-description {
        max-width: 310px;
        margin: 24px 0 0;

        color: #707070;
        font-size: 12px;
        line-height: 1.55;
    }

    .ib-footer-new-address {
        margin-top: 17px;

        color: #707070;
        font-size: 11px;
    }

    .ib-footer-new-navigation {
        display: block;
        border-top: 1px solid #d8d8d8;
    }

    .ib-footer-new-column {
        border-bottom: 1px solid #d8d8d8;
    }

    .ib-footer-new-toggle {
        height: 58px;
        padding: 0;

        cursor: pointer;

        font-size: 10px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1.2px;
    }

    .ib-footer-new-plus {
        display: block;

        font-size: 20px;
        line-height: 1;
        font-weight: 300;

        transition: transform .25s ease;
    }

    .ib-footer-new-links {
        display: none;
        padding: 0 0 22px;
        gap: 12px;
    }

    .ib-footer-new-column.is-open .ib-footer-new-links {
        display: flex;
    }

    .ib-footer-new-column.is-open .ib-footer-new-plus {
        transform: rotate(45deg);
    }

    .ib-footer-new-links a {
        color: #666;
        font-size: 12px;
        line-height: 1.4;
    }

    .ib-footer-new-bottom {
        width: auto;
        margin: 0 20px;
        padding: 27px 0 30px;

        display: block;

        border-top: 0;
    }

    .ib-footer-new-social {
        gap: 22px;
    }

    .ib-footer-new-social a {
        color: #555;
        font-size: 10px;
        letter-spacing: .3px;
    }

    .ib-footer-new-bottom p {
        margin-top: 18px;

        color: #888;
        font-size: 9px;
        letter-spacing: .5px;
    }
}
@media (max-width: 768px) {

    .ib-new-benefits {
        padding: 0 18px !important;
        background: #f6f6f6 !important;

        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .ib-new-benefits > div {
        min-height: 105px !important;
        padding: 20px 8px !important;

        border-bottom: 0 !important;
        border-right: 1px solid #ddd !important;

        text-align: center !important;
    }

    .ib-new-benefits > div:last-child {
        border-right: 0 !important;
    }

    .ib-new-benefits strong {
        font-size: 10px !important;
        line-height: 1.25 !important;
        font-weight: 500 !important;
    }

    .ib-new-benefits span {
        max-width: 100px;
        margin: 6px auto 0 !important;

        font-size: 9px !important;
        line-height: 1.3 !important;
    }
}
body.home .ib-hero-content {
    font-family: "Manrope", sans-serif !important;
}

body.home .ib-hero-content .ib-hero-eyebrow {
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
}

body.home .ib-hero-content h1 {
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(42px, 5.3vw, 76px) !important;
    line-height: .96 !important;
    font-weight: 500 !important;
    letter-spacing: -2.5px !important;
    text-transform: uppercase !important;
}

body.home .ib-hero-content .ib-hero-signature {
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 1.4px !important;
}

@media (max-width: 768px) {

    body.home .ib-hero-content .ib-hero-eyebrow {
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }

    body.home .ib-hero-content h1 {
        font-size: 42px !important;
        line-height: .97 !important;
        font-weight: 500 !important;
        letter-spacing: -1.8px !important;
    }

    body.home .ib-hero-content .ib-hero-signature {
        font-size: 9px !important;
        letter-spacing: 1.2px !important;
    }
}

@media (max-width: 390px) {

    body.home .ib-hero-content h1 {
        font-size: 38px !important;
        letter-spacing: -1.5px !important;
    }
}
html,
body,
button,
input,
select,
textarea,
.woocommerce,
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
    font-family: "Manrope", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body span,
body strong,
body label,
body button,
body input,
body select,
body textarea {
    font-family: "Manrope", sans-serif !important;
}

body.home .ib-header .ib-logo {
    font-family: "Manrope", sans-serif !important;
}

body.home .ib-hero-content,
body.home .ib-hero-content .ib-hero-eyebrow,
body.home .ib-hero-content h1,
body.home .ib-hero-content .ib-hero-signature {
    font-family: "Manrope", sans-serif !important;
}

body.home .ib-hero-content h1 {
    font-weight: 500 !important;
    letter-spacing: -2.2px !important;
    line-height: 0.98 !important;
}

.ib-new-section-head h2,
.ib-new-collection-text h3,
.ib-new-fit-inner h2 {
    font-family: "Manrope", sans-serif !important;
    font-weight: 500 !important;
}

.ib-footer-new,
.ib-footer-new *,
.ib-drawer,
.ib-drawer * {
    font-family: "Manrope", sans-serif !important;
}

.ib-footer-new-tagline {
    font-family: "Manrope", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

html,
body,
button,
input,
select,
textarea,
.woocommerce,
.woocommerce * {
    font-family: "Manrope", sans-serif !important;
}

body.home .ib-hero .ib-hero-content h1 {
    font-family: "Manrope", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
}
@media (max-width: 768px) {
    body.home .ib-hero-content h1 {
        font-family: "Manrope", sans-serif !important;
        font-size: 36px !important;
        line-height: 1.08 !important;
        font-weight: 500 !important;
        letter-spacing: -1.3px !important;
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.home .ib-hero-content .ib-hero-eyebrow {
        font-size: 9px !important;
        font-weight: 500 !important;
        letter-spacing: 1.3px !important;
    }

    body.home .ib-hero-content .ib-hero-signature {
        font-size: 9px !important;
        font-weight: 500 !important;
        letter-spacing: 1.5px !important;
    }
}

body.single-product .ib-single-product {
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #111;
}

body.single-product .ib-product-wrap {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
    align-items: start;
}

body.single-product .ib-product-gallery {
    min-width: 0;
    background: #f5f3f1;
}

body.single-product .ib-product-gallery .woocommerce-product-gallery {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.single-product .ib-product-gallery .woocommerce-product-gallery__wrapper,
body.single-product .ib-product-gallery .flex-viewport {
    margin: 0 !important;
}

body.single-product .ib-product-gallery .woocommerce-product-gallery__image {
    background: #f5f3f1;
}

body.single-product .ib-product-gallery .woocommerce-product-gallery__image a {
    display: block;
}

body.single-product .ib-product-gallery .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
}

body.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}

body.single-product .ib-product-gallery .flex-control-thumbs {
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 6px 6px !important;
    display: flex !important;
    gap: 6px !important;
    overflow-x: auto !important;
    list-style: none !important;
    scrollbar-width: none;
}

body.single-product .ib-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
}

body.single-product .ib-product-gallery .flex-control-thumbs li {
    width: auto !important;
    flex: 0 0 112px !important;
    margin: 0 !important;
    float: none !important;
    list-style: none !important;
}

body.single-product .ib-product-gallery .flex-control-thumbs img {
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    display: block !important;
    object-fit: cover !important;
    opacity: .48 !important;
    border: 0 !important;
    cursor: pointer;
    transition: opacity .2s ease;
}

body.single-product .ib-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .ib-product-gallery .flex-control-thumbs img:hover {
    opacity: 1 !important;
}

body.single-product .ib-product-info {
    position: relative;
    min-width: 0;
    background: #fff;
}

body.single-product .ib-product-info-inner {
    position: sticky;
    top: 20px;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 82px 58px 90px;
}

body.single-product .ib-product-brand {
    margin: 0 0 18px !important;
    color: #8c8c8c !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
}

body.single-product .ib-product-title {
    margin: 0 !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(44px, 4vw, 64px) !important;
    line-height: .96 !important;
    font-weight: 500 !important;
    letter-spacing: -2.8px !important;
    text-transform: none !important;
}

body.single-product .ib-product-price {
    margin: 20px 0 0 !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

body.single-product .ib-product-price del {
    margin-right: 8px;
    color: #999 !important;
}

body.single-product .ib-product-price ins {
    background: transparent !important;
    text-decoration: none !important;
}

body.single-product .ib-product-short-description {
    margin-top: 27px !important;
    padding: 0 0 28px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    color: #6f6f6f !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
}

body.single-product .ib-product-short-description p {
    margin: 0 !important;
}

body.single-product .ib-product-purchase {
    margin-top: 30px !important;
}

body.single-product .ib-product-purchase form.cart {
    margin: 0 !important;
}

body.single-product .ib-product-purchase table.variations,
body.single-product .ib-product-purchase table.variations tbody,
body.single-product .ib-product-purchase table.variations tr,
body.single-product .ib-product-purchase table.variations th,
body.single-product .ib-product-purchase table.variations td {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
}

body.single-product .ib-product-purchase table.variations tbody,
body.single-product .ib-product-purchase table.variations tr,
body.single-product .ib-product-purchase table.variations th,
body.single-product .ib-product-purchase table.variations td {
    display: block !important;
}

body.single-product .ib-product-purchase table.variations tr {
    margin-bottom: 28px !important;
}

body.single-product .ib-product-purchase table.variations th.label {
    padding: 0 0 13px !important;
    text-align: left !important;
}

body.single-product .ib-product-purchase table.variations th.label label {
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 1.45px !important;
    text-transform: uppercase !important;
}

body.single-product .ib-product-purchase table.variations td.value {
    padding: 0 !important;
}

body.single-product .ib-product-purchase table.variations select {
    width: 100% !important;
    height: 50px !important;
    padding: 0 42px 0 14px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    outline: none !important;
}

body.single-product .ib-product-purchase .variable-items-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}









body.single-product .ib-product-purchase .color-variable-item {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 3px !important;
    border: 1px solid #d8d8d8 !important;
}

body.single-product .ib-product-purchase .color-variable-item.selected {
    border: 1.5px solid #111 !important;
    background: #fff !important;
}

body.single-product .ib-product-purchase .color-variable-item .variable-item-span-color {
    border-radius: 0 !important;
}

body.single-product .ib-product-purchase .reset_variations {
    margin-top: 10px !important;
    color: #8a8a8a !important;
    font-size: 9px !important;
    letter-spacing: .5px !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

body.single-product .ib-product-purchase .woocommerce-variation-description {
    color: #6f6f6f !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
}

body.single-product .ib-product-purchase .woocommerce-variation-price {
    margin: 12px 0 !important;
    font-size: 14px !important;
}

body.single-product .ib-product-purchase .woocommerce-variation-availability {
    margin: 8px 0 !important;
    color: #777 !important;
    font-size: 10px !important;
}

body.single-product .ib-product-purchase .single_variation_wrap {
    margin-top: 0 !important;
}

body.single-product .ib-product-purchase .woocommerce-variation-add-to-cart,
body.single-product .ib-product-purchase form.cart:not(.variations_form) {
    width: 100% !important;
    margin-top: 32px !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: stretch !important;
}

body.single-product .ib-product-purchase .quantity {
    width: 72px !important;
    margin: 0 !important;
}

body.single-product .ib-product-purchase .quantity .qty {
    width: 72px !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    text-align: center !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .single_add_to_cart_button {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #111 !important;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: background .2s ease, color .2s ease !important;
}

body.single-product .ib-product-purchase .single_add_to_cart_button:hover {
    background: #fff !important;
    color: #111 !important;
}

body.single-product .ib-product-purchase .single_add_to_cart_button.disabled,
body.single-product .ib-product-purchase .single_add_to_cart_button:disabled {
    border-color: #e5e5e5 !important;
    background: #e5e5e5 !important;
    color: #929292 !important;
    opacity: 1 !important;
}

body.single-product .ib-product-size-guide {
    width: 100% !important;
    min-height: 72px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
}

body.single-product .ib-product-size-guide span {
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
}

body.single-product .ib-product-accordions {
    margin-top: 0 !important;
}

body.single-product .ib-product-accordions details {
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

body.single-product .ib-product-accordions summary {
    min-height: 72px !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

body.single-product .ib-product-accordions summary::-webkit-details-marker {
    display: none !important;
}

body.single-product .ib-product-accordions summary span:last-child {
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    transition: transform .2s ease !important;
}

body.single-product .ib-product-accordions details[open] summary span:last-child {
    transform: rotate(45deg) !important;
}

body.single-product .ib-product-accordion-content {
    padding: 0 0 30px !important;
    color: #6f6f6f !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.85 !important;
}

body.single-product .ib-product-accordion-content p:first-child {
    margin-top: 0 !important;
}

body.single-product .ib-product-accordion-content p:last-child {
    margin-bottom: 0 !important;
}

body.single-product .ib-product-accordion-content a {
    color: #111 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

body.single-product .ib-product-accordion-content table.shop_attributes {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

body.single-product .ib-product-accordion-content table.shop_attributes th,
body.single-product .ib-product-accordion-content table.shop_attributes td {
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: transparent !important;
    font-size: 11px !important;
    font-style: normal !important;
}

body.single-product .ib-product-accordion-content table.shop_attributes th {
    width: 36% !important;
    color: #111 !important;
    font-weight: 600 !important;
}

body.single-product .ib-related-products {
    padding: 105px 34px 115px !important;
    background: #f7f6f4 !important;
}

body.single-product .ib-related-products .ib-section-heading {
    margin-bottom: 46px !important;
    text-align: center !important;
}

body.single-product .ib-related-products .ib-section-heading > p {
    margin: 0 0 13px !important;
    color: #8b8b8b !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
}

body.single-product .ib-related-products .ib-section-heading h2 {
    margin: 0 !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(34px, 3.5vw, 52px) !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: -2px !important;
    text-transform: none !important;
}

body.single-product .ib-related-products .ib-heading-line {
    display: none !important;
}

body.single-product .ib-related-products .products {
    width: 100% !important;
    max-width: 1420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

body.single-product .ib-related-products .products::before,
body.single-product .ib-related-products .products::after {
    display: none !important;
    content: none !important;
}

body.single-product .ib-related-products .products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
}

body.single-product .ib-related-products .products li.product img {
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    margin: 0 0 13px !important;
    display: block !important;
    object-fit: cover !important;
    background: #efedea !important;
}

body.single-product .ib-related-products .woocommerce-loop-product__title {
    margin: 0 0 5px !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.single-product .ib-related-products .price {
    margin: 0 !important;
    color: #444 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

body.single-product .ib-related-products .button,
body.single-product .ib-related-products .added_to_cart,
body.single-product .ib-related-products .star-rating {
    display: none !important;
}

body.single-product .ib-related-products .onsale {
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px 9px !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.95) !important;
    color: #111 !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

@media (max-width: 1000px) {
    body.single-product .ib-product-wrap {
        grid-template-columns: 1fr 1fr;
    }

    body.single-product .ib-product-info-inner {
        padding: 58px 34px 70px;
    }
}

@media (max-width: 768px) {
    body.single-product .ib-product-wrap {
        display: block !important;
        max-width: none !important;
    }

    body.single-product .ib-product-gallery {
        width: 100% !important;
    }

    body.single-product .ib-product-gallery .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: auto !important;
    }

    body.single-product .ib-product-gallery .flex-control-thumbs {
        margin: 5px 0 0 !important;
        padding: 0 5px 5px !important;
        gap: 4px !important;
    }

    body.single-product .ib-product-gallery .flex-control-thumbs li {
        flex: 0 0 calc((100vw - 26px) / 5) !important;
    }

    body.single-product .ib-product-info-inner {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 42px 20px 58px !important;
    }

    body.single-product .ib-product-brand {
        margin-bottom: 13px !important;
        font-size: 8px !important;
        letter-spacing: 2.5px !important;
    }

    body.single-product .ib-product-title {
        font-size: clamp(38px, 11.5vw, 50px) !important;
        line-height: .98 !important;
        letter-spacing: -2.2px !important;
    }

    body.single-product .ib-product-price {
        margin-top: 14px !important;
        font-size: 16px !important;
    }

    body.single-product .ib-product-short-description {
        margin-top: 21px !important;
        padding-bottom: 23px !important;
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    body.single-product .ib-product-purchase {
        margin-top: 27px !important;
    }

    body.single-product .ib-product-purchase table.variations tr {
        margin-bottom: 24px !important;
    }

    body.single-product .ib-product-purchase table.variations th.label {
        padding-bottom: 11px !important;
    }

    body.single-product .ib-product-purchase table.variations th.label label {
        font-size: 9px !important;
        letter-spacing: 1.25px !important;
    }

    body.single-product .ib-product-purchase .variable-items-wrapper {
        gap: 7px !important;
    }

    body.single-product .ib-product-purchase .button-variable-item {
        min-width: 47px !important;
        min-height: 44px !important;
        height: 44px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    body.single-product .ib-product-purchase .color-variable-item {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
        min-height: 31px !important;
        padding: 3px !important;
    }

    body.single-product .ib-product-purchase .woocommerce-variation-add-to-cart,
    body.single-product .ib-product-purchase form.cart:not(.variations_form) {
        margin-top: 28px !important;
        grid-template-columns: 62px minmax(0, 1fr) !important;
        gap: 9px !important;
    }

    body.single-product .ib-product-purchase .quantity {
        width: 62px !important;
    }

    body.single-product .ib-product-purchase .quantity .qty {
        width: 62px !important;
        height: 56px !important;
    }

    body.single-product .ib-product-purchase .single_add_to_cart_button {
        min-height: 56px !important;
        font-size: 9px !important;
        letter-spacing: 1.55px !important;
    }

    body.single-product .ib-product-size-guide {
        min-height: 66px !important;
        margin-top: 11px !important;
        font-size: 9px !important;
        letter-spacing: 1.25px !important;
    }

    body.single-product .ib-product-accordions summary {
        min-height: 66px !important;
        font-size: 9px !important;
        letter-spacing: 1.25px !important;
    }

    body.single-product .ib-product-accordion-content {
        padding-bottom: 26px !important;
        font-size: 11px !important;
        line-height: 1.8 !important;
    }

    body.single-product .ib-related-products {
        padding: 72px 10px 82px !important;
    }

    body.single-product .ib-related-products .ib-section-heading {
        margin-bottom: 31px !important;
    }

    body.single-product .ib-related-products .ib-section-heading > p {
        margin-bottom: 10px !important;
        font-size: 7px !important;
        letter-spacing: 2.5px !important;
    }

    body.single-product .ib-related-products .ib-section-heading h2 {
        max-width: 340px !important;
        margin: 0 auto !important;
        font-size: 29px !important;
        line-height: 1.04 !important;
        letter-spacing: -1.4px !important;
    }

    body.single-product .ib-related-products .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 7px !important;
    }

    body.single-product .ib-related-products .products li.product img {
        margin-bottom: 10px !important;
    }

    body.single-product .ib-related-products .woocommerce-loop-product__title {
        font-size: 10px !important;
    }

    body.single-product .ib-related-products .price {
        font-size: 10px !important;
    }
}

@media (max-width: 390px) {
    body.single-product .ib-product-info-inner {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    body.single-product .ib-product-purchase .variable-items-wrapper {
        gap: 6px !important;
    }

    body.single-product .ib-product-purchase .button-variable-item {
        min-width: 44px !important;
        padding: 0 8px !important;
    }

    body.single-product .ib-related-products .ib-section-heading h2 {
        font-size: 27px !important;
    }
}

/* PRODUCT SELECTOR — INTIMA BELLISSIMA */
body.single-product .ib-product-purchase table.variations tr {
    margin-bottom: 32px !important;
}

body.single-product .ib-product-purchase table.variations th.label {
    padding: 0 0 13px !important;
}

body.single-product .ib-product-purchase .variable-items-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 24px !important;
}

body.single-product .ib-product-purchase .variable-item,
body.single-product .ib-product-purchase .button-variable-item {
    position: relative !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 34px !important;
    min-height: 34px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 1px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8b8b8b !important;
    box-shadow: none !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
}

body.single-product .ib-product-purchase .button-variable-item::before {
    display: none !important;
}

body.single-product .ib-product-purchase .button-variable-item::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 1.5px !important;
    background: #111 !important;
    opacity: 0 !important;
    transform: none !important;
    transition: opacity .18s ease !important;
}

body.single-product .ib-product-purchase .button-variable-item:hover,
body.single-product .ib-product-purchase .button-variable-item.selected {
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .button-variable-item:hover::after,
body.single-product .ib-product-purchase .button-variable-item.selected::after {
    opacity: 1 !important;
}

body.single-product .ib-product-purchase .button-variable-item.selected .variable-item-span {
    color: #111 !important;
}

body.single-product .ib-product-purchase .color-variable-wrapper {
    gap: 17px !important;
}

body.single-product .ib-product-purchase .color-variable-item {
    position: relative !important;
    width: 27px !important;
    min-width: 27px !important;
    max-width: 27px !important;
    height: 27px !important;
    min-height: 27px !important;
    flex: 0 0 27px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .color-variable-item::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: -5px !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
}

body.single-product .ib-product-purchase .color-variable-item.selected::before {
    border-color: #111 !important;
}

body.single-product .ib-product-purchase .color-variable-item::after {
    display: none !important;
}

body.single-product .ib-product-purchase .color-variable-item .variable-item-span-color {
    width: 27px !important;
    height: 27px !important;
    display: block !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 50% !important;
}

body.single-product .ib-product-purchase .single_variation_wrap {
    margin-top: -8px !important;
}

body.single-product .ib-product-purchase .woocommerce-variation-add-to-cart,
body.single-product .ib-product-purchase form.cart:not(.variations_form) {
    margin-top: 10px !important;
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 9px !important;
}

body.single-product .ib-product-purchase .quantity {
    width: 86px !important;
    height: 54px !important;
    border: 1px solid #111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.single-product .ib-product-purchase .quantity .qty {
    width: 30px !important;
    height: 52px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.single-product .ib-product-purchase .quantity .qty::-webkit-inner-spin-button,
body.single-product .ib-product-purchase .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

body.single-product .ib-product-purchase .ib-qty-button {
    width: 27px !important;
    height: 52px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 300 !important;
}

body.single-product .ib-product-purchase .single_add_to_cart_button {
    min-height: 54px !important;
}

body.single-product .ib-product-size-guide {
    width: auto !important;
    min-height: 0 !important;
    margin: 18px 0 26px !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    font-size: 9px !important;
}

body.single-product .ib-product-size-guide span {
    display: none !important;
}

body.single-product .ib-product-accordions {
    margin-top: 0 !important;
    border-top: 1px solid #e5e5e5 !important;
}

body.single-product .ib-related-products .ib-section-heading h2 {
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    letter-spacing: -1.4px !important;
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase .variable-items-wrapper {
        gap: 0 23px !important;
    }

    body.single-product .ib-product-purchase .variable-item,
    body.single-product .ib-product-purchase .button-variable-item {
        width: auto !important;
        min-width: 0 !important;
        height: 32px !important;
        min-height: 32px !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        font-size: 14px !important;
        line-height: 32px !important;
    }

    body.single-product .ib-product-purchase .color-variable-item {
        width: 27px !important;
        min-width: 27px !important;
        max-width: 27px !important;
        height: 27px !important;
        min-height: 27px !important;
        flex-basis: 27px !important;
    }

    body.single-product .ib-related-products .ib-section-heading h2 {
        max-width: 285px !important;
        font-size: 24px !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }
}

/* CFVSW PLUGIN — FINAL PRODUCT SELECTOR */
body.single-product .ib-product-purchase .cfvsw-swatches-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 24px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option {
    position: relative !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 1px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8a8a8a !important;
    box-shadow: none !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
    width: auto !important;
    height: 34px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 1.5px !important;
    background: #111 !important;
    opacity: 0 !important;
    transition: opacity .18s ease !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option:hover,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option:hover::after,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch::after {
    opacity: 1 !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-disabled,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-out-of-stock {
    color: #c8c8c8 !important;
    opacity: 1 !important;
    text-decoration: line-through !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-image-option,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-color-option {
    position: relative !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-image-option::after,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-color-option::after {
    content: "" !important;
    position: absolute !important;
    inset: -5px !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-image-option.cfvsw-selected-swatch::after,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-color-option.cfvsw-selected-swatch::after {
    border-color: #111 !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-image-option .cfvsw-swatch-inner,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-color-option .cfvsw-swatch-inner {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase .cfvsw-swatches-container {
        gap: 0 23px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option {
        width: auto !important;
        min-width: 0 !important;
        height: 32px !important;
        min-height: 32px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        font-size: 14px !important;
        line-height: 32px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
        width: auto !important;
        height: 32px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }
}

/* CFVSW — PREMIUM SOFT SELECTOR */
body.single-product .ib-product-purchase table.variations tr {
    margin-bottom: 25px !important;
}

body.single-product .ib-product-purchase table.variations th.label {
    padding-bottom: 12px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 9px !important;
}

/* KORPA + OBIM */
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option {
    width: auto !important;
    min-width: 46px !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f5f3f0 !important;
    color: #4d4d4d !important;
    box-shadow: none !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    line-height: 42px !important;
    font-weight: 500 !important;
    transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
    width: auto !important;
    height: 42px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    line-height: 42px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option::before,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option::after {
    display: none !important;
    content: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option:hover {
    background: #ebe8e4 !important;
    color: #111 !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    background: #111 !important;
    color: #fff !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
    color: #fff !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-disabled,
body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-out-of-stock {
    background: #faf9f8 !important;
    color: #c4c4c4 !important;
    opacity: 1 !important;
    text-decoration: line-through !important;
}

/* BOJA */
body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] {
    gap: 16px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatches-option {
    position: relative !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatches-option::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: -5px !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatches-option.cfvsw-selected-swatch::before {
    border-color: #111 !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatches-option::after {
    display: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatch-inner {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 0 !important;
    border: 1px solid rgba(0,0,0,.13) !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

/* Tighter purchase area */
body.single-product .ib-product-purchase .single_variation_wrap {
    margin-top: -4px !important;
}

body.single-product .ib-product-purchase .woocommerce-variation-add-to-cart,
body.single-product .ib-product-purchase form.cart:not(.variations_form) {
    margin-top: 8px !important;
    grid-template-columns: 82px minmax(0,1fr) !important;
    gap: 8px !important;
}

body.single-product .ib-product-purchase .quantity {
    width: 82px !important;
    height: 54px !important;
}

body.single-product .ib-product-size-guide {
    margin: 16px 0 24px !important;
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase table.variations tr {
        margin-bottom: 24px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-container {
        gap: 8px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option {
        min-width: 45px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        background: #f5f3f0 !important;
        color: #4d4d4d !important;
        font-size: 12px !important;
        line-height: 40px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
        height: 40px !important;
        line-height: 40px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
        background: #111 !important;
        color: #fff !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] {
        gap: 16px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatches-option {
        width: 29px !important;
        min-width: 29px !important;
        max-width: 29px !important;
        height: 29px !important;
        min-height: 29px !important;
        padding: 0 !important;
        background: transparent !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] .cfvsw-swatch-inner {
        width: 29px !important;
        min-width: 29px !important;
        height: 29px !important;
    }

    body.single-product .ib-product-purchase .woocommerce-variation-add-to-cart,
    body.single-product .ib-product-purchase form.cart:not(.variations_form) {
        margin-top: 6px !important;
        grid-template-columns: 80px minmax(0,1fr) !important;
    }

    body.single-product .ib-product-purchase .quantity {
        width: 80px !important;
    }
}
body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 16px !important;
}

body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option {
    position: relative !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option .cfvsw-swatch-inner {
    display: block !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.13) !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: -5px !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option.cfvsw-selected-swatch::before {
    border-color: #111 !important;
}

body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option,
    body.single-product .ib-product-purchase table.variations tr:first-child .cfvsw-swatches-option .cfvsw-swatch-inner {
        width: 29px !important;
        min-width: 29px !important;
        max-width: 29px !important;
        height: 29px !important;
        min-height: 29px !important;
    }
}

body.post-type-archive-product .ib-shop,
body.tax-product_cat .ib-shop {
    min-height: 100vh;
    background: #fff;
    color: #111;
}

body.post-type-archive-product .ib-shop-header,
body.tax-product_cat .ib-shop-header {
    width: 100%;
    margin: 0;
    padding: 72px 32px 42px;
    border: 0;
    background: #f4f0ec;
    text-align: center;
}

body.post-type-archive-product .ib-shop-eyebrow,
body.tax-product_cat .ib-shop-eyebrow {
    margin: 0 0 14px;
    color: #6f6862;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2.4px;
}

body.post-type-archive-product .ib-shop-header h1,
body.tax-product_cat .ib-shop-header h1 {
    margin: 0;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px, 5.4vw, 76px);
    line-height: .95;
    font-weight: 500;
    letter-spacing: -3.2px;
    text-transform: none;
}

body.post-type-archive-product .ib-shop-description,
body.tax-product_cat .ib-shop-description {
    max-width: 570px;
    margin: 20px auto 0;
    color: #4f4a46;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}

body.post-type-archive-product .ib-shop-description p,
body.tax-product_cat .ib-shop-description p {
    margin: 0;
}

body.post-type-archive-product .ib-cup-filter,
body.tax-product_cat .ib-cup-filter {
    margin: 31px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

body.post-type-archive-product .ib-cup-filter a,
body.tax-product_cat .ib-cup-filter a,
body.post-type-archive-product .ib-cup-filter a:first-child,
body.tax-product_cat .ib-cup-filter a:first-child {
    min-width: 44px;
    height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(17,17,17,.18);
    border-radius: 999px;
    background: transparent;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    transition: .2s ease;
}

body.post-type-archive-product .ib-cup-filter a:hover,
body.tax-product_cat .ib-cup-filter a:hover,
body.post-type-archive-product .ib-cup-filter a.is-active,
body.tax-product_cat .ib-cup-filter a.is-active {
    border-color: #111;
    background: #111;
    color: #fff;
}

body.post-type-archive-product .ib-shop-content,
body.tax-product_cat .ib-shop-content {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px 110px;
}

body.post-type-archive-product .ib-shop-toolbar,
body.tax-product_cat .ib-shop-toolbar {
    min-height: 66px;
    margin: 0;
    padding: 0 4px;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.post-type-archive-product .ib-product-count,
body.tax-product_cat .ib-product-count {
    margin: 0;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.4px;
}

body.post-type-archive-product .ib-ordering,
body.tax-product_cat .ib-ordering {
    position: relative;
    min-width: 120px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.post-type-archive-product .ib-sort-label,
body.tax-product_cat .ib-sort-label {
    display: block;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.4px;
    pointer-events: none;
}

body.post-type-archive-product .ib-sort-label::after,
body.tax-product_cat .ib-sort-label::after {
    content: "+";
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
    width: 100%;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 58px 8px !important;
}

body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after {
    display: none !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
    position: relative;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: left !important;
}

body.post-type-archive-product ul.products li.product a,
body.tax-product_cat ul.products li.product a {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
    overflow: hidden;
}

body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 17px !important;
    display: block !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    background: #f3f0ed !important;
    transform: scale(1);
    transition: transform .55s cubic-bezier(.2,.6,.2,1), opacity .3s ease;
}

@media (hover:hover) {
    body.post-type-archive-product ul.products li.product:hover img,
    body.tax-product_cat ul.products li.product:hover img {
        transform: scale(1.018);
        opacity: .96;
    }
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 6px !important;
    padding: 0 5px !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    letter-spacing: .75px !important;
    text-transform: uppercase !important;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
    margin: 0 !important;
    padding: 0 5px !important;
    color: #4e4e4e !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

body.post-type-archive-product ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del {
    margin-right: 6px;
    color: #999 !important;
    opacity: 1 !important;
}

body.post-type-archive-product ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins {
    background: transparent !important;
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

body.post-type-archive-product ul.products li.product .button,
body.post-type-archive-product ul.products li.product .added_to_cart,
body.tax-product_cat ul.products li.product .button,
body.tax-product_cat ul.products li.product .added_to_cart,
body.post-type-archive-product ul.products li.product .star-rating,
body.tax-product_cat ul.products li.product .star-rating {
    display: none !important;
}

body.post-type-archive-product ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    z-index: 3 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #111 !important;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

body.post-type-archive-product .ib-shop-pagination,
body.tax-product_cat .ib-shop-pagination {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

body.post-type-archive-product .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: flex !important;
    gap: 6px;
}

body.post-type-archive-product .woocommerce-pagination ul li,
body.tax-product_cat .woocommerce-pagination ul li {
    border: 0 !important;
}

body.post-type-archive-product .woocommerce-pagination ul li a,
body.post-type-archive-product .woocommerce-pagination ul li span,
body.tax-product_cat .woocommerce-pagination ul li a,
body.tax-product_cat .woocommerce-pagination ul li span {
    min-width: 42px;
    height: 42px;
    padding: 0 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 50%;
    background: #fff !important;
    color: #111 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}

body.post-type-archive-product .woocommerce-pagination ul li span.current,
body.tax-product_cat .woocommerce-pagination ul li span.current,
body.post-type-archive-product .woocommerce-pagination ul li a:hover,
body.tax-product_cat .woocommerce-pagination ul li a:hover {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
}

body.post-type-archive-product .ib-no-products,
body.tax-product_cat .ib-no-products {
    padding: 110px 20px;
    text-align: center;
}

body.post-type-archive-product .ib-no-products h2,
body.tax-product_cat .ib-no-products h2 {
    margin: 0 0 10px;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
}

body.post-type-archive-product .ib-no-products p,
body.tax-product_cat .ib-no-products p {
    margin: 0;
    color: #777;
    font-size: 12px;
}

@media (max-width: 1100px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    body.post-type-archive-product .ib-shop-header,
    body.tax-product_cat .ib-shop-header {
        padding: 40px 18px 30px !important;
    }

    body.post-type-archive-product .ib-shop-eyebrow,
    body.tax-product_cat .ib-shop-eyebrow {
        margin-bottom: 11px !important;
        font-size: 7px !important;
        letter-spacing: 2.2px !important;
    }

    body.post-type-archive-product .ib-shop-header h1,
    body.tax-product_cat .ib-shop-header h1 {
        font-size: 47px !important;
        line-height: .96 !important;
        letter-spacing: -2.8px !important;
    }

    body.post-type-archive-product .ib-shop-description,
    body.tax-product_cat .ib-shop-description {
        max-width: 340px !important;
        margin-top: 16px !important;
        color: #514c48 !important;
        font-size: 11px !important;
        line-height: 1.55 !important;
    }

    body.post-type-archive-product .ib-cup-filter,
    body.tax-product_cat .ib-cup-filter {
        margin-top: 23px !important;
        gap: 6px !important;
    }

    body.post-type-archive-product .ib-cup-filter a,
    body.tax-product_cat .ib-cup-filter a,
    body.post-type-archive-product .ib-cup-filter a:first-child,
    body.tax-product_cat .ib-cup-filter a:first-child {
        min-width: 39px !important;
        height: 36px !important;
        padding: 0 11px !important;
        font-size: 9px !important;
    }

    body.post-type-archive-product .ib-shop-content,
    body.tax-product_cat .ib-shop-content {
        padding: 0 6px 80px !important;
    }

    body.post-type-archive-product .ib-shop-toolbar,
    body.tax-product_cat .ib-shop-toolbar {
        min-height: 56px !important;
        padding: 0 10px !important;
    }

    body.post-type-archive-product .ib-product-count,
    body.tax-product_cat .ib-product-count {
        font-size: 8px !important;
        letter-spacing: 1.2px !important;
    }

    body.post-type-archive-product .ib-ordering,
    body.tax-product_cat .ib-ordering {
        min-width: 105px !important;
        height: 56px !important;
    }

    body.post-type-archive-product .ib-sort-label,
    body.tax-product_cat .ib-sort-label {
        font-size: 8px !important;
        letter-spacing: 1.2px !important;
    }

    body.post-type-archive-product .ib-sort-label::after,
    body.tax-product_cat .ib-sort-label::after {
        margin-left: 8px !important;
        font-size: 14px !important;
    }

    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products {
        margin-top: 6px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 38px 5px !important;
    }

    body.post-type-archive-product ul.products li.product img,
    body.tax-product_cat ul.products li.product img {
        margin-bottom: 13px !important;
    }

    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 5px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
        letter-spacing: .65px !important;
    }

    body.post-type-archive-product ul.products li.product .price,
    body.tax-product_cat ul.products li.product .price {
        padding: 0 7px !important;
        color: #444 !important;
        font-size: 11px !important;
    }

    body.post-type-archive-product ul.products li.product .onsale,
    body.tax-product_cat ul.products li.product .onsale {
        top: 7px !important;
        left: 7px !important;
        padding: 7px 8px !important;
        font-size: 7px !important;
    }

    body.post-type-archive-product .ib-shop-pagination,
    body.tax-product_cat .ib-shop-pagination {
        margin-top: 60px !important;
    }
}
body.post-type-archive-product .ib-product-card,
body.tax-product_cat .ib-product-card {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.post-type-archive-product .ib-product-card-link,
body.tax-product_cat .ib-product-card-link {
    display: block !important;
    text-decoration: none !important;
    color: #111 !important;
}

body.post-type-archive-product .ib-product-card-media,
body.tax-product_cat .ib-product-card-media {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    overflow: hidden !important;
    background: #f5f3f1 !important;
}

body.post-type-archive-product .ib-product-card-image,
body.tax-product_cat .ib-product-card-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    transition: opacity 0.45s ease, transform 0.65s ease !important;
}

body.post-type-archive-product .ib-product-card-image-main,
body.tax-product_cat .ib-product-card-image-main {
    opacity: 1 !important;
    z-index: 1 !important;
}

body.post-type-archive-product .ib-product-card-image-hover,
body.tax-product_cat .ib-product-card-image-hover {
    opacity: 0 !important;
    z-index: 2 !important;
}

body.post-type-archive-product .ib-product-card-info,
body.tax-product_cat .ib-product-card-info {
    padding: 14px 4px 0 !important;
}

body.post-type-archive-product .ib-product-card-info .woocommerce-loop-product__title,
body.tax-product_cat .ib-product-card-info .woocommerce-loop-product__title {
    margin: 0 0 5px !important;
    padding: 0 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    color: #111 !important;
}

body.post-type-archive-product .ib-product-card-info .price,
body.tax-product_cat .ib-product-card-info .price {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #55514e !important;
}

body.post-type-archive-product .ib-product-card-info .price del,
body.tax-product_cat .ib-product-card-info .price del {
    opacity: 0.5 !important;
    margin-right: 6px !important;
}

body.post-type-archive-product .ib-product-card-info .price ins,
body.tax-product_cat .ib-product-card-info .price ins {
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #111 !important;
}

body.post-type-archive-product .ib-product-card-sale,
body.tax-product_cat .ib-product-card-sale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 25px !important;
    padding: 0 10px !important;
    background: #111 !important;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    border-radius: 0 !important;
}

@media (hover: hover) and (pointer: fine) {

    body.post-type-archive-product .ib-product-card-link:hover .ib-product-card-image-hover,
    body.tax-product_cat .ib-product-card-link:hover .ib-product-card-image-hover {
        opacity: 1 !important;
    }

    body.post-type-archive-product .ib-product-card-link:hover .ib-product-card-image-main,
    body.tax-product_cat .ib-product-card-link:hover .ib-product-card-image-main {
        opacity: 0 !important;
    }

    body.post-type-archive-product .ib-product-card-link:hover .ib-product-card-image-hover,
    body.tax-product_cat .ib-product-card-link:hover .ib-product-card-image-hover {
        transform: scale(1.015) !important;
    }
}

@media (max-width: 768px) {

    body.post-type-archive-product .ib-product-card-info,
    body.tax-product_cat .ib-product-card-info {
        padding: 12px 3px 0 !important;
    }

    body.post-type-archive-product .ib-product-card-info .woocommerce-loop-product__title,
    body.tax-product_cat .ib-product-card-info .woocommerce-loop-product__title {
        margin-bottom: 4px !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
    }

    body.post-type-archive-product .ib-product-card-info .price,
    body.tax-product_cat .ib-product-card-info .price {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    body.post-type-archive-product .ib-product-card-image-hover,
    body.tax-product_cat .ib-product-card-image-hover {
        display: none !important;
    }

    body.post-type-archive-product .ib-product-card-sale,
    body.tax-product_cat .ib-product-card-sale {
        top: 8px !important;
        left: 8px !important;
        min-height: 22px !important;
        padding: 0 8px !important;
        font-size: 8px !important;
    }
}
body.tax-product_cat .ib-shop-header.ib-shop-header-bras {
    position: relative;
    width: 100%;
    min-height: 390px;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    background: #f5f2ee !important;
    text-align: left !important;
    border: 0;
}

body.tax-product_cat .ib-shop-header-bras::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(17, 17, 17, .12);
}

body.tax-product_cat .ib-shop-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1380px;
    min-height: 390px;
    margin: 0 auto;
    padding: 72px 55px 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

body.tax-product_cat .ib-shop-header-bras .ib-shop-eyebrow {
    margin: 0 0 22px !important;
    color: #716a64 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 2.4px !important;
    text-transform: uppercase;
}

body.tax-product_cat .ib-shop-title-row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

body.tax-product_cat .ib-shop-header-bras .ib-shop-title-row h1 {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    color: #111 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: clamp(62px, 7vw, 108px) !important;
    line-height: .84 !important;
    font-weight: 500 !important;
    letter-spacing: -6px !important;
    text-transform: uppercase !important;
}

body.tax-product_cat .ib-shop-hero-count {
    margin-bottom: 8px;
    color: #716a64;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.8px;
    white-space: nowrap;
}

body.tax-product_cat .ib-shop-header-bras .ib-shop-description {
    position: relative;
    z-index: 2;
    max-width: 430px !important;
    margin: 27px 0 0 !important;
    color: #4f4a46 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

body.tax-product_cat .ib-cup-background {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -20px;
    transform: translateY(-53%);
    color: rgba(17, 17, 17, .035);
    font-family: "Manrope", sans-serif;
    font-size: clamp(310px, 34vw, 560px);
    line-height: .72;
    font-weight: 600;
    letter-spacing: -35px;
    pointer-events: none;
    user-select: none;
    animation: ibCupReveal .8s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes ibCupReveal {
    from {
        opacity: 0;
        transform: translate(35px, -53%);
    }

    to {
        opacity: 1;
        transform: translate(0, -53%);
    }
}

body.tax-product_cat .ib-cup-selector-label {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 42px 0 13px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 17, 17, .16);
    color: #716a64;
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-filter {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1.35fr repeat(6, 1fr);
    align-items: stretch !important;
    justify-content: initial !important;
    gap: 0 !important;
    border-top: 1px solid rgba(17, 17, 17, .16);
    border-bottom: 1px solid rgba(17, 17, 17, .16);
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a,
body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a:first-child {
    position: relative;
    min-width: 0 !important;
    width: 100%;
    height: 58px !important;
    padding: 0 !important;
    border: 0 !important;
    border-right: 1px solid rgba(17, 17, 17, .16) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: background .25s ease, color .25s ease;
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a:last-child {
    border-right: 0 !important;
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a:hover {
    background: rgba(17, 17, 17, .06) !important;
    color: #111 !important;
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a.is-active {
    background: #111 !important;
    color: #fff !important;
}

body.tax-product_cat .ib-shop-header-bras .ib-shop-eyebrow,
body.tax-product_cat .ib-shop-header-bras .ib-shop-title-row,
body.tax-product_cat .ib-shop-header-bras .ib-shop-description,
body.tax-product_cat .ib-shop-header-bras .ib-cup-selector-label,
body.tax-product_cat .ib-shop-header-bras .ib-cup-filter {
    animation: ibHeroContent .65s cubic-bezier(.2,.7,.2,1) both;
}

body.tax-product_cat .ib-shop-header-bras .ib-shop-title-row {
    animation-delay: .04s;
}

body.tax-product_cat .ib-shop-header-bras .ib-shop-description {
    animation-delay: .08s;
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-selector-label,
body.tax-product_cat .ib-shop-header-bras .ib-cup-filter {
    animation-delay: .12s;
}

@keyframes ibHeroContent {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    body.tax-product_cat .ib-shop-header.ib-shop-header-bras {
        min-height: 0;
        padding: 0 !important;
        background: #f5f2ee !important;
    }

    body.tax-product_cat .ib-shop-hero-inner {
        min-height: 0;
        padding: 47px 18px 24px;
        justify-content: initial;
    }

    body.tax-product_cat .ib-shop-header-bras .ib-shop-eyebrow {
        margin-bottom: 25px !important;
        font-size: 7px !important;
        letter-spacing: 1.8px !important;
    }

    body.tax-product_cat .ib-shop-title-row {
        align-items: flex-end;
        gap: 12px;
    }

    body.tax-product_cat .ib-shop-header-bras .ib-shop-title-row h1 {
        max-width: 78%;
        font-size: clamp(48px, 15vw, 68px) !important;
        line-height: .87 !important;
        letter-spacing: -3.8px !important;
    }

    body.tax-product_cat .ib-shop-hero-count {
        margin-bottom: 5px;
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    body.tax-product_cat .ib-shop-header-bras .ib-shop-description {
        max-width: 275px !important;
        margin-top: 23px !important;
        font-size: 10px !important;
        line-height: 1.65 !important;
    }

    body.tax-product_cat .ib-cup-background {
        top: 117px;
        right: -13px;
        transform: none;
        font-size: 230px;
        line-height: .75;
        letter-spacing: -18px;
        color: rgba(17, 17, 17, .035);
    }

    @keyframes ibCupReveal {
        from {
            opacity: 0;
            transform: translateX(25px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    body.tax-product_cat .ib-cup-selector-label {
        margin: 38px 0 12px;
        padding-top: 15px;
        font-size: 7px;
        letter-spacing: 1.7px;
    }

    body.tax-product_cat .ib-shop-header-bras .ib-cup-filter {
        grid-template-columns: 1.35fr repeat(6, 1fr) !important;
        width: 100%;
        margin: 0 !important;
        gap: 0 !important;
    }

    body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a,
    body.tax-product_cat .ib-shop-header-bras .ib-cup-filter a:first-child {
        min-width: 0 !important;
        height: 47px !important;
        padding: 0 !important;
        font-size: 9px !important;
    }
}
body.tax-product_cat .ib-shop-header-bras .ib-cup-filter[aria-label="Izaberi model"] {
    grid-template-columns: repeat(3, 1fr) !important;
}

body.tax-product_cat .ib-shop-header-bras .ib-cup-filter[aria-label="Izaberi model"] a,
body.tax-product_cat .ib-shop-header-bras .ib-cup-filter[aria-label="Izaberi model"] a:first-child {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    white-space: nowrap;
}

@media (max-width: 768px) {
    body.tax-product_cat .ib-shop-header-bras .ib-cup-filter[aria-label="Izaberi model"] {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    body.tax-product_cat .ib-shop-header-bras .ib-cup-filter[aria-label="Izaberi model"] a,
    body.tax-product_cat .ib-shop-header-bras .ib-cup-filter[aria-label="Izaberi model"] a:first-child {
        height: 47px !important;
        padding: 0 6px !important;
        font-size: 9px !important;
        letter-spacing: .6px !important;
    }
}
body.page-template-page-o-nama .ib-about {
    width: 100%;
    overflow: hidden;
    background: #f7f5f2;
    color: #111;
    font-family: "Manrope", sans-serif;
}

body.page-template-page-o-nama .ib-about-opening {
    position: relative;
    min-height: 88vh;
    padding: 90px 6vw 70px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f5f2ee;
}

body.page-template-page-o-nama .ib-about-opening-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

body.page-template-page-o-nama .ib-about-kicker,
body.page-template-page-o-nama .ib-about-section-head > p,
body.page-template-page-o-nama .ib-about-listen-intro > p,
body.page-template-page-o-nama .ib-about-online-head > p,
body.page-template-page-o-nama .ib-about-definition > p,
body.page-template-page-o-nama .ib-about-instagram > p:first-child {
    margin: 0 0 30px;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #706a65;
}

body.page-template-page-o-nama .ib-about-opening h1 {
    width: 78%;
    max-width: 1050px;
    margin: 0;
    font-size: clamp(62px, 7.4vw, 118px);
    line-height: .91;
    font-weight: 500;
    letter-spacing: -6px;
}

body.page-template-page-o-nama .ib-about-opening-lines {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body.page-template-page-o-nama .ib-about-opening-lines span {
    position: relative;
    padding: 8px 0;
    font-size: clamp(16px, 1.45vw, 21px);
    line-height: 1.35;
    font-weight: 400;
    color: #68625d;
    transition: color .25s ease, transform .25s ease;
}

body.page-template-page-o-nama .ib-about-opening-lines span:hover {
    color: #111;
    transform: translateX(10px);
}

body.page-template-page-o-nama .ib-about-opening-answer {
    margin: 36px 0 0;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

body.page-template-page-o-nama .ib-about-opening-bg {
    position: absolute;
    top: 0;
    right: -4%;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    opacity: .04;
}

body.page-template-page-o-nama .ib-about-opening-bg span {
    margin: -16px 0;
    font-size: clamp(80px, 9vw, 145px);
    line-height: .82;
    font-weight: 600;
    letter-spacing: -8px;
}

body.page-template-page-o-nama .ib-about-scroll {
    position: absolute;
    z-index: 4;
    right: 6vw;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
}

body.page-template-page-o-nama .ib-about-scroll i {
    position: relative;
    display: block;
    width: 52px;
    height: 1px;
    background: #111;
    overflow: hidden;
}

body.page-template-page-o-nama .ib-about-scroll i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #f5f2ee;
    animation: ibAboutScroll 2s ease-in-out infinite;
}

@keyframes ibAboutScroll {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(100%);
    }
}

body.page-template-page-o-nama .ib-about-choices {
    padding: 120px 6vw 130px;
    background: #fff;
}

body.page-template-page-o-nama .ib-about-section-head {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 85px;
}

body.page-template-page-o-nama .ib-about-section-head h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(48px, 5.5vw, 86px);
    line-height: .94;
    font-weight: 500;
    letter-spacing: -4.5px;
}

body.page-template-page-o-nama .ib-about-choice-list {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    border-top: 1px solid #d6d2ce;
}

body.page-template-page-o-nama .ib-about-choice {
    position: relative;
    min-height: 118px;
    padding: 30px 0;
    border-bottom: 1px solid #d6d2ce;
    display: grid;
    grid-template-columns: 80px minmax(260px, .8fr) 1fr;
    align-items: center;
    gap: 35px;
    transition: padding .3s ease, background .3s ease, color .3s ease;
}

body.page-template-page-o-nama .ib-about-choice::before {
    content: "";
    position: absolute;
    inset: 0 -30px;
    z-index: 0;
    background: #111;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .32s cubic-bezier(.2,.7,.2,1);
}

body.page-template-page-o-nama .ib-about-choice:hover::before {
    transform: scaleY(1);
}

body.page-template-page-o-nama .ib-about-choice > * {
    position: relative;
    z-index: 1;
}

body.page-template-page-o-nama .ib-about-choice:hover {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

body.page-template-page-o-nama .ib-about-choice-number {
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #8b8580;
}

body.page-template-page-o-nama .ib-about-choice:hover .ib-about-choice-number {
    color: #aaa;
}

body.page-template-page-o-nama .ib-about-choice h3 {
    margin: 0;
    font-size: clamp(25px, 2.6vw, 39px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1.5px;
}

body.page-template-page-o-nama .ib-about-choice p {
    max-width: 500px;
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #625d59;
    transition: color .3s ease;
}

body.page-template-page-o-nama .ib-about-choice:hover p {
    color: #e8e5e2;
}

body.page-template-page-o-nama .ib-about-question {
    position: relative;
    min-height: 100vh;
    padding: 120px 6vw 95px;
    overflow: hidden;
    background: #111;
    color: #fff;
}

body.page-template-page-o-nama .ib-about-question-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

body.page-template-page-o-nama .ib-about-question-inner > p:first-child {
    margin: 0 0 70px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.3px;
    color: #aaa;
}

body.page-template-page-o-nama .ib-about-question h2 {
    margin: 0;
    font-size: clamp(80px, 10vw, 165px);
    line-height: .82;
    font-weight: 500;
    letter-spacing: -9px;
}

body.page-template-page-o-nama .ib-about-question-bottom {
    margin-top: 70px;
    display: flex;
    justify-content: flex-end;
}

body.page-template-page-o-nama .ib-about-question-bottom p {
    width: 360px;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #bbb;
}

body.page-template-page-o-nama .ib-about-sizes {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1380px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

body.page-template-page-o-nama .ib-about-sizes span {
    height: 145px;
    border-right: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(42px, 5vw, 75px);
    font-weight: 400;
    transition: background .25s ease, color .25s ease;
}

body.page-template-page-o-nama .ib-about-sizes span:last-child {
    border-right: 0;
}

body.page-template-page-o-nama .ib-about-sizes span:hover {
    background: #fff;
    color: #111;
}

body.page-template-page-o-nama .ib-about-bands {
    position: relative;
    z-index: 2;
    margin: 65px auto 0;
    text-align: center;
    font-size: clamp(52px, 7vw, 100px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -5px;
}

body.page-template-page-o-nama .ib-about-size-statement {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 45px auto 0;
    text-align: center;
    font-size: clamp(21px, 2.2vw, 32px);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -.8px;
}

body.page-template-page-o-nama .ib-about-listen {
    width: 100%;
    padding: 140px 6vw;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 100px;
    background: #f5f2ee;
}

body.page-template-page-o-nama .ib-about-listen-intro,
body.page-template-page-o-nama .ib-about-listen-copy {
    width: 100%;
    max-width: 650px;
}

body.page-template-page-o-nama .ib-about-listen-intro {
    justify-self: end;
}

body.page-template-page-o-nama .ib-about-listen-intro h2 {
    margin: 0;
    font-size: clamp(55px, 6vw, 95px);
    line-height: .89;
    font-weight: 500;
    letter-spacing: -5px;
}

body.page-template-page-o-nama .ib-about-listen-copy {
    padding-top: 90px;
}

body.page-template-page-o-nama .ib-about-listen-copy p {
    max-width: 520px;
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.8;
    color: #504b47;
}

body.page-template-page-o-nama .ib-about-listen-copy p:last-child {
    color: #111;
    font-weight: 600;
}

body.page-template-page-o-nama .ib-about-marquee {
    width: 100%;
    overflow: hidden;
    background: #111;
    color: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

body.page-template-page-o-nama .ib-about-marquee-track {
    width: max-content;
    min-width: 200%;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 75px;
    animation: ibAboutMarquee 28s linear infinite;
}

body.page-template-page-o-nama .ib-about-marquee-track span {
    position: relative;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

body.page-template-page-o-nama .ib-about-marquee-track span::after {
    content: "•";
    position: absolute;
    right: -41px;
    color: #777;
}

@keyframes ibAboutMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

body.page-template-page-o-nama .ib-about-online {
    padding: 140px 6vw;
    background: #fff;
}

body.page-template-page-o-nama .ib-about-online-head {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 100px;
}

body.page-template-page-o-nama .ib-about-online-head h2 {
    max-width: 1000px;
    margin: 0;
    font-size: clamp(60px, 7.2vw, 112px);
    line-height: .87;
    font-weight: 500;
    letter-spacing: -6px;
}

body.page-template-page-o-nama .ib-about-steps {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    border-top: 1px solid #d5d2cf;
}

body.page-template-page-o-nama .ib-about-step {
    min-height: 115px;
    border-bottom: 1px solid #d5d2cf;
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
}

body.page-template-page-o-nama .ib-about-step span {
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #777;
}

body.page-template-page-o-nama .ib-about-step h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -2px;
}

body.page-template-page-o-nama .ib-about-online-copy {
    width: 100%;
    max-width: 1380px;
    margin: 70px auto 0;
    padding-left: 50%;
}

body.page-template-page-o-nama .ib-about-online-copy p {
    max-width: 520px;
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.8;
    color: #56514d;
}

body.page-template-page-o-nama .ib-about-online-copy p:first-child {
    color: #111;
    font-weight: 650;
}

body.page-template-page-o-nama .ib-about-find {
    padding: 130px 6vw;
    background: #f5f2ee;
}

body.page-template-page-o-nama .ib-about-find > * {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-page-o-nama .ib-about-find h2 {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 75px;
    font-size: clamp(55px, 6.5vw, 100px);
    line-height: .9;
    font-weight: 500;
    letter-spacing: -5px;
}

body.page-template-page-o-nama .ib-about-find-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #cfcac6;
    border-bottom: 1px solid #cfcac6;
}

body.page-template-page-o-nama .ib-about-find-options a {
    position: relative;
    min-height: 210px;
    padding: 38px;
    color: #111;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background .3s ease, color .3s ease;
}

body.page-template-page-o-nama .ib-about-find-options a:first-child {
    border-right: 1px solid #cfcac6;
}

body.page-template-page-o-nama .ib-about-find-options a:hover {
    background: #111;
    color: #fff;
}

body.page-template-page-o-nama .ib-about-find-options span {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

body.page-template-page-o-nama .ib-about-find-options strong {
    max-width: 400px;
    font-size: clamp(24px, 2.5vw, 38px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -1.5px;
}

body.page-template-page-o-nama .ib-about-find-options i {
    position: absolute;
    right: 35px;
    bottom: 32px;
    font-size: 28px;
    font-style: normal;
    transition: transform .25s ease;
}

body.page-template-page-o-nama .ib-about-find-options a:hover i {
    transform: translateX(8px);
}

body.page-template-page-o-nama .ib-about-definition {
    padding: 150px 6vw 120px;
    background: #fff;
}

body.page-template-page-o-nama .ib-about-definition > * {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-page-o-nama .ib-about-definition h2 {
    margin-top: 0;
    margin-bottom: 75px;
    font-size: clamp(62px, 7.3vw, 115px);
    line-height: .87;
    font-weight: 500;
    letter-spacing: -6px;
}

body.page-template-page-o-nama .ib-about-definition-copy {
    padding-left: 50%;
}

body.page-template-page-o-nama .ib-about-definition-copy p {
    max-width: 510px;
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.8;
    color: #57524e;
}

body.page-template-page-o-nama .ib-about-definition-copy .ib-about-definition-last {
    color: #111;
    font-size: 17px;
    font-weight: 600;
}

body.page-template-page-o-nama .ib-about-definition-line {
    margin-top: 110px;
    padding-top: 30px;
    border-top: 1px solid #d5d2cf;
    font-size: clamp(28px, 3.5vw, 52px);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -2px;
}

body.page-template-page-o-nama .ib-about-instagram {
    padding: 145px 6vw 150px;
    background: #111;
    color: #fff;
    text-align: center;
}

body.page-template-page-o-nama .ib-about-instagram > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-page-o-nama .ib-about-instagram > p:first-child {
    color: #999;
}

body.page-template-page-o-nama .ib-about-instagram h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: clamp(70px, 9vw, 140px);
    line-height: .88;
    font-weight: 500;
    letter-spacing: -7px;
}

body.page-template-page-o-nama .ib-about-instagram-copy {
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
}

body.page-template-page-o-nama .ib-about-instagram-link {
    width: min(560px, 100%);
    min-height: 75px;
    padding: 0 28px;
    border: 1px solid #666;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}

body.page-template-page-o-nama .ib-about-instagram-link:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
}

body.page-template-page-o-nama .ib-about-instagram-link span {
    font-size: 21px;
    font-weight: 400;
}

body.page-template-page-o-nama .ib-about-instagram-note {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: .6px;
    color: #777;
}

@media (max-width: 768px) {

    body.page-template-page-o-nama .ib-about-opening {
        min-height: calc(100svh - 65px);
        padding: 60px 18px 55px;
        align-items: flex-start;
    }

    body.page-template-page-o-nama .ib-about-opening-inner {
        margin-top: 20px;
    }

    body.page-template-page-o-nama .ib-about-kicker,
    body.page-template-page-o-nama .ib-about-section-head > p,
    body.page-template-page-o-nama .ib-about-listen-intro > p,
    body.page-template-page-o-nama .ib-about-online-head > p,
    body.page-template-page-o-nama .ib-about-definition > p,
    body.page-template-page-o-nama .ib-about-instagram > p:first-child {
        margin-bottom: 22px;
        font-size: 7px;
        letter-spacing: 1.8px;
    }

    body.page-template-page-o-nama .ib-about-opening h1 {
        width: 92%;
        font-size: clamp(49px, 14.5vw, 67px);
        line-height: .91;
        letter-spacing: -3.7px;
    }

    body.page-template-page-o-nama .ib-about-opening-lines {
        margin-top: 44px;
    }

    body.page-template-page-o-nama .ib-about-opening-lines span {
        padding: 6px 0;
        font-size: 13px;
    }

    body.page-template-page-o-nama .ib-about-opening-answer {
        margin-top: 28px;
        font-size: 9px;
        letter-spacing: 1.1px;
    }

    body.page-template-page-o-nama .ib-about-opening-bg {
        right: -30px;
        opacity: .035;
    }

    body.page-template-page-o-nama .ib-about-opening-bg span {
        margin: -7px 0;
        font-size: 70px;
        letter-spacing: -5px;
    }

    body.page-template-page-o-nama .ib-about-scroll {
        right: 18px;
        bottom: 25px;
        font-size: 6px;
    }

    body.page-template-page-o-nama .ib-about-scroll i {
        width: 35px;
    }

    body.page-template-page-o-nama .ib-about-choices {
        padding: 85px 18px 90px;
    }

    body.page-template-page-o-nama .ib-about-section-head {
        margin-bottom: 55px;
    }

    body.page-template-page-o-nama .ib-about-section-head h2 {
        font-size: 47px;
        line-height: .94;
        letter-spacing: -2.8px;
    }

    body.page-template-page-o-nama .ib-about-choice {
        min-height: 0;
        padding: 25px 0 27px;
        display: grid;
        grid-template-columns: 35px 1fr;
        gap: 8px 8px;
    }

    body.page-template-page-o-nama .ib-about-choice::before {
        display: none;
    }

    body.page-template-page-o-nama .ib-about-choice:hover {
        padding-left: 0;
        padding-right: 0;
        color: #111;
    }

    body.page-template-page-o-nama .ib-about-choice-number {
        grid-column: 1;
        grid-row: 1;
        padding-top: 4px;
        font-size: 7px;
    }

    body.page-template-page-o-nama .ib-about-choice h3 {
        grid-column: 2;
        grid-row: 1;
        font-size: 24px;
        letter-spacing: -1px;
    }

    body.page-template-page-o-nama .ib-about-choice p {
        grid-column: 2;
        grid-row: 2;
        margin-top: 8px;
        font-size: 10px;
        line-height: 1.65;
    }

    body.page-template-page-o-nama .ib-about-choice:hover p {
        color: #625d59;
    }

    body.page-template-page-o-nama .ib-about-question {
        min-height: 0;
        padding: 90px 18px 75px;
    }

    body.page-template-page-o-nama .ib-about-question-inner > p:first-child {
        margin-bottom: 48px;
        font-size: 7px;
        letter-spacing: 1.8px;
    }

    body.page-template-page-o-nama .ib-about-question h2 {
        font-size: clamp(65px, 19vw, 88px);
        line-height: .84;
        letter-spacing: -5px;
    }

    body.page-template-page-o-nama .ib-about-question-bottom {
        margin-top: 50px;
        justify-content: flex-start;
    }

    body.page-template-page-o-nama .ib-about-question-bottom p {
        width: 260px;
        font-size: 10px;
        line-height: 1.7;
    }

    body.page-template-page-o-nama .ib-about-sizes {
        margin-top: 65px;
    }

    body.page-template-page-o-nama .ib-about-sizes span {
        height: 75px;
        font-size: 31px;
    }

    body.page-template-page-o-nama .ib-about-bands {
        margin-top: 45px;
        font-size: 55px;
        letter-spacing: -3px;
    }

    body.page-template-page-o-nama .ib-about-size-statement {
        max-width: 300px;
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.35;
    }

    body.page-template-page-o-nama .ib-about-listen {
        padding: 90px 18px;
        display: block;
    }

    body.page-template-page-o-nama .ib-about-listen-intro {
        max-width: none;
    }

    body.page-template-page-o-nama .ib-about-listen-intro h2 {
        font-size: 54px;
        line-height: .9;
        letter-spacing: -3.2px;
    }

    body.page-template-page-o-nama .ib-about-listen-copy {
        max-width: none;
        padding-top: 55px;
    }

    body.page-template-page-o-nama .ib-about-listen-copy p {
        font-size: 11px;
        line-height: 1.75;
    }

    body.page-template-page-o-nama .ib-about-marquee-track {
        height: 58px;
        gap: 60px;
        animation-duration: 24s;
    }

    body.page-template-page-o-nama .ib-about-marquee-track span {
        font-size: 8px;
        letter-spacing: 1px;
    }

    body.page-template-page-o-nama .ib-about-marquee-track span::after {
        right: -33px;
    }

    body.page-template-page-o-nama .ib-about-online {
        padding: 90px 18px;
    }

    body.page-template-page-o-nama .ib-about-online-head {
        margin-bottom: 60px;
    }

    body.page-template-page-o-nama .ib-about-online-head h2 {
        font-size: 54px;
        line-height: .9;
        letter-spacing: -3.3px;
    }

    body.page-template-page-o-nama .ib-about-step {
        min-height: 88px;
        grid-template-columns: 48px 1fr;
    }

    body.page-template-page-o-nama .ib-about-step span {
        font-size: 7px;
    }

    body.page-template-page-o-nama .ib-about-step h3 {
        font-size: 26px;
        letter-spacing: -1.2px;
    }

    body.page-template-page-o-nama .ib-about-online-copy {
        margin-top: 50px;
        padding-left: 48px;
    }

    body.page-template-page-o-nama .ib-about-online-copy p {
        font-size: 10px;
        line-height: 1.75;
    }

    body.page-template-page-o-nama .ib-about-find {
        padding: 90px 18px;
    }

    body.page-template-page-o-nama .ib-about-find h2 {
        margin-bottom: 50px;
        font-size: 51px;
        line-height: .92;
        letter-spacing: -3px;
    }

    body.page-template-page-o-nama .ib-about-find-options {
        grid-template-columns: 1fr;
    }

    body.page-template-page-o-nama .ib-about-find-options a {
        min-height: 155px;
        padding: 25px 22px;
    }

    body.page-template-page-o-nama .ib-about-find-options a:first-child {
        border-right: 0;
        border-bottom: 1px solid #cfcac6;
    }

    body.page-template-page-o-nama .ib-about-find-options strong {
        max-width: 270px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    body.page-template-page-o-nama .ib-about-find-options i {
        right: 22px;
        bottom: 22px;
        font-size: 22px;
    }

    body.page-template-page-o-nama .ib-about-definition {
        padding: 95px 18px 80px;
    }

    body.page-template-page-o-nama .ib-about-definition h2 {
        margin-bottom: 55px;
        font-size: 54px;
        line-height: .9;
        letter-spacing: -3.3px;
    }

    body.page-template-page-o-nama .ib-about-definition-copy {
        padding-left: 48px;
    }

    body.page-template-page-o-nama .ib-about-definition-copy p {
        font-size: 10px;
        line-height: 1.75;
    }

    body.page-template-page-o-nama .ib-about-definition-copy .ib-about-definition-last {
        font-size: 14px;
    }

    body.page-template-page-o-nama .ib-about-definition-line {
        margin-top: 65px;
        padding-top: 22px;
        font-size: 27px;
        line-height: 1.15;
        letter-spacing: -1.3px;
    }

    body.page-template-page-o-nama .ib-about-instagram {
        padding: 95px 18px 100px;
    }

    body.page-template-page-o-nama .ib-about-instagram h2 {
        margin-bottom: 25px;
        font-size: 65px;
        line-height: .9;
        letter-spacing: -4px;
    }

    body.page-template-page-o-nama .ib-about-instagram-copy {
        max-width: 280px;
        margin-bottom: 40px;
        font-size: 10px;
    }

    body.page-template-page-o-nama .ib-about-instagram-link {
        min-height: 64px;
        padding: 0 20px;
        font-size: 8px;
        letter-spacing: 1.1px;
    }

    body.page-template-page-o-nama .ib-about-instagram-note {
        max-width: 270px;
        margin-top: 22px;
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-o-nama .ib-about-marquee-track,
    body.page-template-page-o-nama .ib-about-scroll i::after {
        animation: none;
    }
}
body.page-template-page-o-nama.ib-about-ready .ib-about-opening .ib-about-kicker {
    opacity: 0;
    transform: translateY(15px);
    animation: ibAboutIntro .7s cubic-bezier(.2,.7,.2,1) .1s forwards;
}

body.page-template-page-o-nama.ib-about-ready .ib-about-opening h1 {
    opacity: 0;
    transform: translateY(28px);
    animation: ibAboutIntro .9s cubic-bezier(.2,.7,.2,1) .18s forwards;
}

body.page-template-page-o-nama.ib-about-ready .ib-about-opening-lines span {
    opacity: 0;
    transform: translateY(16px);
    animation: ibAboutLine .65s cubic-bezier(.2,.7,.2,1) var(--line-delay) forwards;
}

body.page-template-page-o-nama.ib-about-ready .ib-about-opening-answer {
    opacity: 0;
    transform: translateY(12px);
    animation: ibAboutIntro .7s cubic-bezier(.2,.7,.2,1) .95s forwards;
}

body.page-template-page-o-nama .ib-about-opening-bg {
    will-change: transform;
    transition: transform .08s linear;
}

@keyframes ibAboutIntro {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ibAboutLine {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.page-template-page-o-nama.ib-about-ready .ib-reveal {
    opacity: 0;
    transform: translateY(42px);
    transition:
        opacity .8s cubic-bezier(.2,.7,.2,1) var(--ib-delay, 0ms),
        transform .8s cubic-bezier(.2,.7,.2,1) var(--ib-delay, 0ms);
}

body.page-template-page-o-nama.ib-about-ready .ib-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.page-template-page-o-nama.ib-about-ready .ib-about-choice.ib-reveal {
    transform: translateY(25px);
}

body.page-template-page-o-nama.ib-about-ready .ib-about-choice.ib-reveal.is-visible {
    transform: translateY(0);
}

body.page-template-page-o-nama .ib-about-question h2 {
    transform: translateX(calc((.5 - var(--question-progress, .5)) * 40px));
    transition: transform .1s linear;
}

body.page-template-page-o-nama .ib-about-sizes span {
    position: relative;
    overflow: hidden;
}

body.page-template-page-o-nama.ib-about-ready .ib-about-sizes.is-visible span {
    animation: ibSizeIn .65s cubic-bezier(.2,.7,.2,1) var(--size-delay) both;
}

@keyframes ibSizeIn {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.page-template-page-o-nama .ib-about-bands {
    background: linear-gradient(90deg, #777, #fff, #777);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ibBandShine 6s linear infinite;
}

@keyframes ibBandShine {
    to {
        background-position: -200% center;
    }
}

body.page-template-page-o-nama .ib-about-find-options a {
    overflow: hidden;
}

body.page-template-page-o-nama .ib-about-find-options a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #111;
    transform: translateY(101%);
    transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

body.page-template-page-o-nama .ib-about-find-options a:hover::before {
    transform: translateY(0);
}

body.page-template-page-o-nama .ib-about-find-options a > * {
    position: relative;
    z-index: 2;
}

body.page-template-page-o-nama .ib-about-find-options a:hover {
    background: transparent;
    color: #fff;
}

body.page-template-page-o-nama .ib-about-instagram-link span {
    transition: transform .3s ease;
}

body.page-template-page-o-nama .ib-about-instagram-link:hover span {
    transform: translate(5px, -5px);
}

@media (max-width: 768px) {
    body.page-template-page-o-nama.ib-about-ready .ib-reveal {
        transform: translateY(28px);
        transition-duration: .7s;
    }

    body.page-template-page-o-nama.ib-about-ready .ib-reveal.is-visible {
        transform: translateY(0);
    }

    body.page-template-page-o-nama .ib-about-question h2 {
        transform: translateX(calc((.5 - var(--question-progress, .5)) * 18px));
    }

    body.page-template-page-o-nama .ib-about-choice {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-template-page-o-nama.ib-about-ready .ib-reveal,
    body.page-template-page-o-nama.ib-about-ready .ib-about-opening .ib-about-kicker,
    body.page-template-page-o-nama.ib-about-ready .ib-about-opening h1,
    body.page-template-page-o-nama.ib-about-ready .ib-about-opening-lines span,
    body.page-template-page-o-nama.ib-about-ready .ib-about-opening-answer {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    body.page-template-page-o-nama .ib-about-opening-bg,
    body.page-template-page-o-nama .ib-about-question h2 {
        transform: none !important;
    }
}
.ib-about-ready .ib-about-opening .ib-about-kicker {
    opacity: 0;
    transform: translateY(15px);
    animation: ibAboutIntro .7s cubic-bezier(.2,.7,.2,1) .1s forwards;
}

.ib-about-ready .ib-about-opening h1 {
    opacity: 0;
    transform: translateY(28px);
    animation: ibAboutIntro .9s cubic-bezier(.2,.7,.2,1) .18s forwards;
}

.ib-about-ready .ib-about-opening-lines span {
    opacity: 0;
    transform: translateY(16px);
    animation: ibAboutLine .65s cubic-bezier(.2,.7,.2,1) var(--line-delay) forwards;
}

.ib-about-ready .ib-about-opening-answer {
    opacity: 0;
    transform: translateY(12px);
    animation: ibAboutIntro .7s cubic-bezier(.2,.7,.2,1) .95s forwards;
}

.ib-about-opening-bg {
    will-change: transform;
    transition: transform .08s linear;
}

@keyframes ibAboutIntro {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ibAboutLine {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ib-about-ready .ib-reveal {
    opacity: 0;
    transform: translateY(42px);
    transition:
        opacity .8s cubic-bezier(.2,.7,.2,1) var(--ib-delay, 0ms),
        transform .8s cubic-bezier(.2,.7,.2,1) var(--ib-delay, 0ms);
}

.ib-about-ready .ib-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ib-about-ready .ib-about-choice.ib-reveal {
    transform: translateY(25px);
}

.ib-about-ready .ib-about-choice.ib-reveal.is-visible {
    transform: translateY(0);
}

.ib-about-question h2 {
    transform: translateX(calc((.5 - var(--question-progress, .5)) * 40px));
    transition: transform .1s linear;
}

.ib-about-sizes span {
    position: relative;
    overflow: hidden;
}

.ib-about-ready .ib-about-sizes.is-visible span {
    animation: ibSizeIn .65s cubic-bezier(.2,.7,.2,1) var(--size-delay) both;
}

@keyframes ibSizeIn {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ib-about-bands {
    background: linear-gradient(90deg, #777, #fff, #777);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ibBandShine 6s linear infinite;
}

@keyframes ibBandShine {
    to {
        background-position: -200% center;
    }
}

.ib-about-find-options a {
    position: relative;
    overflow: hidden;
}

.ib-about-find-options a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #111;
    transform: translateY(101%);
    transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.ib-about-find-options a:hover::before {
    transform: translateY(0);
}

.ib-about-find-options a > * {
    position: relative;
    z-index: 2;
}

.ib-about-find-options a:hover {
    background: transparent;
    color: #fff;
}

.ib-about-instagram-link span {
    transition: transform .3s ease;
}

.ib-about-instagram-link:hover span {
    transform: translate(5px, -5px);
}

@media (max-width: 768px) {
    .ib-about-ready .ib-reveal {
        transform: translateY(28px);
        transition-duration: .7s;
    }

    .ib-about-ready .ib-reveal.is-visible {
        transform: translateY(0);
    }

    .ib-about-question h2 {
        transform: translateX(calc((.5 - var(--question-progress, .5)) * 18px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ib-about-ready .ib-reveal,
    .ib-about-ready .ib-about-opening .ib-about-kicker,
    .ib-about-ready .ib-about-opening h1,
    .ib-about-ready .ib-about-opening-lines span,
    .ib-about-ready .ib-about-opening-answer {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .ib-about-opening-bg,
    .ib-about-question h2 {
        transform: none !important;
    }
}
body.post-type-archive-product .ib-product-card-info .ib-card-swatches,
body.tax-product_cat .ib-product-card-info .ib-card-swatches {
    width: 100%;
    margin: 13px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 9px;
}

body.post-type-archive-product .ib-product-card-info .ib-card-swatch,
body.tax-product_cat .ib-product-card-info .ib-card-swatch {
    position: relative;
    width: 21px;
    height: 21px;
    min-width: 21px;
    flex: 0 0 21px;
    display: block;
    border: 1px solid rgba(17, 17, 17, .14);
    border-radius: 50%;
    background: var(--ib-card-swatch);
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 3px rgba(17, 17, 17, .10);
    transition:
        transform .22s cubic-bezier(.2,.7,.2,1),
        box-shadow .22s ease;
}

body.post-type-archive-product .ib-product-card-info .ib-card-swatch-light,
body.tax-product_cat .ib-product-card-info .ib-card-swatch-light {
    border-color: rgba(17, 17, 17, .22);
}

@media (hover: hover) and (pointer: fine) {
    body.post-type-archive-product .ib-product-card-link:hover .ib-card-swatch,
    body.tax-product_cat .ib-product-card-link:hover .ib-card-swatch {
        box-shadow:
            0 0 0 2px #fff,
            0 0 0 3px rgba(17, 17, 17, .18);
    }

    body.post-type-archive-product .ib-product-card-info .ib-card-swatch:hover,
    body.tax-product_cat .ib-product-card-info .ib-card-swatch:hover {
        transform: translateY(-2px) scale(1.08);
        box-shadow:
            0 0 0 2px #fff,
            0 0 0 3px #111,
            0 5px 12px rgba(17, 17, 17, .12);
    }
}

@media (max-width: 768px) {
    body.post-type-archive-product .ib-product-card-info .ib-card-swatches,
    body.tax-product_cat .ib-product-card-info .ib-card-swatches {
        margin-top: 12px;
        gap: 9px;
    }

    body.post-type-archive-product .ib-product-card-info .ib-card-swatch,
    body.tax-product_cat .ib-product-card-info .ib-card-swatch {
        width: 20px;
        height: 20px;
        min-width: 20px;
        flex-basis: 20px;
    }
}
body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin: 4px 0 2px !important;
    padding: 0 !important;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(17, 17, 17, .16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease !important;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item::before {
    content: "" !important;
    position: absolute !important;
    inset: 4px !important;
    border-radius: 50% !important;
    background: var(--ib-single-swatch, #ffffff) !important;
    border: 0 !important;
    pointer-events: none !important;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="bela"] {
    --ib-single-swatch: #FFFFFF;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="braon"] {
    --ib-single-swatch: #6B4A3A;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="crna"] {
    --ib-single-swatch: #111111;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="kamen"] {
    --ib-single-swatch: #A7A09A;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="karamel"] {
    --ib-single-swatch: #B77A50;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="krem"] {
    --ib-single-swatch: #E8DDCB;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="ljubicasta"] {
    --ib-single-swatch: #8B718D;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="rose"] {
    --ib-single-swatch: #C98F91;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="siva"] {
    --ib-single-swatch: #9A9A98;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="slonovaca"] {
    --ib-single-swatch: #F4EBDD;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="bela"]::before,
body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="krem"]::before,
body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item[data-value="slonovaca"]::before {
    border: 1px solid rgba(17, 17, 17, .16) !important;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item *,
body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item .variable-item-span,
body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item .variable-item-span-button {
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item.selected {
    border-color: #111111 !important;
    box-shadow:
        0 0 0 3px #ffffff,
        0 0 0 4px #111111 !important;
    transform: none !important;
}

body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item.disabled {
    opacity: .28 !important;
}

@media (hover: hover) and (pointer: fine) {
    body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item:hover {
        transform: translateY(-2px) !important;
        border-color: rgba(17, 17, 17, .45) !important;
        box-shadow:
            0 0 0 3px #ffffff,
            0 0 0 4px rgba(17, 17, 17, .28) !important;
    }

    body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item.selected:hover {
        box-shadow:
            0 0 0 3px #ffffff,
            0 0 0 4px #111111 !important;
    }
}

@media (max-width: 768px) {
    body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] {
        gap: 13px !important;
    }

    body.single-product .variable-items-wrapper[data-attribute_name="attribute_pa_boja"] .variable-item {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
    }
}
body.single-product .ib-product-purchase .cfvsw-swatches-container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"] {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    margin: 0 !important;
    padding: 4px !important;
    border: 1px solid rgba(17, 17, 17, .16) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: visible !important;
    cursor: pointer !important;
    transition:
        transform .22s cubic-bezier(.2,.7,.2,1),
        border-color .22s ease,
        box-shadow .22s ease !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"] .cfvsw-swatch-inner {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--ib-product-color) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="crna"] {
    --ib-product-color: #111111;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="bela"] {
    --ib-product-color: #FFFFFF;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="krem"] {
    --ib-product-color: #E8DDCB;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="braon"] {
    --ib-product-color: #6B4A3A;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="kamen"] {
    --ib-product-color: #A7A09A;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="karamel"] {
    --ib-product-color: #B77A50;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="ljubicasta"] {
    --ib-product-color: #8B718D;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="rose"] {
    --ib-product-color: #C98F91;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="siva"] {
    --ib-product-color: #9A9A98;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="slonovaca"] {
    --ib-product-color: #F4EBDD;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="bela"] .cfvsw-swatch-inner,
body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="krem"] .cfvsw-swatch-inner,
body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"][data-slug="slonovaca"] .cfvsw-swatch-inner {
    border: 1px solid rgba(17, 17, 17, .16) !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"].cfvsw-selected-swatch {
    border-color: #111111 !important;
    box-shadow:
        0 0 0 3px #ffffff,
        0 0 0 4px #111111 !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"].cfvsw-swatches-disabled {
    opacity: .28 !important;
}

@media (hover: hover) and (pointer: fine) {
    body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"]:hover {
        transform: translateY(-2px) scale(1.04) !important;
        border-color: rgba(17, 17, 17, .45) !important;
        box-shadow:
            0 0 0 3px #ffffff,
            0 0 0 4px rgba(17, 17, 17, .25) !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"].cfvsw-selected-swatch:hover {
        box-shadow:
            0 0 0 3px #ffffff,
            0 0 0 4px #111111 !important;
    }
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase .cfvsw-swatches-container {
        gap: 13px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-option[data-attribute="attribute_pa_boja"] {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
        padding: 4px !important;
    }
}
body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    margin: 0 !important;
    padding: 4px !important;
    border: 1px solid rgba(17,17,17,.16) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer !important;
    overflow: visible !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option .cfvsw-swatch-inner {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--ib-single-color) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="crna"] {
    --ib-single-color: #111111;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="bela"] {
    --ib-single-color: #FFFFFF;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="krem"] {
    --ib-single-color: #E8DDCB;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="braon"] {
    --ib-single-color: #6B4A3A;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="kamen"] {
    --ib-single-color: #A7A09A;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="karamel"] {
    --ib-single-color: #B77A50;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="ljubicasta"] {
    --ib-single-color: #8B718D;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="rose"] {
    --ib-single-color: #C98F91;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="siva"] {
    --ib-single-color: #9A9A98;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="slonovaca"] {
    --ib-single-color: #F4EBDD;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="bela"] .cfvsw-swatch-inner,
body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="krem"] .cfvsw-swatch-inner,
body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option[data-slug="slonovaca"] .cfvsw-swatch-inner {
    border: 1px solid rgba(17,17,17,.18) !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option.cfvsw-selected-swatch {
    border-color: #111 !important;
    box-shadow:
        0 0 0 3px #fff,
        0 0 0 4px #111 !important;
}

body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option.cfvsw-swatches-disabled {
    opacity: .3 !important;
}

@media (hover: hover) and (pointer: fine) {
    body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option:hover {
        transform: translateY(-2px) scale(1.04) !important;
        border-color: rgba(17,17,17,.4) !important;
    }
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] {
        gap: 13px !important;
    }

    body.single-product .ib-product-purchase .cfvsw-swatches-container[data-attribute="attribute_pa_boja"] > .cfvsw-swatches-option {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
        padding: 4px !important;
    }
}
body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 15px !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option,
body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option.cfvsw-label-option {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 0 !important;
    padding: 4px !important;
    border: 1px solid rgba(17,17,17,.14) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option .cfvsw-swatch-inner,
body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--ib-color) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option::before {
    content: none !important;
    display: none !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option::after {
    content: none !important;
    display: none !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="crna"] {
    --ib-color: #111111;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="bela"] {
    --ib-color: #ffffff;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="krem"] {
    --ib-color: #e8ddcb;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="braon"] {
    --ib-color: #6b4a3a;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="kamen"] {
    --ib-color: #a7a09a;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="karamel"] {
    --ib-color: #b77a50;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="ljubicasta"] {
    --ib-color: #8b718d;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="rose"] {
    --ib-color: #c98f91;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="siva"] {
    --ib-color: #9a9a98;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="slonovaca"] {
    --ib-color: #f4ebdd;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="bela"] .cfvsw-swatch-inner,
body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="krem"] .cfvsw-swatch-inner,
body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option[data-slug="slonovaca"] .cfvsw-swatch-inner {
    border: 1px solid rgba(17,17,17,.17) !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option.cfvsw-selected-swatch {
    border-color: #111 !important;
    box-shadow:
        0 0 0 3px #fff,
        0 0 0 4px #111 !important;
    color: transparent !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
    color: transparent !important;
}

body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option.cfvsw-swatches-disabled,
body.single-product .ib-product-purchase
.cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
.cfvsw-swatches-option.cfvsw-swatches-out-of-stock {
    opacity: .28 !important;
    text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
    body.single-product .ib-product-purchase
    .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
    .cfvsw-swatches-option:hover {
        transform: translateY(-2px) scale(1.04) !important;
        border-color: #111 !important;
    }
}

@media (max-width: 768px) {
    body.single-product .ib-product-purchase
    .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"] {
        gap: 14px !important;
    }

    body.single-product .ib-product-purchase
    .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
    .cfvsw-swatches-option,
    body.single-product .ib-product-purchase
    .cfvsw-swatches-container[swatches-attr="attribute_pa_boja"]
    .cfvsw-swatches-option.cfvsw-label-option {
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        padding: 4px !important;
    }
}