/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.30
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}
a {
    color: #96588a;
}
.col-full {
    max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
.cstm-midle-sec-content-block .vc_column-inner {
    padding: 0 10px 0 !important;
}
.entry-content {
    max-width: 100% !important;
    width: 100% !important;
}

ul.products li.product img {
    margin-bottom: 0;
}

body.home .vc_col-sm-3 img {
    max-height: 230px !important;
    width: unset;
}

body.home .entry-content .wpb_single_image.vc_align_left {
    text-align: left;
    margin-bottom: 0 !important;
}


.wpb_single_image img {
    border-radius: 16px;
    object-fit: contain;
}
table th {
    font-weight: 500;
}
.hentry {
    margin-bottom: 0px !important;
}
.site-main {
    margin-bottom: 1em !important;
}
@media (min-width: 768px) {
    .content-area {
        margin-bottom: 0.617924em;
    }
    .cstm-footer-links-bottom li {
        border-right: 1px solid #ccc;
    }

}
.cstm-midle-sec-content-block a {
    color: #000 !important;
    background-color: unset !important;
    font-size: 13px !important;
    border-radius: 12px !important;
    display: block !important;
    margin: 0 auto;
    width: 200px;    
}

.cstm-midle-sec-content-block h3 {
    font-size: 30px !important;
    font-weight: 500 !important;
}

body.home .cstm-row-in-middle-content .vc_col-sm-4:first-child .wpb_single_image {
    text-align: left !important;
}

body.home .cstm-row-in-middle-content .vc_col-sm-4:last-child .wpb_single_image {
    text-align: right !important;
}

body.home  .entry-content > .vc_row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

body.home  .entry-content > .vc_row.cstm-row-in-middle-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border-bottom: dashed 1px #dcdcdc;*/
}
.site-header > .col-full {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
    width: min(1170px, calc(100% - 42px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}
#site-header-cart, .site-search--header, .secondary-navigation {
    width: unset !important;
}

.site-header .site-branding {
    flex: 0 0 210px;
    max-width: 210px;
    margin-right: 0;
}

.site-header .custom-logo-link,
.site-header .custom-logo-link img.custom-logo {
    display: block;
}

.site-header .custom-logo-link img.custom-logo {
    max-width: 195px;
    height: auto;
    object-fit: contain;
}

.site-header .secondary-navigation {
    flex: 1 1 auto;
    min-width: 0;
}

.site-header .replica-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
    margin-left: auto;
}

.site-header .replica-header-actions .site-search {
    float: none;
    clear: none;
    width: 195px !important;
    margin: 0 !important;
    padding: 0;
}

.site-header .replica-header-actions .widget,
.site-header .replica-header-actions .woocommerce-product-search {
    margin: 0;
}

.site-header .replica-header-actions #site-header-cart {
    display: block !important;
    position: relative;
    flex: 0 0 auto;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .replica-header-actions #site-header-cart > li {
    margin: 0;
}

.site-header .replica-header-actions #site-header-cart > li:last-child {
    display: block;
    margin: 0;
}

.site-header .replica-header-actions .cart-contents {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px !important;
    height: 36px;
    padding: 0 0 0 8px !important;
    color: #000;
    line-height: 1;
    white-space: nowrap;
}

.site-header .replica-header-actions .cart-contents::after {
    float: none;
    line-height: 1;
}

.top-header {
    display: none;
}

