/*
Theme Name: Botiga Child
Theme URI: http://athemes.com/theme/botiga
Author: aThemes
Author URI: http://athemes.com
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/

@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');
:root {
    /* Fonts */
    --font-primary: "ABeeZee", sans-serif;
    --font-secondary: serif;

    /* Color Palette */
    --color-primary: #222D65;
    --color-secondary: #03AEEF;

    --color-bg: #ffffff;
    --color-bg-alt: #FFC5E7;
    --color-bg-alt-two: #9BD4FF;
    /* Font Size */
    --font-size-normal: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
    clear: both;
    font-family: var(--font-primary);
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-primary)
}

h1,
.page-title,
.bt-h1 {
    font-size: var(40px);
    margin-top: 60px;
    margin-bottom: 40px
}

h1:not(.has-text-color),
.page-title:not(.has-text-color),
.bt-h1:not(.has-text-color) {
    color: var(--bt-color-heading-1, var(--color-primary))
}

h2,
.bt-h2 {
    font-size: 36px;
    margin-top: 45px;
    margin-bottom: 30px
}

h2:not(.has-text-color),
.bt-h2:not(.has-text-color) {
    color: var(--bt-color-heading-2, var(--color-primary))
}

h3,
.bt-h3 {
    font-size: var(--bt-font-size-h3, 32px);
    margin-top: 30px;
    margin-bottom: 16px
}

h3:not(.has-text-color),
.bt-h3:not(.has-text-color) {
    color: var(--bt-color-heading-3, var(--color-primary))
}

h4,
.bt-h4 {
    font-size: var(--bt-font-size-h4, 32px)
}

h4:not(.has-text-color),
.bt-h4:not(.has-text-color) {
    color: var(--bt-color-heading-4, var(--color-primary))
}

h5,
.bt-h5 {
    font-size: var(--bt-font-size-h5, 18px)
}

h5:not(.has-text-color),
.bt-h5:not(.has-text-color) {
    color: var(--bt-color-heading-5, var(--color-primary))
}

h6,
.bt-h6 {
    font-size: var(--bt-font-size-h6, 16px)
}

h6:not(.has-text-color),
.bt-h6:not(.has-text-color) {
    color: var(--bt-color-heading-6, var(--color-primary))
}

h4,
h5,
h6 {
    margin-top: 25px;
    margin-bottom: 25px
}

:where(.wp-block-heading) a {
    text-decoration: inherit !important
}

p {
    margin-bottom: var(--bt-paragraph-margin-bottom, 40px);
    margin-top: 0
}

p.smallmargin {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
    -webkit-margin-after: 8px;
    margin-block-end: 8px
}

p.smallmargin+p {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 0 0 50px
}

blockquote p {
    font-weight: 600;
    font-size: 32px;
    line-height: 41px
}

blockquote p:last-of-type {
    margin-bottom: 12px
}

blockquote cite {
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 2px
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

.strong {
    font-weight: 700
}

.botiga-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 7px;
    border-radius: 4px;
    line-height: 1
}