@media only screen and (min-width:768px) {
    .secondary-navigation #menu-primary {
        font-size: 0;
    }

    .secondary-navigation #menu-primary li a {
        font-size: 14px;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto !important;
        width: 300px;
        max-width: calc(100vw - 42px);
        margin: 0;
        background: #fff !important;
        box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
        z-index: 1000000;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart {
        display: flex !important;
        flex-direction: column;
        min-height: 84px;
        max-height: 360px;
        overflow-y: auto;
        margin: 0;
        padding: 0;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart:has(.mini_cart_item:nth-child(2)) {
        min-height: 168px;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart:has(.mini_cart_item:nth-child(3)) {
        min-height: 252px;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart:has(.mini_cart_item:nth-child(4)) {
        min-height: 336px;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart:has(.mini_cart_item:nth-child(5)) {
        min-height: 360px;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart::after {
        content: "";
        display: table;
        clear: both;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item {
        display: flow-root;
        float: none !important;
        clear: both;
        min-height: 84px;
        padding: 12px 14px 12px 36px !important;
        line-height: 1.35;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item a:not(.remove) {
        display: block;
        color: #222;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.35;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item img {
        float: right;
        width: 48px !important;
        max-width: 48px;
        padding: 0 !important;
        margin: 0 0 8px 12px !important;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item a.remove {
        position: absolute !important;
        top: 12px !important;
        right: auto !important;
        left: 12px !important;
        float: none !important;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart .quantity {
        display: block;
        margin-top: 6px;
        color: #333;
        font-size: 13px;
        line-height: 1.35;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart p.total {
        clear: both;
        display: flex;
        float: none !important;
        justify-content: space-between;
        gap: 12px;
        width: 100% !important;
        padding: 12px 14px !important;
        color: #222;
        font-size: 13px;
        line-height: 1.35;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart p.buttons {
        display: grid;
        float: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        width: 100% !important;
        padding: 0 !important;
    }

    .site-header .replica-header-actions #site-header-cart .widget_shopping_cart p.buttons .button {
        display: flex;
        float: none !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        min-width: 0;
        min-height: 42px;
        margin: 0 !important;
        padding: 0 8px;
        white-space: nowrap;
    }

    .site-header .replica-header-actions #site-header-cart:hover .widget_shopping_cart,
    .site-header .replica-header-actions #site-header-cart:focus-within .widget_shopping_cart {
        display: block !important;
    }

    .site-search--header {
        padding: 0 15px;
        margin-bottom: 0 !important;
        box-sizing: border-box;
    }

    .site-search--header .search-field {
        background-color: unset;
        color: #000;
        border: solid 1px #6d6c6c;
        box-shadow: unset;
        border-radius: 12px;
    }

    .mobile-only {
        display: none !important;
    }
    .secondary-navigation .menu > li a {
        padding-bottom: 0 !important;
        padding-top: 0;
        border-bottom:solid 1px #fff;

    }    
    .secondary-navigation .menu > li a:hover {
        border-bottom:solid 1px #000;
    }     
    .current-menu-item a {
        border-bottom:solid 1px #000;
    }
}

/* Telegram Floating Button */
.telegram-floating-btn {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1000;
}

.telegram-floating-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    overflow: hidden;
}
header#masthead .site-branding {
    margin-bottom: 0px !important;
    padding: 28px 0px 22px 0px;
    max-width: 220px;
}
ul#menu-primary li a {
    font-weight: 400 !important;
    color:#000 !important;
}
header {
    background: #fff !important;
}

body.woocommerce header.woocommerce-products-header {
    padding-bottom: 0px !important;
    padding: 0px 36px 0px 0px !important;
}

.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
    font-size: 12px;
}
.grecaptcha-badge {
    width: 70px !important;
    right: unset !important;
    left: 0px !important;   
}

/* Figma landing */
.figma-landing {
    --color-ebony: #101828;
    --color-river-bed: #4a5565;
    --color-athens: #f9fafb;
    --color-oxford: #364153;
    --color-mirage: #1e2939;
    --color-white: #fff;
    --color-stroke: #e5e7eb;
    --radius: 16px;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color: var(--color-ebony);
    background: var(--color-white);
    font-family: 'Poppins', sans-serif;
}

.figma-section {
    padding: 64px 0;
}

.figma-shell {
    width: min(1170px, calc(100% - 42px));
    margin: 0 auto;
}

.figma-section__title {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    color: var(--color-ebony);
}

.figma-section__intro {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-river-bed);
}

.figma-hero {
    padding: 80px 0 80px;
}

.figma-hero__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    align-items: center;
}

.figma-hero__title {
    margin: 0 0 16px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: -1.5px;
    color: var(--color-ebony);
}

.figma-hero__subtitle {
    font-size: 17px;
    line-height: 29px;
    color: var(--color-river-bed);
    max-width: 460px;
}

.figma-hero__media {
    background: #0d121a;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    display: block;
}

.figma-hero__media img {
    width: 100%;
    display: block;
    height: auto;
}

.figma-hero__badges {
    padding: 25px 0;
}

.figma-badge-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.figma-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color-oxford);
}

.figma-badge__icon {
    width: 16px;
    height: 16px;
}

.figma-popular {
    background: var(--color-white);
}

.figma-grid {
    display: grid;
    gap: 24px;
}

.figma-grid--models {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-items: center;
    padding-top: 40px;
}

.figma-card {
    width: 100%;
    border-radius: 10px;
    background: var(--color-white);
    padding: 16px;
    text-align: center;
    box-shadow: none;
}
.figma-card:hover {
    background-color: #f9fafb;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.figma-card__media {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 12px;
}

.figma-card__media--contain img {
    object-fit: contain;
}

.figma-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.figma-card__media:hover img {
    transform: scale(1.05);
}

.figma-card__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-ebony);
}

.figma-card__title a {
    color: inherit;
    text-decoration: none;
}

.figma-card__desc {
    font-size: 14px;
    line-height: 22px;
    color: var(--color-river-bed);
    margin: 8px 0 0;
}

.figma-card__link {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: var(--color-oxford);
    text-decoration: underline;
}

.figma-why {
    background: var(--color-athens);
}

.figma-grid--why {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Tek kalan son kart (örn. 5 kartlı senaryo) ortada hizala */
.figma-grid--why > .figma-pill:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 50%;
    justify-self: center;
}

@media (max-width: 768px) {
    .figma-grid--why {
        grid-template-columns: 1fr;
    }
    .figma-grid--why > .figma-pill:last-child:nth-child(odd) {
        max-width: 100%;
        width: 100%;
    }
}

.figma-pill {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(167deg, #fff 0%, #f9fafb 100%);
    border: 1px solid var(--color-stroke);
    border-radius: 12px;
    align-items: center;
}

.figma-pill__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-ebony) 0%, var(--color-oxford) 100%);
    color: var(--color-white);
    box-shadow: var(--shadow);
}

/* hover*/

.figma-pill {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  cursor: pointer;
  transition: all 300ms ease;
}

.figma-pill:hover {
  background: #fafafa;
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.figma-pill__icon .figma-pill__icon {
  transition: transform 300ms ease;
  display: block;
}

.figma-pill:hover .figma-pill__icon {
  transform: scale(1.1);
}









.figma-pill__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.figma-pill__title {
    font-size: 16px;
    color: var(--color-mirage);
    font-weight: 500;
}

.figma-pill__desc {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-river-bed);
}

.figma-quality {
    background: var(--color-white);
}

.figma-grid--quality {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.figma-card--quality {
    border-radius: var(--radius);
    border-color: var(--color-stroke);
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
    padding: 0;
}

.figma-card--quality .figma-card__media {
    margin-bottom: 0;
    background: #f5f6f7;
    aspect-ratio: 1/1;
    height: 100%;
}

.figma-card--quality .figma-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figma-card--quality .figma-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 12px;
    gap: 8px;
    text-align: left;
}

@media (max-width: 480px) {
    .figma-card--quality {
        grid-template-columns: 1fr;
    }
    .figma-card--quality .figma-card__media {
        aspect-ratio: 16/9;
    }
}

.figma-shipping {
    background: var(--color-athens);
}

.figma-list {
    display: grid;
    gap: 18px;
    max-width: 720px;
    margin: 32px auto 0;
}

.figma-list__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: start;
}

.figma-list__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--color-ebony);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.figma-list__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.figma-list__title {
    font-size: 18px;
    color: var(--color-ebony);
    font-weight: 500;
}

.figma-list__desc {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-river-bed);
}

/* Important Information Section */
.figma-info {
    background: var(--color-white);
    padding: 64px 0;
}

.figma-info__header {
    text-align: center;
    margin-bottom: 48px;
}

.figma-info__subtitle {
    font-size: 14px;
    color: var(--color-river-bed);
    margin-top: 8px;
}

.figma-info__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1152px;
    margin: 0 auto;
}

.figma-info__card {
    background: var(--color-white);
    border: 1px solid var(--color-stroke);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}

.figma-info__card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.figma-info__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #101828 0%, #364153 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.figma-info__icon svg {
    width: 20px;
    height: 20px;
}

.figma-info__text {
    font-size: 14px;
    line-height: 22.75px;
    color: var(--color-oxford);
}

@media (max-width: 768px) {
    .figma-info {
        padding: 48px 0;
    }

    .figma-info__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .figma-info__header {
        margin-bottom: 32px;
    }
}

.figma-about {
    background: var(--color-white);
}

.figma-about__body {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-river-bed);
    display: grid;
    gap: 16px;
}

/* Client Reviews Section */
.figma-reviews {
    background: var(--color-athens);
}

.figma-reviews__link {
    display: inline-block;
    margin-top: 24px;
    color: var(--color-oxford);
    text-decoration: underline;
    font-size: 14px;
}