:-ms-input-placeholder {
    color: var(--bt-color-forms-placeholder, #848484)
}

::-ms-input-placeholder {
    color: var(--bt-color-forms-placeholder, #848484)
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: var(--bt-color-forms-placeholder, #848484)
}

body {
    color: var(--bt-color-body-text, var(--color-primary));
    font-size: var(--bt-font-size-body, 16px);
    background: #fff;
    overflow-x: hidden
}

.ws-svg-icon svg:not(.stroke-based) {
    fill: var(--color-primary)
}

.ws-svg-icon svg.stroke-based {
    stroke: var(--color-primary)
}

.back-to-top .ws-svg-icon svg {
    fill: none
}

.search-submit .ws-svg-icon {
    width: 24px;
    height: 24px
}

.search-submit .ws-svg-icon svg:not(.stroke-based) {
    fill: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

hr.wp-block-separator {
    height: 0;
    border-top-width: 1px
}

ul,
ol {
    margin: 0 0 25px 0;
    padding-left: 30px
}

ul li,
ol li {
    padding-bottom: 5px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin: 0;
    padding-left: 20px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid rgba(33, 33, 33, .1);
    border-collapse: collapse
}

table th,
table td,
table tr {
    padding: 10px;
    border: 1px solid rgba(33, 33, 33, .1)
}

a {
    color: var(--color-primary);
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

a:visited {
    color: var(--color-primary)
}

a:hover,
a:focus,
a:active {
    color: #757575
}

a:focus {
    outline: thin dotted;
    outline-offset: 5px
}

a:hover,
a:active {
    outline: 0
}

.text-dark {
    color: var(--color-text);
}

.text-white {
    color: var(--color-bg);
}

/* Marquee styles */
.marquee-container {
    overflow: hidden;
    position: relative;
    background-color: var(--color-primary);
    color: var(--color-bg);
    padding: 16px 0px;
}

.marquee-track-wrapper {
    display: flex;
    width: 100%;
}

.marquee-track {
    display: flex;
    animation: marquee-scroll linear infinite;
    white-space: nowrap;
    will-change: transform;
    animation-duration: 60s;
    /* Matches inline style */
}

/* Individual text wrapper */
.marquee-text-wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-text-wrapper .car-icon {
    margin-right: 0.5rem;
    fill: var(--color-bg);
    width: 20px;
    height: 16px;
}

.marquee-text {
    font-size: 16px;
    color: var(--color-bg);
    font-weight: 500;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

/* Marquee animation */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .marquee-text-wrapper {
        padding: 0 1rem;
    }
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

/* Header */
.bhfb-header{ background-color: var(--color-bg-alt);}
.bhfb-main_header_row {
    background-color: var(--color-bg-alt);
    padding-bottom:16px;
}
.bhfb-footer{
        background-color: var(--color-primary);
        background-image: url(img/footer-pattern.svg);
        background-repeat: repeat-x;
        color:var(--color-bg);
        padding-top:80px;
    }
.bhfb-footer h2, .bhfb-footer h3, .bhfb-footer h4, .bhfb-footer h5, .bhfb-footer h6, .bhfb-footer p, .bhfb-footer a{ color:var(--color-bg);}
.bhfb-main_footer_row, .bhfb-above_footer_row, .bhfb-below_footer_row {
    background-color:transparent!important;
    border:0px none!important;
}

a.button:not(.has-background),
.button:not(.has-background),
.checkout-button:not(.has-background),
.wp-block-button__link:not(.has-background),
.wc-block-components-button:not(.has-background),
ul.products li.product .button:not(.has-background),
.wpforms-block:not(.wpforms-render-modern) .wpforms-submit:not(.has-background),
.widget_product_search button:not(.has-background),
.search-submit:not(.has-background),
input[type=button]:not(.has-background),
input[type=reset]:not(.has-background),
input[type=submit]:not(.has-background) {
    background-color: var(--color-primary);
    border-radius:24px;
}
.wc-buy-now-btn{ background-color:var(--color-secondary)!important; color:var(--color-primary)!important;}

.home-banner{ width:100%; background-color:var(--color-bg-alt-two); padding:32px 0px;}
.home-content{
        width: 100%;
        background-color: var(--color-bg-alt-two);
        padding: 32px 0px;
    }
.n2-section-smartslider{ max-width:1110px; margin:0px auto;}

/* Equal height product images in grids */
ul.products li.product a img {
    min-height:260px;
    /* adjust to taste */
    width: 100%;
    object-fit: cover;
    /* crop to fill without distortion */
}

.home-product-cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}

.home-cat-card {
    text-align: center;
    text-decoration: none;
}

.home-cat-image img {
    width:220px;
    height:auto;
    object-fit:cover;
    border-radius:50%;
    min-height:200px;
}

.home-cat-title {
    margin-top: 12px;
    font-size: 1rem;
}

/* CSS */
.gift-hero {
    background-color: #ffd6ea;
    /* light pink background */
    padding: 60px 20px;
}

.gift-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.gift-hero-text {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.gift-hero-title {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #222;
}

.gift-hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #444;
}

.gift-hero-button {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 30px;
    background-color:var(--color-primary);
    /* deep blue */
    color:var(--color-bg)!important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.gift-hero-button:hover {
    background-color: #162a6a;
}

.gift-hero-image {
    flex: 1;
    text-align: right;
}

.gift-hero-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

.gift-hero-inner{ background:var(--color-bg); padding:0px; border-radius:24px;}

/* Responsive */
@media (max-width: 768px) {
    .gift-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .gift-hero-image {
        text-align: center;
    }

    .gift-hero-title {
        font-size: 2.2rem;
    }
}
.frizbee-subcats-grid-wrap{ padding:60px 0px;}
.frizbee-subcats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}

/* Card base style */
.frizbee-subcat-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 180px;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

/* With image: background cover and dark overlay for text */
.frizbee-subcat-card.has-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frizbee-subcat-card.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
}

/* No image: primary color background */
.frizbee-subcat-card.no-image {
    background-color: var(--color-primary, #222d65);
}

/* Text */
.frizbee-subcat-name {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    /* white text */
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .frizbee-subcat-card {
        min-height: 140px;
    }
}

.woocommerce-page-header {
    padding-top:40px;
    padding-bottom:40px;
}
.woocommerce-page-header+.content-wrapper {
    margin-top:2px;
    margin-bottom: 40px;
}