.figma-reviews-carousel {
    position: relative;
    padding-bottom: 48px;
}

.figma-review-slide {
    background: var(--color-white);
    border: 1px solid var(--color-stroke);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 252px;
}

.figma-review__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.figma-review__photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.figma-review__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figma-review__name {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-ebony);
}

.figma-review__text {
    font-size: 15px;
    line-height: 24px;
    color: var(--color-river-bed);
    flex-grow: 1;
}

.figma-review__rating {
    display: flex;
    gap: 2px;
}

.figma-review__rating .star {
    font-size: 16px;
}

.figma-review__rating .star--filled {
    color: #f59e0b;
}

.figma-review__rating .star--empty {
    color: #d1d5db;
}

.figma-reviews-nav {
    display: none !important;
    /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-white);
    border: 1px solid var(--color-stroke);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-ebony);
    transition: all 0.2s ease;*/
}

.figma-reviews-nav:hover {
    background: var(--color-ebony);
    color: var(--color-white);
}

.figma-reviews-nav--prev {
    left: -20px;
}

.figma-reviews-nav--next {
    right: -20px;
}

.figma-reviews-pagination {
    bottom: 0 !important;
}

.figma-reviews-pagination .swiper-pagination-bullet {
    background: var(--color-oxford);
}

.figma-reviews-pagination .swiper-pagination-bullet-active {
    background: var(--color-ebony);
}

@media (max-width: 768px) {
    .figma-reviews-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .figma-section {
        padding: 24px 0;
    }

    .figma-hero__title {
        font-size: 30px;
        line-height: 40px;
    }

    .figma-badge-list {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .figma-card__media {
        aspect-ratio: 4/3;
    }
}
@media only screen and (min-width: 768px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    body.admin-bar .site-header {
        top: 32px;
    }

    /* Header yüksekliği kadar içerikten boşluk bırak */
    body {
        padding-top: 120px;
    }
}

/* Mobil i\u00e7in sticky header */
@media only screen and (max-width: 767px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        background: #fff;
        min-height: 60px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .site-header > .col-full {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        min-height: 60px;
        margin: 0;
        padding: 0 !important;
        gap: 8px;
        box-sizing: border-box;
    }

    .site-header .site-branding {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: 170px;
        margin: 0;
    }

    .site-header .custom-logo-link {
        max-width: 100%;
    }

    .site-header .custom-logo-link img.custom-logo {
        max-width: 155px;
        max-height: 44px;
        width: auto;
        height: auto;
    }

    .site-header .secondary-navigation,
    .site-header .replica-header-actions .site-search {
        display: none !important;
    }

    .site-header .replica-header-actions {
        flex: 0 0 auto;
        margin-left: auto;
        gap: 0;
    }

    body.admin-bar .site-header {
        top: 46px;
    }

    /* Header y\u00fcksekli\u011fi kadar i\u00e7erikten bo\u015fluk b\u0131rak (mobil header ~60px) */
    body {
        padding-top: 60px;
    }

    .figma-shell {
        width: min(1170px, calc(100% - 30px));
    }
}


/*FIGMA1*/
/* Ordering Section (Figma “Streamline ordering…” blok) */

.ordering-section-wrapper {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 30px 0 30px;
}

.ordering-section-inner {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}

.ordering-section-left {
    flex: 0 0 50%;
    max-width: 620px;
}

.ordering-section-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
}

.ordering-section-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    color: #222222; /* Mine Shaft */
    margin: 0 0 40px;
}

.ordering-section-list {
    position: relative;
}


 .ordering-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.ordering-item--active {
    align-items: flex-start !important;
}
.ordering-item:first-child {
    padding-top: 0;
}

.ordering-item-icon-wrap {
    width: 88px;
    display: flex;
    justify-content: center;
}

/* Icon kapsayıcısı - SVG için hizalama */
.ordering-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 48px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    /*border: solid 1px #ED1C26;*/
}

.ordering-item-icon svg {
    max-width: 30px;
    max-height: 30px;
    display: block;
}

/* Aktif icon'un arka planı turuncu highlight */
.ordering-item--active .ordering-item-icon {
    background-color: #ED1C26;
}
.ordering-item--active .ordering-item-icon svg {
    fill: #fff;
}

.ordering-item-content {
    flex: 1;
    padding-right: 20px;
}

/* Tüm item title'ları için temel stil */
.ordering-item-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #222222;
}

/* Aktif item'in title'ı büyük ve turuncu */
.ordering-item--active .ordering-item-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    color: #000; /* Cioccolato */
}

/* Varsayılan olarak tüm description'lar gizli */
.ordering-item-desc {
    margin-top: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #767676; /* Boulder */
    display: none;
}

/* Aktif item'in description'ı görünsün */
.ordering-item--active .ordering-item-desc {
    display: block;
}

.ordering-section-image-wrap {
    max-width: 690px;
}

.ordering-section-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0; /* Figma’daki gibi bırak */
}

/*END - FIGMA 1*/


/*FIGMA 2*/

/* Client Reviews Section */
/*
.client-reviews-section {
    background-color: #f7f2f0;
    padding: 120px 0 92px;
}*/

.client-reviews-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}

.client-reviews-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
}

.client-reviews-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666; /* Dove Gray */
    max-width: 800px;
    margin: 0 auto 16px;
}

.client-reviews-link {
    display: inline-block;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    text-decoration: underline;
}

.client-reviews-carousel {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

.client-reviews-slides {
    min-height: 260px;
}

.client-review-slide {
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 24px 20px;
}

.client-review-left {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 12px;
}

.client-review-photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client-review-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
}


.client-review-right {
    width: 100%;
    text-align: left;
    padding-left: 0;
}

.client-review-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    margin-top: 4px;
}

.client-review-rating {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1;
}

.client-review-rating .star {
    display: inline-block;
    margin-right: 2px;
    color: #ddd;
}

.client-review-rating .star--filled {
    color: #f5a623; /* gold-ish */
}

.client-reviews-nav {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #222222;
    z-index: 5;
    padding: 0;
}

.client-reviews-nav--prev {
    left: -14px;
}

.client-reviews-nav--next {
    right: -14px;
}

/* END - FIGMA 2*/

/* Footer payment icons */
.footer-payment {
    padding: 15px 0;
    position: relative;
}

.footer-payment-inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-payment-icon svg {
    height: 55px;
    width: auto;
    display: block;
}

.warranty-card-left {
    float: left;width: 18%; display: flex; align-items: center;
}
.warranty-card-left {
    float: left;width: 27%;
}
@media (max-width: 767px) {
    .product-gift img {
        margin-right: 20px !important;
        width: 69px;
        padding-right: 6px;        
    } 
    .storefront-full-width-content.single-product div.product .summary {
        margin-bottom: 0;
    }
    .single-product div.product .woocommerce-product-gallery {
        margin-bottom: 15px !important;
    }    
    .warranty-card-left {
        width: 71% !important;
        padding-left: 2px !important;
        padding-right: 6px;
    }

    .site-main ul.products li.product {
        margin-bottom: 20px;
    }

    .footer-payment-inner {
        position: static;
        transform: none;
        justify-content: flex-end;
        margin-top: 10px;
    }
    .site-branding     {
        width: auto;
    }
    .site-header {
        display: flex;
    }
    body.single-product div.product {
        padding-top: 0;
    }
    
    .figma-card {
        padding: 8px;
    }

    nav#site-navigation button.menu-toggle {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }   

    /* 3 \u00e7izgili hamburger ikonu, "Menu" yaz\u0131s\u0131 gizli, sepet ile ayn\u0131 renkte */
    button.menu-toggle {
        position: relative;
        width: 44px !important;
        height: 44px !important;
        max-width: none !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        background-image: linear-gradient(#000, #000) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 22px 2px !important;
        box-shadow: none !important;
        font-size: 0 !important;
        color: transparent !important;
        text-indent: 0 !important;
        line-height: 0 !important;
    }
    button.menu-toggle::before,
    button.menu-toggle::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 22px;
        height: 2px;
        margin: -1px 0 0 -11px;
        background: #000;
        border-radius: 2px;
        transition: transform 0.2s ease;
    }
    button.menu-toggle::before { transform: translateY(-7px); }
    button.menu-toggle::after  { transform: translateY(7px); }
    .main-navigation.toggled button.menu-toggle::before { transform: rotate(45deg); }
    .main-navigation.toggled button.menu-toggle::after  { transform: rotate(-45deg); }
    .main-navigation.toggled button.menu-toggle {
        background-image: none !important;
    }

    header#masthead .site-branding {  
        padding-bottom: 0 !important;
    }
    .main-navigation {
        right: 0;
        width: 100%;
        background: #fff;  
    }
    
    .main-navigation.toggled {
        position: static;
 
    }
    .storefront-primary-navigation {
        flex: 0 0 auto;
        padding-top: 0 !important;
    }
    .storefront-primary-navigation .col-full {
        position: static;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        margin: 0;
        padding: 0 12px 0 0 !important;
    }

    li.wc_payment_method.payment_method_bacs label:after, li.wc_payment_method.payment_method_other_payment label:after {
        width: 40px !important;
        height: 40px !important;
        margin-top: -12px;
        margin-right: -25px;
    }

    .wc_payment_method.payment_method_nowpayments_gateway img {
        right: 0px;
        position: absolute;
        top: 22px;
    }



    /* Mobil header: cart solda, hamburger en sağda */
    .storefront-primary-navigation .col-full > #site-header-cart {
        order: 1;
    }
    .storefront-primary-navigation .col-full > nav#site-navigation,
    .storefront-primary-navigation .col-full > .main-navigation:not(.toggled) {
        order: 2;
    }

    .main-navigation {
        width: auto;
        margin-left: 0;
        flex: 0 0 auto;
    }

    /* Acildiginda menuyu header'in altina ayri panel olarak yerlestir. */
    .main-navigation.toggled {
        position: static !important;
        width: auto !important;
        max-width: none;
        max-height: none;
        overflow: visible;
        background: transparent;
        box-shadow: none;
    }

    .main-navigation.toggled .handheld-navigation {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

    body.admin-bar .main-navigation.toggled .handheld-navigation {
        top: 106px;
        max-height: calc(100vh - 106px);
    }

    #site-header-cart {
        display: block !important;
        margin: 0 4px 0 0;
        padding: 0 !important;
        flex: 0 0 auto;
    }

    /* Sadece .storefront-primary-navigation içindeki sepet görünsün; outer .col-full içindekini gizle (id duplikasyonu var) */
    .site-header > .col-full > #site-header-cart {
        display: none !important;
    }

    #site-header-cart > li:last-child {
        display: none;
    }

    .site-header-cart .cart-contents {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 44px;
        height: 44px;
        font-size: 0;
        line-height: 1;
        text-indent: 0;
        background: transparent !important;
        color: #000 !important;
    }

    /* Mobil sepet ikonu (Font Awesome storefront'ta sadece >=768px'de tan\u0131ml\u0131, mobile i\u00e7in burada tan\u0131ml\u0131yoruz) */
    .site-header-cart .cart-contents::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        content: "\f291";
        display: block;
        float: none;
        font-size: 22px;
        line-height: 1;
        text-align: center;
        color: #000;
    }


    .site-header-cart .cart-contents .amount {
        display: none !important;
    }

    /* Sepet adet rozeti (sa\u011f \u00fcst k\u00f6\u015fe) */
    .site-header-cart .cart-contents .count {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 4px;
        right: 2px;
        min-width: 16px;
        height: 16px;
        padding: 0;
        border-radius: 999px;
        background: #ED1C26;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        font-family: 'Poppins', sans-serif;
        text-indent: 0;
        opacity: 1;
        white-space: nowrap;
        box-sizing: content-box;
    }

    /* JS rakamı uygulayana kadar "0 items" metni görünmesin */
    .site-header-cart .cart-contents .count:not([data-digit-applied="1"]) {
        visibility: hidden;
    }

    button.menu-toggle {
        margin: 0 !important;
    }

    .main-navigation:not(.toggled) .handheld-navigation {
        display: none !important;
    }
    .main-navigation.toggled .handheld-navigation {
        display: block !important;
    }
    .main-navigation ul li a {
        padding-left: 25px !important;
    }
    header#masthead .site-branding {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: 170px;
        margin: 0;
        padding: 8px 0 !important;
    }   

    header#masthead .custom-logo-link img.custom-logo {
        max-width: 225px !important;
        width: 225px !important;
        max-height: 44px;
        height: 44px !important;
        object-fit: contain;
		margin-left: -5px;
    }
    
    .figma-section.figma-hero__badges > .figma-shell    {
        width: min(1170px, calc(100% - 16px)) !important;
    }
    .figma-badge-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;        
    }
    .figma-hero__badges .figma-badge-list {
        gap: 12px 16px !important;
    }

    ul.sub-menu {
        box-shadow: none !important; 
        padding: 0 12px  6px 12px !important;
    }  
    body.woocommerce header.woocommerce-products-header {
        padding: 20px 36px 5px 0px !important;
    }   
    

}


/*CONTACT US*/
body.page-id-135 .contact-cls div#wpcf7-f137-p135-o1 {
    background-color: #f7f7f7 !important;
    padding: 35px 37px !important;
    padding-bottom: 56px !important;
    box-shadow: 3px 3px 11px #bdbdbd;
}
#wpcf7-f137-p135-o1 {
    border-radius: 1rem;
}


.contact-cls div#wpcf7-f137-p135-o1 {
    background-color: #f7f7f7 !important;
    padding: 35px 37px !important;
    padding-bottom: 56px !important;
    box-shadow: 3px 3px 11px #bdbdbd;
}

body.page-id-135 .cf7-submit-btn {
    letter-spacing: 0.1em;
    font-weight: 400;
    transition: color 200ms 
ease-in-out, background-color 200ms 
ease-in-out, border-color 200ms 
ease-in-out;
    font-size: 16px;
    padding: 13px 31px 13px 31px;
    width: 100%;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    background-color: #000 !important;
    border-color: #0088cc !important;
    border-radius: 12px !important;
    margin-top: 20px;
}

.contact-cls .text-xs {
    font-size:12px;
}

.cstm-row-contact-content p {
    margin: 5px 0px;
    color: #000000 !important;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    width: 100%;
}
.cf7-submit-btn > svg {
    margin-left: 8px;
}


.cst-svg-wrapper > .wpb_wrapper {
    background-color:oklch(.205 0 0);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .625rem;    
}
.cst-svg-wrapper svg {
    stroke: #fff;
}

.cst-icon-col-wrapper {
    border: solid 1px oklch(.922 0 0);
    border-radius: .625rem;
    padding: 24px 24px 0px 24px;    
}

.cst-icon-col-wrapper .text-neutral-600 {
    margin-bottom: 0;
    font-size: 14px;
}

form.wpcf7-form span.wpcf7-form-control-wrap textarea {
    color: #777777ab;
    font-size: 14px !important;
    margin: 20px 0px 0px 0px !important;
    padding: 10px 15px 10px 15px !important;
    background-color: #ffffff;
    transition: color 400ms 
cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms 
cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms 
cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    font-size: 14px;
    line-height: initial;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
}
.cst-contact-icon-left > .vc_column-inner{
    padding-right: 0;
    padding-left: 0;

}
.cst-contact-icon-right > .vc_column-inner{
    padding-left: 0;
}

.space-y-2 > .flex {
    display: flex;
    justify-content: space-between;
}
.cst-icon-col-blue {
    background-image:linear-gradient(to right bottom, oklch(0.97 0.014 254.604) 0%, oklch(0.962 0.018 272.314) 100%);
    border-color:oklch(0.882 0.059 254.128);
}

.cst-icon-col-blue .cst-contact-icon-left .cst-svg-wrapper .wpb_wrapper {
background-color: oklch(.546 .245 262.881) !important;
}

.cst-contact-icon-right .wpb_content_element{
    margin-bottom: 25px;
}

.cst-icon-col-wrapper:not(last-of-type) {
    margin-bottom: 24px;
}
.cst-border .wpb_text_column{
    border: solid 1px #dcdcdc;
    border-radius: 12px;
    padding:12px;
}
.cst-border p {
    margin-bottom: 10px;
}

.cst-border .wpb_content_element {
    margin-bottom: 20px;
}
.product_type_simple.add_to_cart_button {
    background: unset;
    border: solid 1px #dcdcdc;
    border-radius: 25px;
    font-weight: 500;
    position: relative;
    padding-right: 30px;
}
.term-description {
    text-align: left;
    margin-top: 20px;   
}

body.woocommerce .products.columns-4 {
    display: flex;
    flex-wrap: wrap;    
}

ul.products li.product .button{
    margin-bottom: 0.5em;
}

.add_to_cart_button::after {
    content: "➜" !important;
    display: block;
    position: absolute;
    right: 12px;
    top: 9px;    
}
.woocommerce-ordering select {
    border-radius: 16px;
    padding-left: 6px;
    border: solid 1px #dcdcdc !important; 
    box-shadow: none !important;  
}
.summary.entry-summary > p:not(.price) {
    font-size:12px;
}

.single-product div.product p.price {
    font-size: 32px;
    margin: 0;
}
.woocommerce-Price-amount.amount bdi {
    font-weight: 500 !important;
    color:#303133;
}
.single_add_to_cart_button {
    background-color: unset !important;
    color: #000 !important;
    font-weight: 500;
    border-radius: 25px;
}
.entry-summary .description {
    font-size: 15px;
}

.product .woocommerce-tabs ul.tabs {
    width: 100%;
    float: none;
    margin-right: 5.8823529412%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0 1em;
    margin: 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
    border-bottom-color: #777;
    background-color: #ebe9eb;
    border: 1px solid #555;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 0;
    content: " ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -6px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -6px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    color: #515151;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    font-weight: 500;
}

.woocommerce .wc-tabs li a:focus,
.ui-state-focus:focus,
.ui-tabs-anchor:active,
.ui-tabs-anchor:focus {
    outline: none !important;
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product div.product .summary {
        margin-bottom: 0;
    }
}
body.home .site-content .col-full {
    max-width: 100% !important;
}
body.home .col-full {
    padding: 0 !important;
}
.figma-hero__badges{
    background: var(--color-athens);
}

.top-footer {
    display:none !important
}

.site-footer {
    padding: 50px 0 0;
}


@media only screen and (max-width:1024px) {
    .figma-hero__badges .figma-badge-list {
        gap: 12px 0px;
    }
}

@media (max-width: 768px) {
    .figma-badge-list {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
    .figma-badge__text {
        line-height: 16px;
    }

    .figma-grid--models {
        grid-template-columns: repeat(auto-fit, minmax(162px, 1fr));
        gap: 8px;
    }
}

body.page-id-244 .cstm-row-movement-without-bg img{
    max-height:unset !important
}

body.page-id-244 .cstm-row-movement-without-bg .wpb_text_column {
    margin-bottom: 0px;
    padding: 16px 32px;
}

@media (max-width: 767px) {

    body.page-id-244 .cstm-row-movement-without-bg .wpb_text_column {
        margin-bottom: 0px;
        padding: 16px 16px;
    }

    body.page-id-244 .cstm-row-movement-without-bg .wpb_single_image {
        padding-right: 16px;
        padding-left: 16px;
    }
    .cstm-row-movement-without-bg h2 {
        font-size: 26px;
    }

    body.page-id-244 .col-full {
        padding-top: 18px !important;
    }

}

@media only screen and (min-width: 768px) {
    header#masthead.site-header {
        padding-top: 0 !important;
    }

    header#masthead.site-header > .col-full {
        width: 100% !important;
        max-width: 1170px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    header#masthead.site-header > .col-full::before,
    header#masthead.site-header > .col-full::after {
        content: none;
        display: none;
    }

    header#masthead.site-header .custom-logo-link img.custom-logo {
        margin-left: 0 !important;
    }

    body {
        padding-top: 120px;
    }
}

.site-footer .footer-bottom {
    background: #141618;
    padding: 30px 0;
    clear: both;
    float: left;
    width: 100%;
}

.site-footer .footer-bottom span.copyright.text-left {
    color: #fff;
    font-size: 14px;
}

.site-footer .footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-bottom ul li {
    display: inline-block;
}

.site-footer .footer-bottom ul li a {
    color: #fff;
}

.site-footer .cstm-footer-links {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0;
    border-top: none;
}

.site-footer .cstm-footer-links ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.site-footer .cstm-footer-links li {
    list-style: none !important;
    margin: 7px 0 !important;
    padding: 0 14px !important;
    text-align: center;
}

.site-footer .cstm-footer-links li::before,
.site-footer .cstm-footer-links li::after,
.site-footer .cstm-footer-links a::before,
.site-footer .cstm-footer-links a::after {
    content: none !important;
    display: none !important;
}

.site-footer .cstm-footer-links-top ul {
    display: flex !important;
    flex-wrap: wrap;
}

.site-footer .cstm-footer-links-top ul li {
    display: block !important;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
}

.site-footer .cstm-footer-links-bottom {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    border-bottom: solid 1px rgba(79, 76, 76, 0.54);
    padding-bottom: 20px;
}

.site-footer .cstm-footer-links-bottom ul {
    display: block !important;
}

.site-footer .cstm-footer-links-bottom ul li {
    display: inline-block !important;
    width: auto !important;
    max-width: none;
}

.site-footer .cstm-footer-links a {
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
}

ul.products li.product img {
    margin-bottom: 0 !important;
}
